| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | 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 | |
| | | ||||
| * | Add LDAP module | 2024-07-26 | -0/+138 | |
| | | ||||
| * | Add Keycloak module | 2024-07-26 | -0/+29 | |
| | | ||||
| * | Add FreeIPA module | 2024-07-26 | -0/+95 | |
| | | ||||
| * | Add new directory APIs module | 2024-07-26 | -0/+1 | |
| | | ||||
| * | Add LDAP enrollment constants | 2024-07-26 | -0/+13 | |
| | | ||||
| * | Add new config options | 2024-07-26 | -0/+19 | |
| | | ||||
| * | Add new dependencies | 2024-07-26 | -2/+391 | |
| | | ||||
| * | Fix the rules command now that the source file is an rst file | 2024-07-25 | -6/+12 | |
| | | ||||
| * | fix(deps): update dependency sentry-sdk to v2.11.0 (#242) | 2024-07-24 | -5/+5 | |
| | | | | | | | | | datasource | package | from | to | | ---------- | ---------- | ----- | ------ | | pypi | sentry-sdk | 2.9.0 | 2.11.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| * | Ignore ASYNC109 where timeout is used for pagination | 2024-07-24 | -1/+1 | |
| | | ||||
| * | chore(deps): update dependency ruff to v0.5.4 | 2024-07-24 | -21/+21 | |
| | | | | | | | | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | pypi | ruff | 0.5.1 | 0.5.4 | | |||
| * | fix(deps): update dependency pydis-core to v11.3.0 (#243) | 2024-07-24 | -5/+5 | |
| | | | | | | | | | datasource | package | from | to | | ---------- | ---------- | ------ | ------ | | pypi | pydis-core | 11.2.0 | 11.3.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| * | Add ff-bot configuration | 2024-07-24 | -0/+13 | |
| | | ||||