blam
963d76f329
chore: remove cross-fetch dependency again
...
Signed-off-by: blam <ben@blam.sh >
2023-06-13 16:26:45 +02:00
Patrick Jungermann
1b4e1e2306
feat: split integrations.bitbucket -> bitbucketCloud / bitbucketServer
...
Split `integrations.bitbucket` into `integrations.bitbucketCloud`
and `integrations.bitbucketServer`
while staying backwards compatible for now
(== `BitbucketIntegration` loads from the new configs, too, if the old is not used).
Relates-to: #9923
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-04-19 19:20:55 +02:00
Marco Crivellaro
e0308ca6ec
replacing workflow:write scope with workflow, workflow:write is invalid.
...
Signed-off-by: Marco Crivellaro <marco.crive@gmail.com >
2022-03-16 17:19:26 +00:00
Patrik Oldsberg
f0e2f7a56a
integration-react: link to scm auth setup docs if provider config is missing
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-14 13:37:29 +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
2e5c4d1a15
chore: added some additional scopes support for the ScmAuthApi
...
Signed-off-by: blam <ben@blam.sh >
2022-02-01 09:02:32 +01:00
Colton Padden
345dcea560
release-2021-06-01 packages/core-plugin-api/src/apis/system/ApiRef.ts:27
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-17 15:04:34 -05:00
Fredrik Adelöw
36e2b548cb
Fixing up integration-react as well
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-10-27 11:51:43 +02:00
Patrik Oldsberg
a202b6240f
integration-react: review fixes for ScmAuth
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:03:52 +02:00
Patrik Oldsberg
c415e83bb3
integration-react: docs and API report fixups
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:28 +02:00
Patrik Oldsberg
1935b98a43
integration-react: add ScmAuth.createDefaultApiFactory
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:27 +02:00
Patrik Oldsberg
be1cb7441f
integration-react: switch ScmAuth to handle scopes additively
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:27 +02:00
Patrik Oldsberg
2822835bcc
integration-react: document ScmAuth static methods
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:27 +02:00
Patrik Oldsberg
827fdcae17
integration-react: rename ScmAuth.mux to merge
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:27 +02:00
Patrik Oldsberg
72851acc4a
integration-react: cover url handling in ScmAuth with tests
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:26 +02:00
Patrik Oldsberg
7f0aa89786
integration-react: more tests for ScmAuth + some redesign
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:26 +02:00
Patrik Oldsberg
41d129304a
integration-react: initial ScmAuth test
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:26 +02:00
Patrik Oldsberg
df99f264b3
integration-react: rework ScmAuthApi scopes and avoid a layer in the ScmAuthMux
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:26 +02:00
Patrik Oldsberg
d84050d048
integration-react: initial ScmAuthMux implementation
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:26 +02:00
Patrik Oldsberg
33b2dc7ab8
integrations-react: add ScmAuthApi
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-23 15:02:24 +02:00
Patrik Oldsberg
8142a8ecb2
packages,plugins: add package documentation
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-14 18:47:53 +02:00
Sean Tan
7d18860698
Change ScmIntegrationsApi test to handle new AwsS3Integration
...
Signed-off-by: Sean Tan <seant@splunk.com >
2021-08-12 10:05:02 -07:00
Fredrik Adelöw
923491eece
run prettier formatting
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-09 11:54:38 +02:00
Patrik Oldsberg
9258c54f87
Merge branch 'master' into rugvip/mod
2021-06-22 10:07:18 +02:00
Patrik Oldsberg
d453c05dc3
apply core-imports codemod to all packages and plugins
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-06-19 15:33:08 +02:00
Fredrik Adelöw
a88073c29a
Update copyright headers
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-06-18 20:26:42 +02:00
Oliver Sand
f4e3ac5ce6
Move ScmIntegrationIcon
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-06-08 14:07:08 +02:00
Fredrik Adelöw
4a229328a5
address comments
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-16 21:18:59 +01:00
Fredrik Adelöw
3385b374bd
introduce @backstage/integration-react and its scmIntegrationsApiRef
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-16 18:37:59 +01:00