Commit Graph

806 Commits

Author SHA1 Message Date
Patrik Oldsberg 1249cbb07a cli: disable lint rules that depend on @typescript-eslint v4 2020-11-03 00:29:09 +01:00
Patrik Oldsberg 8635aec734 cli: bump @spotify/eslint-* packages to v9 2020-11-02 19:16:12 +01:00
Patrik Oldsberg 64df8d7d8e cli: fix for ts-jest config not being applied 2020-10-31 12:07:12 +01:00
Oliver Sand a9ae9b7504 upgrade ts-jest to 26.4.3 2020-10-31 12:07:11 +01:00
Patrik Oldsberg e9c222605b cli: fix create-plugin tmp dir creation 2020-10-29 22:55:05 +01:00
Patrik Oldsberg 1e7af7c07e cli,create-app: bump dev deps 2020-10-28 01:18:03 +01:00
Patrik Oldsberg 41ad8904a3 cli: fix a derpendency 2020-10-28 01:17:32 +01:00
Patrik Oldsberg 0efbdfbbb8 cli,create-app: refactor package versions handling + fix tasks test 2020-10-28 01:17:31 +01:00
Patrik Oldsberg 2711b9da42 cli: decouple template versions from cli version 2020-10-28 01:17:31 +01:00
Patrik Oldsberg 754109ee61 v0.1.1-alpha.26 2020-10-27 12:00:01 +01:00
Ben Lambert 52377efcea Merge pull request #3120 from spotify/dependabot/npm_and_yarn/rollup/plugin-commonjs-16.0.0
chore(deps): bump @rollup/plugin-commonjs from 13.0.0 to 16.0.0
2020-10-27 10:10:45 +01:00
dependabot[bot] b863687d7f chore(deps): bump @rollup/plugin-commonjs from 13.0.0 to 16.0.0
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins) from 13.0.0 to 16.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/commonjs-v13.0.0...commonjs-v16.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-27 04:39:49 +00:00
Fabian Chong 51394c24bd removing migration from frontend plugin 2020-10-27 12:06:30 +08:00
Fabian Chong 4727dc98f9 adding tsconfig.json to default-backend-plugin 2020-10-27 12:05:08 +08:00
Fabian Chong f09e6eb4ce Add tsconfig to non monorepo plugin. 2020-10-26 13:35:25 +08:00
Remi 9457384c94 test(cli): fix path delimiters 2020-10-24 13:04:20 +02:00
Remi 61b4deec5c test(cli): add mocked file content + refactor 2020-10-23 11:18:06 +02:00
dependabot[bot] beed9b7fb8 chore(deps): bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 8.4.0 to 9.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-23 04:22:55 +00:00
Patrik Oldsberg bc9f536545 Merge pull request #2994 from spotify/rugvip/conflagrate
config-loader: switch to using --config options to load in config
2020-10-22 18:01:21 +02:00
Fredrik Adelöw 7b0573fdf1 Merge pull request #3016 from ayshiff/feat/cli-test-mock-fs
[CLI - refactor]: Temporary files use inside tests
2020-10-22 14:38:35 +02:00
Remi 4cc188a2c8 test(cli): system link remove check 2020-10-22 12:20:47 +02:00
Remi a45cea627d feat(cli): add @types/mock-fs dev-dependency 2020-10-22 12:19:41 +02:00
Patrik Oldsberg 8c2b76e45f config-loader: switch to using --config options to load in config 2020-10-22 10:52:06 +02:00
Remi 6c4a509bba refactor(cli): createPlugin 2020-10-21 15:28:59 +02:00
blam 7721192dc1 chore(create-plugin): removing the polyfill for backend components 2020-10-21 14:06:45 +02:00
blam 681c861d25 Merge remote-tracking branch 'origin' into migrate-to-msw
* origin:
  fix: ts
  fix: forwardRef to SidebarItem
  fix(cli): one more await in the test
  backend-common: make loadBackendConfig return config directly and log all resolved app-configs
