Commit graph

34 commits

Author SHA1 Message Date
e16d12ba7f
feat: add FacilMap to weekly chores list
Added FacilMap to the weekly chores list on Chimpman. This ensures regular maintenance and updates for FacilMap, aligning it with other ongoing tasks.
2024-08-04 11:54:36 +02:00
072c93c593
docs: Clarify chore in weekly list
Adjusted the format to better distinguish the server of the WordPress task for the Duck Behavior Journal. This correction should reduce potential confusion regarding chore responsibilities. No functional impact expected.
2024-08-04 11:28:35 +02:00
916d767839
feat(chores): add WordPress to chore checklist
Included WordPress under the "server maintenance" and "services status" sections of the weekly chores list. This update ensures the WordPress service, specifically for the Duck Behavior Journal on Lance, gets regular maintenance and status checks. Helps keep all critical services up to date and functioning properly.
2024-08-04 11:28:00 +02:00
9d911d5ec7
fix(chores): remove entry for Punch
Eliminated a deprecated entry for 'Punch' in the chores list to avoid confusion and ensure accurate task assignment.
2024-08-03 18:51:54 +02:00
efd865feee
chore: Update server for multiple chores
Reassigned CryptPad, YOURLS, and LibreY from Pencil to Zwergente. No changes to the actual chore list beyond server updates.
2024-08-03 18:44:43 +02:00
95e4176130
chore(chores): update servers for tasks
Reassigned from 'Pencil' to 'Zwergente' for several tasks. This improves clarity.
2024-08-03 18:43:30 +02:00
143078a8f4
docs: add OTS to weekly chores list
Included OTS to the chores on Chimpman. This update ensures all necessary tasks are documented and tracked effectively.
2024-07-29 08:02:35 +02:00
43bb0eb5b5
chore: remove Nitter from chores checklist
Nitter tasks have been removed from the chores checklist, reflecting a change in priorities. This streamlines the chore list and ensures focus on the remaining essential tasks.
2024-07-29 08:01:43 +02:00
6c9ada5d1a
chore: add HedgeDoc to weekly chores list
Added Hedgedoc to the weekly maintenance checklist under Chimpman’s tasks.
This ensures that HedgeDoc gets regularly reviewed and maintained, contributing
to the overall stability and reliability of our documentation tools.
2024-07-29 08:00:08 +02:00
f083e815b5
fix(chores): correct indentation for task lists
Adjusted the indentation in the chores.md file to ensure consistency and improve readability. This change rectifies misaligned checkboxes under the server updates, project versions, and functionality checks sections.

No functional changes introduced; just formatting adjustments for better clarity and maintenance.
2024-07-29 07:59:30 +02:00
69baf41ff2
chore(chores): add Andy's server maintenance tasks
Updated the weekly chores list to include various server maintenance responsibilities on Andy. This addition ensures Prometheus, Grafana, and Greylog checks, enhancing accountability and coverage for these services.
2024-07-28 21:41:39 +02:00
18087dd9fa
chore: remove "Ducky" from the weekly chores list
"Ducky" has been removed from the weekly chores list as it was deemed unnecessary and redundant. This simplifies the checklist and reduces confusion. No significant impacts expected.
2024-07-28 21:39:26 +02:00
246add4777
chore(docs): add new servers to weekly chores list
Included new servers 'Zwergente' and 'Smaragdente' to the chores list to ensure complete coverage of chores. This update helps maintain accuracy and comprehensiveness in the schedule.
2024-07-28 21:38:53 +02:00
87c03250fd
feat: add Burns to weekly chores list
Included Burns in the list of weekly chores. No other changes to the structure or format of the list.
2024-07-28 21:37:55 +02:00
1638a7b8b4
chore(chores): update server assignments and task list
Reassigned server updates from 'Chalmers' and 'Grimey' to 'Pekingente'. Removed 'Grimey' from the task list to reflect current server management. This helps streamline responsibilities and ensures up-to-date representation of server assignments.
2024-07-28 21:37:12 +02:00
9fb7df4f4d
docs: update chores list with Mautrix and Bifröst tasks
Added new tasks to the weekly chores list including Mautrix-Meta for Instagram and Bifröst under the assigned user 'Lard Lad'. This ensures all relevant maintenance activities are documented and tracked effectively.
2024-07-28 21:24:33 +02:00
6ad9425bfe
feat(chores): add new team members to chore assignments
Added Flanders, H08, and H09 to the weekly chore checklist and assigned new tasks to them. This update ensures all tasks are properly distributed among team members, improving workload management.
2024-07-28 21:23:52 +02:00
41c085b7c1
chore(docs): update Weekly Chores pipeline reference
Switched the Weekly Chores pipeline path in the README from `scripts/chores.py` to `.forgejo/workflows/chores.yml`.

