feat: country-neutral work policies and release 1.4.0 - #31
Merged
Merged
Conversation
Signed-off-by: Patrick Schiller <p@trickschiller.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
OpenClockwork currently assumes German holidays, automatic break deductions, and a Europe/Berlin deployment timezone. This release makes those policies explicit and configurable for organisations worldwide while preserving existing installations through a forward migration.
Linked issue
None; requested project internationalisation and release 1.4.0.
Changes
bundeslandAPI alias, regenerate OpenAPI and the web client, and document nullable responses and validation of conflicting selections.How was this tested?
pnpm nx run-many -t lint,typecheck,test,build -p api,web,shared,api-e2e,web-e2e --configuration=ci: passed; 88 shared and 94 web tests.pnpm nx e2e api-e2e: 147 tests passed against isolated PostgreSQL.git diff --check, andRELEASE_TAG=v1.4.0 pnpm release:verify-tagpassed.Release notes
Country-neutral work policies and regional UI defaults, with migration of existing installations. Full curated notes are in
RELEASE_NOTES.md; Solo mode, invoices, and CAUR billing are covered inROADMAP.mdas planned work.Upgrade impact
20260907120000_international_work_policies; atomic migration preserves legacy policies and historical deductions.bundeslandcan now be null. New records no longer assume German calendars or automatic breaks; setup must explicitly configure the intended policy and leave allowance.TZbefore upgrading. Deploy API 1.4.0 before web 1.4.0. SeeUPGRADING.md.Checklist
base-instructions.mdexists in this checkout.