Commit Graph

8129 Commits

Author SHA1 Message Date
Himanshu Mishra cb28e1a6a0 chore(git): Need author and commiter for doing git merge 2020-12-23 00:34:12 +01:00
Himanshu Mishra 9ca586e579 techdocs: Replace nodegit with isomorphic-git
TechDocs needs 4 functions from the git library
1. To clone 2. To get the commit timestamp for HEAD 3. To fetch 4. To merge two branches

Created necessary commands in the new SCM client and reordered them alphabetically for convenience
2020-12-23 00:12:20 +01:00
blam 1e7f526bd3 feat: update all publishers to use isomorphic-gint 2020-12-22 13:09:27 +01:00
blam 3727e3b367 feat: update all preparers to use isomorphic git 2020-12-22 13:00:36 +01:00
blam ab82709595 bug: need to actually use the tmpDirectory for checkout not the end location 2020-12-21 16:31:50 +01:00
blam ff0f7f89a2 Merge branch 'master' of github.com:backstage/backstage into blam/isomorphic-git
* 'master' of github.com:backstage/backstage: (269 commits)
  address comments
  catalog-backend: flesh out and tweak the config schema
  Update chilled-pigs-destroy.md
  catalog-backend: start warning about usage of deprecated location types
  scripts: add script for migrating away from deprecated location types
  chore: fixing changeset prettyness
  Create good-hairs-sniff.md
  Update IconLinkVertical.tsx
  Update violet-sloths-reply.md
  Delete fuzzy-windows-cry.md
  Create violet-sloths-reply.md
  Added changeset
  build(deps): bump archiver from 5.0.2 to 5.1.0
  build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1
  docs: Update lighthouse docs
  fix(app): listen to app.listen.host
  scaffolder-backend: clarify type detection error message
  docs: Update techdocs architecture features status
  scaffolder-backend: gitlab preparer uses integrations token
  core-api: ensure that routable extension components are discovered at boot
  ...
2020-12-21 16:31:15 +01:00
blam 54a19d4444 feat: move all publishers over to the backend common way to interact with git scm 2020-12-21 16:05:24 +01:00
blam d0a972eb63 chore: reworking how we deal with exporting things from the main package 2020-12-21 16:05:10 +01:00
blam 70ceab3db4 feat: adding in all the functions needed for isomorphic git feature 2020-12-21 15:38:53 +01:00
samiramkr 241bdb6215 Merge pull request #3704 from backstage/samiram/aboutCard
Samiram/about card
2020-12-21 15:08:29 +01:00
Ben Lambert a098d18dd1 Merge pull request #2557 from backstage/mob/scaffolder-cra-fixes
feat(scaffolder): cra add gha integration, fix imports
2020-12-21 15:04:33 +01:00
Samira Mokaram 7358a60fa1 address comments 2020-12-21 13:36:01 +01:00
Fredrik Adelöw dd402f5a66 Merge pull request #3776 from backstage/freben/catalog-schema-again
catalog-backend: flesh out and tweak the config schema
2020-12-21 12:40:25 +01:00
Patrik Oldsberg 9eab5096a2 Merge pull request #3588 from omerlh/patch-1
chore: use node 14 for backend dockerfile
2020-12-21 12:22:23 +01:00
Fredrik Adelöw 5084e50396 catalog-backend: flesh out and tweak the config schema 2020-12-21 12:21:40 +01:00
Samira Mokaram fba3acffda Merge branch 'samiram/aboutCard' of https://github.com/spotify/backstage into samiram/aboutCard 2020-12-21 12:13:10 +01:00
Patrik Oldsberg c7d355a19e Update chilled-pigs-destroy.md 2020-12-21 12:03:49 +01:00
Patrik Oldsberg 7afe9c85c5 Merge pull request #3733 from backstage/rugvip/url
catalog-backend: start warning about usage of deprecated location types
2020-12-21 11:42:03 +01:00
Patrik Oldsberg 07b5624168 Merge pull request #3803 from backstage/rugvip/scripts
scripts: add script for migrating away from deprecated location types
2020-12-21 11:41:26 +01:00
Ben Lambert 994db5196e Merge pull request #3792 from erikxiv/fix/listen-to-host
fix(app): listen to app.listen.host
2020-12-21 11:39:10 +01:00
Patrik Oldsberg 5de26b9a6d catalog-backend: start warning about usage of deprecated location types 2020-12-21 11:25:43 +01:00
Patrik Oldsberg 70885dd9c7 scripts: add script for migrating away from deprecated location types 2020-12-21 11:21:33 +01:00
blam 8f01e55c5f chore: fixing changeset prettyness 2020-12-21 11:20:13 +01:00
blam 58dba4569a Merge branch 'mob/scaffolder-cra-fixes' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'mob/scaffolder-cra-fixes' of github.com:backstage/backstage:
  Create good-hairs-sniff.md
