-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/saml2-audit
- Loading branch information
Showing
171 changed files
with
3,292 additions
and
2,353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
_build/ | ||
.venv/ | ||
.idea/ | ||
__pycache__/ | ||
.env | ||
venv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
.. _telemetry: | ||
|
||
Telemetry | ||
========= | ||
|
||
To help to improve Artemis, we collect some data when the application starts. | ||
This feature can be disabled by setting `telemetry.enabled` in the `application-prod.yml` to `false`. | ||
When this is set to false, no data is sent to the Artemis maintainer team. | ||
By setting `telemetry.sendAdminDetails` to false, personal information of the instance's admin (i.e. contact email and name) is excluded from the telemetry data. | ||
This includes the contact email and the administrator's name. | ||
|
||
Artemis collects the following data at the startup of an instance: | ||
|
||
* The used Artemis version | ||
* The contact email address of the admin, which is set in `info.contact` | ||
* The name of the admin, set in `info.operatorAdminName` (optional) | ||
* The server's URL | ||
* The operator's name | ||
* The used profiles (e.g. Gitlab, Jenkins, LocalVC, Aeolus, ...) | ||
|
||
Example configuration in `application-prod.yml`: | ||
|
||
.. code-block:: yaml | ||
artemis: | ||
telemetry: | ||
enabled: true | ||
sendAdminDetails: false | ||
destination: telemetry.artemis.cit.tum.de | ||
info: | ||
contact: contactMailAddress@cit.tum.de | ||
operatorName: Technical University of Munich | ||
operatorAdminName: Stephan Krusche | ||
We collect this data to enhance Artemis by understanding how it is used, ensuring compatibility with different configurations, and providing better support to our users. | ||
Collecting admin contact information allows us to communicate important updates or address critical issues directly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Sphinx==7.4.7 | ||
sphinx-rtd-theme==2.0.0 | ||
sphinx-autobuild==2024.04.16 | ||
sphinx-autobuild==2024.4.16 | ||
sphinxcontrib-bibtex==2.6.2 |
Oops, something went wrong.