Commit Graph

484 Commits

Author SHA1 Message Date
github-actions[bot] 0e48f5a289 Version Packages 2024-04-16 12:20:53 +00:00
github-actions[bot] 366cf07ad3 Version Packages (next) 2024-04-02 14:11:36 +00:00
Stijn Brouwers (EISMEA) 7b1142251c feat(integration): Add AWS CodeCommit URL Reader/Integration
Signed-off-by: Stijn Brouwers (EISMEA) <stijn@bdcommit.com>
2024-03-24 09:03:34 +01:00
github-actions[bot] e83e055841 Version Packages 2024-03-19 14:56:10 +00:00
github-actions[bot] 778bc48921 Version Packages (next) 2024-03-12 13:35:55 +00:00
MT Lewis a2d559b346 integration: add some additional test cases for defaultScmResolveUrl
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-03-07 14:17:56 +00:00
MT Lewis 0386fa7fc2 integration: use href from git-url-parse when resolving file urls
When parsing a URL with a trailing slash,
git-url-parse drops the trailing slash from the
href and filepath properties on the result, which
is inconsistent with the behavior of the native
URL constructor. Since before we were using the
filepath property from git-url-parse to determine
how much to truncate the pathname from the URL
constructor, we were off-by-one for URLs with a
trailing slash.

After this change, we pass the href property from
git-url-parse to the URL constructor, such that
the amount to truncate the pathname and the
pathname itself are ultimately coming from the
same source.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-03-06 21:08:57 +00:00
MT Lewis c52b3c80b1 integration: add some failing tests for defaultScmResolveUrl
Discovered some cases with SCM URL resolution that
don't appear to work as intended. This commit adds
some new failing unit tests to demonstrate the
problem, as well as a few new cases that pass to
round out the area of the suite.

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2024-03-06 20:57:37 +00:00
github-actions[bot] 8db51ca72f Version Packages (next) 2024-03-05 13:38:18 +00:00
github-actions[bot] 4cca80fbf8 Version Packages (next) 2024-02-27 16:48:30 +00:00
Fredrik Adelöw c66a99c272 sort package.json files that have no PRs active toward them
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-23 13:54:10 +01:00
github-actions[bot] f1831dd9b2 Version Packages 2024-02-20 11:04:26 +00:00
cmoulliard 71c68535ae Revert Basic to basic as the word checked by gitea api is basic
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard e300ddacd9 Revert change Token to token as gitea checks token word only. "https://docs.gitea.com/next/development/api-usage\#authentication"
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard a72521bae8 Adding a new test case covering the url we are looking for when we register a new entry to the catalog using the action. Removing the gerrit stuff
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 17235fcaec Removing the non needed import for logger
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 701eefc71e Switched the logic to create a repository using api/v1/orgs/OWNER/repos. Adapt the test case to check if there is an org too
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 51fec95f33 Add test to valid the baseURL
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 07bd2fbeb4 Rename token to Token
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
cmoulliard 3e20f53e49 Rename basic to Basic
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
2024-02-16 11:57:44 +01:00
github-actions[bot] 7236e15fa2 Version Packages (next) 2024-02-13 14:00:45 +00:00
Patrik Oldsberg f33b225505 Merge pull request #22836 from backstage/rugvip/secret
integrations: trim secrets read from config
2024-02-09 13:11:39 +01:00
Ben Lambert 262644b255 Merge pull request #22831 from backstage/renovate/git-url-parse-14.x
fix(deps): update dependency git-url-parse to v14
2024-02-09 09:40:29 +01:00
Patrik Oldsberg 6d898f71ea integrations: trim secrets read from config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2024-02-08 12:19:53 +01:00
Fredrik Adelöw e97cc0b0a3 updated the knip rules a bit
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2024-02-08 09:53:18 +01:00
renovate[bot] 1cae748519 fix(deps): update dependency git-url-parse to v14
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-08 08:10:53 +00:00
Heikki Hellgren 60a68f10e9 ci: introduce knip for checking unused packages
fixes #21948

