@pawelmitka
8ebd2b6399
refactor: avoid using env variables in action
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-27 12:23:35 +02:00
@pawelmitka
882882c87a
fix: update API report
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-23 16:43:50 +02:00
@pawelmitka
7666065a1e
fix: vale errors
...
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-23 14:34:00 +02:00
@pawelmitka
3f9dd17598
feat(scaffolder-plugin-backend): GitHub create repository webhook
...
`github:repository:webhook:create` action has been added for GitHub. This allows creating custom webhooks, e.g.: for CI integration.
Configuration has been simplified to the usage of secrets. Therefore, `config.token` and `config.digest` has been ommitted in favor of Secrets usage as through GitHub GUI. Secrets are assumed to be passed through environment variable name.
Reference for `octokit.rest.repos.createWebhook` - https://octokit.github.io/rest.js/v18 .
All the defaults are aligned with the Octokit defaults.
Note: there is some duplicated code related to GitHub integration that is shared between `createGithubCreateRepositoryWebhookAction`, `createGithubActionsDispatchAction` and `createPublishGithubAction` that I intend to refactor in a separate PR afterwards.
Signed-off-by: @pawelmitka <pawel.mitka@brainly.com >
2021-08-23 14:09:22 +02:00
Patrik Oldsberg
89c5ee5793
Merge pull request #6897 from backstage/dependabot/npm_and_yarn/swagger-ui-react-3.52.0
...
chore(deps): bump swagger-ui-react from 3.48.0 to 3.52.0
2021-08-21 12:05:05 +02:00
Patrik Oldsberg
56139cfd1e
Merge pull request #6915 from backstage/rugvip/flake
...
catalog-backend: add margin for test execution
2021-08-20 21:51:12 +02:00
Patrik Oldsberg
7723e90b20
catalog-backend: add margin for test execution
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-08-20 18:19:56 +02:00
Johan Haals
620bb7b822
Merge pull request #6892 from Sarabadu/master
...
add troubleshot instructions when plugins.ts is missing
2021-08-20 15:20:28 +02:00
Johan Haals
0c9899414d
Merge pull request #6800 from Pike/add-partial-template
...
Add a partial template action to the builtin scaffolder actions.
2021-08-20 15:18:40 +02:00
Johan Haals
9439325716
Merge pull request #6869 from vinzscam/copy-text-button-clipboard-api
...
copy-text-button: remove hidden textarea
2021-08-20 13:52:33 +02:00
Johan Haals
95f4f667ce
Merge pull request #6896 from backstage/changeset-release/master
...
Version Packages
2021-08-20 12:03:08 +02:00
github-actions[bot]
6e43220f08
Version Packages
2021-08-20 09:21:26 +00:00
Patrik Oldsberg
76c1c37457
Merge pull request #6903 from backstage/rugvip/origin
...
auth-backend: fix origin verification
2021-08-20 11:15:58 +02:00
Patrik Oldsberg
79d24a9665
auth-backend: fix origin verification
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-08-20 10:59:12 +02:00
Fredrik Adelöw
1fdc501e1c
Merge pull request #6901 from backstage/freben/db-datetime
...
use DateTime all the way from the database
2021-08-20 10:52:12 +02:00
Fredrik Adelöw
7ab55167d0
use DateTime all the way from the database
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-20 10:07:57 +02:00
Juan Pablo Garcia Ripa
283b350cb3
apply suggested language improvements
...
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com >
2021-08-20 08:54:39 +02:00
dependabot[bot]
f642601807
chore(deps): bump swagger-ui-react from 3.48.0 to 3.52.0
...
Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui ) from 3.48.0 to 3.52.0.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases )
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v3.48.0...v3.52.0 )
---
updated-dependencies:
- dependency-name: swagger-ui-react
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-08-20 04:10:18 +00:00
Tim Hansen
4693a4dfc2
Merge pull request #6894 from backstage/timbonicus/bump-roadie
...
Bump RoadieHQ plugins
2021-08-19 18:07:49 -06:00
Patrik Oldsberg
99cab3cd79
Merge pull request #6876 from pawelmitka/scaffolder_require_code_owners_approval
...
feat(plugin-scaffolder-backend): GitHub option to require Code Owners
2021-08-20 01:49:14 +02:00
Tim Hansen
ee84a83d3f
Bump RoadieHQ plugins
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-08-19 12:48:25 -06:00
Juan Pablo Garcia Ripa
58f90dc757
add troubleshot instructions when plugin.ts is missing
...
Signed-off-by: Juan Pablo Garcia Ripa <sarabadu@gmail.com >
2021-08-19 18:50:45 +02:00
Vincenzo Scamporlino
9606d34fde
copy-text-button: refactoring tests and error handling
...
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev >
2021-08-19 17:25:58 +02:00
Johan Haals
2f291dfd04
Merge pull request #6802 from backstage/changeset-release/master
...
Version Packages
2021-08-19 14:59:17 +02:00
github-actions[bot]
6f4c73ece4
Version Packages
2021-08-19 12:20:01 +00:00
Patrik Oldsberg
24dd589779
Merge pull request #6821 from Symbianx/render-statsfor-in-sentry-plugin
...
Render the statsFor property in sentry issues table
2021-08-19 14:14:27 +02:00
Patrik Oldsberg
ccbe8f5838
Merge pull request #6874 from backstage/timbonicus/identity-doc-tweak
...
Minor identity-resolver doc correction
2021-08-19 14:05:51 +02:00
Fredrik Adelöw
b4892e8a0d
Merge pull request #6872 from backstage/freben/ldap-provider
...
Introduce LdapOrgEntityProvider
2021-08-19 14:05:22 +02:00
Miguel Alexandre
2044ae8b20
Render "Last 24h" instead of "For 24h"
...
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com >
2021-08-19 13:56:15 +02:00
Miguel Alexandre
d8e4afc620
Render the statsFor property in sentry issues table
...
Signed-off-by: Miguel Alexandre <m.alexandrex@gmail.com >
2021-08-19 13:56:15 +02:00
Johan Haals
2de833303f
Merge pull request #6887 from trelore/master
...
Adds Powerspike to list of adopters
2021-08-19 13:55:35 +02:00
Dominik Henneke
729c1cd359
Merge pull request #6886 from SDA-SE/feat/github-read-array
...
Read responses in `GitHubUrlReader#read()` as array buffer instead of as text to allow reading non-text locations
2021-08-19 13:53:42 +02:00
Johan Haals
86b1cb69d3
Merge pull request #6848 from backstage/mob/catalog-instrumentation
...
Instrument catalog with prometheus metrics
2021-08-19 13:52:57 +02:00
Johan Haals
6277060d72
Add experimental disclamer
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-08-19 13:28:24 +02:00
Alexander Joseph Trelore
57f1502dee
Merge branch 'backstage:master' into master
2021-08-19 12:26:15 +01:00
AJT
2334602c82
Adds powerspike as an adopter
...
Signed-off-by: AJT <alextrelore@gmail.com >
2021-08-19 12:25:48 +01:00
Dominik Henneke
4d909268cb
Read responses in UrlReader#read() as array buffer instead of as text to allow reading non-text locations
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-08-19 13:12:58 +02:00
Vincenzo Scamporlino
de1604fc31
api-definition-card: fix tests
...
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev >
2021-08-19 12:48:36 +02:00
Vincenzo Scamporlino
8be8f66ea7
plain-api-definition-widget: remove snapshot testing
...
Signed-off-by: Vincenzo Scamporlino <me@vinzscam.dev >
2021-08-19 12:21:56 +02:00
Johan Haals
2766b2aa51
Add changeset
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-08-19 11:40:55 +02:00
Fredrik Adelöw
b264938afe
fix test
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-19 11:38:33 +02:00
Patrik Oldsberg
d567002f82
Merge pull request #6820 from Symbianx/fix-no-type-in-sentry-widget
...
Fix Sentry widget showing [No Type]
2021-08-19 11:38:29 +02:00
Fredrik Adelöw
5d852c1151
named counts
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-19 11:10:10 +02:00
Patrik Oldsberg
ad7bbbd9b2
Merge pull request #6884 from backstage/rugvip/wide
...
config-loader: broaden search for backstage packages in config schema collection
2021-08-19 11:04:35 +02:00
Fredrik Adelöw
24b6045691
create metrics only if not already existing
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-19 10:55:16 +02:00
Johan Haals
be87a0e96d
Revert refresh interval
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-08-19 10:52:09 +02:00
Johan Haals
43ffcc4647
Remove wip code
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-08-19 10:52:09 +02:00
Johan Haals
b9f66a0d21
Add entity type metrics
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-08-19 10:52:09 +02:00
Johan Haals
693a17fcdc
Instrument catalog with prometheus
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-08-19 10:51:42 +02:00
Patrik Oldsberg
7bcf0b9d14
Merge pull request #6779 from tudi2d/sidebar-improvements
...
Smaller sidebar adjustment
2021-08-19 10:40:02 +02:00