Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Format with new ruff rules | 2024-08-26 | -28/+36 | ||
| | |||||
* | Bump dependencies to latest | 2024-08-26 | -236/+280 | ||
| | |||||
* | Disable ruff preview mode | 2024-08-26 | -1/+0 | ||
| | | | | | A lot of these rules aren't ready for use, which cause us to add them to the ignore list. When the rules are then ready for use, we never end up removing them | ||||
* | Document e-mail variables | 2024-08-25 | -0/+4 | ||
| | | | | Initial work for #262. | ||||
* | Parse tuples to all() | 2024-08-24 | -2/+2 | ||
| | |||||
* | Docuemnt all environment variables | 2024-08-24 | -0/+43 | ||
| | |||||
* | Don't load cogs if required env var is missing | 2024-08-24 | -5/+10 | ||
| | |||||
* | Make it clear native modules don't need to be installed if running on docker | 2024-08-24 | -1/+4 | ||
| | |||||
* | fix(deps): update dependency sentry-sdk to v2.13.0 (#260) | 2024-08-23 | -5/+6 | ||
| | | | | | | | | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | sentry-sdk | 2.12.0 | 2.13.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | ||||
* | Parse tuples to all() | 2024-08-19 | -3/+3 | ||
| | |||||
* | Allow loading the bot without LDAP env vars set | 2024-08-19 | -8/+21 | ||
| | |||||
* | Allow loading the bot without a github_token set | 2024-08-19 | -5/+5 | ||
| | |||||
* | Allow loading the bot without a grafana_token set | 2024-08-19 | -4/+10 | ||
| | |||||
* | Allow loading the bot without a cloudflare_token set | 2024-08-19 | -1/+5 | ||
| | |||||
* | Update URL for rules page | 2024-08-19 | -1/+1 | ||
| | |||||
* | Support parsing the new markdown rules file | 2024-08-19 | -12/+8 | ||
| | |||||
* | Reformat with ruff format | 2024-08-06 | -4/+1 | ||
| | |||||
* | Update check for LDAP bootstrap message | 2024-08-06 | -1/+1 | ||
| | |||||
* | Enable LDAP notifications | 2024-08-04 | -1/+1 | ||
| | |||||
* | Update bootstrap message | 2024-08-04 | -5/+8 | ||
| | |||||
* | Add missing trailing comma | 2024-08-02 | -1/+1 | ||
| | | | | I'm sorry. | ||||
* | Enroll Events Lead and Director roles into groups | 2024-08-02 | -0/+2 | ||
| | |||||
* | fix(deps): update dependency sentry-sdk to v2.12.0 (#254) | 2024-08-01 | -6/+6 | ||
| | | | | | | | | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | sentry-sdk | 2.11.0 | 2.12.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | ||||
* | fix(deps): update dependency kubernetes_asyncio to v30.3.0 (#255) | 2024-08-01 | -5/+5 | ||
| | | | | | | | | datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | pypi | kubernetes-asyncio | 30.1.1 | 30.3.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | ||||
* | fix(deps): update dependency pydantic-settings to v2.4.0 (#251) | 2024-08-01 | -5/+6 | ||
| | | | | | | | | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | pypi | pydantic-settings | 2.3.4 | 2.4.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | ||||
* | Support slash-separated deployments in namespaces | 2024-08-01 | -3/+12 | ||
| | |||||
* | Merge pull request #253 from vivekashok1221/vivek/uid-reset-msg | 2024-07-31 | -6/+8 | ||
|\ | | | | | Use LDAP uid in reset message instead of discord username | ||||
| * | Use LDAP uid in reset message | 2024-07-31 | -6/+8 | ||
|/ | |||||
* | Merge pull request #250 from python-discord/ldap-deps-group | 2024-07-30 | -4/+11 | ||
|\ | | | | | Ldap deps group | ||||
| * | Only install LDAP group in wheel build stage | 2024-07-30 | -2/+7 | ||
| | | | | | | | | This is the only group that requires gcc | ||||
| * | Mark the LDAP group as optional | 2024-07-30 | -2/+4 | ||
|/ | |||||
* | Disable caching of FreeIPA client | 2024-07-30 | -2/+0 | ||
| | | | | | Tokens issued by calling the Client.login() method have a TTL, which means once the TTL is reached the cached client is no longer valid. This can be reintroduced in future if we can find a way to discover the validity of tokens or their TTL and use a time-based cache. | ||||
* | Merge pull request #249 from python-discord/jb3-patch-1 | 2024-07-30 | -0/+2 | ||
|\ | | | | | Add additional logging to LDAP bootstrapper | ||||
| * | Add additional logging to LDAP bootstrapper | 2024-07-30 | -0/+2 | ||
|/ | |||||
* | Update endpoint used to fetch all users | 2024-07-30 | -1/+1 | ||
| | |||||
* | 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 | -2/+2 | ||
| | |||||
* | Add Core Developers to LDAP enrollment | 2024-07-30 | -0/+2 | ||
| | |||||
* | Merge pull request #246 from python-discord/renovate/pydis-core-11.x | 2024-07-27 | -5/+6 | ||
|\ | | | | | fix(deps): update dependency pydis-core to v11.3.1 | ||||
| * | fix(deps): update dependency pydis-core to v11.3.1 | 2024-07-26 | -5/+6 | ||
|/ | | | | | | | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | pydis-core | 11.3.0 | 11.3.1 | | ||||
* | Add LDAP native libraries to Dockerfile | 2024-07-26 | -2/+12 | ||
| | |||||
* | Install LDAP dependencies in lint workflow | 2024-07-26 | -3/+5 | ||
| | |||||
* | Confirm that LDAP is enabled and Bonsai is available on LDAP cogs load | 2024-07-26 | -2/+16 | ||
| | |||||
* | Expose a BONSAI_AVAILABLE flag from modules that depend on Bonsai | 2024-07-26 | -3/+14 | ||
| | |||||
* | Add new flag for enabling LDAP functionality | 2024-07-26 | -0/+2 | ||
| | |||||
* | Document installing the LDAP group of dependencies and enabling LDAP | 2024-07-26 | -0/+20 | ||
| | |||||
* | Move bonsai to new LDAP group in dependencies | 2024-07-26 | -2/+4 | ||
| | |||||
* | Cache the creation of clients for directory APIs | 2024-07-26 | -0/+7 | ||
| | |||||
* | Update Grafana to sync with both GitHub and LDAP | 2024-07-26 | -20/+193 | ||
| | |||||
* | Add new LDAP cog | 2024-07-26 | -0/+427 | ||
| |