Fredrik Adelöw
cb716004ef
add some eslint rules for testing-library use in tests
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-11-18 11:29:20 +01:00
Fredrik Adelöw
f6be17460d
well, let's clean up some more
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-08-18 15:45:15 +02:00
Patrik Oldsberg
2262fe19c9
removed deprecated entity props
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-18 13:54:33 +01:00
Patrik Oldsberg
4ce51ab0f1
use precise imports of react-use
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-12-30 12:53:16 +01:00
Fredrik Adelöw
d0523cec56
Merge pull request #8156 from WarlenRodrigues/fixing_link_somponents_usage
...
Fixed Link components usage. Now, all links use the Backstage's Link c…
2021-12-21 08:10:15 +01:00
WarlenRodrigues
22bf2da934
Fied Link components usage. Now, all links use the Backstage's Link component
...
Signed-off-by: WarlenRodrigues <warlen.cesarrodrigues@gmail.com >
2021-12-20 19:18:04 +01:00
Colton Padden
345dcea560
release-2021-06-01 packages/core-plugin-api/src/apis/system/ApiRef.ts:27
...
Signed-off-by: Colton Padden <colton.padden@fastmail.com >
2021-12-17 15:04:34 -05:00
Patrik Oldsberg
8a96019a39
Merge branch 'master' into rugvip/test-port
2021-11-22 17:33:10 +01:00
Patrik Oldsberg
29ef695410
packages,plugins: migrate to using TestApiProvider and Registry
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-11-18 11:28:46 +01:00
blam
06065c6003
chore: fixed better namespacing for the routeRefs
...
Signed-off-by: blam <ben@blam.sh >
2021-11-17 20:43:14 +01:00
blam
7c55fae208
chore: code review comments and renaming some ids for routeRefs
...
Signed-off-by: blam <ben@blam.sh >
2021-11-17 20:34:46 +01:00
blam
1332a98a01
chore: fixing deprecation warnings for all the things that are in the monorepo
...
Signed-off-by: blam <ben@blam.sh >
2021-11-17 20:24:20 +01:00
Johan Haals
f1e96dc5b1
chore/cli: Replace msw with setupRequestMockHandlers
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-10-26 10:54:47 +02:00
Eric Peterson
81a41ec249
Apply extension-names codemod to monorepo.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2021-10-04 19:29:43 +02:00
Oliver Sand
4d96985088
Merge pull request #7196 from SDA-SE/feat/update-material-lab
...
Upgrade `@material-ui/lab` to `4.0.0-alpha.57`
2021-09-16 12:29:41 +02:00
Patrik Oldsberg
d0d78ebc7c
Merge pull request #7181 from backstage/rugvip/descriptions
...
Add package descriptions + separate table for plugins in API reference
2021-09-15 17:25:27 +02:00
Oliver Sand
9f1362dcc1
Upgrade @material-ui/lab to 4.0.0-alpha.57
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-09-15 16:51:23 +02:00
Patrik Oldsberg
8142a8ecb2
packages,plugins: add package documentation
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-14 18:47:53 +02:00
Patrik Oldsberg
18826333a7
removed usages of EntityContext in tests and stories
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-11 15:04:22 +02:00
Fredrik Adelöw
923491eece
run prettier formatting
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-08-09 11:54:38 +02:00
Pankaj Patil
d56c390e8f
Fix All Material UI Warnings
...
Signed-off-by: Pankaj Patil <pankaj.patil2099@hotmail.com >
2021-08-03 21:49:08 +05:30
Patrik Oldsberg
9258c54f87
Merge branch 'master' into rugvip/mod
2021-06-22 10:07:18 +02:00
Patrik Oldsberg
d453c05dc3
apply core-imports codemod to all packages and plugins
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-06-19 15:33:08 +02:00
Fredrik Adelöw
a88073c29a
Update copyright headers
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-06-18 20:26:42 +02:00
Fredrik Adelöw
b99ac3f6e1
Minor composability etc docs changes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-05-02 22:13:05 +02:00
Patrik Oldsberg
c614ede9a5
docs: update plugin installation docs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-04-22 18:32:54 +02:00
erdoganoksuz
b7a061077f
prettier
...
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com >
2021-03-12 15:35:25 +03:00
erdoganoksuz
196d8ec327
prettier
...
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com >
2021-03-12 15:14:17 +03:00
erdoganoksuz
9ca0e40094
locale added all case conversion
...
Signed-off-by: erdoganoksuz <erdoganoksuz95@gmail.com >
2021-03-12 15:06:01 +03:00
Fredrik Adelöw
702b837b8b
Remove all dot-folder imports everywhere
...
We aren't supposed to import from '.' or '../..' etc; point to the actual node being imported instead. I did allow e.g. '../../bigfolder' however. Going all the way to the individual file could be done too, but is a matter of taste perhaps.
Also ran Organize Imports on all the touched files :)
No changeset since there are no functional changes at all - only the imports changed
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-03-10 13:43:59 +01:00
Patrik Oldsberg
0e068db972
run prettier
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-03-07 23:37:48 +01:00
Tadashi Nemoto
86b0d852d9
Modify to latest by feedback
2021-03-02 11:10:20 +09:00
Tadashi Nemoto
dbea11072f
[Lighthouse plugin] Change setup wording of intro card to latest
2021-03-01 19:48:25 +09:00
Oliver Sand
f4c2bcf54b
Use a more strict type for variant of cards
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-02-17 11:41:53 +01:00
Adam Harvey
6f90b912fc
Merge branch 'master' of github.com:backstage/backstage into improve-errors
2021-02-08 11:48:19 -05:00
Adam Harvey
c0ddb32563
Fix tests
2021-02-03 00:02:50 -05:00
Adam Harvey
5479e4eef0
Improve display of errors
2021-02-02 23:27:20 -05:00
Patrik Oldsberg
f54025dde8
lighthouse: grab entity from context
2021-02-02 22:18:45 +01:00
Patrik Oldsberg
a5628df400
lighthouse: migrate to new composability API
2021-02-02 19:06:24 +01:00
Oliver Sand
c677643afa
Rename from @backstage/plugin-catalog-common-react to @backstage/plugin-catalog-react
2021-01-29 10:54:09 +01:00
Oliver Sand
019fe39a08
Createa @backstage/plugin-catalog-common-react package
2021-01-29 10:54:09 +01:00
Adam Harvey
4a88f5d5a5
Fix floating point math precision
2021-01-18 23:40:48 -05:00
Fredrik Adelöw
a6f9dca0dc
plugins should not depend on core-api
2021-01-14 08:54:54 +01:00
Kevin Lee
1cac511fd5
Strip trailing slash from urls when creating lighthouse audit
2021-01-10 08:56:35 -08:00
Askar
a6a2ca6204
remove React's FC type from codebase ( #3527 )
...
* WIP-packages: remove React's FC type from codebase
* remove FC from other directories
* fix build failures
* add types to required packages
2020-12-10 11:23:29 +01:00
Adam Harvey
b20a63d103
fix(lighthouse): Typo & example code tweaks ( #3573 )
...
* Update export example
* Fix typo
2020-12-07 09:44:25 +01:00
Mateusz Lewtak
49554d43e3
Feat: update Lighthouse plugin to use new MarkdownComponent ( #3328 )
2020-11-19 10:30:34 +01:00
Patrik Oldsberg
af141c0766
rewrite repo location urls
2020-11-03 11:03:49 +01:00
Abhishek Jakhar
03b21ff56f
make create-audit page responsive ( #3069 )
2020-10-25 19:41:28 +01:00
blam
06f410cc93
Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
...
* 'master' of github.com:spotify/backstage: (34 commits)
TechDocs Backend: Replace hardcoded github api by configuration value (#3004 )
fix: accordion details design for job stage failure (#3014 )
fix: responsive of page example in storybook (#3005 )
fix: update the ItemCard component and it's story (#3007 )
rename stories folder to Chip (#3009 )
feat: Display the plugins InfoCards on EntityPage Overwiev suitable full height (#2826 )
fix(cost-insights): More exports to help custom alerting
chore(scaffolder): bump rjsf
remove unused CSS (#2999 )
feat: update github pull requests package version
fix(github-actions): fix crash when viewing ongoing workflows
fix(cli): removePlugin forgotten await
catalog-backend: relations db review comments and more tests
Feat/add aws lambda plugin (#2985 )
chore(deps): bump object-path from 0.11.4 to 0.11.5 (#2983 )
add changeset
fix CodeSnippet test case warnings
fix CopyTextButton test case warnings
fix the warning by wrapping in act
fix(catalog): fix link to techdocs
...
2020-10-21 11:27:18 +02:00