Commit Graph

5587 Commits

Author SHA1 Message Date
nicolargo
194ae67d88 Update docs but 'make docs' do not work... 2024-04-03 18:44:31 +02:00
nicolargo
8107525aef It Works ! Have to finalise documentation + configuration file 2024-04-01 19:48:52 +02:00
nicolargo
12d9ac1dff First try, stdout JSON work ok but not the CSV export 2024-03-31 12:21:01 +02:00
nicolargo
24a3aead9d Rename export folder to avoid error of the dep lib use inside an export plugin has the same name: for example csv, use the python lib csv... 2024-03-30 18:24:31 +01:00
nicolargo
ae596610ff Corect an issue with the light mode (docker is displayed because the plugin is now called containers) 2024-03-30 17:52:09 +01:00
Nicolas Hennion
9c94effe05
Merge pull request #2712 from mpkossen/develop
Use enum instead of int for callback API version.
2024-03-30 17:31:46 +01:00
Continuous Integration
7c430dd6ec Continuous Integration Build Artifacts 2024-03-30 12:12:39 +00:00
nicolargo
2b4c61726d New logo for Glances version 4.0 #2713 2024-03-30 13:08:26 +01:00
Maarten Kossen (mpkossen)
f3b8b55ade Use enum instead of int for callback API version. 2024-03-29 14:51:50 -05:00
nicolargo
cc7eeb2931 Try a simple Snapcraft.yaml file, add version 2024-03-24 14:18:21 +01:00
nicolargo
7ad9066f22 Try a simple Snapcraft.yaml file 2024-03-24 14:08:04 +01:00
nicolargo
e5ef345d85 Update NEWS file according to master patches 2024-03-23 15:10:31 +01:00
nicolargo
ee826a1e67 version 3.4.0.5 2024-03-23 14:47:29 +01:00
nicolargo
9ed81b438d Another try for the fucking Snapcraft package 2024-03-23 11:39:21 +01:00
nicolargo
8e0943454d Add UT for MacOS in the CI (correct duplicated section in the test file) 2024-03-23 11:15:04 +01:00
nicolargo
af8111ba8f Add UT for MacOS in the CI 2024-03-23 11:12:07 +01:00
nicolargo
fb10c7f36d Remove Python 2 test from CI because Python 2 is no more available inside Gitaction images 2024-03-23 10:55:43 +01:00
nicolargo
370da44744 version 3.4.0.4 2024-03-23 10:16:34 +01:00
nicolargo
c2d1454226 [Documentation] Docker compose password unrecognized arguments when applying docs. #2698 2024-03-23 09:39:39 +01:00
nicolargo
438ed4488d Correct issue on unittest 2024-03-17 17:29:01 +01:00
nicolargo
b11e085dc5 Merge branch 'pydantic_events' into develop 2024-03-17 17:07:40 +01:00
nicolargo
40f06b9570 Event is now a Dataclass 2024-03-17 17:07:26 +01:00
nicolargo
77167b8bce Event is now a Dataclass 2024-03-17 17:07:13 +01:00
nicolargo
272dc23443 Correct an issue with the events duration 2024-03-17 10:18:40 +01:00
nicolargo
684d1d7b94 Make the global event message available per event 2024-03-16 17:54:50 +01:00
nicolargo
6508acaba7 Improve alert with mininimal interval/duration configuration keys #2558 2024-03-16 17:00:16 +01:00
nicolargo
0080c61eac Folders plugin always fails on special directories #2518 2024-03-16 14:39:33 +01:00
nicolargo
ca97eeefe2 Change workflow to disable some jobs on Pull Request 2024-03-16 09:53:39 +01:00
nicolargo
c6861a4728 Merge branch 'develop' of github.com:nicolargo/glances into develop 2024-03-16 09:26:13 +01:00
nicolargo
e403860177 Update WebUI 2024-03-16 09:25:55 +01:00
nicolargo
224f3d157c Merge branch 'erdnaxela02-MQTT_hostname_configuration' into develop 2024-03-16 09:23:32 +01:00
nicolargo
74ed104369 Update docs and correct some merge conflicts 2024-03-16 09:23:19 +01:00
Continuous Integration
f022c90ee6 Continuous Integration Build Artifacts 2024-03-16 08:16:42 +00:00
Nicolas Hennion
f7cc69b24a
Merge pull request #2700 from erdnaxela02/CallbackAPI_for_MQTT
Add CallbackAPIversion for MQTT export
2024-03-16 09:12:38 +01:00
Github GPG acces
396283c9e9
Make 'callback_api_version' configurable 2024-03-15 21:58:05 +01:00
Github GPG acces
ad44273645
changes structure 2024-03-15 21:45:20 +01:00
Github GPG acces
ff5b181d6c
Add MQTT hostname configuration
added the possibility of configuring the hostname of the MQTT topic
2024-03-15 13:18:50 +01:00
Github GPG acces
2e6bcc0758
Add CallbackAPIversion for MQTT export
Due to the recent update of paho-mqtt to V2.0.0 which requires API versioning, addition of callback_api_version in paho.Client
2024-03-15 13:12:04 +01:00
nicolargo
c591461fde Add Cyber scan (Trivy) github action 2024-03-10 19:55:02 +01:00
nicolargo
5731cadbe3 Use secrets in CI actions 2 2024-03-10 17:34:20 +01:00
nicolargo
dd6c5f7cd0 Use secrets in CI actions 2024-03-10 17:32:04 +01:00
nicolargo
9a3ec31f19 Use secrets info build workflow 2024-03-10 17:25:38 +01:00
nicolargo
365eb11eb4 Add CI pipeline 4 2024-03-10 17:02:43 +01:00
nicolargo
b076df9f13 Add CI pipeline 3 2024-03-10 16:54:46 +01:00
nicolargo
1841592d5b Add CI pipeline 2024-03-10 16:52:31 +01:00
nicolargo
ea4f11a08b Add CI pipeline 2024-03-10 16:48:53 +01:00
nicolargo
7ffe0f6c57 Solve issue when no change in the WebUI build process 2024-03-10 16:01:28 +01:00
nicolargo
ea906064fc Correct Node.js action https://stackoverflow.com/a/68717538/1919431 2024-03-10 15:45:16 +01:00
Nicolas Hennion
a84d029e1a
Create node.js.yml Github action 2024-03-10 15:33:37 +01:00
nicolargo
6969d302ab Update configuration file example regarding the #2695 2024-03-10 11:10:52 +01:00