Imbus Imbus
  • Joined on 2023-08-26
Imbus pushed to dev at Imbus/FrostByte 2024-03-05 20:38:56 +01:00
a0a165d66b .sqlx queries for offline builds
73cbf53797 Removed .sqlx from gitignore
Compare 2 commits »
Imbus pushed to master at Imbus/TTime 2024-03-02 04:47:25 +01:00
9e790696a5 Remove npm i from justfile testall target
59ab430b06 Justfile target for a complete test run
Compare 2 commits »
Imbus pushed to master at Imbus/TTime 2024-03-02 04:30:05 +01:00
7a12b946a6 Fixing some issues found by the linter
c54eccc625 golangci-lint in CI as well as a makefile target
54cca2b151 Pulling in jest as a dependency for the frontent, example test included
15a83882ef Omitting test from CI, including lint
Compare 4 commits »
Imbus pushed to master at Imbus/TTime 2024-03-02 03:14:48 +01:00
1be992bc34 Further wrestling with CI/CD
Imbus pushed to master at Imbus/TTime 2024-03-02 03:07:45 +01:00
3653146ce0 Wrestling with github CI/CD
Imbus pushed to master at Imbus/TTime 2024-03-02 03:02:14 +01:00
10abea8091 Merge branch 'master' of github.com:imbus64/TTime
2808a0058f Create node.js.yml
Compare 2 commits »
Imbus pushed to master at Imbus/TTime 2024-03-02 02:56:04 +01:00
b202665d75 Fix gh workflow
a7c2e8f182 Merge branch 'master' of github.com:imbus64/TTime
e93c4abba8 Create go.yml
Compare 3 commits »
Imbus pushed to master at Imbus/TTime 2024-03-02 02:40:21 +01:00
63596db60c Migrations readme warnings
Imbus pushed to master at Imbus/TTime 2024-03-02 02:38:50 +01:00
469f866554 Cleaning up examples in main and splitting the code into suitable packages
Imbus pushed to master at Imbus/TTime 2024-03-02 02:31:32 +01:00
5cefed405f Reduce verbosity of the tests
Imbus pushed to master at Imbus/TTime 2024-03-01 07:47:11 +01:00
a749857c98 User_roles table constraints
Imbus pushed to master at Imbus/TTime 2024-02-29 20:33:25 +01:00
b39ce645d6 Proper interface for the database
Imbus pushed to master at Imbus/TTime 2024-02-29 20:02:21 +01:00
4d510e5c51 Rename App -> Server, less confusing
Imbus pushed to master at Imbus/TTime 2024-02-29 07:29:15 +01:00
568fb0323e Makefile changes related to watch
Imbus pushed to master at Imbus/TTime 2024-02-28 20:35:56 +01:00
360689ce0c Configure tailwind for the frontend
Imbus pushed to master at Imbus/TTime 2024-02-28 11:29:37 +01:00
d51b9f78c2 Porting to fiber
4c7a3fd9a0 Pulling in fiber as a dep
Compare 2 commits »
Imbus pushed to master at Imbus/TTime 2024-02-28 10:58:37 +01:00
4c7e660a20 Correcting path in makefile
Imbus pushed to master at Imbus/TTime 2024-02-28 10:36:45 +01:00
523a211933 Merge
47040c8dc2 Format target
Compare 2 commits »
Imbus pushed to master at Imbus/TTime 2024-02-28 08:39:45 +01:00
2349fad4f4 Make use of the config
Imbus pushed to master at Imbus/TTime 2024-02-28 03:30:08 +01:00
34c0712825 Moving the migrations directory into database for embedding