diff options
| author | 2024-04-27 21:21:51 +0200 | |
|---|---|---|
| committer | 2024-04-27 21:21:04 +0100 | |
| commit | de9307796340070c0b44e6325a902184ad65492a (patch) | |
| tree | f7a873d1a4b14281580b0450ba77ee9290b22c3c /docs/meeting_notes/2023-09-05.md | |
| parent | Use same indent for all fail2ban options (diff) | |
Move documentation to Hugo
Shortly before merge, the repository settings need to be updated to
set GitHub Actions as the deployment source, to prevent GitHub from
trying to build with Jekyll.
Diffstat (limited to 'docs/meeting_notes/2023-09-05.md')
| -rw-r--r-- | docs/meeting_notes/2023-09-05.md | 50 | 
1 files changed, 0 insertions, 50 deletions
diff --git a/docs/meeting_notes/2023-09-05.md b/docs/meeting_notes/2023-09-05.md deleted file mode 100644 index 965e232..0000000 --- a/docs/meeting_notes/2023-09-05.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -layout: default -title: "2023-09-05: Devops meeting notes" -parent: Meeting notes -nav_order: ---- - -# DevOps Meeting Notes - - -<!-- - -Useful links - -- Infra open issues: https://github.com/python-discord/infra/issues - -- infra open pull requests: https://github.com/python-discord/infra/pulls - -- *If* any open issue or pull request needs discussion, why was the existing -  asynchronous logged communication over GitHub insufficient? - ---> - - -## Agenda - -- No update on the Hugo build yet - -- Johannes wrote a proposal for snowflake proxy to be deployed to our netcup hosts -  - Admins discussed and came to the conclusion that since we don't own the servers, -    we got the servers from netcup as a sponsorship to host our infra, so using them -    to host something that isn't our infra doesn't seem right. - -- Lots of dependabot PRs closed -  - https://github.com/search?q=org%3Apython-discord++is%3Apr+is%3Aopen+label%3A%22area%3A+dependencies%22&type=pullrequests&ref=advsearch -  - Closed ~50% of PRs - -- Workers repo has had its CI rewritten, all workers have consistent package.json, -  scripts, and using the new style of cloudflare workers which don't use webpack - -- Metricity updated to SQLAlchemy 2 - -- Olli CI PR is up -  - https://github.com/python-discord/olli/pull/25 - -- Sir-Robin pydantic constants PR is up -  - https://github.com/python-discord/sir-robin/pull/93 - - -<!-- vim: set textwidth=80 sw=2 ts=2: -->  |