{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":135903291,"defaultBranch":"master","name":"kong","ownerLogin":"mosoft521","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2018-06-03T12:44:30.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/963123?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1703985609.0","currentOid":""},"activityList":{"items":[{"before":"ccfac55b965c9818955c3422d7cfc4e509dcf922","after":"58fe2dd31c06a1f2910c2b69deb678f39c573177","ref":"refs/heads/master","pushedAt":"2024-01-20T01:55:16.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"feat(plugins): ai-proxy-plugin (#12323)\n\n* feat(plugins): ai-proxy plugin\r\n\r\n* fix(ai-proxy): working azure provider\r\n\r\n* fix(ai-proxy): working azure provider\r\n\r\n---------\r\n\r\nCo-authored-by: Jack Tysoe ","shortMessageHtmlLink":"feat(plugins): ai-proxy-plugin (Kong#12323)"}},{"before":"2a3a013766d99887f6a0416c2a6abcf0ecae9b27","after":"ccfac55b965c9818955c3422d7cfc4e509dcf922","ref":"refs/heads/master","pushedAt":"2024-01-15T20:43:00.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"fix(plugins): fix competing redis configs (#12343)\n\nACME, RateLimiting and Response-RateLimiting now use\r\nthe same redis configuration structure. The olds fields\r\nwere left in place to maintain backwards compatibility.\r\nWhen resolving the configuration we looked into new fields\r\nand if they were empty then fallback to legacy fields.\r\nUnfortunately the new fields have their defaults as well\r\nwhich get written into db - so at the time of plugin resolution\r\nwe'd have to implement complex logic to figure out if the\r\nnew value came from user or from defualt.\r\n\r\nThis approach removes the olds fields and uses shorthands\r\nto maintain backwards compatibility.\r\n\r\nKAG-3388","shortMessageHtmlLink":"fix(plugins): fix competing redis configs (Kong#12343)"}},{"before":"75ee3a0948adf9078308d5372bbe1642272c924d","after":"2a3a013766d99887f6a0416c2a6abcf0ecae9b27","ref":"refs/heads/master","pushedAt":"2024-01-08T09:02:57.000Z","pushType":"push","commitsCount":28,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"chore(cd): drop the legacy smoke tests step (#12285)\n\nThe functionality of the previous smoke tests are moved to E2E tests and Verify manifest steps.\r\nTo reduce the duplicate maintainance effort, the legacy smoke tests are now dropped.","shortMessageHtmlLink":"chore(cd): drop the legacy smoke tests step (Kong#12285)"}},{"before":null,"after":"ea30f2a722f31eaea86755cc09bcc3e5946388e3","ref":"refs/heads/chore/deps-bump-ngx-wasm-module","pushedAt":"2023-12-31T01:20:09.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":"chore(deps): bump ngx_wasm_module to 452aad097bdb61a3e43edb93e08d704bcfb83199\n\nChanges since 388d5720293f5091ccee1f859a42683fbfd14e7d:\n\n* 452aad0 - chore(ci) rename 'ci-large.yml' jobs for a CodeQL fix\n* 0d58dcc - chore(deps) replace 'rust-toolchain' with 'rust-toolchain.toml'\n* 4137962 - chore(tests) improve hostcalls.wasm loading time\n* 913e8c8 - docs(install) fix bad link to DEVELOPER.md\n* e4359f6 - chore(ci) add CodeQL analyzer job\n* 834d6d5 - fix(proxy-wasm) properly unlink trapped instances from root contexts\n* e80eab3 - fix(proxy-wasm) periodically sweep the root context store\n* fcde0ca - fix(proxy-wasm) always reschedule background ticks\n* ada9998 - fix(wavm) update Nginx time after loading a module\n* 5eaa898 - chore(*) add linting to ngx-wasm-rs crate & fix warnings\n* 88ec9b9 - chore(ci) fix 'Large CI' workflow file\n* 69e6bf3 - chore(ci) address GHA warnings\n* b9037ac - chore(release) ensure release artifacts names include channel","shortMessageHtmlLink":"chore(deps): bump ngx_wasm_module to 452aad097bdb61a3e43edb93e08d704b…"}},{"before":"6fe681348bb0a58efbbbc5f2a6ef57828ed61667","after":"75ee3a0948adf9078308d5372bbe1642272c924d","ref":"refs/heads/master","pushedAt":"2023-12-25T23:47:05.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"docs(changelog): reword rpm package post remove changelog (#12245)\n\nSigned-off-by: tzssangglass ","shortMessageHtmlLink":"docs(changelog): reword rpm package post remove changelog (Kong#12245)"}},{"before":"ac59ffdd5c9b9e415e4e2ee6123ca4f303704434","after":"6fe681348bb0a58efbbbc5f2a6ef57828ed61667","ref":"refs/heads/master","pushedAt":"2023-12-23T04:14:57.000Z","pushType":"push","commitsCount":15,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"feat(opentelemetry): sampling rate configuration option (#12054)\n\nSampling rate can now be set via the Opentelemetry plugin instead of\r\nit just being a global setting for the gateway.\r\n\r\nIt also fixes a small bug where, in the edge case of opentelemetry being\r\nused for propagation only (instrumentations disabled), the `sampled`\r\nflag was incorrectly set to `true` although no span was sampled for that\r\nrequest.\r\n\r\nIncludes tests to cover more configuration scenarios (esp. different\r\nsampling rates) and verify propagation is done correctly.","shortMessageHtmlLink":"feat(opentelemetry): sampling rate configuration option (Kong#12054)"}},{"before":"1f97197bfa59d476057244423187d3f502ba3286","after":"ac59ffdd5c9b9e415e4e2ee6123ca4f303704434","ref":"refs/heads/master","pushedAt":"2023-12-17T19:37:06.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"chore(actions): dynamic test scheduler / balancer (#12180)\n\nThis commit adds an automatic scheduler for running busted tests. It\r\nreplaces the static, shell script based scheduler by a mechanism that\r\ndistributes the load onto a number of runners. Each runner gets to\r\nwork on a portion of the tests that need to be run. The scheduler\r\nuses historic run time information to distribute the work evenly\r\nacross runners, with the goal of making them all run for the same\r\namount of time. With the 7 runners configured in the PR, the overall\r\ntime it takes to run tests is reduced from around 30 minutes to around\r\n11 minutes.\r\n\r\nPreviously, the scheduling for tests was defined by what the\r\nrun_tests.sh shell script did. This has now changed so that the new\r\nJSON file `test_suites.json` is instead used to define the tests that\r\nneed to run. Like before, each of the test suites can have its own\r\nset of environment variables and test exclusions.\r\n\r\nThe test runner has been rewritten in Javascript in order to make it\r\neasier to interface with the declarative configuration file and to\r\nfacilitate reporting and interfacing with busted. It resides in the\r\nhttps://github.com/Kong/gateway-test-scheduler repository and\r\nprovides its functionality through custom GitHub Actions.\r\n\r\nA couple of tests had to be changed to isolate them from other tests\r\nbetter. As the tests are no longer run in identical order every time,\r\nit has become more important that each test performs any required\r\ncleanup before it runs.\r\n\r\nKAG-3196","shortMessageHtmlLink":"chore(actions): dynamic test scheduler / balancer (Kong#12180)"}},{"before":"2666f6ffaa5ec02fb0d3264171dd3f6c780d690a","after":"1f97197bfa59d476057244423187d3f502ba3286","ref":"refs/heads/master","pushedAt":"2023-12-13T03:16:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"feat(gha): pass version as cloudsmith tags (#12175)\n\n(cherry picked from commit 851ebcf5e65d6ba12aa5026a453e10f978f95ceb)","shortMessageHtmlLink":"feat(gha): pass version as cloudsmith tags (Kong#12175)"}},{"before":"81ad18d1b97d6ac85d01d5c3ce1ccab0db4b702c","after":"2666f6ffaa5ec02fb0d3264171dd3f6c780d690a","ref":"refs/heads/master","pushedAt":"2023-12-12T02:07:52.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"refactor(tools): remove reference of yield from utils (#12098)\n\nKAG-3226","shortMessageHtmlLink":"refactor(tools): remove reference of yield from utils (Kong#12098)"}},{"before":"37bd9c2f94267538ecf518bc5ca8545302594290","after":"81ad18d1b97d6ac85d01d5c3ce1ccab0db4b702c","ref":"refs/heads/master","pushedAt":"2023-12-09T03:06:50.000Z","pushType":"push","commitsCount":105,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"fix(globalpatches): support exptime in SharedDict:set() api (#12173)\n\nThis commit introduces support for the exptime parameter in SharedDict:set() to align its functionality with that of the original ngx.shared.DICT.set(). And it refines the logic of SharedDict:add() by using SharedDict:set().\r\n\r\nKAG-3303","shortMessageHtmlLink":"fix(globalpatches): support exptime in SharedDict:set() api (Kong#12173)"}},{"before":"5d2c51100de727a582d17f20bbdeae9c2e710b9d","after":"37bd9c2f94267538ecf518bc5ca8545302594290","ref":"refs/heads/master","pushedAt":"2023-11-08T08:41:19.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"fix(router): `http` and `stream` subsystems no longer share the expressions router schema (#11914)\n\nKAG-2961\r\n\r\n---------\r\n\r\nCo-authored-by: Datong Sun ","shortMessageHtmlLink":"fix(router): http and stream subsystems no longer share the expre…"}},{"before":"348c980924213ad3a5240d480a6ed768bce66744","after":"5d2c51100de727a582d17f20bbdeae9c2e710b9d","ref":"refs/heads/master","pushedAt":"2023-11-07T06:43:20.000Z","pushType":"push","commitsCount":79,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"refactor(pdk): serialize log msg with string.buffer (#11811)\n\nUse string.buffer to optimize string operation.\r\n\r\nHere I simply replace table.insert and table.concat, but not sure the serializers[n]'s effect, so just keep them.","shortMessageHtmlLink":"refactor(pdk): serialize log msg with string.buffer (Kong#11811)"}},{"before":"95cecef0c44236aab72c42790a2434ad8e023e91","after":"348c980924213ad3a5240d480a6ed768bce66744","ref":"refs/heads/master","pushedAt":"2023-10-16T02:24:28.000Z","pushType":"push","commitsCount":149,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"perf(request-id): use `$kong_request_id` for `$request_id` for better performance (#11725)\n\nBumped lua-kong-nginx-module to `0.8.0`.\r\n\r\nThis has better performance than `$request_id`.\r\n\r\nKAG-2734","shortMessageHtmlLink":"perf(request-id): use $kong_request_id for $request_id for better…"}},{"before":"33dbd4f17c713ea0a2500f14901b0d30673bed28","after":"95cecef0c44236aab72c42790a2434ad8e023e91","ref":"refs/heads/master","pushedAt":"2023-08-21T02:13:04.000Z","pushType":"push","commitsCount":67,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"fix(build): prefer the native brew installation on Apple Silicon","shortMessageHtmlLink":"fix(build): prefer the native brew installation on Apple Silicon"}},{"before":"3e52664684c1cd78c1115249464c051b1619f25a","after":"33dbd4f17c713ea0a2500f14901b0d30673bed28","ref":"refs/heads/master","pushedAt":"2023-07-29T04:03:41.000Z","pushType":"push","commitsCount":27,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"fix(wasm): validate filters in all persistence modes (#11288)\n\nThe primary purpose of this change is to ensure that each .filters[].name\r\nis validated against available/installed filters in dbless mode (this was\r\nonly working in db mode prior).\r\n\r\nI also added an additional entity check which will return a more descriptive\r\nerror when wasm is disabled or no filters are present (this is more useful\r\nfor dbless mode than anything).","shortMessageHtmlLink":"fix(wasm): validate filters in all persistence modes (Kong#11288)"}},{"before":"892238e0176dcdae86794b5e009e73dc7916560a","after":"3e52664684c1cd78c1115249464c051b1619f25a","ref":"refs/heads/master","pushedAt":"2023-07-22T01:45:29.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"feat(opentelemetry): make endpoint field referenceable (#11220)\n\n* feat(opentelemetry): make endpoint field referenceable\r\n\r\n* docs(changelog): add an entry to the changelog","shortMessageHtmlLink":"feat(opentelemetry): make endpoint field referenceable (Kong#11220)"}},{"before":"18b3c7761fb3c40f2a7c642c7904b98abbf594c6","after":"892238e0176dcdae86794b5e009e73dc7916560a","ref":"refs/heads/master","pushedAt":"2023-07-18T00:12:16.000Z","pushType":"push","commitsCount":284,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"feat(core): Admin GUI integration (#11131)\n\nServe static assets from the Canopy project\r\n\r\nChanges include:\r\n* new nginx config template for static file serving\r\n* new configuration items under admin_gui_* namespace\r\n* bundle canopy assets during the build stage\r\n* more CORS support for Admin API\r\n* tests and more tests\r\n\r\nKAG-1940","shortMessageHtmlLink":"feat(core): Admin GUI integration (Kong#11131)"}},{"before":"72db3776a4f4c5dcbcd0cbe8ba31f96a9a6dfb8f","after":"18b3c7761fb3c40f2a7c642c7904b98abbf594c6","ref":"refs/heads/master","pushedAt":"2023-05-02T23:22:43.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"chore(vault): use name instead of prefix to cache vault strategies and schemas (#10777)","shortMessageHtmlLink":"chore(vault): use name instead of prefix to cache vault strategies an…"}},{"before":"8b6c09bdc6f3ad0c7f03256a98626c58d8d4f176","after":null,"ref":"refs/heads/dependabot/github_actions/docker/login-action-40891eba8c2bcd1309b07ba8b11232f313e86779","pushedAt":"2023-04-30T23:24:21.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":"d3dbe23bfaa281a7df24a3a48d8fa41f32d4bbb8","after":"72db3776a4f4c5dcbcd0cbe8ba31f96a9a6dfb8f","ref":"refs/heads/master","pushedAt":"2023-04-30T23:22:37.000Z","pushType":"push","commitsCount":37,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"fix(clustering): support queueing plugins of pre-3.3 DP with 3.3 CP (#10755)\n\n* fix(clustering): support queueing plugins of pre-3.3 DP with 3.3 CP\r\n\r\nKAG-1392\r\n\r\n* address review comment","shortMessageHtmlLink":"fix(clustering): support queueing plugins of pre-3.3 DP with 3.3 CP (K…"}},{"before":null,"after":"b53d70fcddc6cf97e037651f6afe3a4ef5d0bb78","ref":"refs/heads/dependabot/github_actions/actions/github-script-6","pushedAt":"2023-04-24T07:57:53.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 actions/github-script from 4 to 6\n\nBumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6.\n- [Release notes](https://github.com/actions/github-script/releases)\n- [Commits](https://github.com/actions/github-script/compare/v4...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/github-script\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump actions/github-script from 4 to 6"}},{"before":"40008ec9a1ad423acc97912e0290737e1daea867","after":"d3dbe23bfaa281a7df24a3a48d8fa41f32d4bbb8","ref":"refs/heads/master","pushedAt":"2023-04-23T12:21:23.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"chore(dev): prioritize .lua over .ljbc and also add EE plugins (#10716)\n\nPrioritizes .lua over .ljbc in general, within venv. This PR applies the rule to EE plugins as well.","shortMessageHtmlLink":"chore(dev): prioritize .lua over .ljbc and also add EE plugins (Kong#…"}},{"before":"9ae15354883189efefe945c6b69c1cbc930f7289","after":null,"ref":"refs/heads/dependabot/github_actions/xt0rted/pull-request-comment-branch-2.0.0","pushedAt":"2023-04-20T13:56:02.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":"c8039e0362700d33b06e49b2ae976d3e93b389fd","after":"40008ec9a1ad423acc97912e0290737e1daea867","ref":"refs/heads/master","pushedAt":"2023-04-20T13:54:58.000Z","pushType":"push","commitsCount":58,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"fix(queues): Remove deprecation warnings when determining queue parameters (#10705)\n\nWe provide deprecation warnings at configuration time already, and\r\nrepeating them here is potentially too noisy.","shortMessageHtmlLink":"fix(queues): Remove deprecation warnings when determining queue param…"}},{"before":"4a049560363f916e1b3c08fed6eb6ede89c9cdc2","after":null,"ref":"refs/heads/dependabot/github_actions/docker/login-action-65b78e6e13532edd9afa3aa52ac7964289d1a9c1","pushedAt":"2023-04-17T07:58:19.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":"8b6c09bdc6f3ad0c7f03256a98626c58d8d4f176","ref":"refs/heads/dependabot/github_actions/docker/login-action-40891eba8c2bcd1309b07ba8b11232f313e86779","pushedAt":"2023-04-17T07:58:14.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 docker/login-action\n\nBumps [docker/login-action](https://github.com/docker/login-action) from 219c305e1ce92a755f3aa4ba17387c95df31e987 to 40891eba8c2bcd1309b07ba8b11232f313e86779.\n- [Release notes](https://github.com/docker/login-action/releases)\n- [Commits](https://github.com/docker/login-action/compare/219c305e1ce92a755f3aa4ba17387c95df31e987...40891eba8c2bcd1309b07ba8b11232f313e86779)\n\n---\nupdated-dependencies:\n- dependency-name: docker/login-action\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump docker/login-action"}},{"before":"2e1c4c4744f973c90291d106b3725c9403900e5f","after":null,"ref":"refs/heads/dependabot/github_actions/Kong/public-shared-actions-ef2a5c290a3bd667ea6dd31a5532d25c965bb931","pushedAt":"2023-04-05T12:18:20.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":"29f677a59b6e113945c7142014f36eedb22e718c","after":"4a049560363f916e1b3c08fed6eb6ede89c9cdc2","ref":"refs/heads/dependabot/github_actions/docker/login-action-65b78e6e13532edd9afa3aa52ac7964289d1a9c1","pushedAt":"2023-04-05T12:18:17.000Z","pushType":"force_push","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 docker/login-action\n\nBumps [docker/login-action](https://github.com/docker/login-action) from ec9cdf07d570632daeb912f5b2099cb9ec1d01e6 to 65b78e6e13532edd9afa3aa52ac7964289d1a9c1.\n- [Release notes](https://github.com/docker/login-action/releases)\n- [Commits](https://github.com/docker/login-action/compare/ec9cdf07d570632daeb912f5b2099cb9ec1d01e6...65b78e6e13532edd9afa3aa52ac7964289d1a9c1)\n\n---\nupdated-dependencies:\n- dependency-name: docker/login-action\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump docker/login-action"}},{"before":"b045c1e4904dcbeaef5a109bc19e2161f6ddac77","after":"c8039e0362700d33b06e49b2ae976d3e93b389fd","ref":"refs/heads/master","pushedAt":"2023-04-05T12:17:20.000Z","pushType":"push","commitsCount":76,"pusher":{"login":"mosoft521","name":"Alvin Zhang","path":"/mosoft521","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/963123?s=80&v=4"},"commit":{"message":"chore(*): re-instantiate script that is in use (#10614)","shortMessageHtmlLink":"chore(*): re-instantiate script that is in use (Kong#10614)"}},{"before":null,"after":"2e1c4c4744f973c90291d106b3725c9403900e5f","ref":"refs/heads/dependabot/github_actions/Kong/public-shared-actions-ef2a5c290a3bd667ea6dd31a5532d25c965bb931","pushedAt":"2023-04-03T07:58: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":"chore(deps): bump Kong/public-shared-actions\n\nBumps [Kong/public-shared-actions](https://github.com/Kong/public-shared-actions) from b2e4a29d30382e1cceeda8df1e8b8bee65bef39b to ef2a5c290a3bd667ea6dd31a5532d25c965bb931.\n- [Release notes](https://github.com/Kong/public-shared-actions/releases)\n- [Commits](https://github.com/Kong/public-shared-actions/compare/b2e4a29d30382e1cceeda8df1e8b8bee65bef39b...ef2a5c290a3bd667ea6dd31a5532d25c965bb931)\n\n---\nupdated-dependencies:\n- dependency-name: Kong/public-shared-actions\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump Kong/public-shared-actions"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD5HpDHwA","startCursor":null,"endCursor":null}},"title":"Activity · mosoft521/kong"}