{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3424353,"defaultBranch":"master","name":"onebusaway-application-modules","ownerLogin":"OneBusAway","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-02-12T20:12:38.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1428806?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718683079.0","currentOid":""},"activityList":{"items":[{"before":"65406dda8d8b6c5bac60f75c7e84bba56c50dbe7","after":"2a655fed8c5f604710cb1fe4c064664576b3ed11","ref":"refs/heads/merge-camsys","pushedAt":"2024-07-12T05:48:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"aaronbrethorst","name":"Aaron Brethorst","path":"/aaronbrethorst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2254?s=80&v=4"},"commit":{"message":"Ignore failing tests\n\nUpstream CamSys tests started failing on November 16 2023. All of the tests that have been ignored here are introduced on or after that date.\n\nAlso, delete a test that throws some exceptions but contains no assertions 🤷‍♂️","shortMessageHtmlLink":"Ignore failing tests"}},{"before":"bc965b00b5234dde6a594d75093cc962a23ef8e2","after":"65406dda8d8b6c5bac60f75c7e84bba56c50dbe7","ref":"refs/heads/merge-camsys","pushedAt":"2024-07-12T05:36:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aaronbrethorst","name":"Aaron Brethorst","path":"/aaronbrethorst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2254?s=80&v=4"},"commit":{"message":"Ignore failing tests\n\nUpstream CamSys tests started failing on November 16 2023. All of the tests that have been ignored here are introduced on or after that date.\n\nAlso, delete a test that throws some exceptions but contains no assertions 🤷‍♂️","shortMessageHtmlLink":"Ignore failing tests"}},{"before":"0724413184fa118f856bd89f4e09b7da76925b44","after":"bc965b00b5234dde6a594d75093cc962a23ef8e2","ref":"refs/heads/merge-camsys","pushedAt":"2024-06-18T23:23:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"aaronbrethorst","name":"Aaron Brethorst","path":"/aaronbrethorst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2254?s=80&v=4"},"commit":{"message":"Update GitHub Actions workflow to build and test with Maven","shortMessageHtmlLink":"Update GitHub Actions workflow to build and test with Maven"}},{"before":null,"after":"0724413184fa118f856bd89f4e09b7da76925b44","ref":"refs/heads/merge-camsys","pushedAt":"2024-06-18T03:57:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"aaronbrethorst","name":"Aaron Brethorst","path":"/aaronbrethorst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2254?s=80&v=4"},"commit":{"message":"Merge tag 'onebusaway-application-modules-2.5.12-cs' into merge-camsys\n\n[maven-release-plugin] copy for tag onebusaway-application-modules-2.5.12-cs","shortMessageHtmlLink":"Merge tag 'onebusaway-application-modules-2.5.12-cs' into merge-camsys"}},{"before":null,"after":"1f5fbd51bf5b78622216cfbb6ac4f1b46ff12fb3","ref":"refs/heads/dependabot/maven/onebusaway-users/org.springframework.security-spring-security-core-5.7.12","pushedAt":"2024-06-07T14:53:19.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 org.springframework.security:spring-security-core\n\nBumps [org.springframework.security:spring-security-core](https://github.com/spring-projects/spring-security) from 5.3.2.RELEASE to 5.7.12.\n- [Release notes](https://github.com/spring-projects/spring-security/releases)\n- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)\n- [Commits](https://github.com/spring-projects/spring-security/compare/5.3.2.RELEASE...5.7.12)\n\n---\nupdated-dependencies:\n- dependency-name: org.springframework.security:spring-security-core\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump org.springframework.security:spring-security-core"}},{"before":"f0515af3fa30b34b43a6d23d38a3815c7775b027","after":"d2ec0af6f6bb284b7648c19e4269d9f712728fb0","ref":"refs/heads/master","pushedAt":"2024-05-23T18:32:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aaronbrethorst","name":"Aaron Brethorst","path":"/aaronbrethorst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2254?s=80&v=4"},"commit":{"message":"Added correct REST API link (#350)","shortMessageHtmlLink":"Added correct REST API link (#350)"}},{"before":"d3050dc90650444eb28867d00ef8237a5bebfd8f","after":null,"ref":"refs/heads/doc-building","pushedAt":"2024-04-08T05:21:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"aaronbrethorst","name":"Aaron Brethorst","path":"/aaronbrethorst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2254?s=80&v=4"}},{"before":"0e1ff4d06a49a65220242028c54df378eeecfd66","after":"f0515af3fa30b34b43a6d23d38a3815c7775b027","ref":"refs/heads/master","pushedAt":"2024-04-08T05:21:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"aaronbrethorst","name":"Aaron Brethorst","path":"/aaronbrethorst","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2254?s=80&v=4"},"commit":{"message":"Fixes Javadoc building process (#351)\n\nThe extra semicolon (`;;`) in the import was breaking `mvn javadoc:javadoc`. This change resolves that issue, allowing the command to run again.","shortMessageHtmlLink":"Fixes Javadoc building process (#351)"}},{"before":"2dd6ec07a63452754ca6ec10275b31c29a6cbf88","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-users/org.springframework.security-spring-security-web-5.3.9.RELEASE","pushedAt":"2024-04-08T04:50:50.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":"6e517eda2976a1e243642163ab2bd5168a38215e","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-status-agent/org.mybatis-mybatis-3.5.6","pushedAt":"2024-04-08T04:50:50.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":"ad9a9befcc9edff11f91b063945331f095dab7c7","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-util/org.apache.commons-commons-compress-1.21","pushedAt":"2024-04-08T04:50:50.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":"eb83e6c0a61b06c9dafac26a5149fbd0b243c5fb","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-alerts-persistence/org.apache.commons-commons-compress-1.21","pushedAt":"2024-04-08T04:50: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":"1fd64b21b2205c0864ae129db0b4311f781db4d6","after":null,"ref":"refs/heads/dependabot/maven/com.thoughtworks.xstream-xstream-1.4.19","pushedAt":"2024-04-08T04:50: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":"22a57486490df8b40866107b39000d9f8d52036a","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-alerts-persistence/commons-io-commons-io-2.7","pushedAt":"2024-04-08T04:50: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":"a892452144f609e20aeeaaa851f693e96ec157f6","after":null,"ref":"refs/heads/dependabot/maven/org.apache.httpcomponents-httpclient-4.5.13","pushedAt":"2024-04-08T04:50:48.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":"2ad6679582a29271e24bcf9bd6f7696684e0f556","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-quickstart/onebusaway-quickstart-mains/jetty.version-9.4.34.v20201102","pushedAt":"2024-04-08T04:50:48.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":"854fa9caf8e338c19144dfc9d15d4fd25c2a3198","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-util/commons-io-commons-io-2.7","pushedAt":"2024-04-08T04:50:47.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":"8fc5512040feb82bdce878de001462c393847487","after":null,"ref":"refs/heads/dependabot/maven/commons-collections-commons-collections-3.2.2","pushedAt":"2024-04-08T04:50:47.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":"04330469315a014dfd749b23f640a9cfaa085174","after":null,"ref":"refs/heads/dependabot/maven/junit-junit-4.13.1","pushedAt":"2024-04-08T04:50:46.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":"978033e4d86ce4fc66765756fdaa523f1923b3d1","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-admin-webapp/org.quartz-scheduler-quartz-2.3.2","pushedAt":"2024-04-08T04:50:46.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":"b60f71ca014d7ec176252c79a067a287ee547eba","after":null,"ref":"refs/heads/dependabot/maven/commons-beanutils-commons-beanutils-1.9.2","pushedAt":"2024-04-08T04:50:46.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":"1302cbd6bf96c6dda659774d448f4114775c0f0b","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-quickstart/org.springframework-spring-web-6.0.0","pushedAt":"2024-04-08T04:49:37.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":"d6ddd133f540c361b3bbb148125b4903b6aba82d","after":null,"ref":"refs/heads/dependabot/maven/org.hibernate-hibernate-core-5.3.20.Final","pushedAt":"2024-04-08T04:49:35.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":"a3b699f35ecd8a868506742bd877ecb046ed6414","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-admin-webapp/org.jsoup-jsoup-1.15.3","pushedAt":"2024-04-08T04:49:35.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":"80bf0cf4b15c171b133d3b9c28e28d89707082c9","after":null,"ref":"refs/heads/dependabot/maven/org.springframework-spring-web-6.0.0","pushedAt":"2024-04-08T04:49:35.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":"64fc7d354e5ae15b78b2f05d203d98a83f6c0fe2","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-watchdog-webapp/org.jsoup-jsoup-1.15.3","pushedAt":"2024-04-08T04:49:35.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":"b1320006b4fe65983b031b709a7b2b1723ca2bcc","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-quickstart/onebusaway-quickstart-mains/org.eclipse.jetty-jetty-server-10.0.10","pushedAt":"2024-04-08T04:49:33.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":"649b3d7f9d4988798b3f6490dce209f7854a7c85","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-transit-data-federation/com.jcraft-jsch-0.1.54","pushedAt":"2024-04-08T04:49:33.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":"5cb1e2aa547948ec2e56400a8a7148bba6956460","after":null,"ref":"refs/heads/dependabot/maven/mysql-mysql-connector-java-8.0.28","pushedAt":"2024-04-08T04:49:33.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":"6f3b5b1b044b15f88a565aa78634f617a14efa68","after":null,"ref":"refs/heads/dependabot/maven/onebusaway-federations/org.mortbay.jetty-jetty-6.1.23","pushedAt":"2024-04-08T04:49:33.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"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEfYO2PwA","startCursor":null,"endCursor":null}},"title":"Activity · OneBusAway/onebusaway-application-modules"}