Signed-off-by: Heikki Hellgren <heikki.hellgren@op.fi>
2024-02-08 08:29:48 +02:00
github-actions[bot] c70c3dc393 Version Packages (next) 2024-01-30 13:38:11 +00:00
secustor 75b51a87b6 return interface instead of boolean
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-01-25 19:32:54 +01:00
secustor 626e790ec9 fixup! chore: use ConsumedResponse to pass eslint validation
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-01-15 16:15:44 +01:00
secustor 7120dfcb87 fixup! chore: use ConsumedResponse to pass eslint validation
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-01-15 16:11:30 +01:00
secustor 633250f0e5 chore: use ConsumedResponse to pass eslint validation
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-01-15 16:03:43 +01:00
secustor e27b7f3207 fix(Github): use x-ratelimit-remaining and 429 status code for rate limit detection
Signed-off-by: secustor <sebastian@poxhofer.at>
2024-01-15 15:39:13 +01:00
github-actions[bot] a9801a3ec9 Version Packages 2023-12-19 13:39:54 +00:00
github-actions[bot] 356906bab8 Version Packages (next) 2023-11-28 13:37:18 +00:00
Fredrik Adelöw 99fb54183b Revert "Revert "fix(deps): update dependency @azure/identity to v4""
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-11-22 09:30:10 +01:00
Fredrik Adelöw 80bcf89c8a Revert "fix(deps): update dependency @azure/identity to v4" 2023-11-22 00:00:38 +01:00
Fredrik Adelöw 3efcce49bf Merge pull request #21393 from backstage/renovate/azure-identity-4.x
fix(deps): update dependency @azure/identity to v4
2023-11-21 23:49:13 +01:00
github-actions[bot] 8ece80419a Version Packages (next) 2023-11-21 15:13:12 +00:00
renovate[bot] 3978b71645 fix(deps): update dependency @azure/identity to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-20 09:22:06 +00:00
Fredrik Adelöw 3d61cb0b6a Merge pull request #20214 from mecseid/feature/implement-gitea-readtree
Implement readTree of Gitea provider to support Techdocs
2023-11-15 10:13:24 +01:00
github-actions[bot] c8a8aac2af Version Packages 2023-11-14 13:25:17 +00:00
renovate[bot] 4aa43f62aa chore(deps): update dependency cross-fetch to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-11 14:02:08 +00:00
github-actions[bot] f577e1176f Version Packages (next)
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-10-31 15:42:09 +01:00
Alex Crome 11153a019d Merge remote-tracking branch 'upstream/master' into entra-rename 2023-10-28 10:39:42 +01:00
Fredrik Adelöw ad7d38c4b6 fix tests
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-10-25 11:26:57 +02:00
Alex Crome 243c655a68 Updated Azure Active Directory to Entra ID
Microsoft have renamed Azure Active Directory to Entra ID.  https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/new-name .  This PR updates references to AAD to refer to Entra ID.

* On each documentation page, I include `formerly Azure Active Directory` in the first non heading reference to Entra ID.  This will help anyone unfaimiliar withthe  name change, and will also mean the page continues to show up in search results if people search for the old name.
* I didn't correct references in file names, as this would cause broken links.  If we have a way of redirecting those to new urls I can look at doign that, but if not, I think it's better to leave existing links working.
* There were a few references to AAD in release notes for older versions - I left these alone as the product naming was correct at the time of the release notes.
* LDAP provider still has references to "Active Directory" as these reference to the on premise Active Directory, not Azure Active Directory

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2023-10-19 23:11:35 +01:00
github-actions[bot] 8cdb8c2e40 Version Packages 2023-10-17 08:54:50 +00:00
github-actions[bot] e43d3eb1b7 Version Packages (next) 2023-10-10 11:39:03 +00:00
Fredrik Adelöw 0b55f773a7 Removed some unused dependencies
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-10-06 14:32:19 +02:00