Commit Graph

68 Commits

Author SHA1 Message Date
4eb361f6e8 Fix log level message to display current log level
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
2025-03-11 16:49:41 -05:00
f0feb378af Change logger type check to use temp var
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
2025-03-11 15:39:21 -05:00
b3e1769ca9 Add logger error for invalid type paramater
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
2025-03-11 15:32:46 -05:00
8d6d9e5a0c Add log level threshold
Set default log level to 3, or ERROR. Ensure log level isn't overriden
on reload. Add errors if log level is misconfigured.
2025-03-11 15:32:05 -05:00
5bac9fdb2f Add double-quotes back to log messages
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
Double-quotes were initially removed for aesthetic reasons. However, JMC
collapses whitespace, resulting in mangled message output. Double quotes
are converted to single quotes in compliled output.
2025-03-11 14:51:06 -05:00
36344b82b0 Remove double-quotes from log messages
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
2025-03-11 14:47:28 -05:00
26cf75ca88 Add "caller" paramteter to logger
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
2025-03-11 14:43:14 -05:00
5dc0dba29e Show status after toggling logger
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
2025-03-11 13:39:47 -05:00
20f3aa2b78 Revert logger status from printf to say
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
2025-03-11 13:36:22 -05:00
d9ef26cfa7 Add logger status function
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
2025-03-11 13:21:03 -05:00
f1186b76a6 Rename logger toggle function 2025-03-11 13:18:00 -05:00
561b7cc39a Create logging module
All checks were successful
Deploy datapack to dev / Build (push) Successful in 8s
2025-03-11 12:56:31 -05:00
96522b8e7e Fix storage path
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s
2025-03-11 11:18:45 -05:00
042235b481 change to tellraw
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
2025-03-09 16:30:47 -05:00
9ef0a8abff change "createTable" test command
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s
2025-03-09 16:21:17 -05:00
e57af981ea add database
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
2025-03-09 16:12:19 -05:00
e5e78068f0 fix username for prod and staging workflows
All checks were successful
Deploy datapack to staging / Build (push) Successful in 5s
Deploy datapack to prod / Build (push) Successful in 6s
Deploy datapack to dev / Build (push) Successful in 6s
2025-03-09 00:48:50 -06:00
65a38df465 finish updating workflows
Some checks failed
Deploy datapack to dev / Build (push) Successful in 5s
Deploy datapack to staging / Build (push) Failing after 7s
2025-03-09 00:45:55 -06:00
19734bfa77 point to script on remote machine
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s
2025-03-08 22:59:40 -06:00
7706ac5c7f moving away from script file
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s
2025-03-08 22:54:39 -06:00
31f7c78b71 fix permissions
Some checks failed
Deploy datapack to dev / Build (push) Failing after 3s
2025-03-08 22:44:55 -06:00
88be764b12 update readme
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s
2025-03-08 22:43:56 -06:00
87b38de079 create new test script
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s
2025-03-08 22:41:19 -06:00
c4d05b0474 try changing the path again
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s
2025-03-08 22:34:22 -06:00
663beae976 change username
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s
2025-03-08 22:32:09 -06:00
4a8ffde03c and another
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s
2025-03-08 22:28:14 -06:00
39d48ab642 try another configuration
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s
2025-03-08 22:27:20 -06:00
476981d3ce test different script config with dev
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s
2025-03-08 22:18:08 -06:00
815b5218fd fix scripts path
Some checks failed
Deploy datapack to dev / Build (push) Failing after 4s
2025-03-08 20:16:42 -06:00
3d040bfba4 move scripts directory
Some checks failed
Deploy datapack to prod / Build (push) Failing after 3s
2025-03-08 20:13:59 -06:00
9d14aec7d3 move scripts directory 2025-03-08 20:13:45 -06:00
94120467a7 update staging and prod workflows to match
Some checks failed
Deploy datapack to prod / Build (push) Failing after 4s
2025-03-08 20:10:28 -06:00
40c65b677d update dev workflow
Some checks failed
Deploy datapack to prod / Build (push) Failing after 1m20s
2025-03-08 20:07:48 -06:00
349b8ec1d8 update README roadmap 2025-03-08 20:05:35 -06:00
356a06dd4c Merge branch 'master' into dev-database 2025-03-08 19:58:18 -06:00
ce0d8cc424 overhaul gitea workflows
- move action.yaml from root to workflows directory.
- rename to push_prod.
- add push_staging and push_dev.
2025-03-08 19:56:07 -06:00
179fc596cd add README.md
All checks were successful
remote ssh command / Build (push) Successful in 6s
2025-02-26 17:18:57 -06:00
31b2bf8cf5 Merge pull request 'Create workflow that can be configured to update production servers' (#3) from dev into master
All checks were successful
remote ssh command / Build (push) Successful in 4s
Reviewed-on: #3
2025-02-26 13:37:55 -06:00
439f59c9c1 rename workflow and steps
All checks were successful
remote ssh command / Build (push) Successful in 6s
2025-02-26 13:32:25 -06:00
c2e0cf3e2d limit action to master pr's and move script to file
Some checks are pending
remote ssh command / Build (push) Waiting to run
2025-02-26 13:27:11 -06:00
183b1b689c change name and username for workflow
All checks were successful
remote ssh command / Build (push) Successful in 6s
2025-02-26 11:46:35 -06:00
b6cf09bb6a move workflow to correct directory
Some checks failed
remote ssh command / Build (push) Failing after 1m16s
2025-02-26 11:40:53 -06:00
73fc7e1997 add action workflow 2025-02-26 11:37:21 -06:00
1a9b650679 Merge pull request 'hotfix build script' (#2) from dev into master
Reviewed-on: #2
2025-02-26 01:00:49 -06:00
0ef229944d hotfix build script
Currently, the server isn't able to see jmc in the path. I set the
script to point directly to the bin directory for now.
2025-02-26 00:58:52 -06:00
48bdeceb93 Merge pull request 'Convert codebase to JMC' (#1) from dev into master
Reviewed-on: #1
2025-02-26 00:51:23 -06:00
4c0823e86a remove test chat load command 2025-02-26 00:48:48 -06:00
559117352e fix function loading in commands 2025-02-26 00:45:12 -06:00
f4a8f9502d add initial build script 2025-02-26 00:27:36 -06:00
40c908556f remove data/ folder 2025-02-26 00:21:11 -06:00