Commit Graph

363 Commits

Author SHA1 Message Date
Adam Harvey 2d36d740fe Fix JSON formatting
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
2021-03-08 14:46:00 -05:00
Adam Harvey a0c1ecd3e7 Return devDep alignment
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
2021-03-08 14:46:00 -05:00
Adam Harvey abea6ce07f Add "yarn dev" to template
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
2021-03-08 14:46:00 -05:00
dependabot[bot] 63887ea84d chore(deps-dev): bump @types/node from 12.12.58 to 14.14.32
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.58 to 14.14.32.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-08 13:19:08 +01:00
Tim Hansen 92716d83f6 Merge branch 'master' into timbonicus/docker-tweaks 2021-03-04 07:57:38 -07:00
Tim Hansen 53a4120713 Remove peer dependency
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
2021-03-04 07:57:18 -07:00
blam 801bdb96ad chore: fixing versioning change
Signed-off-by: blam <ben@blam.sh>

Signed-off-by: blam <ben@blam.sh>
2021-03-04 14:14:41 +01:00
github-actions[bot] ff2ab4fade Version Packages 2021-03-04 13:11:10 +00:00
Tim Hansen ffdae9be17 Update documentation, remove CircleCI from default app
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
2021-03-03 15:38:50 -07:00
Patrik Oldsberg 415a3a42da app: fix app test on windows
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-03 17:48:04 +01:00
Johan Haals 66e09c212f Merge pull request #4718 from backstage/mob/scaffolder-schema-v2
scaffolder: Introduce support for custom actions
2021-03-02 10:54:47 +01:00
Johan Haals 442c2a1ce3 pass reader to createRouter, fix imports
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-03-02 10:22:02 +01:00
Dominik Henneke f715898006 Use an optional external route ref to link to the create component page from the api explorer 2021-02-26 12:44:27 +01:00
dependabot[bot] 9a582c60a9 chore(deps): bump @typescript-eslint/eslint-plugin from 4.14.0 to 4.15.2
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.14.0 to 4.15.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.15.2/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-25 11:21:15 +01:00
Patrik Oldsberg da62b2c388 Merge pull request #4636 from backstage/rugvip/migraine
app,create-app: migrate to using top-level extension pages instead of routers or registered routes
2021-02-23 17:28:11 +01:00
Patrik Oldsberg 2a17def998 create-app: switch peer deps to use * to work around major bump issue 2021-02-23 12:27:01 +01:00
github-actions[bot] 4ae0467c2f Version Packages 2021-02-23 10:31:40 +01:00
Patrik Oldsberg 7a1b2ba0e7 create-app: migrate top-level routes to use extensions 2021-02-22 22:11:42 +01:00
r.bideau 4594f7efc2 Add google analytics scripts in template for standalone app
Signed-off-by: r.bideau <7304827+rbideau@users.noreply.github.com>
2021-02-21 20:25:01 +01:00
Johan Haals c1c3184b38 create-app: add catalog-client dependency 2021-02-19 09:35:14 +01:00
Johan Haals c352ed59b5 Merge branch 'master' into mob/scaffolder-frontend 2021-02-19 09:26:51 +01:00
github-actions[bot] 4188c2ccb4 Version Packages 2021-02-18 13:23:19 +00:00
blam d50ddbd1d3 Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-frontend
* 'master' of github.com:backstage/backstage: (118 commits)
  cli: Fix handling of dynamic imports in esm.js files
  minor typo in migration
  chore(deps): bump archiver from 5.1.0 to 5.2.0
  dockerfile: mention build-image command
  Apply suggestions from code review
  update backend Dockerfile to use config example and fix comment
  docs: add full docker deployment docs
  chore: fix code review
  chore: fixing syntax
  docs: fixing custom implementations of utitiy apis
  a small start to the integrations section of the config
  TechDocs: Add changeset about Docker permission fix
  Updated unit tests for the new UI
  TechDocs: Pass user and group ID when invoking docker container
  Replace logging erro and return undefined for a throw new Error
  @types/react 16 not 17
  Use a more strict type for `variant` of cards
  docs(TechDocs): Add more context with AWS docs hyperlinks
  Added missing dep on @types/react
  Removed unused import
  ...
