From 4feb53b2a375ec1477dfafac35ab6e316fcd0241 Mon Sep 17 00:00:00 2001 From: Mathieu Lamiot Date: Thu, 25 Jan 2024 14:47:06 +0100 Subject: [PATCH 1/3] Update group.one-deploy-production_v2.yml generate_release_notes: true --- .github/workflows/group.one-deploy-production_v2.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/group.one-deploy-production_v2.yml b/.github/workflows/group.one-deploy-production_v2.yml index 2af9920..37e1b15 100644 --- a/.github/workflows/group.one-deploy-production_v2.yml +++ b/.github/workflows/group.one-deploy-production_v2.yml @@ -32,6 +32,7 @@ jobs: tag_name: v${{ steps.create_tag.outputs.VERSION }} body: ${{ github.event.head_commit.message }} target_commitish: master + generate_release_notes: true env: GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }} - name: Deploy to production From 571931db0f3e9e80011403855e84a7ef27b71dd8 Mon Sep 17 00:00:00 2001 From: Mathieu Lamiot Date: Fri, 26 Jan 2024 12:00:36 +0100 Subject: [PATCH 2/3] Add openapi.yaml with support/wprocket-ips endpoint --- openapi.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 openapi.yaml diff --git a/openapi.yaml b/openapi.yaml new file mode 100644 index 0000000..edbdf74 --- /dev/null +++ b/openapi.yaml @@ -0,0 +1,33 @@ +openapi: 3.0.3 +info: + title: TB-TT + description: |- + This a description from the endpoints from TB-TT service. + contact: + email: mathieu@wp-media.me + version: 1.0.0 +externalDocs: + description: Notion Documentation + url: https://www.notion.so/wpmedia/TB-TT-137d921c1ff947c4a19e9d0a83262e6a?pvs=4 +servers: + - url: https://wpm-tbtt.public-default.live1-k8s-cph3.one.com +tags: + - name: support + description: Automation for the support team +paths: + /support/wprocket-ips: + post: + description: Retrieves the list of servers and IPs used for WP Media products. + tags: + - support + responses: + 200: + description: The list has been correctly retrieved and returned. + content: + application/json: + schema: + $ref: '#/components/schemas/SupportWPRocketIPsResponse' +components: + schemas: + SupportWPRocketIPsResponse: + type: string From cd220f98e2960d88ff39d794ae60024b86f5e1f7 Mon Sep 17 00:00:00 2001 From: Mathieu Lamiot Date: Thu, 1 Feb 2024 12:21:20 +0100 Subject: [PATCH 3/3] Add Metasearch in config for the release note automation --- config/github.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/github.json b/config/github.json index be6e3c8..c6563fd 100644 --- a/config/github.json +++ b/config/github.json @@ -29,7 +29,7 @@ "rocket-cdn": "RocketCDN", "wp-rocket.me": "WP Rocket website", "imagify-website": "Imagify website", - "rocketcdn-website": "RocketCDN website" - + "rocketcdn-website": "RocketCDN website", + "metasearch": "Metasearch" } }