Imbus Imbus
  • Joined on 2023-08-26
Imbus pushed to dev at Imbus/FrostByte 2024-03-07 08:27:50 +01:00
b0113aa985 Fixing ovious error in composefile
Imbus pushed to master at Imbus/TTime 2024-03-06 12:51:58 +01:00
d023bb0adf Untested implementation of login and renew endpoints
f484674524 Pulled in jwt middleware for fiber
Compare 2 commits »
Imbus pushed to master at Imbus/TTime 2024-03-06 11:25:05 +01:00
85d080cebb Set fiber as direct dependency
dcd9879d8d Demo of components with children and other props
43afae5d77 Cleaning up CSS, minor refactor into pages Home & Settings, better docs
Compare 3 commits »
Imbus pushed to master at Imbus/TTime 2024-03-06 10:17:28 +01:00
70ae359856 Example of how to extend the API
56693350be Pulling in and configuring react-router-dom
4878ce1c39 Useless fix for the vite default template with tailwind
9d39ff5bc2 Re-implemented demo button
Compare 4 commits »
Imbus pushed to dev at Imbus/FrostByte 2024-03-06 08:23:05 +01:00
a2064b440d Justfile targets for db-backup, db-restore, pgshell and re-migrate for debugging
Imbus pushed to dev at Imbus/FrostByte 2024-03-06 08:10:59 +01:00
a5dadfc1d1 Initial comment draft with working server communication
Imbus pushed to dev at Imbus/FrostByte 2024-03-06 08:08:44 +01:00
3a389d854b Updated sqlx cache
Imbus pushed to dev at Imbus/FrostByte 2024-03-06 08:07:01 +01:00
8875ae4a4c Added a migration script containing useful functions/procedures
5a75e6f9a0 Gitignore now ignores everything containing backup
d0e5b57006 Working comment route fully implemented
32ff43e87c Removing everything to do with parent_comment_id in comment table for now
3d40ec513e Adding a bunch of dummy comments on each post
Compare 6 commits »
Imbus pushed to dev at Imbus/FrostByte 2024-03-06 02:07:38 +01:00
9e302fc54a Example jsdoc
Imbus pushed to dev at Imbus/FrostByte 2024-03-06 01:35:54 +01:00
d2fd1a17ed Remove unused deps in CommentSection, build now works
Imbus pushed to master at Imbus/FrostByte 2024-03-06 00:26:16 +01:00
5916a21bd5 Remove unused query cache from sqlx cache
Imbus pushed to master at Imbus/FrostByte 2024-03-05 22:32:39 +01:00
ce4b2c2ad8 Merge branch 'master' of git.silversoft.se:Imbus/FrostByte
db402777cb Revert hack for parent_comment_id
Compare 2 commits »
Imbus deleted branch dev from Imbus/FrostByte 2024-03-05 21:05:19 +01:00
Imbus pushed to master at Imbus/FrostByte 2024-03-05 21:03:40 +01:00
70c8ff28a1 Better logging in new_comment route
Imbus pushed to master at Imbus/FrostByte 2024-03-05 20:56:25 +01:00
fb42380f9c Merge branch 'master' of git.silversoft.se:Imbus/FrostByte
7c6bed5fbf Use alpine for node in Containerfile for release
Compare 2 commits »
Imbus pushed to dev at Imbus/FrostByte 2024-03-05 20:43:41 +01:00
f1c03ffa80 Debug printing in new_comment route
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