|
|
8a79ab0b02
|
feat: Fixes broken tests from adding reset-password routes / views.
|
2025-01-26 21:26:26 -05:00 |
|
|
|
72221a5cb3
|
feat: Begins reset password view workflow.
|
2025-01-26 21:19:16 -05:00 |
|
|
|
d4a2048b12
|
feat: Adds reset password api route, needs associated view route.
|
2025-01-26 21:03:10 -05:00 |
|
|
|
1f2bb900ca
|
feat: Moves docker stuff to it's own directory, same with development databases.
|
2025-01-26 17:14:49 -05:00 |
|
|
|
a920e35d39
|
feat: Cleans up package.swift
|
2025-01-26 11:53:30 -05:00 |
|
|
|
eaa2c44ff4
|
feat: Moving back to using setup-just action
|
2025-01-26 10:30:09 -05:00 |
|
|
|
28841e36ed
|
feat: Testing just installing just with apt, not using action
|
2025-01-26 10:19:13 -05:00 |
|
|
|
0616257177
|
feat: Testing just installing just with apt, not using action
|
2025-01-26 10:16:49 -05:00 |
|
|
|
7c223ce064
|
feat: Testing just installing just with apt, not using action
|
2025-01-26 09:50:16 -05:00 |
|
|
|
62300abd6b
|
feat: Updates setup-just version in ci.
|
2025-01-26 09:47:15 -05:00 |
|
|
|
4dc928e1f4
|
feat: Refactoring route declarations.
|
2025-01-26 01:16:59 -05:00 |
|
|
|
0fad024350
|
feat: Moves api controller to it's own module.
|
2025-01-25 15:54:02 -05:00 |
|
|
|
67e689b51e
|
feat: Builds docker image during tests in ci
|
2025-01-24 20:33:36 -05:00 |
|
|
|
2e7865a61c
|
feat: fixes typo in ci
|
2025-01-24 20:23:29 -05:00 |
|
|
|
d1e2f37629
|
feat: Sets up ci workflows
|
2025-01-24 20:19:43 -05:00 |
|
|
|
000f8ce16b
|
feat: Working on fixing todos.
|
2025-01-24 17:07:59 -05:00 |
|
|
|
978ce8c74f
|
feat: Fixes release build failures and get's release dockerfile working.
|
2025-01-24 16:47:00 -05:00 |
|
|
|
90c6058d56
|
feat: Removes old tests, fixes authentication middleware not working, view routes updated to not have delete routes and uses api routes for delete methods.
|
2025-01-24 10:55:59 -05:00 |
|
|
|
aa60f69758
|
feat: Integrates view controller produced views, without working middleware protected routes. Need to get middleware working
|
2025-01-24 09:50:55 -05:00 |
|
|
|
ce9cbe168e
|
feat: Begins view controller integration into app target.
|
2025-01-24 09:37:54 -05:00 |
|
|
|
94f0c660ff
|
feat: Adds purchase order view tests.
|
2025-01-24 08:16:51 -05:00 |
|
|
|
5695d0e13c
|
feat: Initial view controller dependency and snapshot tests.
|
2025-01-23 10:57:20 -05:00 |
|
|
|
c74433c2eb
|
feat: Removes base routes and goes back to separated routes.
|
2025-01-22 08:45:04 -05:00 |
|
|
|
eb1e27e03a
|
feat: Uses base routes for api... Not sure I like this solution, perhaps just make base parsers.
|
2025-01-21 21:25:35 -05:00 |
|
|
|
497355ce1f
|
feat: Seeing if case paths can help with base route lookup.
|
2025-01-21 17:12:17 -05:00 |
|
|
|
66074d66f4
|
feat: Refactoring routes to use shared / base routes.
|
2025-01-21 16:00:16 -05:00 |
|
|
|
20e58114c0
|
feat: Removes old snapshots, adds user view snapshots.
|
2025-01-21 13:13:01 -05:00 |
|
|
|
07f7f7f957
|
feat: Begins snapshot testing for html
|
2025-01-21 12:39:30 -05:00 |
|
|
|
97b231767e
|
feat: Moves vendor branch views to their own files, starts to implement snapshot testing for html
|
2025-01-21 09:51:11 -05:00 |
|
|
|
40726c8bd7
|
feat: Disables file length warnings.
|
2025-01-20 17:03:50 -05:00 |
|
|
|
e198247b6c
|
feat: Adds favicon.ico
|
2025-01-20 16:54:44 -05:00 |
|
|
|
0cf01298bc
|
feat: Some todos added.
|
2025-01-20 16:47:28 -05:00 |
|
|
|
410bbae1c8
|
feat: Adds api route tests. Tested user interface works as expected, still needs some work on vendors form.
|
2025-01-20 16:44:12 -05:00 |
|
|
|
affd9b5d81
|
feat: Adds view route parsing tests.
|
2025-01-20 10:51:07 -05:00 |
|
|
|
2de85ed758
|
feat: Updating id key for usage in views, for typesafe keys
|
2025-01-19 20:07:32 -05:00 |
|
|
|
81f0e03549
|
feat: Cleans up some file names, adds generate admin user command.
|
2025-01-19 17:07:08 -05:00 |
|
|
|
185ebbbc15
|
feat: Adds middleware to routes
|
2025-01-19 14:20:51 -05:00 |
|
|
|
b23dc6bf07
|
feat: Cleans up routes.
|
2025-01-19 13:33:01 -05:00 |
|
|
|
1c8748211c
|
feat: Refactoring route declarations.
|
2025-01-19 10:52:15 -05:00 |
|
|
|
d27a19863a
|
feat: Mostly implemented routing using url-routing package.
|
2025-01-19 00:06:57 -05:00 |
|
|
|
da41da566b
|
feat: Begins implementing route definitions.
|
2025-01-18 18:49:04 -05:00 |
|
|
|
9efd920456
|
fix: Search button would stay on top of sidepanel when it was open.
|
2025-01-18 09:05:07 -05:00 |
|
|
|
d8328314ed
|
feat: Working on route and id helpers for views.
|
2025-01-17 23:50:04 -05:00 |
|
|
|
531a385dba
|
feat: Working on search for purchase orders.
|
2025-01-17 17:04:41 -05:00 |
|
|
|
be0b5a6033
|
feat: Initial purchase order views, login seems to be broken though.
|
2025-01-17 12:58:32 -05:00 |
|
|
|
e1d07008a1
|
feat: Adds script to generate database seeded values and removes old mock storage.
|
2025-01-16 21:00:27 -05:00 |
|
|
|
09b46f672a
|
feat: Working on mocks and mock storage.
|
2025-01-16 17:00:19 -05:00 |
|
|
|
b6e7fe915f
|
feat: Working on mocks and mock storage.
|
2025-01-16 16:29:46 -05:00 |
|
|
|
94b2b1e50c
|
fix: Adds missing delete button from employee view.
|
2025-01-16 12:32:07 -05:00 |
|
|
|
b51532bb94
|
feat: Adds employee views.
|
2025-01-16 12:26:23 -05:00 |
|