Nir Gazit
285d216403
Added support for multiple kafka clusters
2021-01-19 16:59:39 +02:00
Nir Gazit
a81bc52801
Added test for consumer group offset hooks
2021-01-18 16:13:40 +02:00
Nir Gazit
4a438d589c
Removed unneeded deps in kafka backend
2021-01-17 20:50:20 +02:00
Nir Gazit
8671313795
removed standalone kafka backend plugin
2021-01-17 20:44:51 +02:00
Nir Gazit
c794d23f8e
Added UI test for consumer table
2021-01-17 20:03:52 +02:00
Nir Gazit
95cb0211d1
Updated infra versions
2021-01-17 15:49:03 +02:00
Nir Gazit
a35862c67d
Fixed spelling
2021-01-17 14:47:44 +02:00
Nir Gazit
66025c7d59
Added support for SSL connection to the Kafka cluster
2021-01-17 14:45:29 +02:00
Nir Gazit
895eb46961
Merge remote-tracking branch 'upstream/master' into master
2021-01-15 22:13:55 +02:00
Adam Harvey
044bb0899b
Merge pull request #4083 from adamdmharvey/support-bad-request
...
kubernetes-backend: Support HTTP 400 Bad Request
2021-01-15 12:13:24 -05:00
Patrik Oldsberg
188575ca74
Merge pull request #4098 from SDA-SE/feat/update-msal-node
...
Update @azure/msal-node to 1.0.0-beta.3
2021-01-15 16:20:34 +01:00
Oliver Sand
f9ba00a1ca
Update @azure/msal-node to 1.0.0-beta.3
...
The new version introduced a breaking change and requires manual changes.
2021-01-15 13:34:04 +01:00
Fredrik Adelöw
6e382fc4c7
Merge pull request #4092 from backstage/freben/do-not-remove-bootstrap
...
catalog-backend: Refuse to remove the bootstrap location
2021-01-15 13:17:54 +01:00
Himanshu Mishra
e2030972fc
Merge pull request #4062 from backstage/orkohunter/use-urlreader-in-techdocs
2021-01-15 13:12:45 +01:00
Fredrik Adelöw
ac7be581a1
catalog-backend: Refuse to remove the bootstrap location
2021-01-15 12:03:50 +01:00
Adam Harvey
be1e8af024
Reduce log noise
2021-01-14 22:17:12 -05:00
Adam Harvey
131a55bb7f
Merge branch 'master' of github.com:backstage/backstage into support-bad-request
2021-01-14 10:47:23 -05:00
github-actions[bot]
3bb5113a92
Version Packages
2021-01-14 15:32:34 +00:00
Adam Harvey
38545afbfa
Add Bad Request test
2021-01-14 10:30:55 -05:00
Patrik Oldsberg
97a68fced8
Merge pull request #4079 from backstage/rugvip/assets
...
plugin/kubernetes: fix assets location to make sure they're included in the output bundle
2021-01-14 16:28:31 +01:00
Patrik Oldsberg
1fea88fd05
plugin/kubernetes: fix assets location to make sure they're included in the output bundle
2021-01-14 16:11:14 +01:00
github-actions[bot]
be332e13ea
Version Packages
2021-01-14 13:05:31 +00:00
Fredrik Adelöw
a1c264ef11
Merge pull request #4033 from SDA-SE/feat/make-system-and-domains-real
...
Implement systems, domains and resources
2021-01-14 13:44:20 +01:00
Fredrik Adelöw
4f62af55ba
Merge pull request #4069 from backstage/freben/core-api
...
plugins should not depend on core-api
2021-01-14 12:49:42 +01:00
Himanshu Mishra
17d1ae400d
Merge pull request #4061 from backstage/orkohunter/add-some-caching-to-when-using-urlReader
...
techdocs-backend: cache docs site when built using urlReader for 30 minutes
2021-01-14 12:17:30 +01:00
Fredrik Adelöw
6e14975277
Merge pull request #4066 from backstage/dependabot/npm_and_yarn/kubernetes/client-node-0.13.2
...
chore(deps): bump @kubernetes/client-node from 0.12.2 to 0.13.2
2021-01-14 09:37:59 +01:00
Fredrik Adelöw
a6f9dca0dc
plugins should not depend on core-api
2021-01-14 08:54:54 +01:00
Adam Harvey
a1f587c861
Support HTTP 400 Bad Request
2021-01-14 01:01:37 -05:00
Adam Harvey
3e4da2518b
Align tests
2021-01-14 00:58:23 -05:00
dependabot[bot]
dea1cc3b52
chore(deps): bump @kubernetes/client-node from 0.12.2 to 0.13.2
...
Bumps [@kubernetes/client-node](https://github.com/kubernetes-client/javascript ) from 0.12.2 to 0.13.2.
- [Release notes](https://github.com/kubernetes-client/javascript/releases )
- [Changelog](https://github.com/kubernetes-client/javascript/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kubernetes-client/javascript/compare/0.12.2...0.13.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-14 05:48:15 +00:00
Adam Harvey
3f54eab605
Compress no error display
2021-01-14 00:26:46 -05:00
Adam Harvey
bfa6e1ad0a
Change grid to add spacing for ErrorPanel
2021-01-14 00:25:30 -05:00
Adam Harvey
1f383bbb7c
Clarity of error vs problem
2021-01-14 00:24:40 -05:00
Kevin Lee
99a778ac9f
Use history.pushState for hash link navigation in techdocs
2021-01-13 23:21:34 +01:00
Himanshu Mishra
dc33c51890
TechDocs: Use URL Reader in the out-of-the-box experience
...
It is time to start using URL Reader for the exmaple docs components we provide in the out-of-the-box experience (i.e. when users experience TechDocs by doing a git clone of this repository).
URL Reader makes the prepare step 8x faster.
2021-01-13 21:38:26 +01:00
Himanshu Mishra
cb7af51e73
techdocs: cache docs site when built using urlReader for 30 minutes
...
This caching makes it usable experience, so that docs are not built on every load.
In future readTree will support a method to fetch the timestamp of the latest HEAD. And
it should be used to invalidate the cache.
2021-01-13 21:09:44 +01:00
Fredrik Adelöw
bd5eb8df59
Merge pull request #4024 from backstage/freben/no-octokit-types
...
Get rid of all usages of @octokit/types
2021-01-13 17:18:30 +01:00
Fredrik Adelöw
5a1368ba12
graphiql: update readme
2021-01-13 16:46:36 +01:00
Fredrik Adelöw
94fdf49554
Get rid of all usages of @octokit/types, and bump the rest of the octokit dependencies to the latest version
2021-01-13 16:41:10 +01:00
Fredrik Adelöw
13cee0d654
Merge pull request #4025 from backstage/freben/bump-gitbeaker
...
Bump gitbeaker to 28.x
2021-01-13 16:37:22 +01:00
Fredrik Adelöw
fe333d1b0e
Merge pull request #4048 from rchlo/fixed/string_different_case
...
fixed - string with different case
2021-01-13 14:48:32 +01:00
Gabriel Peixoto
f573cf3687
fixed - string with different case
2021-01-13 09:59:01 -03:00
jmfrancois
0f7710b910
fix: CI
2021-01-13 11:54:44 +01:00
jmfrancois
30cc3e44ba
chore: upgrade passport-saml to fix security issue
2021-01-13 10:45:31 +01:00
Fredrik Adelöw
cc068c0d6f
Bump gitbeaker to 28.x
2021-01-13 10:26:19 +01:00
Nir Gazit
155307d64e
Merge remote-tracking branch 'upstream/master' into master
2021-01-13 10:16:53 +02:00
Nir Gazit
2b06b618d3
Updated README
2021-01-13 10:16:48 +02:00
Nir Gazit
31a7ab935f
changed kafka consumer group annotation to plural
2021-01-13 09:56:31 +02:00
Fredrik Adelöw
1df9134648
Merge pull request #4035 from ayshiff/feature/catalog-backend-aws-sdk-v3
...
Catalog Backend: AWS Organizations SDK version bump
2021-01-12 22:34:02 +01:00
Oliver Sand
abbee6fff4
Add system, domain and resource entity kinds
2021-01-12 22:18:24 +01:00