Commit Graph

344 Commits

Author SHA1 Message Date
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
Patrick Jungermann 593dea6710 feat: support Basic Auth for Bitbucket Server
Closes: #12586
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-07-25 15:53:30 +02:00
Eric Voshall b62a9bfc37 Handle incorrect return type
Signed-off-by: Eric Voshall <6836155+ericvoshall@users.noreply.github.com>
2022-07-22 11:03:49 -04:00
Jamie Klassen 1e1e436e86 Look up project IDs for unscoped routes
Signed-off-by: Jamie Klassen <jklassen@vmware.com>
2022-07-22 07:36:35 -04:00
Namco c4b460a47d Avoid double encoding in bitbucket integration
Signed-off-by: Namco <namco1992@gmail.com>
2022-07-22 14:22:12 +08:00
Jamie Klassen 3a2254185e add coverage for "blob" folder edge case
Signed-off-by: Jamie Klassen <jklassen@vmware.com>
2022-07-21 13:00:02 -04:00
Jamie Klassen 56a8ff12fd fake gitlab API more precisely
This allows this suite to detect when an unexpected path is passed to
the projects API.

Signed-off-by: Jamie Klassen <jklassen@vmware.com>
2022-07-21 13:00:02 -04:00
Jamie Klassen 1de2669c91 refactor tests to give clearer feedback
Instead of comments in the table test, use the features of jest that allow each
test to give a specific error message. This change also reduces the total number
of tests, but coverage should remain the same branch-wise.

Signed-off-by: Jamie Klassen <jklassen@vmware.com>
2022-07-21 12:59:55 -04:00
renovate[bot] 29f782eb37 chore(deps): update dependency @types/luxon to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-20 00:35:52 +00:00
github-actions[bot] 7d7da6caec Version Packages 2022-07-19 08:34:21 +00:00
Ben Lambert 74ed37a31e Merge pull request #12554 from lunarway/patch/octokit-rest-19.0.3
Upgrade @octokit/rest to 19.0.3
2022-07-13 11:08:06 +02:00
Ben Lambert 04bf45f700 Merge pull request #12599 from backstage/renovate/msw-0.x
chore(deps): update dependency msw to ^0.44.0
2022-07-13 10:38:03 +02:00
Ben Lambert 95c4faa8aa Merge pull request #12403 from OpenSourceZombie/ahmed/fix-gitlab-subpath
Consider hosted gitlab with relative path
2022-07-13 10:25:35 +02:00
renovate[bot] 8006d0f9bf chore(deps): update dependency msw to ^0.44.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-13 02:08:31 +00:00
Bjørn 2bb0dd2dd2 Merge branch 'master' into patch/octokit-rest-19.0.3 2022-07-12 21:19:36 +02:00
github-actions[bot] 0e967f188b Version Packages (next) 2022-07-12 13:19:14 +00:00
renovate[bot] 4e9a90e307 fix(deps): update dependency luxon to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-11 22:07:53 +00:00
Crevil 9de15a41d7 Upgrade @octokit/rest to 19.0.3
This upgrade contains changes to the API types which leads to several changes
around the code base handling the now more precise types.

Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
2022-07-09 09:13:07 +02:00
ahmed 6f9f3b6936 rename variable and add relativePath check
Signed-off-by: ahmed <ahmed@planet.com>
2022-07-08 17:46:15 +02:00
renovate[bot] 1f29047bad fix(deps): update dependency @octokit/auth-app to v4
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-07 22:13:36 +00:00
ahmed e823d78d90 fix a bug for self hosted without relative path
Signed-off-by: ahmed <ahmed@planet.com>
2022-07-07 01:32:31 +02:00
ahmed f0f2e4f6b0 move relative path to a function
Signed-off-by: ahmed <ahmed@planet.com>
2022-07-06 22:35:27 +02:00
ahmed c7aa786be4 update api-report.md
Signed-off-by: ahmed <ahmed@planet.com>
2022-07-06 22:35:27 +02:00
ahmed 6e77ce6605 remove unused imports
Signed-off-by: ahmed <ahmed@planet.com>
2022-07-06 22:35:27 +02:00
ahmed 419559d0e7 consider hosted gitlab with relative path
Signed-off-by: ahmed <ahmed@planet.com>
2022-07-06 22:35:27 +02:00
Fredrik Adelöw d41a568a29 Merge pull request #12415 from backstage/renovate/msw-0.x
chore(deps): update dependency msw to ^0.43.0
2022-07-05 14:48:28 +02:00
Ben Lambert e9ba5281b1 Merge pull request #12430 from backstage/blam/avoid-double-encoding-in-path
Avoid double encoding in `bitbucketServer` integration
2022-07-05 13:10:17 +02:00
renovate[bot] a70869e775 chore(deps): update dependency msw to ^0.43.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-07-05 09:54:46 +00:00
blam 6f7886424f chore: avoid double encoding of filepath
Signed-off-by: blam <ben@blam.sh>
2022-07-05 11:19:35 +02:00
github-actions[bot] 6b985dc1c7 Version Packages (next) 2022-07-05 08:23:38 +00:00
Crevil e2d7b76f43 Upgrade git-url-parse to 12.0.0
This change upgrades git-url-parse to 12.0.0. This is a major upgrade but it
changes nothing to our usage.

Motivation for upgrade is transitively upgrading parse-url which is vulnerable
to several CVEs detected by Snyk.

- SNYK-JS-PARSEURL-2935944
- SNYK-JS-PARSEURL-2935947
- SNYK-JS-PARSEURL-2936249

Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
2022-07-03 08:28:42 +02:00
github-actions[bot] c92deffe39 Version Packages (next) 2022-06-28 09:27:36 +00:00
github-actions[bot] 2231987c10 Version Packages (next) 2022-06-21 09:04:17 +00:00
Patrick Jungermann 8829e175f2 fix: allow frontend visibility for integrations itself
Currently, `integrations` is retrieved at catalog-import to check
configured integrations.

This could fail if there was no config below `integrations` which has `@visibility frontend`.

This happened if no integration or only non-Github integrations without
frontend visible properties like `integrations.bitbucketCloud` are used.

After this change, at least `integrations` will always be visible to the frontend.

Closes: #11700
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-06-15 13:17:20 +02:00
github-actions[bot] 2e2a82c9d7 Version Packages 2022-06-14 09:12:05 +00:00
github-actions[bot] b844443164 Version Packages (next) 2022-06-03 15:01:16 +00:00
Ben Lambert 589d2b6032 Merge pull request #11735 from jpitapeva/fix/catalog_azure_server_2020_
Fix/catalog azure server 2020
2022-06-01 14:46:55 +02:00
github-actions[bot] a13ab262de Version Packages (next) 2022-05-31 11:51:41 +00:00
blam 6c8474c4a7 chore: bumping the versions
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2022-05-31 12:33:35 +02:00
Renovate Bot 8f7b1835df chore(deps): update dependency msw to ^0.41.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-05-31 12:33:35 +02:00
Joao Paulo Moreira Antunes e37c71b5a4 catalog azure server 2020 for use with old tfs
Signed-off-by: Joao Paulo Moreira Antunes <joaopaulo.m@terra.com.br>
2022-05-30 19:00:12 -03:00
svc.appcenter 0f314e2da5 fix/Add Repo part for user azure server 2020
Signed-off-by: Joao Paulo Moreira Antunes <joaopaulo.m@terra.com.br>
2022-05-30 19:00:12 -03:00