Johan Haals
c626df2602
scaffolder-backend: add router tests
2021-02-18 14:11:13 +01: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
Fredrik Adelöw
5dc7fa2773
Merge pull request #4570 from backstage/mob/esm-transform
...
cli: Fix handling of dynamic imports in esm.js files
2021-02-18 11:34:54 +01:00
Fredrik Adelöw
b542477501
Merge pull request #4569 from backstage/freben/nnn
...
minor typo in migration
2021-02-18 11:30:02 +01:00
Oliver Sand
f8481d2357
Merge pull request #4558 from SDA-SE/feat/variant
...
Use a more strict type for `variant` of cards
2021-02-18 11:15:27 +01:00
Patrik Oldsberg
021c70d673
Merge pull request #4564 from backstage/rugvip/docker-builds
...
docker: switch to backend:bundle + update docs with both host and multi-stage build
2021-02-18 11:01:47 +01:00
Johan Haals
257a753fff
cli: Fix handling of dynamic imports in esm.js files
...
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-18 11:00:29 +01:00
Fredrik Adelöw
0ada34a0f8
minor typo in migration
2021-02-18 10:48:43 +01:00
Fredrik Adelöw
644a05e3a2
Merge pull request #4566 from backstage/dependabot/npm_and_yarn/archiver-5.2.0
...
chore(deps): bump archiver from 5.1.0 to 5.2.0
2021-02-18 09:41:40 +01:00
Fredrik Adelöw
6ebb0b19e9
Merge pull request #4561 from backstage/freben/integrations1
...
a small start to the integrations section of the config
2021-02-18 09:40:33 +01:00
Ben Lambert
3073771e42
Merge pull request #4518 from backstage/blam/docs-restructure
...
Rework some of the getting started Docs
2021-02-18 08:59:22 +01:00
dependabot[bot]
f4f6d8f49c
chore(deps): bump archiver from 5.1.0 to 5.2.0
...
Bumps [archiver](https://github.com/archiverjs/node-archiver ) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/archiverjs/node-archiver/releases )
- [Changelog](https://github.com/archiverjs/node-archiver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/archiverjs/node-archiver/compare/5.1.0...5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-18 04:46:23 +00:00
Patrik Oldsberg
38fe527d97
dockerfile: mention build-image command
2021-02-17 21:23:12 +01:00
Patrik Oldsberg
1ca39b7525
Apply suggestions from code review
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-02-17 20:45:41 +01:00
Patrik Oldsberg
40f0c33378
update backend Dockerfile to use config example and fix comment
2021-02-17 20:44:40 +01:00
Patrik Oldsberg
d13aea9cd2
docs: add full docker deployment docs
2021-02-17 20:44:10 +01:00
Himanshu Mishra
83f6e6bb29
Merge pull request #4562 from backstage/orkohunter/techdocs-run-container-with-user-permissions
2021-02-17 17:41:30 +01:00
Ben Lambert
a9e869a6b5
Merge pull request #4557 from grantila/improved-pagerduty
...
Improve pagerduty plugin
2021-02-17 15:36:07 +01:00
Johan Haals
2cf720547c
Scaffolder: use colors from the Backstage theme
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-02-17 14:14:00 +01:00
Ben Lambert
688895665b
Merge pull request #4563 from backstage/blam/custom-api-factory-docs
...
docs: Fixing custom implementations of Utility APIs
2021-02-17 14:13:48 +01:00
Himanshu Mishra
6190ba75a3
Merge pull request #4539 from taras/tm/techdocs-azure-publisher-error-reporting
2021-02-17 13:59:56 +01:00
blam
758bde6266
chore: fix code review
2021-02-17 13:57:32 +01:00
blam
8425f6d10f
chore: fixing syntax
2021-02-17 13:56:29 +01:00
blam
e308a89ade
docs: fixing custom implementations of utitiy apis
2021-02-17 13:53:44 +01:00
Himanshu Mishra
92f83517a9
Merge pull request #4552 from backstage/orkohunter/techdocs-aws-sdk-v2-downgrade-docs
2021-02-17 13:51:46 +01:00
Fredrik Adelöw
83ff0988b1
a small start to the integrations section of the config
2021-02-17 13:50:08 +01:00
Himanshu Mishra
44414239f2
TechDocs: Add changeset about Docker permission fix
2021-02-17 13:49:59 +01:00
Johan Haals
29257f31e0
Scaffolder: Revert to Navigate component
...
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-17 13:47:23 +01:00
Gustaf Räntilä
1743239d03
Updated unit tests for the new UI
2021-02-17 13:40:36 +01:00
Ben Lambert
fda81c64cd
Merge pull request #4514 from ebarriosjr/added-githubapp-authentication-to-scaffolder
...
Added githubapp authentication to scaffolder
2021-02-17 13:35:33 +01:00
Himanshu Mishra
5795f2dc93
TechDocs: Pass user and group ID when invoking docker container
...
Without this, files generated by Docker container will be restricted to the root user
2021-02-17 12:40:36 +01:00
ebarrios
233b78a42e
Replace logging erro and return undefined for a throw new Error
2021-02-17 12:23:16 +01:00
Gustaf Räntilä
db6ff2daa2
@types/react 16 not 17
2021-02-17 12:12:33 +01: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
Himanshu Mishra
b0501f8348
docs(TechDocs): Add more context with AWS docs hyperlinks
2021-02-17 11:09:49 +01:00
Gustaf Räntilä
010bfcca43
Added missing dep on @types/react
2021-02-17 11:01:16 +01:00
Gustaf Räntilä
f358d11910
Removed unused import
2021-02-17 10:16:52 +01:00
Ben Lambert
2d8e78ed4c
Merge pull request #4556 from backstage/dependabot/npm_and_yarn/graphql-codegen/typescript-resolvers-1.18.2
...
chore(deps-dev): bump @graphql-codegen/typescript-resolvers from 1.17.12 to 1.18.2
2021-02-17 10:14:05 +01:00
Ben Lambert
7c889d1c1a
Merge pull request #4551 from bobalong79/patch-1
...
Fix sonar plugin
2021-02-17 10:12:08 +01:00
Johan Haals
016c14782a
create-app: add missing semicolon
2021-02-17 09:31:38 +01:00
Johan Haals
fd7e3ae8a2
scaffolder: replace clsx with classNames
2021-02-17 09:30:42 +01:00
Johan Haals
75e40350fa
scaffolder: Use default ErrorPage
2021-02-17 09:16:24 +01:00
Johan Haals
7c5b0e206f
Update plugins/scaffolder-backend/src/service/router.ts
...
Co-authored-by: Adam Harvey <adam.harvey@dxc.com >
2021-02-17 09:08:12 +01:00
Johan Haals
b6cf3cfc3c
Update plugins/scaffolder-backend/src/scaffolder/tasks/TaskWorker.ts
...
Co-authored-by: Adam Harvey <adam.harvey@dxc.com >
2021-02-17 09:06:03 +01:00
Johan Haals
d9685d0b1e
Update plugins/scaffolder/src/api.ts
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
2021-02-17 08:59:57 +01:00
dependabot[bot]
36c154541c
chore(deps-dev): bump @graphql-codegen/typescript-resolvers
...
Bumps [@graphql-codegen/typescript-resolvers](https://github.com/dotansimha/graphql-code-generator/tree/HEAD/packages/plugins/typescript/resolvers ) from 1.17.12 to 1.18.2.
- [Release notes](https://github.com/dotansimha/graphql-code-generator/releases )
- [Changelog](https://github.com/dotansimha/graphql-code-generator/blob/master/packages/plugins/typescript/resolvers/CHANGELOG.md )
- [Commits](https://github.com/dotansimha/graphql-code-generator/commits/@graphql-codegen/typescript-resolvers@1.18.2/packages/plugins/typescript/resolvers )
Signed-off-by: dependabot[bot] <support@github.com >
2021-02-17 04:54:48 +00:00
Patrik Oldsberg
d50e9b81e3
create-app: switch to using backend:bundle
2021-02-16 23:48:55 +01:00
Patrik Oldsberg
92d7a8eedf
switch docker build to use backend:bundle
2021-02-16 23:48:03 +01:00
bobalong79
3a82293dad
Add changeset
2021-02-16 22:19:22 +00:00
ebarrios
36a4ede275
Change error message in the publish func for when the credentials provider can not get a token
2021-02-16 19:56:18 +01:00