| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Remove GitHub-Grafana team sync cog | 2025-07-10 | -172/+0 | |
| | | ||||
| * | Format code to new ruff rules | 2025-02-15 | -3/+3 | |
| | | ||||
| * | Format with new ruff rules | 2024-08-26 | -6/+8 | |
| | | ||||
| * | Parse tuples to all() | 2024-08-24 | -2/+2 | |
| | | ||||
| * | Don't load cogs if required env var is missing | 2024-08-24 | -5/+10 | |
| | | ||||
| * | Allow loading the bot without a github_token set | 2024-08-19 | -4/+4 | |
| | | ||||
| * | Allow loading the bot without a grafana_token set | 2024-08-19 | -3/+9 | |
| | | ||||
| * | Update filters in LDAP and GitHub Grafana team syncers | 2024-07-30 | -2/+2 | |
| | | ||||
| * | I pushed unlinted code to main, I am sorry | 2024-07-30 | -1/+1 | |
| | | ||||
| * | Add Core Developers to LDAP enrollment | 2024-07-30 | -0/+1 | |
| | | ||||
| * | Confirm that LDAP is enabled and Bonsai is available on LDAP cogs load | 2024-07-26 | -1/+9 | |
| | | ||||
| * | Update Grafana to sync with both GitHub and LDAP | 2024-07-26 | -20/+193 | |
| | | ||||
| * | Bump ruff target version to 3.12 | 2024-07-05 | -1/+1 | |
| | | ||||
| * | move logger to its own package | 2024-02-13 | -1/+1 | |
| | | | | | This sets the place to centralize all logs configs in its own module | |||
| * | Improve grafana sync command output | 2024-02-13 | -5/+17 | |
| | | ||||
| * | Remove Grafana users from a team if they are not in the Github team | 2024-02-13 | -1/+31 | |
| | | ||||
| * | Don't keep track of the set of users added to Grafana team | 2024-02-13 | -6/+11 | |
| | | | | | The caller only needs the number of users added | |||
| * | Refactor adding members to Grafana team to its own function | 2024-02-13 | -18/+54 | |
| | | | | | This also adds dataclasses to describe return types for clearer code. | |||
| * | Add a cog to sync github teams to grafana teams | 2024-02-12 | -0/+89 | |
| | | ||||
| * | Add API wrappers for github and grafana APIs | 2024-02-12 | -0/+0 | |