{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":201594696,"defaultBranch":"master","name":"sandstorm-admin-wrapper","ownerLogin":"Joe-Klauza","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-08-10T07:16:14.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/13367199?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1709169520.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"856847932e024bc1f23cf56f06b2eda5a0d60190","ref":"refs/heads/dependabot/bundler/admin-interface/rack-2.2.8.1","pushedAt":"2024-02-29T01:18:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rack from 2.2.6.4 to 2.2.8.1 in /admin-interface\n\nBumps [rack](https://github.com/rack/rack) from 2.2.6.4 to 2.2.8.1.\n- [Release notes](https://github.com/rack/rack/releases)\n- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rack/rack/compare/v2.2.6.4...v2.2.8.1)\n\n---\nupdated-dependencies:\n- dependency-name: rack\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rack from 2.2.6.4 to 2.2.8.1 in /admin-interface"}},{"before":"1c11fe81f6e331ce97db351bfcbeb386754d8f09","after":"15dbb013ecefbd2f5920c6b44f373fc5d80b0dda","ref":"refs/heads/master","pushedAt":"2023-10-30T21:49:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Update Dockerfile to fix currently non-working docker installation\nThe old dockerfile was quite outdated which probably caused my servers not to start anymore - even after reconfiguring the whole docker image.\nEven the projects README stated it needs at least ruby 3.1.2+ while the dockerfile was based on ruby 2.7.\nAlso Debian Busters support ended 2022-06-30, so I also changed it to the current debian version.\n\nI haven't tested playing on my servers after those fixes, but I can at least state that they're running again. Before it just looped with spawning-game-process messages","shortMessageHtmlLink":"Update Dockerfile to fix currently non-working docker installation"}},{"before":"25fd0b65f6c5ae194a01dff417b8e4e649aad8b6","after":"1c11fe81f6e331ce97db351bfcbeb386754d8f09","ref":"refs/heads/master","pushedAt":"2023-10-27T20:47:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Fix warning for string conversion\n\nforce_encoding seems to handle things better than in prior testing on older versions\n\nLimited testing shows east asian width characters are properly represented","shortMessageHtmlLink":"Fix warning for string conversion"}},{"before":"92ab1d7dbdfa82a808cfdf9e8e15b23a7be228ff","after":"25fd0b65f6c5ae194a01dff417b8e4e649aad8b6","ref":"refs/heads/master","pushedAt":"2023-10-27T20:12:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Break browser cache on updates\n\nAdd wrapper version to CSS/JS imports to avoid users needing to hard refresh on update","shortMessageHtmlLink":"Break browser cache on updates"}},{"before":"9f6ad712e973a4058f0a561cd10e876d4b30dc9f","after":"92ab1d7dbdfa82a808cfdf9e8e15b23a7be228ff","ref":"refs/heads/master","pushedAt":"2023-10-27T20:02:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Fix status and control page exceptions when viewing them while starting servers the first time","shortMessageHtmlLink":"Fix status and control page exceptions when viewing them while starti…"}},{"before":"bbb75309d662fe752743563ec4baed88f3703091","after":"9f6ad712e973a4058f0a561cd10e876d4b30dc9f","ref":"refs/heads/master","pushedAt":"2023-10-26T21:35:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Fix more start/stop issues\n\n- Add `FFA` to Scenario Mode dropdown for Free For All (Deathmatch)\n- Fix start button not immediately responding when starting multiple servers for the first time. The daemon init method no longer requires the mutex used by start/stop.\n- Fix hang and other issues on SAW exit caused by mutexing, sequential handling, and trying to kill a server after unsetting the PID. Improved exit logging.\n- Improve exit speed when server is starting by sending kill signal as soon as exit request is detected\n- Fix Server Control page JavaScript request for server status queuing additional requests before the previous request finished. This should improve performance of the page, especially for slow/intermittent devices/network.\n- Fix Ruby exception in background requests for server status when server hasn't yet started (e.g. another server starting)","shortMessageHtmlLink":"Fix more start/stop issues"}},{"before":"bc8f3dc89158b96348adabccd5f7374494324275","after":"bbb75309d662fe752743563ec4baed88f3703091","ref":"refs/heads/master","pushedAt":"2023-10-25T22:36:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Fix order of commands for restart","shortMessageHtmlLink":"Fix order of commands for restart"}},{"before":"993eadab0a76a723775cadf09cb0fc34e66de364","after":"bc8f3dc89158b96348adabccd5f7374494324275","ref":"refs/heads/master","pushedAt":"2023-10-24T22:10:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Remove redundant Thread.new","shortMessageHtmlLink":"Remove redundant Thread.new"}},{"before":"b7a8f5b35d999e48f81aebacd70ea860364047f9","after":"993eadab0a76a723775cadf09cb0fc34e66de364","ref":"refs/heads/master","pushedAt":"2023-10-24T22:05:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Improve start/restart/stop handling\n\nFix hang when stopping a server that hasn't started yet\n\nProvide instant feedback for start/restart/stop button while queuing threads to handle actions using mutex","shortMessageHtmlLink":"Improve start/restart/stop handling"}},{"before":"4aece7781478665f5e26bf59978a19afbacb1e90","after":"b7a8f5b35d999e48f81aebacd70ea860364047f9","ref":"refs/heads/master","pushedAt":"2023-07-21T21:37:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Fix NoMethodError when visiting the /config page\n\nFix session secret generation\n\nFix typo","shortMessageHtmlLink":"Fix NoMethodError when visiting the /config page"}},{"before":"c956c6bcc900258eba65798399aff8bab5473c73","after":"4aece7781478665f5e26bf59978a19afbacb1e90","ref":"refs/heads/master","pushedAt":"2023-07-20T21:13:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"4445143900b97812e2bbed417a2e15f560acd524","after":"c956c6bcc900258eba65798399aff8bab5473c73","ref":"refs/heads/master","pushedAt":"2023-06-06T15:55:56.002Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"force_install_dir should have path as argument (#138)\n\n* Realized left the path-argument to force_install_dir to far right. Change to correct place.","shortMessageHtmlLink":"force_install_dir should have path as argument (#138)"}},{"before":"81bafb0235400f947360ebba79476860c2ed47cd","after":"4445143900b97812e2bbed417a2e15f560acd524","ref":"refs/heads/master","pushedAt":"2023-05-29T22:02:40.693Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Newer steamcmd requires force_install_dir before login command (#137)\n\n* fixes #1 Newer steamcmd requires force_install_dir before login command\r\nChanged the order of the commands\r\n\r\n* fixes #1 Newer steamcmd requires force_install_dir before login command\r\n- update docker_start.sh too","shortMessageHtmlLink":"Newer steamcmd requires force_install_dir before login command (#137)"}},{"before":"5e14da5c5507d8c456cac371faaca2587a757ed1","after":"81bafb0235400f947360ebba79476860c2ed47cd","ref":"refs/heads/master","pushedAt":"2023-05-02T01:41:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Fix admin leave message never being used","shortMessageHtmlLink":"Fix admin leave message never being used"}},{"before":"477a01f11d6999630f837fe5c269afa0878de556","after":"5e14da5c5507d8c456cac371faaca2587a757ed1","ref":"refs/heads/master","pushedAt":"2023-04-02T16:38:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Fix array pack string slice\n\nAdjust by two characters instead of one to account for endian ordering character as well\n\nFixes warning in Ruby 3.2 that will be an error in Ruby 3.3 ","shortMessageHtmlLink":"Fix array pack string slice"}},{"before":"26607ffc17e1d50e59d7b53c9028d1e8c93080b2","after":"477a01f11d6999630f837fe5c269afa0878de556","ref":"refs/heads/master","pushedAt":"2023-03-30T22:09:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Add LastLight stock map","shortMessageHtmlLink":"Add LastLight stock map"}},{"before":"a4d2a0c656f3d8a269d9ceb06e0bc03b614c214e","after":null,"ref":"refs/heads/dependabot/bundler/admin-interface/rack-2.2.6.4","pushedAt":"2023-03-16T20:52:49.493Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"}},{"before":"67262b1744cd9e44aab3b8c6129a83cbe0f3b95f","after":"26607ffc17e1d50e59d7b53c9028d1e8c93080b2","ref":"refs/heads/master","pushedAt":"2023-03-16T20:52:48.146Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Merge pull request #132 from Joe-Klauza/dependabot/bundler/admin-interface/rack-2.2.6.4\n\nBump rack from 2.2.6.3 to 2.2.6.4 in /admin-interface","shortMessageHtmlLink":"Merge pull request #132 from Joe-Klauza/dependabot/bundler/admin-inte…"}},{"before":null,"after":"a4d2a0c656f3d8a269d9ceb06e0bc03b614c214e","ref":"refs/heads/dependabot/bundler/admin-interface/rack-2.2.6.4","pushedAt":"2023-03-16T12:09:36.944Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rack from 2.2.6.3 to 2.2.6.4 in /admin-interface\n\nBumps [rack](https://github.com/rack/rack) from 2.2.6.3 to 2.2.6.4.\n- [Release notes](https://github.com/rack/rack/releases)\n- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rack/rack/compare/v2.2.6.3...v2.2.6.4)\n\n---\nupdated-dependencies:\n- dependency-name: rack\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rack from 2.2.6.3 to 2.2.6.4 in /admin-interface"}},{"before":"e510600750cc0526d591ca22753cf56d22a572ba","after":null,"ref":"refs/heads/dependabot/bundler/admin-interface/rack-2.2.6.3","pushedAt":"2023-03-09T19:45:15.099Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"}},{"before":"04605a5f32e13c42663a9b21d99424b4ef294069","after":"67262b1744cd9e44aab3b8c6129a83cbe0f3b95f","ref":"refs/heads/master","pushedAt":"2023-03-09T19:45:13.824Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Joe-Klauza","name":"Joe Klauza","path":"/Joe-Klauza","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13367199?s=80&v=4"},"commit":{"message":"Merge pull request #131 from Joe-Klauza/dependabot/bundler/admin-interface/rack-2.2.6.3\n\nBump rack from 2.2.6.2 to 2.2.6.3 in /admin-interface","shortMessageHtmlLink":"Merge pull request #131 from Joe-Klauza/dependabot/bundler/admin-inte…"}},{"before":null,"after":"e510600750cc0526d591ca22753cf56d22a572ba","ref":"refs/heads/dependabot/bundler/admin-interface/rack-2.2.6.3","pushedAt":"2023-03-09T02:36:27.309Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rack from 2.2.6.2 to 2.2.6.3 in /admin-interface\n\nBumps [rack](https://github.com/rack/rack) from 2.2.6.2 to 2.2.6.3.\n- [Release notes](https://github.com/rack/rack/releases)\n- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/rack/rack/compare/v2.2.6.2...v2.2.6.3)\n\n---\nupdated-dependencies:\n- dependency-name: rack\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rack from 2.2.6.2 to 2.2.6.3 in /admin-interface"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAECDmIiQA","startCursor":null,"endCursor":null}},"title":"Activity · Joe-Klauza/sandstorm-admin-wrapper"}