Ryan Vazquez
70906eed4c
refactor
2021-01-29 10:15:18 -05:00
Ryan Vazquez
6c460dac58
Merge branch 'cost-insights-alert-hooks' of github.com:backstage/backstage into cost-insights-alert-hooks
2021-01-27 15:35:03 -05:00
Ryan Vazquez
8180fb76d8
memoize alerts, not context
2021-01-27 15:32:29 -05:00
Ryan Vazquez
d275c3eb6e
Update ActionItems.test.tsx
2021-01-26 19:05:35 -05:00
Ryan Vazquez
027ee1a7cf
add support for disabling alert dialog forms
2021-01-26 17:03:14 -05:00
Ryan Vazquez
2c68edd102
Merge branch 'cost-insights-alert-hooks' of github.com:backstage/backstage into cost-insights-alert-hooks
2021-01-26 11:42:15 -05:00
Ryan Vazquez
0be9e7de3b
merge
2021-01-26 11:38:26 -05:00
Ben Lambert
67d8da9fd1
Merge pull request #4261 from backstage/blam/docs-change
...
docs: Update scaffolder docs for integrations config
2021-01-26 17:30:09 +01:00
Tim
9a360a1c4f
Merge pull request #4223 from backstage/more-breakdowns
...
Add support for additional breakdowns of daily cost data
2021-01-26 09:15:06 -07:00
blam
cb99b8fc1d
chore: prettier makes pretty
2021-01-26 17:07:27 +01:00
Ben Lambert
e77a8dc14e
Update docs/features/software-templates/installation.md
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-01-26 17:02:03 +01:00
blam
2f547a668f
chore: fix spelling mistake
2021-01-26 16:03:26 +01:00
Fredrik Adelöw
21fb52c174
Merge pull request #4243 from backstage/freben/custom-parser
...
catalog: support supplying a custom catalog descriptor file parser
2021-01-26 15:55:32 +01:00
blam
46533ed01b
chore: fix the config key for scaffolderr
2021-01-26 15:53:32 +01:00
blam
00448abb03
chore: updating docs reference to integrations condfig
2021-01-26 15:52:30 +01:00
Ben Lambert
5190af378d
Merge pull request #4252 from adamdmharvey/storybook-categories
...
storybook: Change category from Feedback to Data Display for three components
2021-01-26 11:52:34 +01:00
Ben Lambert
173f20029a
Merge pull request #4200 from SDA-SE/feat/sonarqube-supported-fields
...
Ask the SonarQube server for all support metrics prior to querying them for a project
2021-01-26 11:46:20 +01:00
Ben Lambert
aa74ba385e
Merge pull request #4258 from SDA-SE/feat/adr-template
...
Remove heading from the ADR template
2021-01-26 11:13:26 +01:00
Oliver Sand
2d4a114237
Remove heading from the adr template
2021-01-26 10:54:06 +01:00
Ben Lambert
123da1072a
Merge pull request #4182 from nirga/multi-cluster
...
Kafka Plugin: Multi-cluster and multi-consumer per component
2021-01-26 10:39:17 +01:00
Ben Lambert
3362a8571b
Merge pull request #4250 from adamdmharvey/k8s-realign-doco
...
docs: Update Kubernetes section with install & configure
2021-01-26 10:37:05 +01:00
Ben Lambert
592f2180ac
Merge pull request #4255 from backstage/dependabot/npm_and_yarn/octokit/request-5.4.13
...
chore(deps): bump @octokit/request from 5.4.12 to 5.4.13
2021-01-26 10:25:59 +01:00
Ben Lambert
11b083badd
Merge pull request #4228 from backjo/feature/AwsIamAuthForKubernetes
...
feature: add aws iam auth translator for kubernetes
2021-01-26 10:25:24 +01:00
Ben Lambert
7aa0584c15
Merge pull request #4256 from backstage/dependabot/npm_and_yarn/types/mini-css-extract-plugin-1.2.2
...
chore(deps-dev): bump @types/mini-css-extract-plugin from 0.9.1 to 1.2.2
2021-01-26 10:16:22 +01:00
Oliver Sand
68f8dce9b4
Merge pull request #4245 from SDA-SE/feat/entity-ref-links
...
Add `EntityRefLinks` that shows one or multiple entity ref links.
2021-01-26 09:24:12 +01:00
Oliver Sand
c0475a9b7f
Merge pull request #4247 from SDA-SE/feat/org-pics
...
Add pictures to users and groups
2021-01-26 09:23:33 +01:00
Nir Gazit
1f1b8ba77b
Updated version changes to be minor
2021-01-26 09:23:11 +02:00
Nir Gazit
965ca841f2
Updated changeset with breaking changes documentation
2021-01-26 09:22:04 +02:00
dependabot[bot]
7e03ef6b43
chore(deps-dev): bump @types/mini-css-extract-plugin from 0.9.1 to 1.2.2
...
Bumps [@types/mini-css-extract-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mini-css-extract-plugin ) from 0.9.1 to 1.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mini-css-extract-plugin )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 04:59:40 +00:00
dependabot[bot]
9f2a02ae04
chore(deps): bump @octokit/request from 5.4.12 to 5.4.13
...
Bumps [@octokit/request](https://github.com/octokit/request.js ) from 5.4.12 to 5.4.13.
- [Release notes](https://github.com/octokit/request.js/releases )
- [Commits](https://github.com/octokit/request.js/compare/v5.4.12...v5.4.13 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-01-26 04:50:16 +00:00
Tim Hansen
9ba282f7c7
Update comments, use MUI's capitalize
2021-01-25 20:15:50 -07:00
Ryan Vazquez
f19e4a5837
Update plugins/cost-insights/src/alerts/KubernetesMigrationAlert.tsx
...
Co-authored-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com >
2021-01-25 20:59:48 -05:00
Ryan Vazquez
a79134c7f1
add duration
2021-01-25 20:45:01 -05:00
Ryan Vazquez
09771bdf46
fix import; don't make type public
2021-01-25 20:44:41 -05:00
Ryan Vazquez
c81687ade1
cleanup
2021-01-25 19:31:52 -05:00
Ryan Vazquez
40d214b463
merge
2021-01-25 18:15:43 -05:00
Ryan Vazquez
19172f5a9b
changeset
2021-01-25 18:04:31 -05:00
Ryan Vazquez
d65b34409a
add alert hooks
2021-01-25 18:02:10 -05:00
Adam Harvey
ca748637f2
Change category from Feedback to Data Display
2021-01-25 15:58:15 -05:00
Adam Harvey
682b2c6a10
Fix typo
2021-01-25 14:51:32 -05:00
Adam Harvey
e6904cb3d6
Tweak wording
2021-01-25 14:49:55 -05:00
Adam Harvey
45621d88ea
Update descriptions
2021-01-25 14:46:48 -05:00
Himanshu Mishra
789de4b164
Merge pull request #4249 from backstage/orkohunter/fix-windows-tests
...
config-loader: Fix failing tests on windows
2021-01-25 20:46:22 +01:00
Adam Harvey
975fe1ad38
Point to main docs site
2021-01-25 14:42:33 -05:00
Adam Harvey
8abed46a1f
Reorg Kubernetes section
2021-01-25 14:42:10 -05:00
Himanshu Mishra
cd8dce2731
config-loader: Fix tests for windows
...
When the / path is resolved to C:\ on Windows
2021-01-25 19:49:42 +01:00
Patrik Oldsberg
268cc6bcd8
Merge pull request #4246 from backstage/rugvip/nemac
...
remove last usages of APP_ENV
2021-01-25 19:22:40 +01:00
Oliver Sand
398f269394
Add pictures to users and groups
2021-01-25 18:08:55 +01:00
Patrik Oldsberg
f81c4e2e41
remove last usages of APP_ENV
2021-01-25 17:49:32 +01:00
Oliver Sand
0b11823463
Add EntityRefLinks that shows one or multiple entity ref links.
...
Add `EntityRefLinks` that shows one or multiple entity ref links.
Change the about card and catalog table to use `EntityRefLinks` due to the
nature of relations to support multiple relations per type.
This simplifies usage of relations and support to visualize edge-cases, e.g. duplicate data ingested into the catalog, like two ownerOf relationships for the same component.
2021-01-25 17:37:55 +01:00