Commit Graph

68 Commits

Author SHA1 Message Date
1681ea71bb Add props.jmc
Define reusable, dynamic text props. These must be defined in the load
function and can be accessed globally, hence the added module.
2025-03-12 01:20:11 -05:00
6cb4b30b2d Merge pull request 'Create general purpose logging module' (#4) from dev-logging into dev
All checks were successful
Deploy datapack to dev / Build (push) Successful in 8s
Reviewed-on: #4
2025-03-11 20:31:37 -05:00
b6e1d224e5 Fix debug logging messages 2025-03-11 19:55:30 -05:00
9117c84653 Enable debug logging to bypass log level 2025-03-11 19:55:30 -05:00
7bfa12b539 Turn line into macro command 2025-03-11 19:55:30 -05:00
d30418d57a Fix log level message to display current log level 2025-03-11 19:55:30 -05:00
accd746389 Change logger type check to use temp var 2025-03-11 19:55:30 -05:00
cf55f238ff Add logger error for invalid type paramater 2025-03-11 19:55:30 -05:00
68d4b8c25d 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 19:55:30 -05:00
686592df33 Add double-quotes back to log messages
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 19:55:30 -05:00
28d85c4e02 Remove double-quotes from log messages 2025-03-11 19:55:30 -05:00
5468fa9605 Add "caller" paramteter to logger 2025-03-11 19:55:30 -05:00
daa70062f6 Show status after toggling logger 2025-03-11 19:55:30 -05:00
f4d444635b Revert logger status from printf to say 2025-03-11 19:55:30 -05:00
58ef0a251e Add logger status function 2025-03-11 19:55:30 -05:00
3b6990be85 Rename logger toggle function 2025-03-11 19:55:30 -05:00
3ff1bded99 Create logging module 2025-03-11 19:55:30 -05: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