TheThing
  • Joined on 2022-01-07
TheThing pushed to master at TheThing/sc-manager 2022-04-01 10:08:25 +00:00
e853474cdd loghelper: Fix a bug when parsing a JSON-parsed record. In those cases the time is not Date format and needs to be parsed beforehand.
TheThing pushed to master at TheThing/sc-helloworld 2022-04-01 10:05:50 +00:00
8f3faed11f package: Release new version
TheThing pushed to master at TheThing/sc-helloworld 2022-04-01 10:05:00 +00:00
95e94b38cc server: Change log level from debug to info on normal requests
TheThing pushed to master at TheThing/service-core 2022-04-01 09:59:48 +00:00
618cfd0451 log: Workers in cluster will now properly notify master of newlog entries. Useful for sc-manager
TheThing pushed to master at TheThing/service-core 2022-03-31 15:12:30 +00:00
b5359515b5 lib: Fix so it displays the restart message during restart
TheThing pushed to master at TheThing/sc-helloworld 2022-03-30 22:05:30 +00:00
562ade9763 Trigger new version
TheThing pushed to master at TheThing/sc-helloworld 2022-03-30 09:08:04 +00:00
5b6b1b0a58 appveyor: Add auto deploy to production
TheThing pushed to master at TheThing/sc-manager 2022-03-30 08:33:27 +00:00
455f667e88 header: Fix highlighting not working properly in log
TheThing pushed to master at TheThing/sc-manager 2022-03-30 08:15:01 +00:00
3d3a4c553b appveyor: Add auto-build and auto-public support.
TheThing pushed to master at TheThing/sc-manager 2022-03-30 08:09:51 +00:00
a68a73438c ioroutes: Implement better spam detection
TheThing pushed to master at TheThing/service-core 2022-03-29 20:39:01 +00:00
23f9173720 test: Fix regex match error after some recent changes
TheThing pushed to master at TheThing/sc-manager 2022-03-29 17:15:30 +00:00
24bcea69a2 server: Remove node-static and use Flaska instead
TheThing pushed to master at TheThing/service-core 2022-03-29 17:14:51 +00:00
d519996959 Application: Add flag in application to keep track if its running and which version.
TheThing pushed to master at TheThing/sc-manager 2022-03-29 10:25:28 +00:00
6a2cfcfb26 Major development, finished refactoring for new service-core version 3
TheThing pushed to master at TheThing/sc-helloworld 2022-03-29 10:07:06 +00:00
fa38c2928b server: Fix accidental crashing bug xD
TheThing pushed to master at TheThing/sc-helloworld 2022-03-29 10:03:39 +00:00
4560d20b04 server: Log incoming requests on finish
TheThing pushed to master at TheThing/service-core 2022-03-28 15:15:31 +00:00
90d4e7ab81 application: Emit event when updating changes
TheThing pushed to master at TheThing/service-core 2022-03-28 07:48:30 +00:00
a5239d0c27 db: Removed unused latestVersion
TheThing pushed to master at TheThing/service-core 2022-03-28 07:40:28 +00:00
46386a13b3 application: Add more event emits on specific events
TheThing pushed to master at TheThing/sc-manager 2022-03-28 07:27:22 +00:00
f64acc95eb Updated to latest service-core, fixed some bugs and made it runnable