Commit graph

8 commits

Author SHA1 Message Date
7e4d3e0a60 refactor: use sql_sandbox config instead of env for sync/async
- Replace Application.get_env(:mv, :env) with :sql_sandbox config
- Remove redundant :env config from test.exs
- More explicit and less error-prone for test environment detection
2025-12-12 16:05:39 +01:00
162d06da21
feat: implement automatic cycle generation for members
All checks were successful
continuous-integration/drone/push Build is passing
- Add CycleGenerator module with advisory lock mechanism
- Add SetMembershipFeeStartDate change for auto-calculation
- Extend Settings with include_joining_cycle and default_membership_fee_type_id
- Add scheduled job skeleton for future Oban integration
2025-12-11 21:26:58 +01:00
dfff2486b5
Fix postgres errors when running tests
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-03 14:47:58 +01:00
fba9abc2c1 test(AshAuthentication): updated tests for signed in user and added test for authcontroller 2025-07-02 17:03:37 +02:00
3730ba22a5
Fix postgres port in CI
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-18 13:33:22 +02:00
ececaa78f7
fix(tests) Make tests work with docker-based postgres
Some checks failed
continuous-integration/drone/push Build is failing
2025-06-12 17:39:53 +02:00
77632bedec Add basic CI setup (#30)
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Rafael Epplée <hello@rafa.ee>
Reviewed-on: #30
Co-authored-by: Moritz <moritz.m@local-it.org>
Co-committed-by: Moritz <moritz.m@local-it.org>
2025-04-28 14:24:30 +02:00
f2eeb95960
Add generated starter app 2025-03-18 15:05:27 +01:00