blam
|
c1be2801a9
|
chore: rewording PROVIDER_TOKEN to token
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
0f264c4f84
|
chore: api-reports needed updating for scaffolder bacend
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
72eccc0f5d
|
chore: added tests for ensuring that the token is used properly when passed into the actions
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
2c34749bb6
|
feat: added support for overriding the token used for publish actions.
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
c91ba8cf2f
|
feat: Added the ability for the scaffolder backend engine to template secrets into the input of actions
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
c345946703
|
chore: added a test to check the secrets context is being updated with the secrets returned from the scmAuthApi
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
b61c340676
|
chore: generated API reports
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
7d740b86c9
|
chore: added a todo for test
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
2ae059d35a
|
feat: testing the RepoUrlPicker component with SecretsContexts
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
3e96fa47d0
|
chore: need to convert these to empty strings as they are controlled input values and material ui throws some errors in the frontend unless we have them
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
5521945cc7
|
feat: added some more behaviour to the HostPicker as noticed that when no hosts are supplied it breaks currently
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
6708dbfffe
|
feat: added grabbing the token from the form with a debounce to not happen on every key press
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
288ad92b64
|
feat: reworking the secret types for the context.
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
blam
|
6d9f426eab
|
feat: added a SecretsContext for storing the secrets in the frontend and being able to add secrets to the context using a hooks
Signed-off-by: blam <ben@blam.sh>
|
2022-02-01 09:02:32 +01:00 |
|
Eric Peterson
|
aa4be23eaf
|
Merge pull request #9166 from backstage/analytics/user-identity-3
[Analytics] Convention for tying events to known users
|
2022-01-31 19:22:13 +01:00 |
|
Eric Peterson
|
e8df331078
|
Update docs to match reality.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-01-31 18:39:45 +01:00 |
|
Johan Haals
|
2dca53c395
|
Merge pull request #9263 from backstage/dependabot/npm_and_yarn/camelcase-keys-7.0.1
chore(deps): bump camelcase-keys from 6.2.2 to 7.0.1
|
2022-01-31 13:18:57 +01:00 |
|
Johan Haals
|
bf1b485962
|
update api report
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2022-01-31 10:59:20 +01:00 |
|
Johan Haals
|
dcd387e6d7
|
Merge pull request #9225 from RoadieHQ/softer-proxy-startup
allow backend to start if proxy target is not set
|
2022-01-31 10:54:41 +01:00 |
|
Johan Haals
|
8caa691a0b
|
Merge pull request #9189 from lunarway/feature/migrate-scaffolder-octokit
Replace @octokit/rest with octokit in scaffolder-backend
|
2022-01-31 09:18:27 +01:00 |
|
dependabot[bot]
|
91faf87aaf
|
chore(deps): bump camelcase-keys from 6.2.2 to 7.0.1
Bumps [camelcase-keys](https://github.com/sindresorhus/camelcase-keys) from 6.2.2 to 7.0.1.
- [Release notes](https://github.com/sindresorhus/camelcase-keys/releases)
- [Commits](https://github.com/sindresorhus/camelcase-keys/compare/v6.2.2...v7.0.1)
---
updated-dependencies:
- dependency-name: camelcase-keys
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-31 04:16:13 +00:00 |
|
Eric Peterson
|
e9ca4ff2bd
|
Deprecate useless plugin export.
Signed-off-by: Eric Peterson <i.am@eric.pe>
|
2022-01-30 18:58:03 +01:00 |
|
Eric Peterson
|
b4b678eb5a
|
Simpler queue mechanism in DeferredCapture.
Signed-off-by: Eric Peterson <i.am@eric.pe>
|
2022-01-30 18:51:36 +01:00 |
|
Eric Peterson
|
919a77845d
|
Less magical custom hash mechanism.
Signed-off-by: Eric Peterson <i.am@eric.pe>
|
2022-01-30 18:51:18 +01:00 |
|
Eric Peterson
|
b40a0ccc4d
|
Initial identity-awareness implementation for GA.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
|
2022-01-30 18:21:18 +01:00 |
|
Johan Haals
|
bf06801f94
|
Merge pull request #9221 from recobe182/bie/improve-org-memberlist
org: add relations.memberof filter to catalog api call in MembersListCard
|
2022-01-28 15:50:15 +01:00 |
|
Brian Fletcher
|
c9bb0818f7
|
Merge branch 'master' of github.com:backstage/backstage into allow-failing-proxies
|
2022-01-28 14:08:41 +00:00 |
|
Brian Fletcher
|
27e1ab0ec4
|
addressing review suggestions
Signed-off-by: Brian Fletcher <brian@roadie.io>
|
2022-01-28 13:52:03 +00:00 |
|
Brian Fletcher
|
8030dc7dd5
|
only skip proxies if configured to do so
Signed-off-by: Brian Fletcher <brian@roadie.io>
|
2022-01-28 11:28:46 +00:00 |
|
Johan Haals
|
d2a0f08d5c
|
Merge pull request #9190 from backstage/catalog-identity-client-token
Use server token for catalog identity client
|
2022-01-28 11:55:07 +01:00 |
|
Johan Haals
|
f72d08087c
|
Merge pull request #9214 from backstage/dependabot/npm_and_yarn/passport-0.5.2
chore(deps): bump passport from 0.4.1 to 0.5.2
|
2022-01-28 11:28:40 +01:00 |
|
Johan Haals
|
c49b7bd960
|
Merge pull request #8934 from kmikko/feat/catalog-import-customizations
feat(catalog-import): Make catalog filename and branch customizable
|
2022-01-28 11:01:09 +01:00 |
|
Brian Fletcher
|
124520078c
|
allow backend to start if proxy target is not set
Signed-off-by: Brian Fletcher <brian@roadie.io>
|
2022-01-28 09:50:27 +00:00 |
|
dependabot[bot]
|
28a5f9d0b1
|
chore(deps): bump passport from 0.4.1 to 0.5.2
Bumps [passport](https://github.com/jaredhanson/passport) from 0.4.1 to 0.5.2.
- [Release notes](https://github.com/jaredhanson/passport/releases)
- [Changelog](https://github.com/jaredhanson/passport/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaredhanson/passport/compare/v0.4.1...v0.5.2)
---
updated-dependencies:
- dependency-name: passport
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-28 09:40:21 +00:00 |
|
Ben Lambert
|
b1b16030e7
|
Merge pull request #9216 from backstage/dependabot/npm_and_yarn/prom-client-14.0.1
chore(deps): bump prom-client from 13.2.0 to 14.0.1
|
2022-01-28 09:59:35 +01:00 |
|
Johan Haals
|
32dd057f3d
|
Merge pull request #9113 from gabrie30/master
Fixes: Change Events Unable to be Listed
|
2022-01-28 09:57:05 +01:00 |
|
Mikko Korhonen
|
bee418a36b
|
docs(catalog-import): update documentation about catalog filename customizations
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:14:59 +02:00 |
|
Mikko Korhonen
|
9735b00b6a
|
refactor(catalog-import): access catalog filename and branchname via hooks and helpers
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:14:58 +02:00 |
|
Mikko Korhonen
|
2734946be0
|
test(catalog-import): migrate some tests to use TestApiProvider
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:13:42 +02:00 |
|
Mikko Korhonen
|
e9b5f55a8b
|
chore(catalog-import): generate api report
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:13:42 +02:00 |
|
Mikko Korhonen
|
b40159ff3a
|
chore(catalog-import): update README with relevant information how to customzie layout
Obsolete instructions were used, updated with up-to-date information from changelog
https://github.com/backstage/backstage/blob/master/plugins/catalog-import/CHANGELOG.md#minor-changes-1
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:13:42 +02:00 |
|
Mikko Korhonen
|
4d17cc5424
|
test(catalog-import): update and tests for custom catalog filename and branch name
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:13:42 +02:00 |
|
Mikko Korhonen
|
307f17372e
|
feat(catalog-import): make catalog import branch name customizable
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:13:42 +02:00 |
|
Mikko Korhonen
|
1bd29cd9ae
|
feat(catalog-import): make catalog import example paths customizable
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:13:42 +02:00 |
|
Mikko Korhonen
|
581bed3512
|
feat(catalog-import): read catalog filename from app config
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:13:42 +02:00 |
|
Mikko Korhonen
|
b20709491d
|
feat(catalog-import): expose catalog filename to frontend
Signed-off-by: Mikko Korhonen <mikko.korhonen@gmail.com>
|
2022-01-28 10:13:42 +02:00 |
|
Paladetch Usavasereelert
|
bd1a822c6d
|
org: add relations.memberof filter to catalog api call
Signed-off-by: Paladetch Usavasereelert <paladetch.u@gmail.com>
|
2022-01-28 15:40:07 +09:00 |
|
dependabot[bot]
|
fac5f112b4
|
chore(deps): bump prom-client from 13.2.0 to 14.0.1
Bumps [prom-client](https://github.com/siimon/prom-client) from 13.2.0 to 14.0.1.
- [Release notes](https://github.com/siimon/prom-client/releases)
- [Changelog](https://github.com/siimon/prom-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/siimon/prom-client/compare/v13.2.0...v14.0.1)
---
updated-dependencies:
- dependency-name: prom-client
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-28 04:19:11 +00:00 |
|
MT Lewis
|
fef8fc92c5
|
catalog-backend: add some missing location unit tests
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
|
2022-01-27 17:48:15 +00:00 |
|
MT Lewis
|
5bbffa60be
|
catalog-backend: pass token to locationService in location routes
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
|
2022-01-27 17:46:37 +00:00 |
|