robojerk
  • Joined on 2025-05-30
robojerk pushed tag v2.4.1 to actions/actions-checkout 2025-07-04 16:34:45 +00:00
robojerk pushed tag v2.4.2 to actions/actions-checkout 2025-07-04 16:34:45 +00:00
robojerk pushed tag v2.5.0 to actions/actions-checkout 2025-07-04 16:34:45 +00:00
robojerk pushed tag v2.6.0 to actions/actions-checkout 2025-07-04 16:34:45 +00:00
robojerk pushed tag v2.7.0 to actions/actions-checkout 2025-07-04 16:34:45 +00:00
robojerk created branch main in actions/actions-checkout 2025-07-04 16:34:37 +00:00
robojerk pushed to main at actions/actions-checkout 2025-07-04 16:34:37 +00:00
09d2acae67 Update README.md (#2194)
85e6279cec Adjust positioning of user email note and permissions heading (#2044)
009b9ae9e4 Documentation update - add recommended permissions to Readme (#2043)
cbb722410c Update README.md (#1977)
3b9b8c884f docs: update README.md (#1971)
Compare 10 commits »
robojerk pushed to main at robojerk/apt-layer 2025-07-03 17:20:35 +00:00
004fda769c Add Forgejo Actions test workflow
robojerk pushed to main at robojerk/apt-layer 2025-07-03 15:30:30 +00:00
5f7b4b5696 adding all files this time
robojerk created branch main in robojerk/apt-layer 2025-07-03 15:29:51 +00:00
robojerk pushed to main at robojerk/apt-layer 2025-07-03 15:29:51 +00:00
06f09b28c1 first commit
robojerk created repository robojerk/apt-layer 2025-07-03 15:27:45 +00:00
robojerk pushed to master at robojerk/ComposeSync 2025-06-26 00:54:45 +00:00
0fd15e7b91 Fix permission errors in version cleanup find command
robojerk pushed to master at robojerk/ComposeSync 2025-06-26 00:51:41 +00:00
ecaca99b8f Fix permission errors and variable scope issues
robojerk pushed to master at robojerk/ComposeSync 2025-06-25 23:12:51 +00:00
d5bc2a9d0d Fix download_file parameter count for extra files
robojerk pushed to master at robojerk/ComposeSync 2025-06-25 23:11:10 +00:00
e32936662b Fix TOML parser stack counter logic
robojerk pushed to master at robojerk/ComposeSync 2025-06-25 23:01:59 +00:00
3c3e280c9d Fix TOML parser comment handling and variable expansion issues
robojerk pushed to master at robojerk/ComposeSync 2025-06-25 22:23:09 +00:00
9c70e75c78 Add config.toml to .gitignore to prevent committing user configurations
robojerk pushed to master at robojerk/ComposeSync 2025-06-25 22:22:10 +00:00
738c765d84 Fix install script for same-directory installation and improve test script robustness
robojerk pushed to master at robojerk/ComposeSync 2025-06-25 22:17:20 +00:00
70486907aa Major improvements: flexible install dir, configurable compose file name for git, enhanced webhook notifications, cross-platform lock, robust rollback, and updated docs.\n\n- Install dir is now user-confirmable and dynamic\n- Added COMPOSE_FILENAME for git stacks\n- Webhook payloads now include git context and rollback events\n- Lock file age check is cross-platform\n- Rollback notifications for success/failure\n- Updated TOML example and documentation\n- Many robustness and UX improvements