Commit Graph

189 Commits

Author SHA1 Message Date
3cec883356 Merge branch 'main' of https://git.tuffraid.net/cowch/logistics_support_tool 2025-08-04 06:54:26 -05:00
0ecbe29ec1 refactor(app): moved all db and log to one intialize spot 2025-08-04 06:54:21 -05:00
188331c1ad ci(backend): fixed go.sum to have all correct pkg 2025-08-03 09:22:57 -05:00
486e4fb6b8 test(ws): testing ws connection on the frontend 2025-08-01 15:54:52 -05:00
c775bb3354 refactor(correction to folder sturcture): before we got to deep resturctures to best pactice folder 2025-08-01 15:54:20 -05:00
b6968b7b67 chore(release): v0.0.1-alpha.6 v0.0.1-alpha.6 2025-07-30 19:39:25 -05:00
a0aa75c5a0 refactor(settings): changed config to settings and added in the update method for this as well
strict fields on the updates so we can only change what we want in here
2025-07-30 19:35:13 -05:00
78be07c8bb ci(hotreload): added in air for hot reloading 2025-07-30 19:31:02 -05:00
0575a34422 feat(settings): migrated all settings endpoints confirmed as well for updates 2025-07-29 20:27:45 -05:00
3bc3801ffb refactor(config): changed to settings to match the other lst in node. makes it more easy to manage 2025-07-29 20:13:35 -05:00
4368111311 fix(websocket): errors in saving client info during ping ping 2025-07-29 20:13:05 -05:00
daf9e8a966 perf(websocket): added in base url to help with ssl stuff and iis 2025-07-29 18:07:10 -05:00
8a08d3eac6 refactor(wrapper): removed the logger stuff so we dont fill up space 2025-07-29 18:06:27 -05:00
a761a3634b fix(wrapper): corrections to properly handle websockets :D 2025-07-29 15:58:21 -05:00
a1a30cffd1 refactor(ws): ws logging and channel manager added no auth currently 2025-07-29 11:29:59 -05:00
6a631be909 docs(docker): docs about the custom network for the db is seperated 2025-07-25 12:14:51 -05:00
75c17d2065 test(iis): wrapper test for ws 2025-07-25 12:14:05 -05:00
63c053b38c docs(wss): more ws stuff 2025-07-25 12:13:47 -05:00
5bcbdaf3d0 feat(ws server): added in a websocket on port system to help with better logging 2025-07-25 12:13:19 -05:00
074032f20d refactor(app port): changed to have the port be dyncamic on the iis side
docker will default to 8080 and can be adjusted via the docker compose, or passing the same env over
it will change it as well.
2025-07-23 07:36:18 -05:00
13e282e815 fix(update server): fixed to make sure everything is stopped before doing the remaining update 2025-07-22 20:00:43 -05:00
6c8ac33be7 refactor(createzip): added in env-example to the zip file 2025-07-22 19:59:55 -05:00
92ce51eb7c refactor(build): added back in the build name stuff 2025-07-22 19:59:29 -05:00
52ef39fd5c feat(logging): added in db and logging with websocket 2025-07-22 19:59:06 -05:00
623e19f028 refactor(docker compose example): added in postgress stuff plus network 2025-07-22 19:58:26 -05:00
14dd87e335 docs(.env example): added postrgres example 2025-07-22 19:58:01 -05:00
52956ecaa4 docs(dockerbuild): comments as a reminder for my seld 2025-07-22 07:03:29 -05:00
cc51807819 chore(release): v0.0.1-alpha.5 v0.0.1-alpha.5 2025-07-21 17:29:21 -05:00
8e039037a9 feat(services): just a 1 to 1 from lstv2 2025-07-21 17:27:09 -05:00
ed40f4c77e refactor(lstv2build): changes to not always build the old app if we dont need too 2025-07-21 17:26:50 -05:00
ccddef8ba8 docs(iiscontrol): added in an example how to run i t 2025-07-21 17:26:18 -05:00
05e31f4b9e feat(update server): new update server added with iis stop and old version included 2025-07-21 17:25:51 -05:00
d2578b8850 refactor(createzip): changes to the way the app looks for better understanding 2025-07-21 17:14:21 -05:00
392a9ef407 refactor(build): changes to remove the build name as it was not really realvent
we will soon include it in the main file if anyone else starts to build with us
2025-07-21 17:13:24 -05:00
2d2337257f refactor(env-example): changes to the env example to include the dev stuff 2025-07-21 17:10:51 -05:00
5a95bf3ef0 test(docker): changes to make all latest now instead of 2 apps 2025-07-20 08:57:55 -05:00
7e9401d8bb test(app): added production into the build so we dont fill logs up 2025-07-20 08:57:31 -05:00
0c4465c91a refactor(createzip): renamed the backend to app now that everything is in one 2025-07-20 08:57:08 -05:00
5f9d49561a docs(env): changes to have more clear info on the example doc 2025-07-20 08:56:34 -05:00
253d998b68 refactor(wrapper): changes to handle docs and frontned now 2025-07-19 11:38:47 -05:00
9acfd1ccd0 refactor(docker): removed frontend from being built 2025-07-19 11:38:29 -05:00
39d23f4a8a refactor(frontend): changes to no longer use server side and only static files 2025-07-19 11:38:11 -05:00
f41a1b3363 feat(env): new env introduced to handle dev and prodution 2025-07-19 11:37:35 -05:00
1e649d1f23 refactor(backend): changes to convert the backend to strictly the app 2025-07-19 11:37:13 -05:00
5cc1fbe919 ci(wrapper): changes to clean the publish folder 2025-07-18 10:28:16 -05:00
528d7af031 fix(builds): added in the gets/installs for our go project and node portons 2025-07-17 10:46:53 -05:00
f0bcea0405 perf(docs): changes to stop the server from opening a browser when it started up 2025-07-16 21:56:59 -05:00
67b5976176 feat(backend): env added 2025-07-16 21:56:17 -05:00
4ef2d90aa8 refactor(config): changes to autoformat go files 2025-07-16 21:55:33 -05:00
7539b1653d refactor(lstv2): moved the loc to .env file 2025-07-16 20:24:01 -05:00