2021-02-18 11:41:34 +01:00
Patrik Oldsberg 38fe527d97 dockerfile: mention build-image command 2021-02-17 21:23:12 +01:00
Patrik Oldsberg 40f0c33378 update backend Dockerfile to use config example and fix comment 2021-02-17 20:44:40 +01:00
Johan Haals 016c14782a create-app: add missing semicolon 2021-02-17 09:31:38 +01:00
Patrik Oldsberg d50e9b81e3 create-app: switch to using backend:bundle 2021-02-16 23:48:55 +01:00
Johan Haals 0b94e83ba4 create-app: Add catalog-client dependency
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-16 14:22:08 +01:00
Johan Haals ddc3da44f1 Merge branch 'master' into mob/scaffolder-frontend 2021-02-16 11:50:52 +01:00
Johan Haals f6c81bb8d5 create-app: Update scaffolder routes 2021-02-16 11:33:29 +01:00
blam 5a5ad7a26a fix: lerna dependencies are also in the create-app part 2021-02-12 14:39:35 +01:00
blam 1de129570c chore: fix the create-app version 2021-02-11 11:36:34 +01:00
github-actions[bot] aa49ca2284 Version Packages 2021-02-11 10:15:47 +00:00
Dominik Henneke 9d1426a04a Merge pull request #4271 from SDA-SE/feat/new-catalog-import
Rework the user flow of the catalog-import plugin
2021-02-10 12:15:04 +01:00
Dominik Henneke 30e200d12d Update the changesets 2021-02-10 11:22:50 +01:00
Himanshu Mishra c9e4ce51e1 Merge pull request #4413 from backstage/orkohunter/visbility-to-techdocs-recommended
TechDocs: Add visibility to migrate away from basic setup
2021-02-10 10:23:00 +01:00
Dominik Henneke 3698be2bf5 Merge remote-tracking branch 'upstream/master' into feat/new-catalog-import
# Conflicts:
#	packages/app/src/App.tsx
#	plugins/catalog-import/package.json
#	plugins/catalog-import/src/components/ImportComponentForm.tsx
2021-02-08 15:15:15 +01:00
Johan Haals dfc1270f85 Merge pull request #4360 from backstage/mob/stateless-scaffolder
Introduce stateless v2 scaffolder API
2021-02-08 13:39:27 +01:00
Himanshu Mishra f4b576d0e2 TechDocs: Add visbility to migrate away from basic setup 2021-02-06 14:20:48 +01:00
Patrik Oldsberg bee6831667 Update packages/create-app/CHANGELOG.md
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-02-06 10:13:24 +01:00
Patrik Oldsberg 7cdd586e57 create-app: update changelog to put more emphasis on plugin-catalog-react migration 2021-02-06 01:32:30 +01:00
Patrik Oldsberg fcf1def954 create-app: bring back to 0.3.8 2021-02-04 14:06:32 +01:00
github-actions[bot] 6794967d20 Version Packages 2021-02-04 13:02:30 +00:00
Dominik Henneke a346105b74 Update the create-app template 2021-02-03 09:58:39 +01:00
Johan Haals 71dc78b01f Wire up database and rename database classes
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:38:02 +01:00
Himanshu Mishra 436ca3f625 create-app: Remove TechDocs requestUrl and storageUrl configs from app-config.yaml 2021-02-02 13:52:47 +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
Himanshu Mishra 8b57797896 Merge pull request #4285 from backstage/orkohunter/use-urlreader-example-component
TechDocs: Use URL Reader in example component
2021-01-28 15:34:52 +01:00
Fredrik Adelöw c42cbd10c1 Update CHANGELOG.md 2021-01-28 14:25:55 +01:00