Commit graph

19 commits

Author SHA1 Message Date
2b54cbb95b
refactor: use flags instead of positionals, reorganize cli init
All checks were successful
/ sast (push) Successful in 43s
/ tests (push) Successful in 45s
/ build (push) Successful in 47s
2024-07-13 23:44:04 -04:00
1720855a2d
test: add coverage for migration
All checks were successful
/ sast (push) Successful in 52s
/ tests (push) Successful in 1m3s
/ build (push) Successful in 47s
2024-07-13 23:36:33 -04:00
ad4d723ceb
refactor: remove APP as part of name, carry-over from pre-extracted version
All checks were successful
/ sast (push) Successful in 39s
/ tests (push) Successful in 46s
/ build (push) Successful in 48s
2024-07-11 21:33:47 -04:00
5dc776b0d2
docs: add install/config tips
Some checks failed
/ build (push) Blocked by required conditions
/ tests (push) Successful in 43s
/ sast (push) Has been cancelled
2024-07-11 21:32:25 -04:00
44f41823d3
ci: build linux amd64 and upload artifact
All checks were successful
/ build (push) Successful in 52s
/ sast (push) Successful in 42s
/ tests (push) Successful in 47s
2024-07-11 21:24:35 -04:00
455054add2
refactor: ApplyMigration > Apply, remove naming redundancy
All checks were successful
/ sast (push) Successful in 45s
/ tests (push) Successful in 48s
2024-07-11 21:16:44 -04:00
0dc457ec9c
feat: add inspect by index command 2024-07-11 21:15:37 -04:00
e5e96c3de7
refactor: setup database connection via prerun
All checks were successful
/ tests (push) Successful in 49s
/ sast (push) Successful in 43s
2024-07-11 20:49:09 -04:00
40e9ccc61c
ci: run sast+tests
All checks were successful
/ sast (push) Successful in 37s
/ tests (push) Successful in 1m3s
2024-07-11 20:37:10 -04:00
fba9720db0
refactor: pull in ApplyMigration into migration 2024-07-11 20:28:57 -04:00
e5d8483491
refactor: graph from directory 2024-07-11 20:24:57 -04:00
90a512bd91
refactor: group migration logic, use Migration to apply instead of path 2024-07-11 20:16:17 -04:00
88db84cac4
refactor: group migration graph logic 2024-07-11 20:07:12 -04:00
e68ded1b3c
refactor: isolate db handler 2024-07-11 00:09:24 -04:00
09fd9f1ba5
fix: module name should match repository 2024-07-10 23:25:42 -04:00
369fd41e6d
feat: extract cli and add parsing for up command 2024-07-10 23:20:54 -04:00
be782fb9c2
refactor: move structs to models 2024-07-10 23:11:14 -04:00
9c7c12b76d
feat: initial commit, extract from other repository 2024-07-10 23:08:08 -04:00
e5a22eddfc Initial commit 2024-07-11 02:51:13 +00:00