{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":9113580,"defaultBranch":"master","name":"dcache","ownerLogin":"dCache","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-03-30T08:58:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1384620?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1725461884.0","currentOid":""},"activityList":{"items":[{"before":"345edefb8c054145ac4070abf573078bd05d469b","after":"45a6cc15eceddabeb1c0cae08e350fee8b165b2a","ref":"refs/heads/master","pushedAt":"2024-09-04T17:44:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"DmitryLitvintsev","name":"Dmitry Litvintsev","path":"/DmitryLitvintsev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2091655?s=80&v=4"},"commit":{"message":"bulk: check targets for empty strings\n\nMotivation:\n\nWhen specifying empty target the bulk proceeds to process\nthe request instead of failing fast.\n\nModification:\n\nFix parsing of target string arguments.\n\nResult:\n\nFail fast with invalid request\n\nPatch: https://rb.dcache.org/r/14312/\nAcked-by: Tigran\nTarget: trunk\nRequest: 10.x, 9.x","shortMessageHtmlLink":"bulk: check targets for empty strings"}},{"before":null,"after":"f33357b4bde356651369ac9fe5406094b47150f6","ref":"refs/heads/rquota","pushedAt":"2024-09-04T14:58:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"[wip] nfs: add remote quota protocol support\n\nMotivation:\nTo support classic user and group quotas, the rquota protocol should be exposed by NFS door.\n\nModification:\n- update QuotaHandler/JdbcQuota to expose next quota refresh time\n- update ChimeraVfs to implement QuotaVfs interface and report ReplicaSpaceLimit as user quota.\n- add QuotaSvc that translates RPC calls to dcache internal quota query\n- update NFSv41Door to start rquota rpc service on UDP port specified by\n `nfs.net.rquota.port` property.\n\nResult:\n\n```\n$ quota -s -f /mnt\nDisk quotas for user tigran (uid 1000):\n Filesystem space quota limit grace files quota limit grace\ndcache-lab008.desy.de:/\n 0K 100T 100T 2148m* 2148m 2148m 00:00\n```\n\nAcked-by:\nTarget: master\nRequire-book: yes\nRequire-notes: yes","shortMessageHtmlLink":"[wip] nfs: add remote quota protocol support"}},{"before":"d981ebc1609714aeff5f8d339262f097f3426fb4","after":"345edefb8c054145ac4070abf573078bd05d469b","ref":"refs/heads/master","pushedAt":"2024-09-04T14:47:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"gitlab: trigger mirroring on pull_request","shortMessageHtmlLink":"gitlab: trigger mirroring on pull_request"}},{"before":"bb836bef2da2ae4ba50d3ea41f87a33f4b58854e","after":"d981ebc1609714aeff5f8d339262f097f3426fb4","ref":"refs/heads/master","pushedAt":"2024-09-04T09:53:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"nearline-storage: allow retrying of request cancelation\n\nMotivation:\nWhen canceling HSM request, dCache first sets request's status\nand then tell HSM to cancel the request. As notifying the HSM might\nfail, due to internal errors or overload, the request will stay in\nCANCELED state for ever.\n\nModification:\nallow retrying of request cancellation by assuming the HSM will handle\nit.\n\nResult:\nrequests in CANCELED state can be canceled once more.\n\nFixes: #7633\nAcked-by: Karen Hoyos\nTarget: master\nRequire-book: no\nRequire-notes: yes","shortMessageHtmlLink":"nearline-storage: allow retrying of request cancelation"}},{"before":null,"after":"bb836bef2da2ae4ba50d3ea41f87a33f4b58854e","ref":"refs/heads/feature/default-migration-dest","pushedAt":"2024-09-03T21:02:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"greenc-FNAL","name":"Chris Green","path":"/greenc-FNAL","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2372949?s=80&v=4"},"commit":{"message":"gplazma2-oidc-te: fix invalid initialization of plugin\n\nMotivation:\nThe META-INF/gplazma-plugins.xml must point to the correct class name,\notherwise we get:\n\nUnable register new plugin: Class org.dcache.gplazma.plugins.tokenx.TokenExchange could not be found.\n\nModification:\nFix the class name in gplazma-plugins.xml\n\nResult:\nno error on start (and working plugin :) )\n\nAcked-by: Paul Millar\nTarget: master, 10.1\nRequire-book: no\nRequire-notes: yes","shortMessageHtmlLink":"gplazma2-oidc-te: fix invalid initialization of plugin"}},{"before":"12c8fef0f48ab2b52cfcba2c08761f3b988ff9d7","after":"bb836bef2da2ae4ba50d3ea41f87a33f4b58854e","ref":"refs/heads/master","pushedAt":"2024-09-03T16:20:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"gplazma2-oidc-te: fix invalid initialization of plugin\n\nMotivation:\nThe META-INF/gplazma-plugins.xml must point to the correct class name,\notherwise we get:\n\nUnable register new plugin: Class org.dcache.gplazma.plugins.tokenx.TokenExchange could not be found.\n\nModification:\nFix the class name in gplazma-plugins.xml\n\nResult:\nno error on start (and working plugin :) )\n\nAcked-by: Paul Millar\nTarget: master, 10.1\nRequire-book: no\nRequire-notes: yes","shortMessageHtmlLink":"gplazma2-oidc-te: fix invalid initialization of plugin"}},{"before":"bfaeae101ee6aac5d629d4b2e8d075447a8519e0","after":"6043a20af49a69bd66c8e2428b9663ae6355c14a","ref":"refs/heads/9.2","pushedAt":"2024-09-03T08:16:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"[maven-release-plugin] prepare for next development iteration","shortMessageHtmlLink":"[maven-release-plugin] prepare for next development iteration"}},{"before":"6394fbecd4b0cc6d6803c957d01ff5890c5e2c5c","after":"bfaeae101ee6aac5d629d4b2e8d075447a8519e0","ref":"refs/heads/9.2","pushedAt":"2024-09-03T08:16:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"[maven-release-plugin] prepare release 9.2.24","shortMessageHtmlLink":"[maven-release-plugin] prepare release 9.2.24"}},{"before":"0e22cbe693bc4fdca9a52ccf13d696ee505b564d","after":"4678e1b5aeda157ce41feff175bff76bc3d0a97d","ref":"refs/heads/10.0","pushedAt":"2024-09-03T08:06:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"[maven-release-plugin] prepare for next development iteration","shortMessageHtmlLink":"[maven-release-plugin] prepare for next development iteration"}},{"before":"7ebab3e236c2a6319b9af8f0230b21b670a42515","after":"0e22cbe693bc4fdca9a52ccf13d696ee505b564d","ref":"refs/heads/10.0","pushedAt":"2024-09-03T08:06:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"[maven-release-plugin] prepare release 10.0.8","shortMessageHtmlLink":"[maven-release-plugin] prepare release 10.0.8"}},{"before":"9d84bef8ebaeef19be840336e99656051ad6f731","after":"b368ef45e2021626618d07e788259c985ea4ac4b","ref":"refs/heads/10.1","pushedAt":"2024-09-03T07:55:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"[maven-release-plugin] prepare for next development iteration","shortMessageHtmlLink":"[maven-release-plugin] prepare for next development iteration"}},{"before":"47ee70a3235b68b1874e16b6c41bc71a2da543c9","after":"9d84bef8ebaeef19be840336e99656051ad6f731","ref":"refs/heads/10.1","pushedAt":"2024-09-03T07:55:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"[maven-release-plugin] prepare release 10.1.2","shortMessageHtmlLink":"[maven-release-plugin] prepare release 10.1.2"}},{"before":"248292f1edd48e3453fa12cc61e82055dcfffb26","after":"47ee70a3235b68b1874e16b6c41bc71a2da543c9","ref":"refs/heads/10.1","pushedAt":"2024-09-02T15:29:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"github: add action for atumatic github-release\n\n(cherry picked from commit 12c8fef0f48ab2b52cfcba2c08761f3b988ff9d7)\nSigned-off-by: Tigran Mkrtchyan ","shortMessageHtmlLink":"github: add action for atumatic github-release"}},{"before":"6ab84e51ea736a0f57b4452d695fd07b16316e31","after":"6394fbecd4b0cc6d6803c957d01ff5890c5e2c5c","ref":"refs/heads/9.2","pushedAt":"2024-09-02T15:29:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"github: add action for atumatic github-release\n\n(cherry picked from commit 12c8fef0f48ab2b52cfcba2c08761f3b988ff9d7)\nSigned-off-by: Tigran Mkrtchyan ","shortMessageHtmlLink":"github: add action for atumatic github-release"}},{"before":"3e749187ff8899a5effcd8c45ea1132c2109efa6","after":"7ebab3e236c2a6319b9af8f0230b21b670a42515","ref":"refs/heads/10.0","pushedAt":"2024-09-02T15:29:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"github: add action for atumatic github-release\n\n(cherry picked from commit 12c8fef0f48ab2b52cfcba2c08761f3b988ff9d7)\nSigned-off-by: Tigran Mkrtchyan ","shortMessageHtmlLink":"github: add action for atumatic github-release"}},{"before":"09919b775052d7eac545986f16370981bcb8b490","after":"12c8fef0f48ab2b52cfcba2c08761f3b988ff9d7","ref":"refs/heads/master","pushedAt":"2024-09-02T13:36:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"github: add action for atumatic github-release","shortMessageHtmlLink":"github: add action for atumatic github-release"}},{"before":"d4c2c75d73ea00fbb3296bc6896e2996f2dba4f0","after":"09919b775052d7eac545986f16370981bcb8b490","ref":"refs/heads/master","pushedAt":"2024-09-02T08:32:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"khys95","name":null,"path":"/khys95","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/171565859?s=80&v=4"},"commit":{"message":"ci: verify file location and migration p2p\n\nMotivation: Complete test case scenario for a specific file migration from upload, status check, and pool to pool migration.\n\nModification: Addition of more tests inside the poolEndpoint.http file\n\nResult: Better testing suite.\n\nAcked-by: Tigran Mkrtchyan\nTarget: master\nRequire-book: no\nRequire-notes: no","shortMessageHtmlLink":"ci: verify file location and migration p2p"}},{"before":"60292c7687fea7299c19a94846eedfc2955d44c5","after":"d4c2c75d73ea00fbb3296bc6896e2996f2dba4f0","ref":"refs/heads/master","pushedAt":"2024-08-29T12:52:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"maven: ensure that we have unique file names to conflicting jars\n\nMotivation:\ncodahal metrics and yammer metric have the same jar name\nmetrics-core.jar. Though, this is not an issue but looks like two\nversions of the same jar.\n\nModification:\nin assembly step rename one of the jars to make it more clear that those\nare different artefacts.\n\nResult:\nless confusion by jar names\n\nAcked-by: Lea Morschel\nTarget: master\nRequire-book: no\nRequire-notes: no","shortMessageHtmlLink":"maven: ensure that we have unique file names to conflicting jars"}},{"before":"81f198ec0f403c4902ba2f5defd985bdf76e55b1","after":"60292c7687fea7299c19a94846eedfc2955d44c5","ref":"refs/heads/master","pushedAt":"2024-08-29T07:18:14.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"http-old: use common CSS for pool manager configuration section\n\nMotivation:\nHarmonise colors of old pages\n\nModification:\nUse common CSS. Update css class of generated table rows to match with\nentries in common css.\n\nResult:\nmore harmonized colors (I hope)\n\nAcked-by: Karen Hoyos\nTarget: master\nRequire-book: no\nRequire-notes: yes","shortMessageHtmlLink":"http-old: use common CSS for pool manager configuration section"}},{"before":"09e5a499378e0b3f1f4f159103970351dc540cb9","after":"6ab84e51ea736a0f57b4452d695fd07b16316e31","ref":"refs/heads/9.2","pushedAt":"2024-08-28T09:40:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"gplazma alise initial version of plugin\n\nMotivation:\n\nA new service has been developed within the interTwin project: ALISE. An\nALISE service supports account linking; i.e., it allows a facility's\nusers to register their federated identity against their facility-local\nidentity. This service is intended for situation where the facility's\nIAM solution cannot easily be updated to support such federated account\nlinking.\n\nALISE works by the OIDC service (dCache) querying ALISE's REST API,\nproviding the user's identity ('sub' claim and the issuer URI). The\nresponse is the user's facility username and possibly a display name.\n\nModification:\n\nA new gPlazma module is added that targets the ALISE service.\n\nNew gplazma configuraiton is added to support this plugin.\n\nResult:\n\nWithout configuration changes, there is no user- or admin observable\nchanges. This patch adds the integration possibility where dCache login\nqueries an ALISE service to learn a user's username.\n\nTarget: master\nRequires-notes: yes\nRequires-book: yes\nRequest: 10.1\nRequest: 10.0\nRequest: 9.2","shortMessageHtmlLink":"gplazma alise initial version of plugin"}},{"before":"9468a857c5007161c900a6eb05e663769e22868b","after":"3e749187ff8899a5effcd8c45ea1132c2109efa6","ref":"refs/heads/10.0","pushedAt":"2024-08-28T09:40:43.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"gplazma alise initial version of plugin\n\nMotivation:\n\nA new service has been developed within the interTwin project: ALISE. An\nALISE service supports account linking; i.e., it allows a facility's\nusers to register their federated identity against their facility-local\nidentity. This service is intended for situation where the facility's\nIAM solution cannot easily be updated to support such federated account\nlinking.\n\nALISE works by the OIDC service (dCache) querying ALISE's REST API,\nproviding the user's identity ('sub' claim and the issuer URI). The\nresponse is the user's facility username and possibly a display name.\n\nModification:\n\nA new gPlazma module is added that targets the ALISE service.\n\nNew gplazma configuraiton is added to support this plugin.\n\nResult:\n\nWithout configuration changes, there is no user- or admin observable\nchanges. This patch adds the integration possibility where dCache login\nqueries an ALISE service to learn a user's username.\n\nTarget: master\nRequires-notes: yes\nRequires-book: yes\nRequest: 10.1\nRequest: 10.0\nRequest: 9.2","shortMessageHtmlLink":"gplazma alise initial version of plugin"}},{"before":"1cb8f34c5f1017cdb1cc7c9ca76498e560294871","after":"248292f1edd48e3453fa12cc61e82055dcfffb26","ref":"refs/heads/10.1","pushedAt":"2024-08-28T09:40:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"gplazma alise initial version of plugin\n\nMotivation:\n\nA new service has been developed within the interTwin project: ALISE. An\nALISE service supports account linking; i.e., it allows a facility's\nusers to register their federated identity against their facility-local\nidentity. This service is intended for situation where the facility's\nIAM solution cannot easily be updated to support such federated account\nlinking.\n\nALISE works by the OIDC service (dCache) querying ALISE's REST API,\nproviding the user's identity ('sub' claim and the issuer URI). The\nresponse is the user's facility username and possibly a display name.\n\nModification:\n\nA new gPlazma module is added that targets the ALISE service.\n\nNew gplazma configuraiton is added to support this plugin.\n\nResult:\n\nWithout configuration changes, there is no user- or admin observable\nchanges. This patch adds the integration possibility where dCache login\nqueries an ALISE service to learn a user's username.\n\nTarget: master\nRequires-notes: yes\nRequires-book: yes\nRequest: 10.1\nRequest: 10.0\nRequest: 9.2","shortMessageHtmlLink":"gplazma alise initial version of plugin"}},{"before":"eb858c9725e930bd593f6bbf4289d5ba6fa9d6f4","after":"09e5a499378e0b3f1f4f159103970351dc540cb9","ref":"refs/heads/9.2","pushedAt":"2024-08-28T09:40:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mksahakyan","name":null,"path":"/mksahakyan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14925380?s=80&v=4"},"commit":{"message":"build(deps): bump org.eclipse.jetty:jetty-servlets\n\nBumps [org.eclipse.jetty:jetty-servlets](https://github.com/eclipse/jetty.project) from 9.4.51.v20230217 to 9.4.52.v20230823.\n- [Release notes](https://github.com/eclipse/jetty.project/releases)\n- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.51.v20230217...jetty-9.4.52.v20230823)\n\n---\nupdated-dependencies:\n- dependency-name: org.eclipse.jetty:jetty-servlets\n dependency-type: direct:production\n...\n\nFixes: #7631\n\nSigned-off-by: dependabot[bot] \n(cherry picked from commit 43a3e4482b9a915a9e30e1c3279a21622abd28f9)\nSigned-off-by: Tigran Mkrtchyan ","shortMessageHtmlLink":"build(deps): bump org.eclipse.jetty:jetty-servlets"}},{"before":"03cda0e37cf1e54906ab3962a669f6fb94b9eb08","after":"1cb8f34c5f1017cdb1cc7c9ca76498e560294871","ref":"refs/heads/10.1","pushedAt":"2024-08-28T09:14:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"docs: clarify OIDC provider ID and issue claim\n\n(cherry picked from commit 25412a1c0e878cf501613637b6c26178f35971bc)\nSigned-off-by: Tigran Mkrtchyan ","shortMessageHtmlLink":"docs: clarify OIDC provider ID and issue claim"}},{"before":"fa8b7215041be501c208cce4098a7e7a1c2f1a89","after":"9468a857c5007161c900a6eb05e663769e22868b","ref":"refs/heads/10.0","pushedAt":"2024-08-28T09:14:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"docs: clarify OIDC provider ID and issue claim\n\n(cherry picked from commit 25412a1c0e878cf501613637b6c26178f35971bc)\nSigned-off-by: Tigran Mkrtchyan ","shortMessageHtmlLink":"docs: clarify OIDC provider ID and issue claim"}},{"before":"7e6098c30eaff118f80e93d46824f07f8397f72b","after":"eb858c9725e930bd593f6bbf4289d5ba6fa9d6f4","ref":"refs/heads/9.2","pushedAt":"2024-08-28T09:14:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"docs: clarify OIDC provider ID and issue claim\n\n(cherry picked from commit 25412a1c0e878cf501613637b6c26178f35971bc)\nSigned-off-by: Tigran Mkrtchyan ","shortMessageHtmlLink":"docs: clarify OIDC provider ID and issue claim"}},{"before":"494063afbc74811b06a86a314f4f71f88fe2e13f","after":null,"ref":"refs/heads/dependabot/maven/org.webjars-swagger-ui-3.23.11","pushedAt":"2024-08-27T20:12:36.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":"25412a1c0e878cf501613637b6c26178f35971bc","after":"81f198ec0f403c4902ba2f5defd985bdf76e55b1","ref":"refs/heads/master","pushedAt":"2024-08-27T20:12:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"Merge branch 'dependabot/maven/org.webjars-swagger-ui-3.23.11'","shortMessageHtmlLink":"Merge branch 'dependabot/maven/org.webjars-swagger-ui-3.23.11'"}},{"before":"ad395dd2f527f1fee27649208bf830f7fb82e8df","after":"25412a1c0e878cf501613637b6c26178f35971bc","ref":"refs/heads/master","pushedAt":"2024-08-27T16:12:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"kofemann","name":"Tiramisu Mokka","path":"/kofemann","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/575965?s=80&v=4"},"commit":{"message":"docs: clarify OIDC provider ID and issue claim","shortMessageHtmlLink":"docs: clarify OIDC provider ID and issue claim"}},{"before":null,"after":"494063afbc74811b06a86a314f4f71f88fe2e13f","ref":"refs/heads/dependabot/maven/org.webjars-swagger-ui-3.23.11","pushedAt":"2024-08-26T15:54:08.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":"build(deps): bump org.webjars:swagger-ui from 3.1.7 to 3.23.11\n\nBumps [org.webjars:swagger-ui](https://github.com/webjars/swagger-ui) from 3.1.7 to 3.23.11.\n- [Commits](https://github.com/webjars/swagger-ui/compare/swagger-ui-3.1.7...swagger-ui-3.23.11)\n\n---\nupdated-dependencies:\n- dependency-name: org.webjars:swagger-ui\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"build(deps): bump org.webjars:swagger-ui from 3.1.7 to 3.23.11"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAErQF2ggA","startCursor":null,"endCursor":null}},"title":"Activity ยท dCache/dcache"}