Commit Graph

79 Commits

Author SHA1 Message Date
53f88e986e ci(app): added dayton to the controller updates 2025-09-18 21:43:06 -05:00
60890b4478 refactor(controller): changes the app env to app instead of node as it makes more sense 2025-09-18 21:42:37 -05:00
1634d5d826 ci(controller): added ksc and bow2 2025-09-16 20:59:12 -05:00
5355f45e13 ci(controller script): added in a way to update existing .env files so we always to updated 2025-09-16 20:58:47 -05:00
3244f284fd feat(discord bot): added in a ping host command to get the bot going :D
more commands will be added as we continue working on this bot, including service restarts, log
monitors
2025-09-11 06:44:50 -05:00
463dabfcf4 test(controller): removed the copy button as we should now use the server buttons
this will become obs soon as we need to really be doing this from the app admin
2025-09-11 06:43:59 -05:00
3b7138ddb7 build(controller): added in drive locations 2025-09-10 12:43:00 -05:00
661a54f665 fix(controller): jobSche is nor properly setting the job if its cant read timezones 2025-09-10 12:42:29 -05:00
5ad5e868b6 refactor(controller): copy to server now deletes existing .zip to reduce issues 2025-09-10 12:41:52 -05:00
6c32cc23cd chore(release): 1.1.0 2025-09-09 21:18:05 -05:00
f370496f99 docs(materials): removed the wording aobut needing to be logged in 2025-09-09 21:16:46 -05:00
610dca259d refactor(contorller): changes to accept the drive letter as 2 plants are on d drive 2025-09-09 21:16:22 -05:00
a082dfee6c refactor(controller): added more plants to the test file thats turning into the main update file 2025-09-09 21:15:52 -05:00
5bc272f9ca build(controller): updates to not build the controller every time we update
this is incase we just want to test on a server then send this same build to all the other servers
2025-09-09 21:15:12 -05:00
6034b94828 docs(docs): correction to where the location is for example 2025-09-09 20:35:50 -05:00
94f5c8d40e build(builds): added in the .env-example to the build 2025-09-09 20:35:21 -05:00
77d654ea68 feat(controller): update scheduler added 2025-09-09 20:34:48 -05:00
160444d2f4 ci(frontend): added in big button for docs lol 2025-09-08 16:09:08 -05:00
fc7ecb6ab6 refactor(controller): added env and other fixes to account for running as a service 2025-09-08 16:08:30 -05:00
ddfeb5ccb5 fix(db): fixes to drizzle config to account for the change to the app structure folder 2025-09-08 16:07:47 -05:00
19ae0d5437 fix(controller): fix to the update that was blocking as it never started 2025-09-08 16:07:16 -05:00
0273703bfb refactor(app): moved main.ts to root of app folder it was doing weird things with ts stuff 2025-09-07 15:35:30 -05:00
50927ca341 fix(controller): touch ups on the update process to view more clean 2025-09-07 15:34:56 -05:00
fe05ff17e1 docs(install): changed the IIS sections to be correct for how we did the scripts 2025-09-07 15:34:19 -05:00
ab5af87362 refactor(docker): pass the port instead of getting form .env
commented out the env incase we go back to this way later and still an option
2025-09-07 15:33:55 -05:00
2aca7e9a0e feat(controller): new update and build process for the controllers 2025-09-07 15:33:21 -05:00
abcd5b5f3c refactor(build): removed the wrapper from the app build and moved to controller build 2025-09-07 15:32:15 -05:00
6a717c81e5 ci(services): changes to reinclude .exe exclusion 2025-09-07 11:02:36 -05:00
52888246ff fix(app): issues with the imports caused by the ts.config 2025-09-07 11:02:00 -05:00
766bdd1830 fix(controller): fixes for a remote update 2025-09-07 11:01:38 -05:00
e318615ea7 ci(config): excluded the scripts folder in ts.config it caused issues 2025-09-07 11:00:36 -05:00
412c5f6ba5 ci(socket tester): added in transports and a new update button 2025-09-06 22:27:39 -05:00
c78fca4316 fix(controller): correctly rejected join channel if not on dev server for building 2025-09-06 22:27:07 -05:00
e0be95978d feat(controller): added in update server channel and refactors for more actions 2025-09-06 22:26:17 -05:00
38a6b0c0b3 refactor(wrapper): fixs for socket.io, SSE, and better performance 2025-09-06 22:25:27 -05:00
5f4d9043c3 docs(iis install): correction to the image on how the application looks 2025-09-06 17:03:02 -05:00
2d7e0ab909 docs(ocp): fixes for multi lang 2025-09-06 17:02:36 -05:00
301f0339c5 feat(controller): tester index.html 2025-09-06 17:02:12 -05:00
71dcbf814b feat(controller): added copy by server only currently 2025-09-06 17:01:49 -05:00
750e6948b6 refactor(controller): converted to socket.io 2025-09-06 17:01:19 -05:00
d3120c828d ci(builds): new .env example and includes 2025-09-06 17:00:58 -05:00
945048f43e docs(multi lang support): work on getting multi lang support working 2025-09-06 11:58:40 -05:00
1508fb2fa7 docs(install): changes to the folder structure example 2025-09-05 09:16:23 -05:00
37bc473f58 feat(api docs): added in bruno api docs 2025-09-05 09:15:32 -05:00
6d5f444471 refactor(docker): changes the container name 2025-09-05 09:14:56 -05:00
87aafef350 feat(controller): intial build functions setup in go and service building 2025-09-05 09:14:34 -05:00
8a07c8afe4 docs(scripts): added example script to install service 2025-09-03 19:30:09 -05:00
c3638870b1 fix(wrapper): addded proper mimeMap and ws suppoer 2025-09-03 19:29:49 -05:00
1dd04b8320 docs(iis setup): added instructions on iis setup 2025-09-03 19:29:26 -05:00
9ea1e04472 fix(app): system crash to discord and log now properly happen at a crash 2025-09-03 19:28:49 -05:00