Commit Graph

9221 Commits

Author SHA1 Message Date
Johan Haals d095cbf3d3 Delete log argument when calling fromConfig 2021-01-19 13:03:41 +01:00
Himanshu Mishra 060fd0a44a Merge pull request #4109 from backstage/iameap/stream-from-gcs 2021-01-19 12:15:19 +01:00
Eric Peterson 18c97a8757 Prettier? 2021-01-19 12:01:10 +01:00
Johan Haals a532d9d124 Add fromConfig remove logging 2021-01-19 11:51:19 +01:00
Johan Haals a41a94b4b5 register preparers with fromConfig
Co-authored-by: blam<ben@blam.sh>
2021-01-19 11:20:40 +01:00
Oliver Sand e1e4d4a88e Merge pull request #4130 from SDA-SE/feat/display-systems-in-catalog
Display systems in catalog table and make both owner and system link to the entity pages
2021-01-19 10:55:04 +01:00
Himanshu Mishra a65c4516ec Use GitHub API to download the archive 2021-01-19 10:41:40 +01:00
Oliver Sand 61abb1a500 Update adr006 on using PropsWithChildren 2021-01-19 10:36:27 +01:00
Johan Haals 4a3a9ff637 Log stacktrace in debug 2021-01-19 10:24:28 +01:00
Johan Haals 3c75afde45 Remove stacktrace from logs 2021-01-19 10:21:52 +01:00
Johan Haals 5880c280d6 Use correct versions 2021-01-19 10:19:53 +01:00
Eric Peterson 53c9c51f21 Create techdocs-glasses-wonder.md 2021-01-19 10:17:12 +01:00
Patrik Oldsberg 26fc0aeb2e Merge pull request #4136 from adamdmharvey/fix-link
Fix link in README
2021-01-19 10:12:17 +01:00
Patrik Oldsberg b9b4caa493 Merge pull request #4140 from backstage/rugvip/noadr
docs/adrs: remove status
2021-01-19 10:06:55 +01:00
Patrik Oldsberg b473cf08b5 docs/adrs: remove status 2021-01-19 09:55:11 +01:00
Kévin Gomez da9e5eb4b9 Show kubernetes ingresses 2021-01-19 09:11:47 +01:00
Kévin Gomez d014185dbd Show kubernetes services 2021-01-19 09:10:12 +01:00
Johan Haals d1fa548bd1 Rename azure/api to azure 2021-01-19 08:56:13 +01:00
Jussi Hallila 6059b015bd Merge branch 'upstream-master' into gh-3811-repo-url-file-registration 2021-01-19 08:16:51 +01:00
Fredrik Adelöw b9cef17f79 Merge pull request #4138 from adamdmharvey/lighthouse-decimals
fix(lighthouse): Display errors of floating point precision on card category scores
2021-01-19 07:31:38 +01:00
Adam Harvey debf359b56 Add changeset 2021-01-18 23:42:21 -05:00
Adam Harvey 4a88f5d5a5 Fix floating point math precision 2021-01-18 23:40:48 -05:00
Adam Harvey 533a665a69 Update copyright 2021-01-18 21:30:47 -05:00
Adam Harvey 473cd6e1b8 Fix architecture link 2021-01-18 21:30:26 -05:00
Jonah Back d7726cdfeb Make keyMap generation more concise
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-01-18 17:37:00 -08:00
Jonah Back c43d148556 Fix usage of JOSE library in OIDC test as part of JOSE upgrade 2021-01-18 14:39:53 -08:00
Jonah Back 02140eb89a Add basic node-cache with 1 hour TTL for caching keys retrieved from AWS public key endpoint 2021-01-18 14:25:03 -08:00
Jonah Back 147648a2d1 Update type definition and docs to be clear about experimental status 2021-01-18 14:23:57 -08:00
Jonah Back dfce32b356 Address review comments around algorithm being used, typescript ignore 2021-01-18 14:23:57 -08:00
Jonah Back 1f275fe31a Upgrade TokenFactory to latest jose library 2021-01-18 14:23:57 -08:00
Jonah Back 2335fa9d17 chore: add comment around payload passed in identity resolver 2021-01-18 14:23:56 -08:00
Jonah Back 0643a3336a chore: add changeset 2021-01-18 14:23:56 -08:00
Jonah Back 0d6ad133c7 fix: simplify identity resolver 2021-01-18 14:23:56 -08:00
Jonah Back 6ef5428e73 fix: add new processor to index 2021-01-18 14:23:56 -08:00
Jonah Back aca5158c7f feature: add auth backend for AWS ALB 2021-01-18 14:23:56 -08:00
Himanshu Mishra 380dd626fb Safe nullish check with git-url-parse library responses 2021-01-18 23:04:31 +01:00
Himanshu Mishra baeed36324 Convert NotModifiedError to 304 HTTP status code 2021-01-18 22:59:36 +01:00
Himanshu Mishra 8565ad2279 1. Use etag over sha for the identifier
2. Re-combine Resonse types into one
2021-01-18 22:52:45 +01:00
Himanshu Mishra 79f9a97428 backend-common: UrlReader/Azure implement SHA based caching 2021-01-18 21:55:55 +01:00
Himanshu Mishra 7078d35e0a backend-common: UrlReader/Bitbucket implement SHA based caching
Default branch detection was already implemented
2021-01-18 21:55:54 +01:00
Himanshu Mishra f9ca2a3769 backend-common: UrlReader/GitLab implement Sha based caching
Also use API to fetch archive.zip
2021-01-18 21:54:48 +01:00
Himanshu Mishra fa8ba330a8 integration: GitLab API should be added for default and should have a protocol 2021-01-18 21:53:51 +01:00
Himanshu Mishra 294a70caba backend-common: Add changeset about SHA based caching in URL Reader 2021-01-18 21:53:51 +01:00
Himanshu Mishra 2305296073 backend-common: Support SHA based caching in URL Reader's readTree
readTree now takes a SHA in options, and throws a NotModifiedError if the SHA matches with the latest commit SHA on the tree. readTree response now contains a new 'sha' parameter.

Also, the default branch will now be used if no branch is provided in the url's target
2021-01-18 21:53:49 +01:00
Ihor Dvoretskyi e7846659e0 fossa.yml cleanup
Signed-off-by: Ihor Dvoretskyi <ihor@linux.com>
2021-01-18 22:28:04 +02:00
Jussi Hallila b1c82487dd Update yarn lock. 2021-01-18 20:47:19 +01:00
Alan Crosswell e019935409 prettier 2021-01-18 14:24:56 -05:00
Jussi Hallila 68adcb0c42 Reorder package.json and rerun install for lockfile. 2021-01-18 20:09:13 +01:00
Jussi Hallila 46a3fea2ba Fixing erroneus test setup. 2021-01-18 19:37:50 +01:00
Jussi Hallila 9b80a33ea7 Merge branch 'upstream-master' into gh-3811-repo-url-file-registration
# Conflicts:
#	plugins/catalog-import/src/util/useGithubRepos.ts
2021-01-18 19:31:42 +01:00