{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":66940520,"defaultBranch":"master","name":"dhis2-core","ownerLogin":"dhis2","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-08-30T12:57:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1089987?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727269942.0","currentOid":""},"activityList":{"items":[{"before":"514349b14eaa6bdb444bec2b4992d3ce7e86c664","after":"78fbacd623cac6cad48f582f02f4c7058061c211","ref":"refs/heads/DHIS2-9507","pushedAt":"2024-09-25T17:59:18.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"jason-p-pickering","name":"Jason Pickering","path":"/jason-p-pickering","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2968061?s=80&v=4"},"commit":{"message":"Use constant","shortMessageHtmlLink":"Use constant"}},{"before":"07472eba74fbb11aee744112d51bdf0ac0caac0d","after":"d4d1082336222ef0828d1fad1dafabf3fe0b3c31","ref":"refs/heads/DHIS2-18001","pushedAt":"2024-09-25T14:39:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"},"commit":{"message":"Fix review comments","shortMessageHtmlLink":"Fix review comments"}},{"before":"2afdb8e648daf4820a9d3e985cf76725ba32ab9f","after":"07472eba74fbb11aee744112d51bdf0ac0caac0d","ref":"refs/heads/DHIS2-18001","pushedAt":"2024-09-25T14:29:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"},"commit":{"message":"Fix review comments","shortMessageHtmlLink":"Fix review comments"}},{"before":"9744c947684eca66b20729e7285899e8db5fc134","after":"0db4033e88d47dfacb436d90da9e8bc82db900a9","ref":"refs/heads/ci-tests","pushedAt":"2024-09-25T13:20:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"teleivo","name":"teleivo","path":"/teleivo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4661144?s=80&v=4"},"commit":{"message":"ci: run all test on mvn test by default\n\nBefore we had to add '--activate-profiles -default' to run all tests. That is confusing. The default\nis now that we run all types of tests if you do mvn test (unit, integration, integrationH2).\nThis way we cannot miss any tests in a pipeline due to forgetting to remove the default profile.\nOn Jenkins we simply do 'mvn clean install' which runs all tests and creates the war. We can do that\nsince the machines running Jenkins have more resources than the ones on GH. On GitHub we now use\nthe maven profiles unit-test, integration-test, integration-h2-test to run each of them in a concurrent job.\n\nAuthTest was not properly classified as an integration test. Now it will run with all and in the integration-test profile","shortMessageHtmlLink":"ci: run all test on mvn test by default"}},{"before":"e5c4fdb9959d86126f978d686ee73e5236a7dc91","after":null,"ref":"refs/heads/DHIS2-9507-v2","pushedAt":"2024-09-25T13:12:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jason-p-pickering","name":"Jason Pickering","path":"/jason-p-pickering","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2968061?s=80&v=4"}},{"before":"df865c5763672e0f72a2b1e53bce186f449c8275","after":"ffaaa0cb03b3a5c06454d3447f0428d937cf4b56","ref":"refs/heads/master","pushedAt":"2024-09-25T13:12:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jason-p-pickering","name":"Jason Pickering","path":"/jason-p-pickering","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2968061?s=80&v=4"},"commit":{"message":"feat: Support fractional timeliness days (#18597)\n\n* Support fractional timeliness days","shortMessageHtmlLink":"feat: Support fractional timeliness days (#18597)"}},{"before":"64d2ee0929e624cb71105e60002e9b28f67e5a53","after":"2afdb8e648daf4820a9d3e985cf76725ba32ab9f","ref":"refs/heads/DHIS2-18001","pushedAt":"2024-09-25T12:52:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"},"commit":{"message":"Get user from the context","shortMessageHtmlLink":"Get user from the context"}},{"before":"6d9885e853b82e2b11f8e882b7db155216391fa1","after":"e5c4fdb9959d86126f978d686ee73e5236a7dc91","ref":"refs/heads/DHIS2-9507-v2","pushedAt":"2024-09-25T12:45:26.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"jason-p-pickering","name":"Jason Pickering","path":"/jason-p-pickering","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2968061?s=80&v=4"},"commit":{"message":"Merge branch 'master' into DHIS2-9507-v2","shortMessageHtmlLink":"Merge branch 'master' into DHIS2-9507-v2"}},{"before":"1285dc5037a419dd473e027326ba133e5c33891d","after":"9744c947684eca66b20729e7285899e8db5fc134","ref":"refs/heads/ci-tests","pushedAt":"2024-09-25T12:40:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"teleivo","name":"teleivo","path":"/teleivo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4661144?s=80&v=4"},"commit":{"message":"ci: run all test on mvn test by default\n\nBefore we had to addd '--activate-profiles -default' to run all tests. That is confusing. The default\nis now that we run all types of tests if you do mvn test (unit, integration, integrationH2).\nThis way we cannot miss any tests in a pipeline due to forgetting to remove the default profile.\nOn Jenkins we simply do 'mvn clean install' wich runs all tests and creates the war. We can do that\nsince the machines running Jenkins have more resources than the ones on GH. On GitHub we now use\nthe maven profiles unit-test, integration-test, integration-h2-test to run each of them in a concurrent job.\n\nAuthTest was not properly classified as an integration test. Now it will run with all and in the integration-test profile","shortMessageHtmlLink":"ci: run all test on mvn test by default"}},{"before":"cd68cea8626c0e530697796080fab047d6fc2a23","after":"6d9885e853b82e2b11f8e882b7db155216391fa1","ref":"refs/heads/DHIS2-9507-v2","pushedAt":"2024-09-25T12:33:04.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"jason-p-pickering","name":"Jason Pickering","path":"/jason-p-pickering","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2968061?s=80&v=4"},"commit":{"message":"Merge","shortMessageHtmlLink":"Merge"}},{"before":"05c997cb9a1633cbd0fe93996b7043b8a884c131","after":null,"ref":"refs/heads/DHIS2-17729-EnrollmentSMSListener","pushedAt":"2024-09-25T12:23:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"teleivo","name":"teleivo","path":"/teleivo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4661144?s=80&v=4"}},{"before":"cc71e1b0e6d2a3e439970dcaa37f83a4c58ab94c","after":"df865c5763672e0f72a2b1e53bce186f449c8275","ref":"refs/heads/master","pushedAt":"2024-09-25T12:23:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"teleivo","name":"teleivo","path":"/teleivo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4661144?s=80&v=4"},"commit":{"message":"fix: use tracker importer in EnrollmentSmsSubmission (#18595)","shortMessageHtmlLink":"fix: use tracker importer in EnrollmentSmsSubmission (#18595)"}},{"before":"f204645dc9e875df485106d9eb37231ccc70b926","after":"1285dc5037a419dd473e027326ba133e5c33891d","ref":"refs/heads/ci-tests","pushedAt":"2024-09-25T12:21:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"teleivo","name":"teleivo","path":"/teleivo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4661144?s=80&v=4"},"commit":{"message":"ci: run all test on mvn test by default\n\nBefore we had to addd '--activate-profiles -default' to run all tests. That is confusing. The default\nis now that we run all types of tests if you do mvn test (unit, integration, integrationH2).\nThis way we cannot miss any tests in a pipeline due to forgetting to remove the default profile.\nOn Jenkins we simply do 'mvn clean install' wich runs all tests and creates the war. We can do that\nsince the machines running Jenkins have more resources than the ones on GH. On GitHub we now use\nthe maven profiles unit-test, integration-test, integration-h2-test to run each of them in a concurrent job.\n\nAuthTest was not properly classified as an integration test. Now it will run with all and in the integration-test profile","shortMessageHtmlLink":"ci: run all test on mvn test by default"}},{"before":"cfaf1c9005e036a90df82caf0781f076846269c8","after":"f204645dc9e875df485106d9eb37231ccc70b926","ref":"refs/heads/ci-tests","pushedAt":"2024-09-25T12:17:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"teleivo","name":"teleivo","path":"/teleivo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4661144?s=80&v=4"},"commit":{"message":"ci: run all test on mvn test by default\n\nBefore we had to addd '--activate-profiles -default' to run all tests. That is confusing. The default\nis now that we run all types of tests if you do mvn test (unit, integration, integrationH2).\nThis way we cannot miss any tests in a pipeline due to forgetting to remove the default profile.\nOn Jenkins we simply do 'mvn clean install' wich runs all tests and creates the war. We can do that\nsince the machines running Jenkins have more resources than the ones on GH. On GitHub we now use\nthe maven profiles unit-test, integration-test, integration-h2-test to run each of them in a concurrent job.\n\nAuthTest was not properly classified as an integration test. Now it will run with all and in the integration-test profile","shortMessageHtmlLink":"ci: run all test on mvn test by default"}},{"before":"ffba672c29f8fd365b256e20522043bf6f773d82","after":"05c997cb9a1633cbd0fe93996b7043b8a884c131","ref":"refs/heads/DHIS2-17729-EnrollmentSMSListener","pushedAt":"2024-09-25T12:08:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"teleivo","name":"teleivo","path":"/teleivo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4661144?s=80&v=4"},"commit":{"message":"fix: use tracker importer in EnrollmentSmsSubmission","shortMessageHtmlLink":"fix: use tracker importer in EnrollmentSmsSubmission"}},{"before":"e8e6820c1ae18f16f1921d5a6dc9cffcfc49fe1e","after":"64d2ee0929e624cb71105e60002e9b28f67e5a53","ref":"refs/heads/DHIS2-18001","pushedAt":"2024-09-25T11:09:26.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"},"commit":{"message":"Merge branch 'master' into DHIS2-18001","shortMessageHtmlLink":"Merge branch 'master' into DHIS2-18001"}},{"before":"cf8092b54fa7857110d7dab80218e76804d97ae4","after":null,"ref":"refs/heads/DHIS2-18001-remove-userid","pushedAt":"2024-09-25T10:57:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"}},{"before":"a846e6e151bb1c8c99a5b36945698be245911cb1","after":"cc71e1b0e6d2a3e439970dcaa37f83a4c58ab94c","ref":"refs/heads/master","pushedAt":"2024-09-25T10:57:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"},"commit":{"message":"chore: Remove userid from tracker import params [DHIS2-18001] (#18660)\n\n* chore: Remove userid from tracker import params [DHIS2-18001]\r\n\r\n* Fix review comments","shortMessageHtmlLink":"chore: Remove userid from tracker import params [DHIS2-18001] (#18660)"}},{"before":"aeae92aecb224ec61512a11b209846516139ed0e","after":"cf8092b54fa7857110d7dab80218e76804d97ae4","ref":"refs/heads/DHIS2-18001-remove-userid","pushedAt":"2024-09-25T09:35:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"},"commit":{"message":"Fix review comments","shortMessageHtmlLink":"Fix review comments"}},{"before":"402bb8b0b85c981ffba33c2e25b8c634da0cb6da","after":null,"ref":"refs/heads/dependabot-maven-dhis-2-org.junit-junit-bom-5.11.0","pushedAt":"2024-09-25T09:14:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":null,"after":"0ab48986e92c5c178303f5e5346c66d782ab9117","ref":"refs/heads/dependabot-maven-dhis-2-org.junit-junit-bom-5.11.1","pushedAt":"2024-09-25T09:14:25.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":"chore(deps): bump org.junit:junit-bom from 5.10.3 to 5.11.1 in /dhis-2\n\nBumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.10.3 to 5.11.1.\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.10.3...r5.11.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit:junit-bom\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump org.junit:junit-bom from 5.10.3 to 5.11.1 in /dhis-2"}},{"before":"4a4ca196e3d05ce2f2de8bd44342d6dcb1dde644","after":null,"ref":"refs/heads/dependabot-maven-dhis-2-micrometer.version-1.13.3","pushedAt":"2024-09-25T09:12:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"3ab517fbbe92151fd059f338490d7a237f2ec80f","after":"aeae92aecb224ec61512a11b209846516139ed0e","ref":"refs/heads/DHIS2-18001-remove-userid","pushedAt":"2024-09-25T09:04:34.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"},"commit":{"message":"chore: Remove userid from tracker import params [DHIS2-18001]","shortMessageHtmlLink":"chore: Remove userid from tracker import params [DHIS2-18001]"}},{"before":null,"after":"cfaf1c9005e036a90df82caf0781f076846269c8","ref":"refs/heads/ci-tests","pushedAt":"2024-09-25T08:49:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"teleivo","name":"teleivo","path":"/teleivo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4661144?s=80&v=4"},"commit":{"message":"ci: run all test on mvn test by default\n\nBefore we had to addd '--activate-profiles -default' to run all tests. That is confusing. The default\nis now that we run all types of tests if you do mvn test (unit, integration, integrationH2).\nThis way we cannot miss any tests in a pipeline due to forgetting to remove the default profile.\nOn Jenkins we simply do 'mvn clean install' wich runs all tests and creates the war. We can do that\nsince the machines running Jenkins have more resources than the ones on GH. On GitHub we now use\nthe maven profiles unit-test, integration-test, integration-h2-test to run each of them in a concurrent job.\n\nAuthTest was not properly classified as an integration test. Now it will run with all and in the integration-test profile","shortMessageHtmlLink":"ci: run all test on mvn test by default"}},{"before":"7f023f728cadc170f73fe2f8f60c114a6c727d77","after":"3ab517fbbe92151fd059f338490d7a237f2ec80f","ref":"refs/heads/DHIS2-18001-remove-userid","pushedAt":"2024-09-25T08:43:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"},"commit":{"message":"chore: Remove userid from tracker import params [DHIS2-18001]","shortMessageHtmlLink":"chore: Remove userid from tracker import params [DHIS2-18001]"}},{"before":"90fa63213762219f02057294c84685544ab7c539","after":null,"ref":"refs/heads/dependabot-maven-dhis-2-2.39-com.google.api-client-google-api-client-2.7.0","pushedAt":"2024-09-25T08:33:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"1da29348d96c4e432abea0fc02c0b6a9fb582ade","after":"52423824da033d47e6568248ac449fd0354ce0c0","ref":"refs/heads/2.39","pushedAt":"2024-09-25T08:33:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(deps): bump com.google.api-client:google-api-client in /dhis-2 (#18666)\n\nBumps [com.google.api-client:google-api-client](https://github.com/googleapis/google-api-java-client) from 2.2.0 to 2.7.0.\n- [Release notes](https://github.com/googleapis/google-api-java-client/releases)\n- [Changelog](https://github.com/googleapis/google-api-java-client/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/googleapis/google-api-java-client/compare/v2.2.0...v2.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: com.google.api-client:google-api-client\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps): bump com.google.api-client:google-api-client in /dhis-2 (#…"}},{"before":"b207ee07883c43c4893d9a0220e059e5a5ed0406","after":"7f023f728cadc170f73fe2f8f60c114a6c727d77","ref":"refs/heads/DHIS2-18001-remove-userid","pushedAt":"2024-09-25T08:29:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"enricocolasante","name":"Enrico Colasante","path":"/enricocolasante","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4367852?s=80&v=4"},"commit":{"message":"chore: Remove userid from tracker import params [DHIS2-18001]","shortMessageHtmlLink":"chore: Remove userid from tracker import params [DHIS2-18001]"}},{"before":"b087dfa0bae03a1f817d6eb3b1758ca191362436","after":null,"ref":"refs/heads/dependabot-maven-dhis-2-dhis-test-e2e-junit.version-5.11.1","pushedAt":"2024-09-25T08:22:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"8583e70cc7f9ce77893db9ac92d444a99059ed50","after":"a846e6e151bb1c8c99a5b36945698be245911cb1","ref":"refs/heads/master","pushedAt":"2024-09-25T08:22:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"chore(deps-dev): bump junit.version in /dhis-2/dhis-test-e2e (#18665)\n\nBumps `junit.version` from 5.11.0 to 5.11.1.\n\nUpdates `org.junit.jupiter:junit-jupiter` from 5.11.0 to 5.11.1\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1)\n\nUpdates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.1\n- [Release notes](https://github.com/junit-team/junit5/releases)\n- [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.11.1)\n\n---\nupdated-dependencies:\n- dependency-name: org.junit.jupiter:junit-jupiter\n dependency-type: direct:development\n update-type: version-update:semver-patch\n- dependency-name: org.junit.jupiter:junit-jupiter-params\n dependency-type: direct:development\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"chore(deps-dev): bump junit.version in /dhis-2/dhis-test-e2e (#18665)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNVQxNzo1OToxOC4wMDAwMDBazwAAAATApNvr","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNVQwODoyMjo0OS4wMDAwMDBazwAAAATAC4gn"}},"title":"Activity · dhis2/dhis2-core"}