Tim Hansen
8aa0b60257
Composability updates for Splunk On-Call plugin
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-05-18 08:25:39 -06:00
Fredrik Adelöw
991dd299eb
Merge pull request #5703 from backstage/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-6.2.9
...
chore(deps): bump fork-ts-checker-webpack-plugin from 4.1.6 to 6.2.9
2021-05-18 11:13:16 +02:00
dependabot[bot]
2bfec55a67
chore(deps): bump fork-ts-checker-webpack-plugin from 4.1.6 to 6.2.9
...
Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin ) from 4.1.6 to 6.2.9.
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases )
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v4.1.6...v6.2.9 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-18 09:30:34 +02:00
Fredrik Adelöw
8bedbcac26
Merge pull request #5599 from adrianke77/techdocs-gitlab-url-reader-compare-commit-sha-for-filepath-only
...
GitlabUrlReader to check for modified with SHA of only commits that modify filepath
2021-05-18 08:52:39 +02:00
Fredrik Adelöw
19a56f024b
Merge pull request #5361 from jmgrimes/catalog-model-system-resources-and-component-dependencies-cards
...
Added system resources and component dependencies (components/resources) cards
2021-05-17 22:16:39 +02:00
Fredrik Adelöw
17b0f64ce9
Merge pull request #5444 from kuangp/fix/locationAnalyzer
...
fix(locationAnalyzer): don't add github slug annotation when SCM system cannot be determined
2021-05-17 22:12:27 +02:00
Fredrik Adelöw
0fafe147d2
Merge pull request #5673 from SDA-SE/feat/fix-file-glob
...
Resolve the target for glob file locations correctly
2021-05-17 21:05:49 +02:00
Fredrik Adelöw
3ecc5579eb
Merge pull request #5676 from jrusso1020/jrusso/remove-circular-dependencies
...
Remove circular dependencies
2021-05-17 18:01:04 +02:00
Patrik Oldsberg
7f6981164d
Merge pull request #5691 from backstage/rugvip/observable
...
core-api: updated Observable type to support interop
2021-05-17 14:14:53 +02:00
Patrik Oldsberg
6fb9f2b157
Merge pull request #5689 from backstage/rugvip/devfix
...
dev-utils: fix for scm integrations API factory not being provided
2021-05-17 14:14:40 +02:00
Patrik Oldsberg
61c3f927cc
changeset: added changesets for Observable type update
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-05-17 13:31:31 +02:00
Himanshu Mishra
d45c9b04ce
Merge pull request #5640 from roflc0pter/fix-sidebar-position
...
Add height of md-tabs on sidebar position
2021-05-17 13:23:53 +02:00
Patrik Oldsberg
5e7b36e74d
changeset: add changeset for dev-utils apis fix
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-05-17 13:22:47 +02:00
Fredrik Adelöw
e3f441e1db
Merge pull request #5661 from bgutschke/fix/badges-uri
...
fix(badges-backend): properly generate link
2021-05-17 13:10:49 +02:00
Himanshu Mishra
a2c39ce841
Merge pull request #5632 from SDA-SE/feat/techdocs-hash
...
TechDocs: Handle URLs with a `#hash` correctly when rewriting link URLs
2021-05-17 12:43:37 +02:00
Fredrik Adelöw
3c146d0d87
Merge pull request #5635 from backstage/imgbot
...
[ImgBot] Optimize images
2021-05-17 12:31:13 +02:00
Fredrik Adelöw
3d2dcbcbd6
Merge pull request #5666 from backstage/dependabot/npm_and_yarn/json-schema-merge-allof-0.8.1
...
chore(deps): bump json-schema-merge-allof from 0.7.0 to 0.8.1
2021-05-17 12:28:52 +02:00
Dominik Henneke
62579ced64
Skip adding entries to the entities_search table if their key exceeds a length limit.
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-05-17 11:54:34 +02:00
Fredrik Adelöw
62cbe47b82
Merge pull request #5659 from kuangp/fix/github-deployments
...
fix(plugin-github-deployments): properly parse ghe hostnames
2021-05-17 11:46:24 +02:00
Fredrik Adelöw
715f3a0e1f
Merge pull request #5654 from backstage/mob/status
...
Add the `status` field to the Entity envelope
2021-05-17 11:44:29 +02:00
dependabot[bot]
2904052760
chore(deps): bump json-schema-merge-allof from 0.7.0 to 0.8.1
...
Bumps [json-schema-merge-allof](https://github.com/mokkabonna/json-schema-merge-allof ) from 0.7.0 to 0.8.1.
- [Release notes](https://github.com/mokkabonna/json-schema-merge-allof/releases )
- [Commits](https://github.com/mokkabonna/json-schema-merge-allof/commits )
Signed-off-by: dependabot[bot] <support@github.com >
2021-05-17 11:37:21 +02:00
Ben Lambert
f915a342d1
chore: optimize images
...
Signed-off-by: Ben Lambert <ben@blam.sh >
2021-05-17 10:37:03 +02:00
Chongyang Adrian, Ke
5001de9088
GitlabUrlReader compare SHA commits for filepath if given
...
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com >
2021-05-17 09:57:08 +08:00
jrusso1020
65e6c45410
Remove circular dependencies
...
In reference to issue #5563 this does the initial work to remove
all the circular dependencies that we have encountered while
building backstage using bazel. The next step will be to implement
a method to catch these circular dependencies before they get
merged in
Signed-off-by: jrusso1020 <jrusso@brex.com >
2021-05-15 11:17:05 -06:00
Dominik Henneke
1b8e28aed5
Resolve the target for globbed file locations correctly
...
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com >
2021-05-14 11:56:46 +02:00
Bastian Gutschke
a286a63976
fix(badges-backend): properly build entity uri
...
Signed-off-by: Bastian Gutschke <bastian.gutschke@gmx.de >
2021-05-12 23:27:36 +02:00
Phil Kuang
c128e64ce3
revert(integration): remove annotation prefix props
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2021-05-12 15:06:40 -04:00
Phil Kuang
dcd5a93a96
fix(locationAnalyzer): don't add github slug annotation when SCM system cannot be determined
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2021-05-12 14:40:11 -04:00
Phil Kuang
fa69982fb4
fix(plugin-github-deployments): properly parse ghe hostnames
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2021-05-12 14:26:15 -04:00
Fredrik Adelöw
68fdbf014e
Add the status field to the Entity envelope
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-12 14:47:02 +02:00
github-actions[bot]
df31bdca8f
Version Packages
2021-05-12 09:39:51 +00:00
Ben Lambert
54246635da
Merge pull request #5228 from anderoo/anderoo/github-deployments-ghe
...
support GitHub enterprise and hosted GitHub on GithubDeployments plugin
2021-05-12 11:34:17 +02:00
Ben Lambert
51ccc29e8b
Merge pull request #5585 from backstage/samiram/kubernetes-types
...
export types
2021-05-12 11:11:06 +02:00
Fredrik Adelöw
a66c6f986c
Revert "Introduce @backstage/backend-testing, with TestDatabases to start off"
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-12 10:30:32 +02:00
Fredrik Adelöw
b3988ffb51
Merge pull request #5634 from backstage/freben/database-tests
...
Introduce `@backstage/backend-testing`, with `TestDatabases` to start off
2021-05-12 10:03:09 +02:00
Fredrik Adelöw
dd8a0df53a
Merge pull request #5625 from backstage/freben/mysql-prep
...
Prep work for mysql support in backend-common
2021-05-12 10:00:18 +02:00
Samira Mokaram
ea21d46f07
add changeset
...
Signed-off-by: Samira Mokaram <samiram@spotify.com >
2021-05-12 09:56:00 +02:00
Fredrik Adelöw
babe473dd1
Introduce @backstage/backend-testing, with TestDatabases to start off
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-12 08:48:43 +02:00
Oliver Sand
8a45504787
Merge pull request #5602 from SDA-SE/feat/org-processor-app
...
Support integrations in `GithubOrgReaderProcessor`
2021-05-12 07:49:22 +02:00
Ben Lambert
6ffee20869
Merge pull request #5593 from splunk/feature/5536_make-catalogtable-configurable
...
[Fixes #5536 ] Make CatalogTable configurable
2021-05-11 19:57:56 +02:00
Oliver Sand
01a9ebf6a5
Make integrations take precedence over providers
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-05-11 18:04:48 +02:00
Emre
a62cfe0682
add height of md-tabs on sidebar position
...
Signed-off-by: Emre <m.emre.konar@gmail.com >
2021-05-11 17:58:37 +02:00
Fredrik Adelöw
f3f09dda34
Merge pull request #5551 from backstage/iameap/cache
...
Add a storage-agnostic cache manager to backend-common
2021-05-11 16:57:35 +02:00
blam
062bbf90f8
chore: add changeset
...
Signed-off-by: blam <ben@blam.sh >
2021-05-11 14:31:00 +02:00
Samira Mokaram
69ad4e630f
address comments
...
Signed-off-by: Samira Mokaram <samiram@spotify.com >
2021-05-11 13:14:51 +02:00
Ben Lambert
06ac3757cf
Merge pull request #5117 from GregoireW/feat/limit_group
...
Paginate group members display
2021-05-10 21:18:08 +02:00
Oliver Sand
35e0916040
Handle URLs with a #hash correctly when rewriting link URLs
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-05-10 17:45:26 +02:00
Ben Lambert
48fa6b03a6
Merge pull request #5630 from mtlewis/alert-stack
...
Show number of older messages in AlertDisplay
2021-05-10 14:25:02 +02:00
Ben Lambert
194563428a
Merge pull request #5624 from alexksbr/bitbucket-api-base-url
...
Bitbucket Server apiBaseUrl
2021-05-10 14:02:51 +02:00
Himanshu Mishra
e4b48f9d51
Merge pull request #5617 from backstage/iameap/spaces-in-doc-objects
2021-05-10 12:27:03 +02:00