From 10699831d8ad7c75a10b06dd51aafb3260ceccbc Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Sun, 13 Aug 2023 18:17:45 -0700 Subject: [PATCH 1/2] feat: add `bazel` logo --- logo/bazel.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 logo/bazel.svg diff --git a/logo/bazel.svg b/logo/bazel.svg new file mode 100644 index 0000000000000..9fd22d67459f9 --- /dev/null +++ b/logo/bazel.svg @@ -0,0 +1 @@ + \ No newline at end of file From 6dcafa3102674986bbb277aed831fa978394c611 Mon Sep 17 00:00:00 2001 From: Sam Gammon Date: Sun, 13 Aug 2023 18:18:56 -0700 Subject: [PATCH 2/2] chore: add `bazel` logo to openapi specs --- core/base-service/openapi.js | 2 +- core/base-service/openapi.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/base-service/openapi.js b/core/base-service/openapi.js index 92847b71f52ae..8f6e75fe3ff60 100644 --- a/core/base-service/openapi.js +++ b/core/base-service/openapi.js @@ -253,7 +253,7 @@ function category2openapi(category, services) { in: 'query', required: false, description: - 'One of the named logos (bitcoin, dependabot, gitlab, npm, paypal, serverfault, stackexchange, superuser, telegram, travis) or simple-icons. All simple-icons are referenced using icon slugs. You can click the icon title on simple-icons to copy the slug or they can be found in the slugs.md file in the simple-icons repository. Further info.', + 'One of the named logos (bazel, bitcoin, dependabot, gitlab, npm, paypal, serverfault, stackexchange, superuser, telegram, travis) or simple-icons. All simple-icons are referenced using icon slugs. You can click the icon title on simple-icons to copy the slug or they can be found in the slugs.md file in the simple-icons repository. Further info.', schema: { type: 'string', }, diff --git a/core/base-service/openapi.spec.js b/core/base-service/openapi.spec.js index 0577f078e682c..c8efc26e9377d 100644 --- a/core/base-service/openapi.spec.js +++ b/core/base-service/openapi.spec.js @@ -98,7 +98,7 @@ const expected = { in: 'query', required: false, description: - 'One of the named logos (bitcoin, dependabot, gitlab, npm, paypal, serverfault, stackexchange, superuser, telegram, travis) or simple-icons. All simple-icons are referenced using icon slugs. You can click the icon title on simple-icons to copy the slug or they can be found in the slugs.md file in the simple-icons repository. Further info.', + 'One of the named logos (bazel, bitcoin, dependabot, gitlab, npm, paypal, serverfault, stackexchange, superuser, telegram, travis) or simple-icons. All simple-icons are referenced using icon slugs. You can click the icon title on simple-icons to copy the slug or they can be found in the slugs.md file in the simple-icons repository. Further info.', schema: { type: 'string' }, example: 'appveyor', },