This change ensures the documentation accurately reflects the current location of the pipeline configuration. No functionality changes are involved.
2024-07-28 20:55:23 +02:00
c055c027f9
docs: update README to add pipeline details
Expands README with information about the purpose of the repository,
specifically detailing the pipelines it contains. Adds a link to
Private.coffee and descriptions of the weekly chores pipeline to
make the repository's functionality clearer to new users.
2024-07-28 20:52:52 +02:00
e575fd9e08
feat: automate weekly chores management
- Initialized .gitignore to exclude virtual environment
- Added a comprehensive chores checklist as a markdown file
- Introduced development dependencies (ruff, black) in requirements-dev.txt
- Updated chores script to read tasks from the markdown file instead of an environment variable, improving task organization and maintainability
2024-07-28 20:41:30 +02:00
965d1a41f1
Enabled scheduled execution for chores workflow
Uncommented the cron job in the chores workflow configuration, setting
it to run automatically at noon every Friday. This change facilitates
regular, automated maintenance tasks without manual intervention.
2024-02-18 13:35:18 +01:00
8cb6718dca
Refactor workflow env var references
All checks were successful
/ chores (push) Successful in 19s
Updated `.forgejo/workflows/chores.yml` to use `vars` context for
environment variables, ensuring consistent variable scoping and improved
maintainability. This change simplifies the way variables are managed in
GitHub Actions workflow.
2024-02-18 13:33:46 +01:00
11bde9e12d
Updated chore due date to ISO 8601 format
All checks were successful
/ chores (push) Successful in 19s
Ensured that the 'due_date' variable is now formatted in strict ISO 8601
compliance by removing microseconds and appending 'Z' to indicate UTC.
This change aids in consistent date-time parsing across different
systems and services that expect a standardized timestamp without
fractional seconds.
2024-02-18 13:27:24 +01:00
d5fe6d18a4
Add logging for issue creation payload
Some checks failed
/ chores (push) Failing after 17s
Introduce a debug print statement to log the payload before creating an
issue in the `chores.py` script. This aids in tracing outgoing data and
facilitates easier troubleshooting of the issue creation process.
2024-02-18 13:25:53 +01:00
1df648ca81
Update authentication method for chore script
Some checks failed
/ chores (push) Failing after 12s
Refactor the authentication in the chore script by removing the 'token'
field from the payload and including it in the header as
'Authorization'. This change enhances security practices by aligning
with standard HTTP authorization protocols.
2024-02-18 13:23:54 +01:00
623115295a
Optimize default URL fallback mechanism
Some checks failed
/ chores (push) Failing after 14s
Refactored the assignment of FORGEJO_URL to use a more idiomatic fallback approach in case the environment variable is not set. This change ensures that None values are handled correctly and the default URL is used when the environment variable FORGEJO_URL is undefined, enhancing reliability.
2024-02-18 13:22:23 +01:00
3d13ae755a
Enhance env var handling in chore script
Some checks failed
/ chores (push) Failing after 16s
Refactored the chores script to improve the robustness of environment
variable handling. This includes mandatory checks for the FORGEJO_TOKEN
and default values or prompts for missing optional environment
variables. Added assertion to ensure the token is present after
retrieval which, combined with the KeyError, will provide better error
handling. Optional variables now use a fallback value directly in the
get method for concise expression.

Resolves issue with silent failures when required environment settings
are not provided.
2024-02-18 13:21:39 +01:00
619d7e9fef
Ensure EXPIRY_DAYS is an integer from env variable
Some checks failed
/ chores (push) Failing after 16s
Casting `CHORES_EXPIRY_DAYS` environment variable to int ensures that
the expiry days value is correctly interpreted for use throughout the
application without type errors. This small but critical change
guarantees consistent behavior when dealing with time-based logic. No
issue reference provided.
2024-02-18 13:19:03 +01:00
1d8f8c63df
Enhanced workflow with environment variables
Some checks failed
/ chores (push) Failing after 13s
Introduced a set of environment variables in the CI workflow
configuration to align with the chores script's requirements. The
workflow now passes explicit values for necessary variables, matching
the environment variable name changes in the chores script for
consistency and clarity. Ensured correct token usage by updating TO
token reference. This change facilitates better configuration management
and error handling in automated tasks.
2024-02-18 13:13:51 +01:00
bae80c59fe
Switch auth token env var for pipeline
Some checks failed
/ chores (push) Failing after 15s
compatibility

Updated the environment variable for authentication to align with the
pipeline's token-naming conventions, improving integration and
consistency across our automated workflows. Error messaging reflects
this change for clarity during troubleshooting.
2024-02-18 13:07:14 +01:00
e39eca5352
Add checkout step to chores workflow
Some checks failed
/ chores (push) Failing after 27s
Adds a repository checkout step in the chores CI workflow to ensure code
is available for subsequent chore automation tasks. This update enables
the proper execution of the automated script for generating chores
issues.
2024-02-18 11:53:10 +01:00
f8a4ae8786
Trigger chores workflow on push events
Some checks failed
/ chores (push) Failing after 8s
Updated the trigger event for the chores workflow from on commit to on
push to ensure the workflow runs whenever code is pushed to the
repository. This enhances automation by aligning the execution of
routine tasks with code integration practices.
2024-02-18 11:47:42 +01:00
94cd8089b1
Add automated chores issue creation workflow
Implemented a new Forgejo Action workflow to automatically create weekly
chores issues based on a Python script. This workflow triggers on
commits and the Python script uses project-specific environment
variables to customize the issue creation, including setting due dates
and assigning users. Streamlines project maintenance and ensures regular
task management.
2024-02-18 11:46:52 +01:00
7a23fb6cf0 Initial commit 2024-02-18 09:53:51 +00:00