Commit Graph

385 Commits

Author SHA1 Message Date
github-actions[bot] 83d3167594 Version Packages (next) 2022-11-22 15:40:52 +00:00
renovate[bot] 3280711113 Update dependency msw to ^0.49.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-22 04:34:08 +00:00
Patrik Oldsberg 34b039ca9f integrations: add allowedInstallationOwners to config schema
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-17 13:33:45 +01:00
github-actions[bot] 3164131851 Version Packages 2022-11-15 12:31:55 +00:00
renovate[bot] e13cd3feaf Update dependency msw to ^0.48.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-11-09 10:15:16 +00:00
github-actions[bot] d4df1fbb2e Version Packages (next) 2022-10-25 13:18:27 +00:00
Fredrik Adelöw 7573b65232 get rid of circular imports
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-25 11:00:05 +02:00
Pedro Cardona d05e1841ce Adds gitea to supported set of SCM integrations
Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

GiteaUrlReader readUrl implementation.
Currently relies on content being base64 encoded

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Prettify changed files

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Changeset for gitea integration

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Include gitea in Vale vocabulary, run Lint / Prettier

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Update api-reports

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Lint packages/integration/*
Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Fix getGiteaFileContentsUrl, split changesets

The previous file contents url code was missing a segment, (/branch), and was causing the loader to 404. (The intended functionality is to use the same URL you would use to view the file in gitea)
Changesets for the integration and backend-common packages were split
This commit also adds documentation relevant to the gitea integration

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>
Signed-off-by: Pedro Cardona <1724279+atoko@users.noreply.github.com>
2022-10-23 20:56:56 -04:00
Patrik Oldsberg a82d7ac0ef Merge pull request #14238 from Bonial-International-GmbH/pjungermann/remove-default-visibility
chore: remove explicit default visibility at `config.d.ts` files
2022-10-20 13:48:52 +02:00
Johan Haals 2e9329831f Merge pull request #14192 from Bonial-International-GmbH/pjungermann/github/naming-part2
chore(integration): use consistent naming of `[gG]ithub` in code
2022-10-20 09:41:56 +02:00
Patrick Jungermann a6d779d58a chore: remove explicit default visibility at config.d.ts files
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-20 00:18:44 +02:00
Patrick Jungermann c1784a4980 chore(integration): use consistent naming of [gG]ithub in code
Relates to the discussion at PR #14039.

Relates-to: PR #14039
Relates-to: PR #14174
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-19 16:11:53 +02:00
github-actions[bot] f0196a2f04 Version Packages 2022-10-18 09:55:10 +00:00
github-actions[bot] 9282c018c7 Version Packages (next) 2022-10-11 14:30:05 +00:00
github-actions[bot] 721c1efdb4 Version Packages (next) 2022-10-04 12:08:16 +00:00
github-actions[bot] 4e94720142 Version Packages (next) 2022-09-27 10:57:53 +00:00
Patrik Oldsberg be5a837259 migrate to use workspace ranges
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-21 10:14:53 +02:00
Patrik Oldsberg 2e4e6c3500 test fixes to support Jest 29
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-20 14:51:19 +02:00
github-actions[bot] 30882884a4 Version Packages 2022-09-20 11:52:02 +00:00
github-actions[bot] 423e01d903 Version Packages (next)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-13 18:00:17 -04:00
Johan Haals e1ee22f248 Merge pull request #13542 from afscrome/feature/OptimiseGithubAccessTokens
Optimise GitHub access tokens
2022-09-09 13:11:11 +02:00
Alex Crome a68c0b3f94 Fix potentially flakey expiration test by making sure the record has less than 10 mins remaining, rather than exactly 10 mins
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-09-08 18:41:09 +01:00
Alex Crome f95ceb2737 PR Feedback
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-09-08 17:36:28 +01:00
Alex Crome a7f6f1c3fa Remove erroneous comment
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-09-07 11:51:54 +01:00
Patrik Oldsberg 7d47def9c4 switch @types/jest to only be depended on by @backstage/cli
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-09-07 11:29:12 +02:00
github-actions[bot] f275697d2b Version Packages (next) 2022-09-06 13:11:16 +00:00
Alex Crome de6c99b043 Fix access token cache time
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-09-06 09:35:41 +01:00
Alex Crome 11904b7616 Share access token between repos in the same app
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-09-06 09:26:36 +01:00
Fredrik Adelöw 3612e97174 Merge pull request #13550 from backstage/renovate/msw-0.x
chore(deps): update dependency msw to ^0.47.0
2022-09-06 09:51:25 +02:00
renovate[bot] 667d917488 chore(deps): update dependency msw to ^0.47.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-09-06 07:09:16 +00:00
Alex Crome d57e5f182c Add initial test around cache
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-09-05 23:20:18 +01:00
Alex Crome d0e8705afd Moved Github Installation loading to be within cached data
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-09-05 22:05:29 +01:00
Alex Crome 17a4968d40 Avoid loading github installation if owner is not in allowedInstallationOwners
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-09-05 22:00:15 +01:00
Robert Schuh 66952b3f28 Fix prettier
Signed-off-by: Robert Schuh <github@eneticum.de>
2022-09-04 02:21:59 +02:00
Robert Schuh d2ca018f43 Add a test for the precedence
Signed-off-by: Robert Schuh <github@eneticum.de>
2022-09-03 03:26:48 +02:00
Robert Schuh 6e06c1d1ab Use username password or token for bitbucket server
The bitbucket server publish action allows setting the token like other platforms, if the integration has a username and password configured though, not the token but the credentials are used

In config.ts the docs claim token takes precedence which only holds true if username & password are not set

Signed-off-by: Robert Schuh <github@eneticum.de>
2022-09-03 03:26:48 +02:00
Patrik Oldsberg 8911f684e1 Yarn 3 automatic formatting changes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-31 15:49:38 +02:00
Fredrik Adelöw d1dd58b8b0 Merge pull request #13437 from backstage/renovate/msw-0.x
chore(deps): update dependency msw to ^0.46.0
2022-08-31 11:43:37 +02:00
blam 2120963e5d chore: bump git-parse-url
Signed-off-by: blam <ben@blam.sh>
2022-08-31 10:33:39 +02:00
renovate[bot] 87ec2ba4d6 chore(deps): update dependency msw to ^0.46.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-08-31 01:34:13 +00:00
github-actions[bot] d1ec204774 Version Packages (next) 2022-08-30 12:02:13 +00:00
github-actions[bot] 18ab337f96 Version Packages (next) 2022-08-23 10:29:17 +00:00
blam 9c1ee4d56b chore: some small changes
Signed-off-by: blam <ben@blam.sh>
2022-08-23 10:53:04 +02:00
renovate[bot] bf5e9030eb chore(deps): update dependency msw to ^0.45.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-08-22 02:27:29 +00:00
github-actions[bot] a5684d0d53 Version Packages 2022-08-16 12:15:33 +00:00
github-actions[bot] f762386d48 Version Packages (next) 2022-08-02 08:43:23 +00:00
Ben Lambert eacf97cc2b Merge pull request #12774 from jamieklassen/gitlab-unscoped
support unscoped routes in location targets on gitlab
2022-08-02 10:33:54 +02:00
Ömer Faruk Doğan ad35364e97 feat(techdocs): add edit button support for bitbucketServer
Signed-off-by: Ömer Faruk Doğan <8117265+omerfarukdogan@users.noreply.github.com>
2022-07-27 18:31:13 +03:00
github-actions[bot] 73cee58fc2 Version Packages (next) 2022-07-26 08:37:39 +00:00
Ben Lambert 75bfc7317d Merge pull request #12711 from Bonial-International-GmbH/pjungermann/bitbucketServer/auth
feat: support Basic Auth and token-only at Git commands for Bitbucket Server
2022-07-25 17:06:08 +02:00