{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":72623452,"defaultBranch":"1.x","name":"hupkit","ownerLogin":"hupkit","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-11-02T09:19:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/147032810?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714459942.0","currentOid":""},"activityList":{"items":[{"before":"4df3684bc04ca95d673ec36b9ca218da209b6984","after":"4ce05ee0b6605c95b139f3b451e2fc152410e6f2","ref":"refs/heads/1.x","pushedAt":"2024-04-29T19:31:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Update vendors","shortMessageHtmlLink":"Update vendors"}},{"before":"da7b3ea81ae6a756debd667aba25f45a7220b1b3","after":"4df3684bc04ca95d673ec36b9ca218da209b6984","ref":"refs/heads/1.x","pushedAt":"2024-04-29T18:51:13.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"bug #146 Storage temp-repository in separate location (sstok)\n\nThis PR was merged into the 1.3-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | yes\r\n| New feature? |no\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\r\n\r\nUsing the systems temporary directory leads to random Git repository corruptions (in my case).\r\n\r\nInstead the cache is now stored in `$HOME/.hubkit_cache`, and can be alternatively changed using the new `HUBKIT_CACHE_DIR` environment variable (expects the value ends with `.hubkit_cache` as clearing the cache removes 'this' directory, so any wrong configuration should not delete your entire system ๐Ÿ˜„ ).\n\nCommits\n-------\n\n1b090e147519b28ec4466f581933e32435eb2182 Storage temp-repository in separate location","shortMessageHtmlLink":"bug #146 Storage temp-repository in separate location (sstok)"}},{"before":"80e212a9b63636f53226d5098bc8f189e8cbb79f","after":"da7b3ea81ae6a756debd667aba25f45a7220b1b3","ref":"refs/heads/1.x","pushedAt":"2024-04-29T11:00:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Fix some minor typo's","shortMessageHtmlLink":"Fix some minor typo's"}},{"before":"e7b926e4cdab88e899ac32ea9efc3f06a7a38ca8","after":"80e212a9b63636f53226d5098bc8f189e8cbb79f","ref":"refs/heads/1.x","pushedAt":"2024-04-29T09:28:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Fix some minor typo's in docs/config.md","shortMessageHtmlLink":"Fix some minor typo's in docs/config.md"}},{"before":"3234d679150353484ea36994749f482092c47d81","after":"e7b926e4cdab88e899ac32ea9efc3f06a7a38ca8","ref":"refs/heads/1.x","pushedAt":"2024-04-20T18:49:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"bug #145 Prevent branch switching with GitFileReader (sstok)\n\nThis PR was merged into the 1.3-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | yes\r\n| New feature? | no\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\r\n\r\nThe GitFileReader uses a temporary directory to clone to and read from, this clone is always singular to reduce too much temp directories.\r\n\r\nBut when using the GitFileReader it's possible this might cause some side-effects when one file reads from branch A but that file uses the GitFileReader to read from branch B, which would cause a switch (without switching back) and file A not being able to load any other files from branch A (as was expected).\r\n\r\nHopefully this will also fix a rather hard to find bug where configuration loading fails randomly.\r\n\r\n\n\nCommits\n-------\n\n6cd1acf3d354bbed73732843f2a09e140f4ca66f Prevent branch switching with GitFileReader","shortMessageHtmlLink":"bug #145 Prevent branch switching with GitFileReader (sstok)"}},{"before":"d60d07e1dfc404be681d5c0fdb5b4e4276f753f8","after":"3234d679150353484ea36994749f482092c47d81","ref":"refs/heads/1.x","pushedAt":"2024-04-19T18:23:11.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"feature #144 Allow any valid branch-name in configuration (sstok)\n\nThis PR was merged into the 1.3-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | yes\r\n| New feature? | yes\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\r\n\r\nSince #137 it's now possible to specify a different main-branch it's also needed to allow configuring *that* branch.\r\n\r\nBut rather than allowing this for only for the main-branch it's now possible to configure with any valid branch-name (not just versions, main or master).\r\n\r\n**Note:** Technically it was already possible using a regexp, but now it's possible explicitly.\r\n\r\n\n\nCommits\n-------\n\naabd088e717453dbbe42cc4515d9e7b3a7aa60fd Allow any valid branch-name in configuration","shortMessageHtmlLink":"feature #144 Allow any valid branch-name in configuration (sstok)"}},{"before":"b6dc15223996eb52865b5dbcca944c457840d01d","after":"d60d07e1dfc404be681d5c0fdb5b4e4276f753f8","ref":"refs/heads/1.x","pushedAt":"2024-04-18T18:41:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Fix documentation building (take 2)\n\nSwitching back to the old theme,\nhopefully this fixes it.\n\nGitHub also supports custom builds for pages, so properly going\nto use that one instead","shortMessageHtmlLink":"Fix documentation building (take 2)"}},{"before":"5a7a6e417030d576ce6fcef65eaab11fb4d2cf23","after":"b6dc15223996eb52865b5dbcca944c457840d01d","ref":"refs/heads/1.x","pushedAt":"2024-04-18T18:35:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Fix documentation building","shortMessageHtmlLink":"Fix documentation building"}},{"before":"c82177d662f206bf7ad3ad85180a0f01ba2f7007","after":"5a7a6e417030d576ce6fcef65eaab11fb4d2cf23","ref":"refs/heads/1.x","pushedAt":"2024-04-18T18:24:41.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"feature #142 Store pull-request metadata with git notes (sstok)\n\nThis PR was merged into the 1.3-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | no\r\n| New feature? | yes\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\r\n\r\nCurrently the metadata for a pull-request (number, category, authors, special labels) is stored as part of the commit message.\r\n\r\nIn HuPKit v2.0 this will change completely to allow for customizing everything, including a custom templates, and custom categories (among many other things).\r\n\r\nTo make upgrading easier the storage of pr-metadata is now *also* stored with Git notes (ref: pr-metadata). The old (current) format and parsing is still used and will remain supported in v2.0 (using a configuration flag), and support for commit-message based parsing will be (eventually) removed in v3.0\r\n\r\n\n\nCommits\n-------\n\n209b3b5e46caf78d33c1b13ed6095b6d0af60fb2 Store pull-request metadata with git notes","shortMessageHtmlLink":"feature #142 Store pull-request metadata with git notes (sstok)"}},{"before":"9efc1b3761fcedbb4f7d3ae692e1a4d46c8e5dc5","after":"c82177d662f206bf7ad3ad85180a0f01ba2f7007","ref":"refs/heads/1.x","pushedAt":"2024-04-17T19:04:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Fix CS","shortMessageHtmlLink":"Fix CS"}},{"before":"171bfced6d4e7951ce247cced1e40ae1ac066c42","after":"9efc1b3761fcedbb4f7d3ae692e1a4d46c8e5dc5","ref":"refs/heads/1.x","pushedAt":"2024-04-17T17:00:36.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"feature #141 Store branches-alias in config (sstok)\n\nThis PR was merged into the 1.3-dev branch.\nlabels: deprecation\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | no\r\n| New feature? | yes\r\n| BC breaks? | no\r\n| Deprecations? | yes\r\n| Tickets | \r\n| License | MIT\r\n\r\nThe branch-alias can now be stored in the repository configuration, and it's now possible to specify an alias for other branches than the primary.\r\n\r\nStoring the branch-alias in Git configuration is now deprecated and will be removed in v2.0, this requires manual work and might become outdated among team members, secondly this is a hack for Git as custom fields are not really supported\r\n\r\nNote: The composer value still takes precedence over the repository configuration.\r\n\n\nCommits\n-------\n\nd69c068ee212613414c72a3f6314a63fd6c729b3 Store branches-alias in config","shortMessageHtmlLink":"feature #141 Store branches-alias in config (sstok)"}},{"before":"bbf07de57a1f2e110a9b6baeb85fc3caa16d0806","after":"171bfced6d4e7951ce247cced1e40ae1ac066c42","ref":"refs/heads/1.x","pushedAt":"2024-04-11T09:51:48.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"feature #139 Allow to choose remote-name for upstream (sstok)\n\nThis PR was merged into the 1.3-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | no\r\n| New feature? | yes\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | Fix #57 \r\n| License | MIT\r\n\r\nAdd a repository specific (git-ignored) .hk_remotes file to use a different remote-name for the main repository (default \"upstream\"), and fork (default \"origin\").\r\n\r\n**Note:** Your scripts might need to be updated if you allow this usage, use the `REMOTE_MAIN` to get the resolved remote-name (was \"upstream\").\n\nCommits\n-------\n\n3bea48d83a675004758038f77bb5c92d9b930891 Allow to choose remote-name for upstream","shortMessageHtmlLink":"feature #139 Allow to choose remote-name for upstream (sstok)"}},{"before":"49c9a23a7274de59296a7c13c6fae9f4324fc814","after":"bbf07de57a1f2e110a9b6baeb85fc3caa16d0806","ref":"refs/heads/1.x","pushedAt":"2024-04-09T13:12:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Correct typo in README\n\nLest I have used spellchecking","shortMessageHtmlLink":"Correct typo in README"}},{"before":"4a1ef7828bbb173e1b142eca42ae007ba2b28ab7","after":"49c9a23a7274de59296a7c13c6fae9f4324fc814","ref":"refs/heads/1.x","pushedAt":"2024-04-09T12:56:04.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"feature #138 Add GitHub reviews status when merging (sstok)\n\nThis PR was merged into the 1.3-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | no\r\n| New feature? | yes\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | Fix #20 \r\n| License | MIT\r\n\r\n\n\nCommits\n-------\n\n543b059ccaff4273ee896edab7f93572c322f4a2 Add GitHub reviews status when merging","shortMessageHtmlLink":"feature #138 Add GitHub reviews status when merging (sstok)"}},{"before":"915740620f81f86d80e56a308b431cf0d68b0b70","after":"4a1ef7828bbb173e1b142eca42ae007ba2b28ab7","ref":"refs/heads/1.x","pushedAt":"2024-04-09T11:46:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Correct branch-alias","shortMessageHtmlLink":"Correct branch-alias"}},{"before":"472a92634d99cc0cb6d6d2ffd12a9d3167ec0edb","after":"d8f05a015f014d57742d77c8f4077d7e86a0223b","ref":"refs/heads/_hubkit","pushedAt":"2024-04-08T09:52:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Add main-branch configuration","shortMessageHtmlLink":"Add main-branch configuration"}},{"before":"de1110184874e378e1f90b507354d16638a224de","after":"915740620f81f86d80e56a308b431cf0d68b0b70","ref":"refs/heads/1.x","pushedAt":"2024-04-08T09:48:31.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"feature #137 Allow to set the main-branch (sstok)\n\nThis PR was merged into the 1.2-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | no\r\n| New feature? | yes\r\n| BC breaks? | yes\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\r\n\r\nBy convention one branch must be the primary (or main) branch to which all work is eventually merged to.\r\nFor upmerge this is the last branch in the last, previously this was automatically detected. But since some projects use master and others main, and some even a (relative) versioned name, it's best to allow making this explicit.\r\n\r\nFor now it guesses by in order main, master, and finally the last versioned branch.\r\nIf this fails the current branch is used, and _when_ that ones fails, main is used.\r\n\r\nIn HuPKit v2.0 this value will default to main.\r\n\r\nTodo: Update documentation.\r\n\r\n```\r\n$ hk upmerge --dry-run\r\n\r\n ! No \"main_branch\" was not set, this value will default to \"main\" in HuPKit v2.0.\r\n ! The \"main_branch\" is resolved as \"main\", set the \"main_branch\" option in your local configuration to change this.\r\n```\r\n\n\nCommits\n-------\n\n88bba5a62745b71ea0ac024d9584ae7c7a965d42 Allow to set the main-branch","shortMessageHtmlLink":"feature #137 Allow to set the main-branch (sstok)"}},{"before":"18173769cfe4c21a54322e41e178f84866066aa3","after":"de1110184874e378e1f90b507354d16638a224de","ref":"refs/heads/1.x","pushedAt":"2024-04-04T11:22:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Fix CS","shortMessageHtmlLink":"Fix CS"}},{"before":"d12a36d1dfe937103e9c4ac898b81a4d359d1ca2","after":"18173769cfe4c21a54322e41e178f84866066aa3","ref":"refs/heads/1.x","pushedAt":"2024-02-28T13:02:49.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"bug #136 Fix repository splitting not working for with repo (sstok)\n\nThis PR was merged into the 1.2-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | yes\r\n| New feature? | no\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | Fix #132 \r\n| License | MIT\r\n\r\nDuring the initial split the target repository is still empty and no branch exists, checkout the branch by name instead.\r\n\r\nAdd tests to ensure this works and doesn't break in the future (requires Splitsh-lite is installed)\r\n\r\n\n\nCommits\n-------\n\n249be76fe4ab1672b8f78e9a4bccad3f867dbf7a Fix repository splitting not working for with repo","shortMessageHtmlLink":"bug #136 Fix repository splitting not working for with repo (sstok)"}},{"before":"2138eb0e637a56ab97ecfaf4a270d7f1b66de8f1","after":"d12a36d1dfe937103e9c4ac898b81a4d359d1ca2","ref":"refs/heads/1.x","pushedAt":"2024-02-27T11:10:40.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"bug #134 Fix GitTempRepository cannot be pushed to (sstok)\n\nThis PR was merged into the 1.2-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | yes\r\n| New feature? | no\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | Fix #133 \r\n| License | MIT\r\n\r\nNo tests yet as this requires more work in #132 . I tested it locally and it works as expected.\r\n\r\n\n\nCommits\n-------\n\nfeb36d102280f6b6d20da823fbaae3ee4247d0db Fix GitTempRepository cannot be pushed to","shortMessageHtmlLink":"bug #134 Fix GitTempRepository cannot be pushed to (sstok)"}},{"before":"131b3b89398f90dcf102441a7b9bc4a821111f1d","after":"2138eb0e637a56ab97ecfaf4a270d7f1b66de8f1","ref":"refs/heads/1.x","pushedAt":"2024-02-26T10:25:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Fix broken tests\n\nNothin major, just a small bug caused by including a new minor\nversion in the suggested versions","shortMessageHtmlLink":"Fix broken tests"}},{"before":"30e1430bca70b1fcd02853efc2d2fc9cee587171","after":"131b3b89398f90dcf102441a7b9bc4a821111f1d","ref":"refs/heads/1.x","pushedAt":"2024-02-22T11:02:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Update vendors to fix rollerworks/version#9","shortMessageHtmlLink":"Update vendors to fix rollerworks/version#9"}},{"before":"8360dc2fe837b8473783d1a8de207760ff02616f","after":"30e1430bca70b1fcd02853efc2d2fc9cee587171","ref":"refs/heads/1.x","pushedAt":"2024-02-21T17:00:14.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"bug #131 Fix major PhpStan errors (sstok)\n\nThis PR was merged into the 1.2-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | yes\r\n| New feature? | no\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\r\n\r\nMissing iterable specificity isn't considered a major problem for now.\r\n\r\n\n\nCommits\n-------\n\nd044916943a0a53a877cd129f4470edcb3d47297 Fix major PhpStan errors","shortMessageHtmlLink":"bug #131 Fix major PhpStan errors (sstok)"}},{"before":"6ef2319801e97e0f6ed36e6ef41c6f18dc2ed723","after":"8360dc2fe837b8473783d1a8de207760ff02616f","ref":"refs/heads/1.x","pushedAt":"2024-02-21T08:38:43.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"bug #130 Add tests for SwitchBaseHandler (sstok)\n\nThis PR was merged into the 1.2-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | yes\r\n| New feature? | no\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\r\n\r\n\n\nCommits\n-------\n\n0c1e4a26a4c5939a25aa8e53e732a0af35500385 Add tests for SwitchBaseHandler","shortMessageHtmlLink":"bug #130 Add tests for SwitchBaseHandler (sstok)"}},{"before":"0e2ea44dc9acebc08d815ac4668546b50995f52b","after":"6ef2319801e97e0f6ed36e6ef41c6f18dc2ed723","ref":"refs/heads/1.x","pushedAt":"2024-02-20T13:18:29.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"refactor #129 Workflow improvements (sstok)\n\nThis PR was merged into the 1.2-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | no\r\n| New feature? | no\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\n\nCommits\n-------\n\n04609e7653dbdf301fcdcc83e5bb658c5e5c4513 Improve GitHub workflow\n253b0826248fa0a305221a9d84e6843752e4f94d Update PHPStan baseline","shortMessageHtmlLink":"refactor #129 Workflow improvements (sstok)"}},{"before":"dc70776f332a8a92c535baf38a35eca655763bf8","after":"0e2ea44dc9acebc08d815ac4668546b50995f52b","ref":"refs/heads/1.x","pushedAt":"2024-02-20T11:56:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Update vendors","shortMessageHtmlLink":"Update vendors"}},{"before":"592c80c6bbe7312a3345ba7c23e334374231f203","after":"dc70776f332a8a92c535baf38a35eca655763bf8","ref":"refs/heads/1.x","pushedAt":"2024-02-20T11:54:26.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"bug #128 Tests for local configuration commands handlers (sstok)\n\nThis PR was merged into the 1.2-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | yes\r\n| New feature? | no\r\n| BC breaks? |no\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\r\n\r\nExcept for some typo's no major problems.\n\nCommits\n-------\n\ne5333ec5a8c06bc43af7535f7b1a9b0dab732909 Add tests for InitConfigHandler\n3e7e64d030cb582dcd301333ac5bdefbd26bb73c Add tests for EditConfigHandlerTest","shortMessageHtmlLink":"bug #128 Tests for local configuration commands handlers (sstok)"}},{"before":"297fce3fb57a0c0175d693ca8fe16ec9a0edeed3","after":"592c80c6bbe7312a3345ba7c23e334374231f203","ref":"refs/heads/1.x","pushedAt":"2024-02-19T13:36:28.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"bug #127 Add tests for CheckoutHandler (sstok)\n\nThis PR was merged into the 1.2-dev branch.\n\nDiscussion\n----------\n\n| Q | A\r\n| ------------- | ---\r\n| Bug fix? | yes\r\n| New feature? | no\r\n| BC breaks? | no\r\n| Deprecations? | no\r\n| Tickets | \r\n| License | MIT\r\n\r\n\n\nCommits\n-------\n\n61300544d4896eb82128cc3c9a464d2db12d6368 Add tests for CheckoutHandler\na1237b3ef8d1bfb55c0a85c9a707588a1c3b0961 Fix failing tests due to case difference","shortMessageHtmlLink":"bug #127 Add tests for CheckoutHandler (sstok)"}},{"before":"9df0c0211adf11c3a43dd4248b5bb13ffa605f2a","after":"297fce3fb57a0c0175d693ca8fe16ec9a0edeed3","ref":"refs/heads/1.x","pushedAt":"2024-02-07T09:55:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"[MergeHandler] move guardStatus up execution\n\nPerform the merge status check before checking other statuses.\nIt's not possible to merge anyway when this fails.","shortMessageHtmlLink":"[MergeHandler] move guardStatus up execution"}},{"before":"24fcc080bbbd8e5db4c130033840cb908696714f","after":"9df0c0211adf11c3a43dd4248b5bb13ffa605f2a","ref":"refs/heads/1.x","pushedAt":"2024-02-06T20:55:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"sstok","name":"Sebastiaan Stok","path":"/sstok","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/904790?s=80&v=4"},"commit":{"message":"Fix wrong clone url in bin/install\n\nNothing serious, it still worked","shortMessageHtmlLink":"Fix wrong clone url in bin/install"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEPVKbBQA","startCursor":null,"endCursor":null}},"title":"Activity ยท hupkit/hupkit"}