2020-10-21 13:57:40 +02:00
Patrik Oldsberg acb48c1876 Merge pull request #2976 from spotify/rugvip/logconf
backend-common: make loadBackendConfig return config directly and log all resolved app-configs
2020-10-21 13:00:52 +02:00
Remi 93aaec5433 fix(cli): format 2020-10-21 12:28:58 +02:00
Remi a48c2caefd test(cli): refactor mock-fs 2020-10-21 12:28:58 +02:00
Remi 59729fbbcc test(cli): refactor mock-fs 2020-10-21 12:28:58 +02:00
Remi a2df99d92a test(cli): use mock-fs in removePlugin 2020-10-21 12:28:58 +02:00
Remi f2a7cd07ea test(cli): use mock-fs in tasks 2020-10-21 12:27:39 +02:00
Remi b6df68b846 test(cli): use mock-fs in createPlugin 2020-10-21 12:27:39 +02: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
Fredrik Adelöw f35f5bcfc4 fix(cli): one more await in the test 2020-10-21 10:44:44 +02:00
Fredrik Adelöw 627090be22 fix(cli): removePlugin forgotten await 2020-10-20 14:07:43 +02:00
blam 193652e5a3 chore: fixing some more e2e tests by actually polyfill the correct thing 2020-10-20 10:53:47 +02:00
blam d092a52552 chore: need to run install part of the package creation 2020-10-20 10:36:30 +02:00
Patrik Oldsberg 7bbeb049fe backend-common: make loadBackendConfig return config directly and log all resolved app-configs 2020-10-20 00:10:28 +02:00
blam 101978963d Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (139 commits)
  Cleanup
  Update PinButton.test.tsx
  feat: update github insights plugin version (#2973)
  Ignore IntelliJ *.iml files (#2971)
  chore(deps): bump rollup-plugin-dts from 1.4.11 to 1.4.13
  fix the plugin card on plugins page
  align 'Add to Marketplace' button on plugins page
  fix the PluginGrid on mobiles sizes
  use getBy query instead of queryBy when asserting for elements present in document (#2951)
  Update PinButton.tsx
  Add test case for Progress component (#2953)
  fix the styling of footer copy on mobile
  add changeset
  handle the case where no entities are available to show
  core-api: work around issue with ApiRef export const declarations
  core-api: move utility api system implementation into apis/system
  Update docs regarding npm config ignore-scripts flag
  Another try
  Fix Core Features configuration id (#2948)
  Fix test?
  ...
2020-10-19 23:57:40 +02:00
dependabot[bot] 28060f7aec chore(deps): bump rollup-plugin-dts from 1.4.11 to 1.4.13
Bumps [rollup-plugin-dts](https://github.com/Swatinem/rollup-plugin-dts) from 1.4.11 to 1.4.13.
- [Release notes](https://github.com/Swatinem/rollup-plugin-dts/releases)
- [Changelog](https://github.com/Swatinem/rollup-plugin-dts/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Swatinem/rollup-plugin-dts/compare/v1.4.11...v1.4.13)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-19 13:51:46 +00:00
Patrik Oldsberg 7c8e098fa0 Merge pull request #2879 from spotify/rugvip/ts4
cli: add support for ts4
2020-10-19 12:30:56 +02:00
Patrik Oldsberg 9f3ddfacde cli: split and bump eslint dependencies + fix issues 2020-10-17 15:04:37 +02:00
Patrik Oldsberg bb243dca25 cli: add support for ts4 2020-10-17 13:28:00 +02:00
David Tuite 71de0d8aee Add Google Analytics
Specity a Google Analytics Tracking ID in the `app-config.yaml` to
enable Google Analytics tracking.

```
app:
  title:
  baseUrl:
  googleAnalyticsTrackingId: UA-000000-0
```

If the `googleAnalyticsTrackingId` is not supplied, no tracking script
is added to the application and no tracking can occur.

Includes Helm chart changes to allow overriding the GA Tracking ID.
2020-10-16 14:55:24 +01:00
Patrik Oldsberg 0d53c752ac cli: cleanup and fix removePlugin tests 2020-10-16 13:59:00 +02:00
Patrik Oldsberg 5ff5b1325d Merge pull request #2739 from Marvin9/feat/flexible-theme-for-page
feat: theme customization for pages
2020-10-16 12:47:05 +02:00
Marvin9 fe4926cb75 chore: remove explicit return 2020-10-15 13:52:18 +05:30
Marvin9 fe47cb9f07 chore: update example component 2020-10-15 09:37:13 +05:30
Andrew Thauer 72f6cda358 feat: add cli build parallel flag 2020-10-14 13:13:18 -04:00