{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":620363420,"defaultBranch":"main","name":"timefold-solver","ownerLogin":"TimefoldAI","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-03-28T14:33:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/116365883?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1720535974.0","currentOid":""},"activityList":{"items":[{"before":"0245d84a25e2dd8546ccd1b2ed7edaec41898db1","after":"44187cbd4bdcde969174a89210ba56f549984349","ref":"refs/heads/main","pushedAt":"2024-07-11T05:16:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"chore: deprecate constraint package (#945)\n\nConstraint packages are still used internally, as there is no way to\r\nremove them without breaking backwards compatibility.\r\nAll user-facing references to them have been deprecated though.","shortMessageHtmlLink":"chore: deprecate constraint package (#945)"}},{"before":"29cddf294f43aa121e3cebaf78ec3d13ce61a24a","after":"0245d84a25e2dd8546ccd1b2ed7edaec41898db1","ref":"refs/heads/main","pushedAt":"2024-07-09T19:05:02.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"docs: add fairness to the left-hand menu","shortMessageHtmlLink":"docs: add fairness to the left-hand menu"}},{"before":"d07cfb251ce00f2ec1cb25a205db95ef753ae0b6","after":"29cddf294f43aa121e3cebaf78ec3d13ce61a24a","ref":"refs/heads/main","pushedAt":"2024-07-09T15:47:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"docs: fix broken xref","shortMessageHtmlLink":"docs: fix broken xref"}},{"before":"d694b148371202e8ad31e4cfe1e760ffd5c36d35","after":null,"ref":"refs/heads/dry_run","pushedAt":"2024-07-09T14:39:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"}},{"before":null,"after":"d694b148371202e8ad31e4cfe1e760ffd5c36d35","ref":"refs/heads/1.12.x","pushedAt":"2024-07-09T14:39:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"build: move back to 999-SNAPSHOT","shortMessageHtmlLink":"build: move back to 999-SNAPSHOT"}},{"before":"dd935da068a41c58b2ebec628523dbe9ac4dfff8","after":null,"ref":"refs/heads/dry_run-put-back-999-snapshot","pushedAt":"2024-07-09T14:39:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"}},{"before":"f06010f5e1a432835d54dcdd31f4cf01ec3f3c66","after":"d694b148371202e8ad31e4cfe1e760ffd5c36d35","ref":"refs/heads/dry_run","pushedAt":"2024-07-09T14:39:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"build: move back to 999-SNAPSHOT","shortMessageHtmlLink":"build: move back to 999-SNAPSHOT"}},{"before":null,"after":"dd935da068a41c58b2ebec628523dbe9ac4dfff8","ref":"refs/heads/dry_run-put-back-999-snapshot","pushedAt":"2024-07-09T14:23:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"build: move back to 999-SNAPSHOT","shortMessageHtmlLink":"build: move back to 999-SNAPSHOT"}},{"before":null,"after":"f06010f5e1a432835d54dcdd31f4cf01ec3f3c66","ref":"refs/heads/dry_run","pushedAt":"2024-07-09T14:20:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"build: release version 1.12.0","shortMessageHtmlLink":"build: release version 1.12.0"}},{"before":"e7fae26c95b78386f1c5134441ef88d214d21e19","after":"d07cfb251ce00f2ec1cb25a205db95ef753ae0b6","ref":"refs/heads/main","pushedAt":"2024-07-08T14:37:48.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"feat: add support for fairness constraints (#918)\n\nThis PR introduces fairness support. To that end, it:\r\n\r\n- Enables custom padding for `concat()`.\r\n- Allows `if(Not)Exists` to be used with a stream.\r\n- Introduces a new CS building block `complement()`.\r\n- Adds the fairness collector.\r\n- Introduces `ConstraintVerifier` capability to check for more/less\r\npenalties/rewards.\r\n---------\r\n\r\nCo-authored-by: lee-carlon ","shortMessageHtmlLink":"feat: add support for fairness constraints (#918)"}},{"before":"d5ed7e1d7528da533e605de9e65110e01f8a2229","after":"e7fae26c95b78386f1c5134441ef88d214d21e19","ref":"refs/heads/main","pushedAt":"2024-07-08T12:43:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"fix: only include tail chain move when using a single var (#936)","shortMessageHtmlLink":"fix: only include tail chain move when using a single var (#936)"}},{"before":"35b4c7b720c413d439f56dff1dd3a35c4008cfff","after":"d5ed7e1d7528da533e605de9e65110e01f8a2229","ref":"refs/heads/main","pushedAt":"2024-07-08T08:16:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"fix: Do not fail on solution/entity classes as interfaces (#934)\n\nThe superclass of an interface is `null`. This caused this line of code\r\nto throw an exception for solution classes that are interface:\r\n\r\n```java\r\nvar superclass = bottomClass.getSuperclass();\r\nlineageClassList.addAll(getAllAnnotatedLineageClasses(superclass, annotation));\r\n```\r\n\r\nSince `getAllAnnotatedLineageClasses` expected superclass to not be\r\n`null`. `getAllAnnotatedLineageClasses` now returns an empty list for\r\n`null` arguments.","shortMessageHtmlLink":"fix: Do not fail on solution/entity classes as interfaces (#934)"}},{"before":"25253b3f0760810267148027f00a967719d837d6","after":null,"ref":"refs/heads/dependabot/maven/main/org.openrewrite.maven-rewrite-maven-plugin-5.35.0","pushedAt":"2024-07-08T07:00:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"}},{"before":"b0624e6168c848a8c07ce719feefeb274feee2fc","after":"35b4c7b720c413d439f56dff1dd3a35c4008cfff","ref":"refs/heads/main","pushedAt":"2024-07-08T07:00:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"deps: bump org.openrewrite.maven:rewrite-maven-plugin\n\nBumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 5.34.1 to 5.35.0.\n- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)\n- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.34.1...v5.35.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.openrewrite.maven:rewrite-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"deps: bump org.openrewrite.maven:rewrite-maven-plugin"}},{"before":"9434597d6082af29a2dd99b3393547922776217c","after":null,"ref":"refs/heads/dependabot/maven/main/org.openrewrite.recipe-rewrite-recipe-bom-2.14.0","pushedAt":"2024-07-08T06:59:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"}},{"before":"e16565276059f4ce1f0d3c9ea7820e514994dbb8","after":"b0624e6168c848a8c07ce719feefeb274feee2fc","ref":"refs/heads/main","pushedAt":"2024-07-08T06:59:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"deps: bump org.openrewrite.recipe:rewrite-recipe-bom\n\nBumps [org.openrewrite.recipe:rewrite-recipe-bom](https://github.com/openrewrite/rewrite-recipe-bom) from 2.13.2 to 2.14.0.\n- [Release notes](https://github.com/openrewrite/rewrite-recipe-bom/releases)\n- [Commits](https://github.com/openrewrite/rewrite-recipe-bom/compare/v2.13.2...v2.14.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.openrewrite.recipe:rewrite-recipe-bom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"deps: bump org.openrewrite.recipe:rewrite-recipe-bom"}},{"before":"bac4e03dae62ba5acbd070f0f5517174c6f1eead","after":null,"ref":"refs/heads/dependabot/maven/main/version.io.quarkus-3.12.1","pushedAt":"2024-07-08T06:36:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"}},{"before":"7e6102eb65af3e3b868c26d69f7af19024a0f937","after":"e16565276059f4ce1f0d3c9ea7820e514994dbb8","ref":"refs/heads/main","pushedAt":"2024-07-08T06:36:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"deps: bump version.io.quarkus from 3.11.2 to 3.12.1\n\nBumps `version.io.quarkus` from 3.11.2 to 3.12.1.\n\nUpdates `io.quarkus:quarkus-bom` from 3.11.2 to 3.12.1\n- [Release notes](https://github.com/quarkusio/quarkus/releases)\n- [Commits](https://github.com/quarkusio/quarkus/compare/3.11.2...3.12.1)\n\nUpdates `io.quarkus:quarkus-maven-plugin` from 3.11.2 to 3.12.1\n\nUpdates `io.quarkus:quarkus-extension-maven-plugin` from 3.11.2 to 3.12.1\n- [Release notes](https://github.com/quarkusio/quarkus/releases)\n- [Commits](https://github.com/quarkusio/quarkus/compare/3.11.2...3.12.1)\n\nUpdates `io.quarkus:quarkus-extension-processor` from 3.11.2 to 3.12.1\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkus:quarkus-bom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: io.quarkus:quarkus-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: io.quarkus:quarkus-extension-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: io.quarkus:quarkus-extension-processor\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"deps: bump version.io.quarkus from 3.11.2 to 3.12.1"}},{"before":null,"after":"9434597d6082af29a2dd99b3393547922776217c","ref":"refs/heads/dependabot/maven/main/org.openrewrite.recipe-rewrite-recipe-bom-2.14.0","pushedAt":"2024-07-08T05:50:10.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":"deps: bump org.openrewrite.recipe:rewrite-recipe-bom\n\nBumps [org.openrewrite.recipe:rewrite-recipe-bom](https://github.com/openrewrite/rewrite-recipe-bom) from 2.13.2 to 2.14.0.\n- [Release notes](https://github.com/openrewrite/rewrite-recipe-bom/releases)\n- [Commits](https://github.com/openrewrite/rewrite-recipe-bom/compare/v2.13.2...v2.14.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.openrewrite.recipe:rewrite-recipe-bom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"deps: bump org.openrewrite.recipe:rewrite-recipe-bom"}},{"before":null,"after":"bac4e03dae62ba5acbd070f0f5517174c6f1eead","ref":"refs/heads/dependabot/maven/main/version.io.quarkus-3.12.1","pushedAt":"2024-07-08T05:49:58.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":"deps: bump version.io.quarkus from 3.11.2 to 3.12.1\n\nBumps `version.io.quarkus` from 3.11.2 to 3.12.1.\n\nUpdates `io.quarkus:quarkus-bom` from 3.11.2 to 3.12.1\n- [Release notes](https://github.com/quarkusio/quarkus/releases)\n- [Commits](https://github.com/quarkusio/quarkus/compare/3.11.2...3.12.1)\n\nUpdates `io.quarkus:quarkus-maven-plugin` from 3.11.2 to 3.12.1\n\nUpdates `io.quarkus:quarkus-extension-maven-plugin` from 3.11.2 to 3.12.1\n- [Release notes](https://github.com/quarkusio/quarkus/releases)\n- [Commits](https://github.com/quarkusio/quarkus/compare/3.11.2...3.12.1)\n\nUpdates `io.quarkus:quarkus-extension-processor` from 3.11.2 to 3.12.1\n\n---\nupdated-dependencies:\n- dependency-name: io.quarkus:quarkus-bom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: io.quarkus:quarkus-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: io.quarkus:quarkus-extension-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n- dependency-name: io.quarkus:quarkus-extension-processor\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"deps: bump version.io.quarkus from 3.11.2 to 3.12.1"}},{"before":null,"after":"25253b3f0760810267148027f00a967719d837d6","ref":"refs/heads/dependabot/maven/main/org.openrewrite.maven-rewrite-maven-plugin-5.35.0","pushedAt":"2024-07-08T05:49:46.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":"deps: bump org.openrewrite.maven:rewrite-maven-plugin\n\nBumps [org.openrewrite.maven:rewrite-maven-plugin](https://github.com/openrewrite/rewrite-maven-plugin) from 5.34.1 to 5.35.0.\n- [Release notes](https://github.com/openrewrite/rewrite-maven-plugin/releases)\n- [Commits](https://github.com/openrewrite/rewrite-maven-plugin/compare/v5.34.1...v5.35.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.openrewrite.maven:rewrite-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"deps: bump org.openrewrite.maven:rewrite-maven-plugin"}},{"before":"6b9ac2864197620ef06043b3058edb97beb7fb2c","after":"7e6102eb65af3e3b868c26d69f7af19024a0f937","ref":"refs/heads/main","pushedAt":"2024-07-05T20:23:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Christopher-Chianelli","name":"Christopher Chianelli","path":"/Christopher-Chianelli","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/15825810?s=80&v=4"},"commit":{"message":"feat: Improve `ScoreAnalysis` debug information (#923)","shortMessageHtmlLink":"feat: Improve ScoreAnalysis debug information (#923)"}},{"before":"dee8cff2ccaf286c5834faa72ec546c325551762","after":"6b9ac2864197620ef06043b3058edb97beb7fb2c","ref":"refs/heads/main","pushedAt":"2024-07-05T14:19:37.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"fix: fix formatting","shortMessageHtmlLink":"fix: fix formatting"}},{"before":"65ab0c741fba0a5e3079374d46105b2f714f5c0f","after":null,"ref":"refs/heads/dependabot/maven/main/org.codehaus.mojo-versions-maven-plugin-2.17.0","pushedAt":"2024-07-01T05:42:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"}},{"before":"84e4ae05645bb02a69f09236f6d2c2997270cf8c","after":"dee8cff2ccaf286c5834faa72ec546c325551762","ref":"refs/heads/main","pushedAt":"2024-07-01T05:42:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"deps: bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0\n\nBumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.16.2 to 2.17.0.\n- [Release notes](https://github.com/mojohaus/versions/releases)\n- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/mojohaus/versions/compare/2.16.2...2.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:versions-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"deps: bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0"}},{"before":null,"after":"65ab0c741fba0a5e3079374d46105b2f714f5c0f","ref":"refs/heads/dependabot/maven/main/org.codehaus.mojo-versions-maven-plugin-2.17.0","pushedAt":"2024-07-01T05:05:21.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":"deps: bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0\n\nBumps [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) from 2.16.2 to 2.17.0.\n- [Release notes](https://github.com/mojohaus/versions/releases)\n- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)\n- [Commits](https://github.com/mojohaus/versions/compare/2.16.2...2.17.0)\n\n---\nupdated-dependencies:\n- dependency-name: org.codehaus.mojo:versions-maven-plugin\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"deps: bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.0"}},{"before":"40128324ae6827e931e454a9c0a53a260c869d63","after":"84e4ae05645bb02a69f09236f6d2c2997270cf8c","ref":"refs/heads/main","pushedAt":"2024-06-27T11:01:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"feat: Allow to consume the initialized solution (#915)\n\nBy definition, the initialized solution is always generated by the phase\r\nimmediately prior to the first Local Search phase.\r\nThis pull request adds a new consumer, allowing the solver to inject the\r\ninitialized solution when a valid initialization phase is identified.","shortMessageHtmlLink":"feat: Allow to consume the initialized solution (#915)"}},{"before":"afc70bba99c931f84f7e5a14bb659ff2c698a9a9","after":"40128324ae6827e931e454a9c0a53a260c869d63","ref":"refs/heads/main","pushedAt":"2024-06-26T15:43:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"ci: Install enterprise package in Python enterprise CI\n\nBefore, it only verified the package, making it unable to the\nPython Enterprise Package. It now installs it to the local repository,\nso the Python Enterprise Package is allowed to use it.","shortMessageHtmlLink":"ci: Install enterprise package in Python enterprise CI"}},{"before":"d776e12c7c144242a2cd3fefd75d612419e83487","after":"afc70bba99c931f84f7e5a14bb659ff2c698a9a9","ref":"refs/heads/main","pushedAt":"2024-06-26T13:26:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"},"commit":{"message":"chore: minor changes","shortMessageHtmlLink":"chore: minor changes"}},{"before":"9684fa29381769f6ce0e25ddfab49e7df0a002a4","after":null,"ref":"refs/heads/dependabot/maven/main/org.openrewrite.recipe-rewrite-recipe-bom-2.13.2","pushedAt":"2024-06-24T06:53:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"triceo","name":"Lukáš Petrovický","path":"/triceo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/247403?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfG60uwA","startCursor":null,"endCursor":null}},"title":"Activity · TimefoldAI/timefold-solver"}