Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Move common variables for GitHub API into common file | 2025-07-16 | -1/+1 | |
| | ||||
* | Add new endpoints for removing organisation members | 2025-07-16 | -17/+1 | |
| | ||||
* | Fix mistakes from my inferior brain (#327) | 2025-07-10 | -5/+5 | |
| | | | | | | | * Rename GitHubException in cog * Update GitHubException in Teams API * Update __init__.py in GitHub API with new exception naming | |||
* | Rename Exceptions | 2025-07-10 | -5/+5 | |
| | ||||
* | Add new APIs for adding team members | 2025-07-10 | -0/+36 | |
| | ||||
* | Remove GitHub-Grafana team sync cog | 2025-07-10 | -25/+0 | |
| | ||||
* | Warn when the max number of members per page is returned by Github's API. | 2024-05-10 | -1/+9 | |
| | | | | This is so that we know when it's time to implement paginated fetching of these members. | |||
* | Reduce the number of github team members fetched per page to 100 | 2024-05-10 | -2/+4 | |
| | ||||
* | Increase number of members returned by GitHub API teams query | 2024-05-10 | -1/+1 | |
| | ||||
* | Add API wrappers for github and grafana APIs | 2024-02-12 | -0/+22 | |