summaryrefslogtreecommitdiffstats
path: root/unitest-restful.py
AgeCommit message (Collapse)Author
2024-05-07Rename unitest to unittest - Related to #2757nicolargo
2024-05-07Correct issue with Restfull API top routenicolargo
2023-12-23Add unittest (API) for fields description and unitnicolargo
2023-12-23Refactor Alert data model from list of list to list of dict #2633nicolargo
2023-12-16Correct Restful API unittestsnicolargo
2023-12-15Optimize basic HTTP authenticationnicolargo
2023-12-10Unit tests are ok BUT the WebUI has a lot of issue: plugin disapear, ↵nicolargo
traceback... Perhaps issue when stats are refreched ?
2023-12-09 Works in progressnicolargo
2023-12-02WARNING: Replace the get_raw command for processlistnicolargo
2023-08-14Implement a new API method to limit the number of returned list object #2491nicolargo
2023-05-17Improve Makefile to split minimal, full and dev virtualenvnicolargo
2023-03-12Merge from developnicolargo
2023-03-10fix: Bottle - /api/%s/status endpointRaz Crimson
prob: failure in compressing `None` with zlib
2022-11-19Solve conflictsnicolargo
2022-10-31Improve unitary test for client/server by using venv if possiblenicolargo
2022-07-09Resolve conflict after develop mergenicolargo
2022-06-25Make Glances (almost) compliant with REUSE #2042nicolargo
2022-05-25Resolve merge conflicts from developnicolargo
2022-05-08tests runs on loopback interfaceaekoroglu
2021-09-04Refactor exports modules loadingnicolargo
2021-08-28Merge compat into globalsnicolargo
2021-08-25Correct unitestsnicolargo
2019-01-24Add an unitest for issue #1401nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-08-05Upgrade RestFul API to api/3nicolargo
2018-08-05Add documentation about depsnicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-02-25Update unitest from gzip to deflatenicolargo
2017-11-12Works fine in Python 2 but Internal Server Error with Python 3...nicolargo
2017-11-09Add Gzip support to unitaries testsnicolargo
2017-01-09Copyright 2017Alessio Sergi
2016-12-17Correct an issue in PR issue #979 (for #issue #170) because the get_stats ↵nicolargo
method overwrite the default get_method. Rename it to get_device_stats
2016-10-21Correct an issue in the UT for the new Wifi pluginnicolargo
2016-09-25Correct issue on history UTnicolargo
2016-08-20Added irq monitoring pluginangelopoerio
2016-06-27Correct issue on Restfull unitest for ports pluginNicolargo
2016-06-04Correct unitest Restfull JSON to be Python compatiblenicolargo
2016-06-04Add unitary test for history Restfull APInicolargo
2016-05-01Almost finished. Just had to correct an issue on the WebUI displaying AMP ↵nicolargo
with empty result
2016-04-28Correct unitest Restful for ampNicolargo
2016-03-31Correct Restful unitest for the previous commitnicolargo
2016-03-24Remove some duplicate variables from globalsAlessio Sergi
Update all affected imports accordingly.
2015-11-22Add Folders plugin to the unitaries testsnicolargo
2015-11-14Move core at the top of the module treeAlessio Sergi
Remove 'glances_' prefix from filenames.
2015-11-03Use the new compat moduleAlessio Sergi
2015-09-24unitest-restful: handle text type correctly across Python 2/3Alessio Sergi
In short, this is unicode in Python 2 and str in Python 3.
2015-09-24Correct an issue with test_003_plugins in Unitest for the Restful API (str ↵Nicolargo
instead od unicode)
2015-09-22unitest-restful: general cleaningAlessio Sergi
2015-09-22unitest-restful: unbreak non-Linux platformsAlessio Sergi
OK FreeBSD, OS X and Windows.
2015-09-22unitest-restful: Python 3 compatAlessio Sergi