Commit graph

78 commits

Author SHA1 Message Date
Luc Didry
4b78d9ddda
🏷 — Bump version (0.3.1) 2024-09-02 14:53:14 +02:00
Luc Didry
5f43f252b4
— Add new check types: body-like, headers-like and json-like (Fix #58) 2024-09-02 14:50:33 +02:00
Luc Didry
9b40c5a675
📝 — Document test-mail command 2024-08-29 17:19:06 +02:00
Luc Didry
1c6abce9b9
— Add new check types: json-contains, json-has and json-is (fix #57) 2024-08-29 17:11:37 +02:00
Luc Didry
95c49c5924
— Allow to run Argos in a subfolder (i.e. not on /). Fix #59 2024-08-27 13:02:01 +02:00
Luc Didry
7e5502f7a4
— Add new check types: headers-contain and headers-have (fix #56) 2024-07-18 18:01:03 +02:00
Luc Didry
fde061da19
— Add new check type: status-in
Similar to status-is except that the HTTP status can be one of a list, instead of just one fixed value.

Usecase: a Sympa server with CAS authentication set. Without a sympa_session cookie, you get a 302 status,
with it, you have a 200 status.
2024-07-04 14:32:46 +02:00
Luc Didry
9102d5f974
🩹 — Fix release documentation 2024-07-04 09:09:36 +02:00
Luc Didry
058622556d
🐛 — Fix bug in login view when having a cookie (internal server error) 2024-06-27 08:29:46 +02:00
Luc Didry
1c314c4460
🏷 — Bump version (0.2.0) 2024-06-24 16:28:51 +02:00
Luc Didry
5bd187f135
📝 — Improve release documentation 2024-06-24 16:22:34 +02:00
Luc Didry
b85d7e90a8
📝 — Improve documentation 2024-06-24 16:12:50 +02:00
Luc Didry
09a858794d
— Add built-in authentication for human interface
Built-in user management is provided too
2024-06-21 13:40:47 +02:00
Luc Didry
638dcc0295
💥 — Remove env vars and only use the configuration file (fix #47) 2024-06-20 13:02:49 +02:00
Luc Didry
907cd5878f
📝 — New documentation URL: doc is now on https://argos-monitoring.framasoft.org/ 2024-06-18 09:04:32 +02:00
Luc Didry
e2402ac190
💥 — Change default config file path to argos-config.yaml (fix #36)
Argos will first try the given config file (given either with `--config` or with
`ARGOS_YAML_FILE` env var), then `argos-config.yaml`, then `/etc/argos/config.yaml`.
2024-06-17 16:15:53 +02:00
Luc Didry
9cffb9d96e
— Add command to warn if it’s been long since last viewing an agent (fix #49) 2024-06-17 16:03:54 +02:00
Luc Didry
e363e6be4a
📝 — Document better how to deploy with gunicorn (fix #45) 2024-06-10 11:12:03 +02:00
Luc Didry
01ffcc2d28
📝 — TL;DR documentation (fix #43 and #52) 2024-06-10 10:56:15 +02:00
Luc Didry
d863700ecf 🔀 Merge branch 'fix-48' into 'develop'
📝 — Document how to add a new notification way (fix #48)

See merge request framasoft/framaspace/argos!52
2024-05-28 15:00:10 +00:00
Luc Didry
cb0a638545
— Add command to generate example configuration (fix #38) 2024-05-28 09:39:32 +02:00
Luc Didry
4eb802a48b
📝 — Document how to add a new notification way (fix #48) 2024-05-27 09:55:23 +02:00
Luc Didry
3ce293b5aa
📝 — Add FAQ and License page in the docs (fix #44) 2024-05-27 09:42:31 +02:00
3bad54c19b 🔀 Merge branch 'fix-33' into 'main'
📝 — Update doc for release (fix #33)

Closes #33

See merge request framasoft/framaspace/argos!47
2024-04-25 12:11:16 +00:00
Luc Didry
09443286b5
📝 — Update doc for release (fix #33) 2024-04-25 14:08:52 +02:00
Luc Didry
dea9f40f7d 🔀 Merge branch 'almet/move-migrations' into 'main'
Move migrations inside the `argos/server/migrations` directory.

See merge request framasoft/framaspace/argos!43
2024-04-25 11:40:27 +00:00
Luc Didry
358f6dcd70 🔀 Merge branch 'luc/server-config-options' into 'main'
 — Config file option on almost all server commands

See merge request framasoft/framaspace/argos!44
2024-04-18 09:59:30 +00:00
Luc Didry
199cbd7927
📝 — Server start is for testing or dev only (fix#35) 2024-04-11 15:38:43 +02:00
Luc Didry
f125557f81
✏ — Fix typos 2024-04-11 14:53:31 +02:00
Luc Didry
9abc39a74b
📝 — Improve installation doc 2024-04-11 09:45:15 +02:00
Luc Didry
8b3a8dd153
— Config file option on almost all server commands 2024-04-11 09:12:01 +02:00
Luc Didry
0cef533a8b
🩹 — Fix mermaid.min.js download 2024-04-10 17:53:31 +02:00
Luc Didry
1a44094084
🚚 — Move alembic.ini in argos directory 2024-04-10 17:40:36 +02:00
Luc Didry
c5e11026b5
🚚 — Renaming developer/installing to developer/installation 2024-04-08 14:23:51 +02:00
Luc Didry
cf71b5d087
✏ — Fix typo 2024-04-08 08:37:16 +02:00
02892bec17
build: document the release process 2024-04-08 08:37:15 +02:00
6baad623a2
docs: Update copyright information 2024-04-08 08:37:15 +02:00
5c4d8299bc
docs: rephrase some settings description 2024-04-08 08:37:15 +02:00
1d35ea22ea
Add a new argos version command outputing the version. 2024-04-08 08:37:15 +02:00
1dc91a246a
[chore] move the configuration files in a conf folder. 2024-04-08 08:37:15 +02:00
Luc Didry
6ea6f1491e
📝 — Reintroduce developer installation guide 2024-04-08 08:35:11 +02:00
1948658900 build: use make test rather than make tests
Mainly to match with other projects semantics.
2024-04-05 13:19:26 +02:00
bd55fd03e9 docs: add a requirements section to the developer docs.
Add a section on installing sed, which differs between GNU and OSX.
2024-04-05 11:09:42 +02:00
4153bfcece docs: remove duplicate dependency entry 2024-04-05 11:09:42 +02:00
e94365559c docs: move the changelog out of the developer docs
As it's not only intended for developers, but also
(and primarilly) for end users.
2024-04-05 10:28:08 +02:00
0659e28c3e docs: rename projects to dependencies
For a better clarity while reading the documentation.
2024-04-05 10:27:21 +02:00
Luc Didry
2064d94fb9
📝 — Improve documentation (fix #11)
Extra:
- put psycopg2-binary in standard dependencies
2024-04-04 10:56:54 +02:00
Luc Didry
01c8f3dbb6
📝 — Add Nginx conf example (fix #29) 2024-03-28 14:09:16 +01:00
Luc Didry
cba675bcad
🩹👷 — Fix doc building 2024-03-27 16:32:58 +01:00
Luc Didry
168788eb89
— Add a command to generate an auth token (fix #22) 2024-03-25 15:19:25 +01:00