Skip to content
  • Francesc Guasch's avatar
    Fix/828 review (#836) · 5a6d6a2a
    Francesc Guasch authored
    * fix(backend): clenup process as requests
    
    Speed up the backend making the cleanup process
    regular requests
    
    issue #828
    
    * fix(frontend): show remove clones button if allowed
    
    spotted by @JanFontanet
    
    issue #828
    
    * fix(KVM): storage pool may be already created
    
    issue #828
    
    * test(benchmark): run tests with perl lib
    
    issue #828
    
    * test(benchmark): list availabe machines to run tests from
    
    issue #828
    
    * test(benchmark): check alive with icmp
    
    issue #828
    
    * refactor(backend): arguments check
    
    issue #828
    
    * test(frontend): check remote ip set on creation
    
    Checks connection information reported by @jlopezramos
    
    issue #828
    
    * test(backend): check enforce limits
    
    issue #828
    
    * fix(frontend): connection information for volatile clones
    
    fixes problem reported by @jlopezramos
    
    issue #828
    
    * fix(requests): shutdown timeout
    
    issue #828
    
    * test(backend): limits are enforced from requests
    
    issue #828
    
    * test(backend): benchmark virtual machine creation
    
    issue #828
    
    * wip(test): benchmark create
    
    deal with missing machines
    
    issue #828
    
    * fix(monitoring): check client has access to netdata port
    
    issue #828
    
    * fix(requests): the request may be removed
    
    issue #828
    
    * fix(backend): enforce limits after opening or starting
    
    This improves also connection information status as
    reported by @jlramos. It still has some delay but it
    should be enough
    
    issue #828
    
    * test(benchmark): cleanup testing machines
    
    issue #828
    
    * html exposed
    
    * fix(backend): return lower free memory
    
    issue #828
    
    * test(benchmark): check for backend and option to keep machines
    
    issue #828
    
    * test(benchmark): add flags and improve output
    
    issue #828
    
    * feat(backend): store requests run time
    
    issue #828
    
    * test(backend): remove debug
    
    issue #828
    
    * test(backend): check stored remote ip
    
    issue #828
    
    * doc(requests): doc API
    
    issue #828
    
    * doc(auth): doc API
    
    issue #828
    
    * refactor(backend): remove unnecessary memory checks
    
    Those also made machine start very slow in environments
    with many clones
    
    issue #828
    
    * fix(backend): store creation error
    
    issue #828
    
    * build: removed unnecessary package
    
    issue #828
    
    * test(frontend): json is deprecated, fetch from info
    
    issue #828
    
    * fix(backend): get display only if active
    
    issue #828
    
    * CPU limits
    
    * CPU limit v2
    
    * test(benchmark): list only bases
    
    issue #828
    
    * CPU limit DB check
    
    * CPU limit DB count
    
    * test(backend): set memory first time check
    
    issue #828
    
    * fix(backend): first time the json could be empty
    
    issue #828
    
    * doc(API): Auth improvements documented
    
    issue #828
    
    * test(downloads): skip when no local mirror
    
    issue #8282
    
    * feat(backend): check for active machines limit on start
    
    issue #828
    
    * test(benchmark): cleanup after tests
    
    issue #828
    
    * refactor(backend): improve cpu usage and start
    
    issue #828
    
    * test(start): check start already open is ok
    
    issue #828
    
    * refactor(frontend): a little better error messages on start
    
    issue #828
    5a6d6a2a