github-actions[bot]
b228d7d9c2
Version Packages
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-09-20 11:24:40 +02:00
github-actions[bot]
a6d1580062
Version Packages (next)
2023-09-12 11:41:29 +00:00
Fredrik Adelöw
93be4b8a62
Merge pull request #19860 from devonpaluso/owned-entity-picker
...
Restore functionality to OwnedEntityPicker
2023-09-12 12:07:44 +02:00
Patrik Oldsberg
c57dfa45af
Merge pull request #19388 from fyyyyy/feature/zip-download-in-dry-run-results
...
Feature/zip download in dry run results
2023-09-12 11:42:40 +02:00
Devon Paluso
1bc96634b5
Include build:api-reports
...
Signed-off-by: Devon Paluso <devon.paluso@gmail.com >
2023-09-09 13:36:19 -04:00
Devon Paluso
6e69c11a35
Restore functionality to OwnedEntityPicker
...
Signed-off-by: Devon Paluso <devon.paluso@gmail.com >
2023-09-09 12:38:57 -04:00
renovate[bot]
b16c341ced
fix(deps): update rjsf monorepo to v5.13.0
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-08 17:47:50 +00:00
Patrik Oldsberg
406b786a2a
fix package side effect declarations
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-09-07 13:40:19 +02:00
github-actions[bot]
32a09adcff
Version Packages (next)
2023-09-05 10:03:17 +00:00
Fredrik Adelöw
88a03f3e4d
Merge pull request #18870 from backstage/renovate/luxon-3.x-lockfile
...
fix(deps): update dependency luxon to v3.4.2
2023-09-04 11:54:23 +02:00
Fredrik Adelöw
d031da5f0e
pretty
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
TRIGUBF
f3ba736e7e
replace .then with async
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
TRIGUBF
e7f7ba3425
track async download state, disable button while downloading
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
TRIGUBF
eb8a79542e
use download helper
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
TRIGUBF
4d8aeacfa5
move download logic to DryRunResultsList and helper, move jszip zo async import, add ownload helper
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
TRIGUBF
a40410b42c
move jszip to async import
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
TRIGUBF
149c6f03ca
replace zip.js with JSzip
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
TRIGUBF
400beacb70
revoke url, remove anchor
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
fyyyyy
740b5bb8d4
add zip.js to package.json for scaffolder plugin
...
Signed-off-by: fyyyyy <frankyyyy@live.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
fyyyyy
d59fd8cf06
Update DryRunContext.tsx
...
add zip download fn
Signed-off-by: fyyyyy <frankyyyy@live.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
fyyyyy
fe25880fbc
Feature: add zip download to dry run results page
...
See issue #19318
Signed-off-by: fyyyyy <frankyyyy@live.com >
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 10:14:00 +02:00
Fredrik Adelöw
814feeed73
fixes
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-04 09:47:28 +02:00
Fredrik Adelöw
8cec7664e1
remove dependencies on @types/node
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-09-01 11:04:14 +02:00
github-actions[bot]
fc1a38bc57
Version Packages (next)
2023-08-29 12:18:08 +00:00
Eric Peterson
433b12d921
Marking all plugins >= v1.0.0 as 'production'
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-08-24 17:37:01 +02:00
Eric Peterson
f5cdb61269
Add maintainer-owned catalog-info.yaml files
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2023-08-23 18:02:53 +02:00
github-actions[bot]
f8c8e8de37
Version Packages (next)
2023-08-22 11:37:48 +00:00
Fredrik Adelöw
3f9d2b90bc
api-reports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-08-18 14:00:29 +02:00
github-actions[bot]
aaf5cb2ca1
Version Packages
2023-08-15 17:12:48 +00:00
github-actions[bot]
74f77f151a
Version Packages (next)
2023-08-08 14:07:10 +00:00
github-actions[bot]
572abc7edf
Version Packages (next)
2023-08-01 12:30:00 +00:00
Mengnan Gong
8a0490fb66
Fix the query filter in the MyGroupsPicker
...
The current implementation has filter `type=Group` which won't get any
result from the catalog.
I believe that the purpose of this component is to query `Group` kind
entities: https://backstage.io/docs/features/software-catalog/descriptor-format#kind-group .
Also fixed the tests to properly `await` the user events to avoid
warnings like this:
```
console.error
Warning: You seem to have overlapping act() calls, this is not supported. Be sure to await previous act() calls before making a new one.
at printWarning (../../../node_modules/react-dom/cjs/react-dom-test-utils.development.js:67:30)
at error (../../../node_modules/react-dom/cjs/react-dom-test-utils.development.js:43:5)
at onDone (../../../node_modules/react-dom/cjs/react-dom-test-utils.development.js:1034:9)
at ../../../node_modules/react-dom/cjs/react-dom-test-utils.development.js:1073:13
```
Signed-off-by: Mengnan Gong <namco1992@gmail.com >
2023-07-27 14:21:31 +08:00
github-actions[bot]
b441642fbe
Version Packages (next)
2023-07-25 11:30:28 +00:00
github-actions[bot]
0abb3c37b8
Version Packages
2023-07-18 08:35:29 +00:00
github-actions[bot]
3cedd03ff2
Version Packages (next)
2023-07-11 15:34:57 +00:00
Ben Lambert
823bf5235e
Merge pull request #18558 from oliviertassinari/mui-material-ui
...
fix: use Material UI vs. MUI where relevant
2023-07-10 14:20:33 +02:00
Olivier Tassinari
a51fb51617
fix: use Material UI vs. MUI where relevant
...
Signed-off-by: Olivier Tassinari <olivier.tassinari@gmail.com >
2023-07-04 23:49:19 +02:00
github-actions[bot]
2fc17fb329
Version Packages (next)
2023-07-04 16:24:25 +00:00
github-actions[bot]
d72e2eeba6
Version Packages (next)
2023-06-27 12:10:42 +00:00
github-actions[bot]
bc0c4bc64c
Version Packages
2023-06-20 13:54:09 +00:00
Fredrik Adelöw
98ed4fe065
Merge pull request #18234 from backstage/blam/jsdom-env
...
cli: Add `Request` `Response` `Headers` and `fetch` to `jsdom` environment
2023-06-20 10:40:26 +02:00
github-actions[bot]
320ed50274
Version Packages (next)
2023-06-13 19:37:24 +00:00
blam
65bff8df26
chore: fixing api-reprots
...
Signed-off-by: blam <ben@blam.sh >
2023-06-13 17:08:00 +02:00
blam
15a681acc3
chore: fixing typescript
...
Signed-off-by: blam <ben@blam.sh >
2023-06-13 17:03:26 +02:00
blam
7c506d87b0
feat: reworking the calls, and changing the name
...
Signed-off-by: blam <ben@blam.sh >
2023-06-13 16:59:56 +02:00
blam
bffbba47e7
feat: change the lookup to get all groups where the logged in user is a member
...
Signed-off-by: blam <ben@blam.sh >
2023-06-13 16:59:56 +02:00
blam
67d7412d4f
feat: reworking the picker slightly to just use groups and decorate the meta for now
...
Signed-off-by: blam <ben@blam.sh >
2023-06-13 16:59:56 +02:00
Peter Macdonald
0278da3d5c
api-report fixed?
...
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com >
2023-06-13 16:59:56 +02:00
Peter Macdonald
464125e9b1
api-report and changeset
...
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com >
2023-06-13 16:59:56 +02:00
Peter Macdonald
2af2bdfb90
writing tests
...
Signed-off-by: Peter Macdonald <macdonald.peter90@gmail.com >
2023-06-13 16:59:56 +02:00