Commit Graph

3806 Commits

Author SHA1 Message Date
Patrik Oldsberg 6dcfe227a2 cli: add create factory for scaffolder modules
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-13 16:35:17 +01:00
Patrik Oldsberg 16d06f6ac3 changesets: add changeset for CLI create command
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-13 15:47:29 +01:00
Zach Falen 892c1d9202 add changeset
Signed-off-by: Zach Falen <zfalen@deloitte.com>
2021-11-12 12:56:33 -07:00
Tim Jacomb 26eb174ce8 Skip empty file names during scaffolder
Signed-off-by: Tim Jacomb <tim.jacomb@hmcts.net>
2021-11-12 16:02:50 +00:00
Mike Lewis 06934f2f52 catalog-backend: ensure subqueries are isolated from one another
Ensures that independent calls to `parseFilter` are isolated from one
another, by always wrapping additional clauses to the query in
`andWhere`. I think that the bug in the previous incarnation is strictly
theoretical, as long as parseFilters is only called once for a given
filter (which today, it is). When authorization lands in catalog-backend
though, we'll need to call it multiple times - once to add the authz
filters, and once to add the filters requested by the caller, which
would expose this bug.

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2021-11-12 15:45:11 +00:00
Andre Wanlin 8b5bd7e0d5 Updated changeset to minor for common
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-11-12 08:06:45 -06:00
Ben Lambert 867ea81d15 Add changeset
Signed-off-by: Ben Lambert <blam@spotify.com>
2021-11-12 14:47:31 +01:00
Andre Wanlin f5a5657d9a Merge branch 'backstage:master' into topic/improve-azure-devops-date-handling 2021-11-12 07:38:59 -06:00
Fredrik Adelöw b46cd73035 Merge pull request #7612 from backstage/freben/recurring-tasks
Add support for distributed tasks
2021-11-12 14:32:30 +01:00
Ben Lambert 7f839ddbb6 Merge pull request #8021 from SDA-SE/feat/dev-switch-theme
Add theme switcher to sidebar of dev app
2021-11-12 14:29:45 +01:00
Oliver Sand 58a4e67ded Add theme switcher to sidebar of dev app
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-11-12 11:16:19 +01:00
Fredrik Adelöw c3ffbd615f Merge pull request #7947 from backstage/freben/service-builder-errors
Make sure that the server builder propagates init errors properly
2021-11-12 09:42:46 +01:00
Patrik Oldsberg 2375361400 Merge pull request #8001 from backstage/rugvip/oda
cli: make sure JSS styles receive the highest priority
2021-11-12 01:05:15 +01:00
Patrik Oldsberg 510f16a435 Merge pull request #7845 from jeremyguarini/gcp-plugin-ui-updates
UI updates to GCP-projects plugin
2021-11-12 01:02:24 +01:00
Fredrik Adelöw 3bf2238187 update to the right version of the errors package
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:24:14 +01:00
Fredrik Adelöw fdfd2f8a62 remove double config dep in cli
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:24:12 +01:00
Fredrik Adelöw e09bf604cd move to a separate package instead and address comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:22:27 +01:00
Fredrik Adelöw d7c1e0e34a docs
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:21:51 +01:00
Fredrik Adelöw a8732a1200 Make sure that the server builder propagates init errors properly
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-11 20:02:59 +01:00
Colton Padden 2163e83fa2 Refactor create-app tasks and introduce regression tests
- Tasks were moved from the script entrypoint to the lib directory
- Doc comments were added for each task function defined in `src/lib/tasks.ts`
- The `yarn test` script was added to package.json
- Unit tests were written for each task -- verying file operations using fs-mock

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-11-11 13:28:43 -05:00
Patrik Oldsberg 25f637f39f cli: make sure JSS styles receive the highest priority
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-11 18:15:39 +01:00
Patrik Oldsberg 2dd2a7b2cc changesets: add changesets for test-utils createApp and AppTheme deprecation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-11 17:26:47 +01:00
Patrik Oldsberg 03da4c0946 create-app: add app-defaults dependency to app + notice in changeset
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-11 17:26:47 +01:00
Patrik Oldsberg 687fca4ff7 changesets,create-app: update for createApp split
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-11 17:26:13 +01:00
Patrik Oldsberg 2db9923496 changesets: updated changesets to use withDefaults
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-11 17:24:35 +01:00
Patrik Oldsberg 014cbf8cb9 core-app-api: deprecate dependency on core-components
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-11 17:24:33 +01:00
Andre Wanlin 2b5ccd2964 Aded API Report and changeset
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-11-11 10:02:29 -06:00
Fredrik Adelöw 4adcd21fbb Merge pull request #7935 from backstage/freben/userflags
Remove the unused UserFlags type
2021-11-11 15:52:26 +01:00
github-actions[bot] 3369ade8c0 Version Packages 2021-11-11 11:07:58 +00:00
Oliver Sand ac511f98c4 Merge pull request #7865 from SDA-SE/feat/api-docs-customization
Lazy load API definition widgets
2021-11-11 12:03:00 +01:00
Kim Jin 53c9ad7e04 Update TechDocs Headings css font weight (#7931)
* update headings style

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>

* add changeset

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>

* update changeset

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>

* rename changeset

Signed-off-by: kim5566 <28945404+kim5566@users.noreply.github.com>
2021-11-11 11:45:40 +01:00
Patrik Oldsberg 87d38d61e5 Merge pull request #7911 from backstage/dependabot/npm_and_yarn/spotify/eslint-config-react-12.0.0
build(deps): bump @spotify/eslint-config-react from 10.0.0 to 12.0.0
2021-11-11 10:25:00 +01:00
Fredrik Adelöw 6fab898841 Merge pull request #7932 from backstage/jhaals/core-plugin-api-no-name
core-plugin-api: Deprecate use of extensions without name
2021-11-11 10:11:30 +01:00
Oliver Sand e849f9cc0a Use <Progress> instead of <LinearProgress /> in combination with Suspense
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-11-11 09:55:05 +01:00
Oliver Sand fe5738fe1c Lazy load LazyLog as it is rarely used
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-11-11 09:54:27 +01:00
Rod Machen 5dcea2586c Add Search Modal component (#7316)
Signed-off-by: rodmachen <rmachen@expediagroup.com>
2021-11-11 09:26:15 +01:00
Patrik Oldsberg f085a4fb67 Merge pull request #7732 from tragiclifestories/gauge-color
Allow overriding colour in Gauge components
2021-11-10 19:07:41 +01:00
Dominik Schwank 38d6df6bb9 feat(catalog): remove 'View Api' link from AboutCard
Signed-off-by: Dominik Schwank <dominik.schwank@sda.se>
2021-11-10 17:46:08 +01:00
Patrik Oldsberg 8af66229e7 add changeset for @spotify/eslint-config-react bump
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-10 17:41:52 +01:00
Patrik Oldsberg b393c4d4be cli: fix for config:check only validating frontend config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-10 16:30:10 +01:00
James Turley f5e5c297ce Update changeset to reflect naming changes
Signed-off-by: James Turley <jamesturley@gocardless.com>
2021-11-10 15:19:58 +00:00
James Turley e0861b92ff Add prop to override color selection in gauge components
Signed-off-by: James Turley <jamesturley@gocardless.com>
2021-11-10 14:44:02 +00:00
Fredrik Adelöw 7e18ed7f29 Remove the unused UserFlags type
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-11-10 14:57:19 +01:00
Mert Can Bilgiç c5e5b78155 changeset added
Signed-off-by: Mert Can Bilgiç <mert.bilgic@trendyol.com>
2021-11-10 13:28:22 +03:00
Johan Haals f1403fac64 Update .changeset/quiet-clocks-push.md
Signed-off-by: Johan Haals <johan.haals@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-11-10 11:01:16 +01:00
Johan Haals 4a336fd292 core-plugin-api: Deprecate use of extensions without name
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-11-10 09:21:02 +01:00
Patrik Oldsberg 12eaaaba28 Merge pull request #7851 from cmpadden/publisher-object-pattern
Use Parameter Objects for Publisher Constructors
2021-11-09 20:38:37 +01:00
Colton Padden 6d4f06699b note internal refactor of LocalPublish changes and impact on usage
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-11-09 13:45:26 -05:00
Patrik Oldsberg 5338468d6c Merge pull request #7921 from egnwd/core-table-cellStyle-fn
[core-components] Allow for material-table cellStyle function from the backstage Table component
2021-11-09 19:40:17 +01:00
Patrik Oldsberg 02bf9ec142 Merge pull request #7833 from backstage/dependabot/npm_and_yarn/spotify/eslint-config-typescript-12.0.0
build(deps): bump @spotify/eslint-config-typescript from 10.0.0 to 12.0.0
2021-11-09 19:38:33 +01:00