2020-12-21 11:19:54 +01:00
Ben Lambert 19554f6d68 Create good-hairs-sniff.md 2020-12-21 11:11:07 +01:00
Himanshu Mishra 59f7603a6c Merge pull request #3786 from backstage/orkohunter/update-techdocs-features-status
docs: Update TechDocs features status on its architecture page
2020-12-21 10:47:53 +01:00
blam ee92b179e1 Merge branch 'master' of github.com:backstage/backstage into mob/scaffolder-cra-fixes
* 'master' of github.com:backstage/backstage: (98 commits)
  build(deps): bump archiver from 5.0.2 to 5.1.0
  build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1
  docs: Update lighthouse docs
  scaffolder-backend: clarify type detection error message
  scaffolder-backend: gitlab preparer uses integrations token
  core-api: ensure that routable extension components are discovered at boot
  core-api: memoize app element traversal and validation
  core-api: add lazy loading of component extensions
  Add changeset and add missing semicolon
  Add search plugin to new CLI created apps
  build(deps): bump graphql from 15.3.0 to 15.4.0
  core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state
  run prettier on the roadmap
  core-api: refactor createReactExtension to forward component types directly and avoid @types/react dependency
  core-api: add route validation to app + test
  core-api: default type parameters for BackstagePlugin to avoid breakage
  changeset: add changesets for new plugin extension API
  core-api: avoid exporting AnyRoutes, AnyExternalRoutes, and ExternalRouteRef constructor
  core-api: rename BindRouteFunc to AppRouteBinder
  core-api,plugins/graphiql: export extension APIs from core-api and port the graphiql plugin
  ...
2020-12-21 10:37:32 +01:00
samiramkr 6a1183a349 Update IconLinkVertical.tsx 2020-12-21 10:32:15 +01:00
Patrik Oldsberg f60efae288 Update violet-sloths-reply.md 2020-12-21 10:31:35 +01:00
Samira Mokaram 33d603c58c change the export of Link 2020-12-21 10:29:04 +01:00
Ben Lambert 021afcf386 Merge pull request #3798 from backstage/dependabot/npm_and_yarn/archiver-5.1.0
build(deps): bump archiver from 5.0.2 to 5.1.0
2020-12-21 10:24:37 +01:00
Patrik Oldsberg 5c71d6cdfa Delete fuzzy-windows-cry.md 2020-12-21 10:24:07 +01:00
Patrik Oldsberg 7d72f9b098 Create violet-sloths-reply.md 2020-12-21 10:21:08 +01:00
Erik Larsson f3dc154965 Added changeset 2020-12-21 10:14:44 +01:00
Ben Lambert 23a0801a4c Merge pull request #3795 from erikxiv/fix/update-lighthouse-docs
docs: Update lighthouse docs
2020-12-21 10:11:20 +01:00
Ben Lambert d41610a4f0 Merge pull request #3797 from backstage/dependabot/npm_and_yarn/typescript-json-schema-0.45.1
build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1
2020-12-21 10:10:26 +01:00
dependabot[bot] 6e65800eb6 build(deps): bump archiver from 5.0.2 to 5.1.0
Bumps [archiver](https://github.com/archiverjs/node-archiver) from 5.0.2 to 5.1.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.0.2...5.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 05:08:20 +00:00
dependabot[bot] 1d2708c6fe build(deps): bump typescript-json-schema from 0.45.0 to 0.45.1
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.45.0 to 0.45.1.
- [Release notes](https://github.com/YousefED/typescript-json-schema/releases)
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.45.0...v0.45.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 04:56:34 +00:00
Erik Larsson 20533789d6 docs: Update lighthouse docs 2020-12-21 00:13:22 +01:00
Erik Larsson 2837dec850 fix(app): listen to app.listen.host 2020-12-20 19:30:01 +01:00
Patrik Oldsberg e71d815ed7 Merge pull request #3756 from backstage/rugvip/clarify
scaffolder-backend: clarify type detection error message
2020-12-19 14:47:54 +01:00
Patrik Oldsberg aed8f7f12f scaffolder-backend: clarify type detection error message 2020-12-19 14:27:24 +01:00
Patrik Oldsberg 1fa02e5bb3 Merge pull request #3777 from backstage/mob/valid
core-api: ensure that routable extension components are discovered at boot
2020-12-19 12:52:08 +01:00
Himanshu Mishra 9af7248c45 docs: Update techdocs architecture features status 2020-12-19 11:21:03 +01:00
Ben Lambert 7ddbe019c4 Merge pull request #3778 from backstage/freben/scaffold-gitlab
scaffolder-backend: gitlab preparer uses integrations token
2020-12-19 01:53:58 +01:00
Fredrik Adelöw 33a82a7137 scaffolder-backend: gitlab preparer uses integrations token 2020-12-18 16:43:26 +01:00
Patrik Oldsberg f0eda7e0aa core-api: ensure that routable extension components are discovered at boot
Co-authored-by: blam <ben@blam.sh>
2020-12-18 14:21:46 +01:00
Fredrik Adelöw 04ac603cd1 Merge pull request #3774 from tudi2d/3618-search-in-new-apps
Add search plugin to new CLI created apps
2020-12-18 14:00:40 +01:00
Fredrik Adelöw e3dc3e40cf Merge pull request #3767 from backstage/bug/csp
Updating CSP for unsafe eval
2020-12-18 13:58:49 +01:00
Patrik Oldsberg 1adc0443ad Merge pull request #3770 from backstage/rugvip/ghsession
core-api: add MutableSessionManager and fix AuthSessionStore not properly updating session state
2020-12-18 13:41:02 +01:00