Commit Graph

734 Commits

Author SHA1 Message Date
Taras Mankovski 2220c3f801 Configure builder config to include sourcemaps 2020-10-07 14:49:42 -04:00
Fredrik Adelöw 2b30fafa19 chore(deps): get rid of vulnerable bl and node-forge 2020-10-06 09:20:24 +02:00
Patrik Oldsberg 46b71700ee v0.1.1-alpha.24 2020-10-05 15:45:33 +02:00
Patrik Oldsberg 978c98403f cli: added tests for forward-file-imports rollup plugin 2020-10-02 01:02:43 +02:00
Patrik Oldsberg cba7605ce0 cli: add new rollup plugin for forwarding file imports 2020-10-01 20:03:25 +02:00
dependabot[bot] c541d61b4f chore(deps): bump rollup-plugin-typescript2 from 0.26.0 to 0.27.3
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.26.0 to 0.27.3.
- [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases)
- [Commits](https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.26.0...0.27.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 04:36:54 +00:00
Fredrik Adelöw dc6b1e7c79 Merge pull request #2669 from spotify/freben/github-org
feat(catalog-backend): implement github org entity ingestion
2020-09-30 15:08:24 +02:00
Fredrik Adelöw 7ec6dc7f30 chore: address comments 2020-09-30 14:32:23 +02:00
Andrew Thauer 1f21de7b43 feat(catalog): add codeowners processor 2020-09-29 07:35:05 -04:00
blam 15911e7a1a deps(esbuild): bumping esbuild to latest 0.7.7 2020-09-28 15:33:47 +02:00
blam 95c4d68e51 chore(cli): added node-fetch as a setup dependeny 2020-09-24 11:20:07 +02:00
blam f326c2ee1e Merge branch 'master' of github.com:spotify/backstage into feat/backend-plugin
* 'master' of github.com:spotify/backstage: (30 commits)
  fix(techdocs-core): use the content of the readme as long description for the pypi package (#2578)
  chore: add contrib to CONTRIBUTING.md (#2585)
  Fix typo (#2584)
  backend-common: default config env to development
  v0.1.1-alpha.23
  TechDocs: Inject CSS transformer and initial backstage style integration for reader (#2560)
  bug(gql): use import to import the graphql module
  Rename file
  [blog] Announce CNCF Sandbox (#2568)
  document cleaning - tutorial quickstarts (#2520)
  Simplify codecov flag names
  chore(scaffolder-backend): typo in visibility
  Kubernetes plugins boilerplate (#2559)
  CHANGELOG: add entry for SessionApi refactor
  Upload package specific code coverage to codecov
  Add codecov flags for core and core-api packages
  TechDocs: Enable allowVulnerableTags in sanitize-html (#2554)
  chore: trust the Boolean :)
  docs: regenerate api reference docs
  core: refactor SessionStateApi to SessionApi with sign-in/out
  ...
2020-09-24 10:54:04 +02:00
blam 6c55d38348 v0.1.1-alpha.23 2020-09-23 16:40:49 +02:00
blam b60086db6b chore(cli): updating nodefetch 2020-09-22 03:56:16 +02:00
blam a9adf229ff chore(cli): fixing cli issues 2020-09-22 03:25:08 +02:00
blam 65664e2c30 chore(cli): fixing create again 2020-09-22 01:54:38 +02:00
blam 6f70008386 chore(cli): fixing issues with the new dependency 2020-09-21 23:37:35 +02:00
blam 02bff0b54d Merge branch 'master' of github.com:spotify/backstage into feat/backend-plugin
* 'master' of github.com:spotify/backstage: (21 commits)
  core/package.json: pin core-api to same version as core
  [microsite] tweaking CNCF logo styling (#2529)
  feat(catalog): show only components
  fix(gcp-projects): some postponed cleanup of the plugin code (#2523)
  feat: move add example components to a more visible space and change behavior
  use version from lerna.json or fallback to 0.1.0
  remove scope from registry
  revert templatingTask
  revert templatingTask test
  update templatingTask test
  fix plugin template verification
  fix plugin:diff
  remove console.log
  fix plugin:diff
  un-escape var
  keep addPluginDependencyToApp argument consistent
  detect monorepo
  fix registryURL
  rename packageName
  improvement
  ...
2020-09-21 16:04:33 +02:00
blam cd0f2bd3db chore(cli/backend): fixing some drit 2020-09-21 15:48:55 +02:00
Patrik Oldsberg 89371fd8d9 Merge pull request #2316 from feiming/scaffold
remove mono repo dependency from create-plugin
2020-09-21 15:21:43 +02:00
blam 8953211c5b chore(cli): fixed the failing tests 2020-09-21 01:08:04 +02:00
blam 0d07847859 feat(cli): adding the backend flag to the cli 2020-09-21 00:46:02 +02:00
blam 1fb8428c1e Merge branch 'feat/backend-plugin' of github.com:spotify/backstage into feat/backend-plugin
* 'feat/backend-plugin' of github.com:spotify/backstage:
  chore(cli): updating issues with wrong package version
  chore(cli): updating endpoint for test
  chore(cli): fixing winston dependency
  chore(cli): fixing dependenceis:Wq
  chore(cli): need to make a module
  chore(cli): update eslint rules
2020-09-21 00:08:11 +02:00
blam 7aa0945314 Merge branch 'master' of github.com:spotify/backstage into feat/backend-plugin
* 'master' of github.com:spotify/backstage: (1118 commits)
  test(catalog/gql): added some test for the catalog graphql module
  Fix Dockerfile comments and README instructions
  Fix prettier on multi-stage-fontend README.md
  Move standalone.Dockerfile to contrib directory
  Update quickstart-app-auth.md
  test(catalog/gql): added some tests as i couldn't get codecov to ignore
  Update changelog
  v0.1.1-alpha.22
  v0.1.1-alpha.21
  chore(codecov): trying again?
  chore(codecov): prettier why do you hate me
  TechDocs: Use a flag to determine if we should use a local mkdocs or techdocs-container (#2503)
  ignore graphql plugins from codecov
  feat(catalog-backend): delete log entries older than a cutoff
  chore(catalog/gql): making the backend start
  [microsite] Add CNCF logo (#2511)
  feat: use title for API type in table
  fix(workflows): do not run e2e when contrib or docs change
  chore(contrib): form the basic contrib hierarchy
  fix(catalog-backend): address comments and add docs
  ...
2020-09-20 23:43:56 +02:00
Raghunandan 72235dd51e v0.1.1-alpha.22 2020-09-18 15:14:38 +02:00
Fabian Chong 885e9a63f6 use version from lerna.json or fallback to 0.1.0 2020-09-18 13:10:50 +08:00
Fabian Chong 5603f1430d remove scope from registry 2020-09-17 16:52:34 +08:00
Fabian Chong d0104e2052 revert templatingTask 2020-09-16 15:19:20 +08:00
Fabian Chong 820304af3c revert templatingTask test 2020-09-16 15:01:12 +08:00
Fabian Chong 21aa93ad46 update templatingTask test 2020-09-16 14:56:28 +08:00
Fabian Chong 903c9d9c63 fix plugin template verification 2020-09-16 14:06:14 +08:00
Patrik Oldsberg 1d254175d3 cli: fix for css being treated as images in build
Reported on Discord: https://discordapp.com/channels/687207715902193673/687235481154617364/755424027236892823
2020-09-15 22:29:27 +02:00
Fabian Chong 111fbb9e0f fix plugin:diff 2020-09-15 13:30:18 +08:00
Fabian Chong 6cc089abae remove console.log 2020-09-14 15:56:52 +08:00
Fabian Chong f90d645461 fix plugin:diff 2020-09-14 15:50:18 +08:00
Fabian Chong 7f8f8f7572 un-escape var 2020-09-14 14:40:02 +08:00
Fabian Chong fd485da035 Merge branch 'master' into scaffold 2020-09-11 14:49:39 +08:00
dependabot[bot] 01c32f8a66 chore(deps): bump @svgr/plugin-svgo from 4.3.1 to 5.4.0 (#2378)
Bumps [@svgr/plugin-svgo](https://github.com/gregberge/svgr) from 4.3.1 to 5.4.0.
- [Release notes](https://github.com/gregberge/svgr/releases)
- [Changelog](https://github.com/gregberge/svgr/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gregberge/svgr/compare/v4.3.1...v5.4.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 14:54:55 +02:00
Fabian Chong 1db225a02f keep addPluginDependencyToApp argument consistent 2020-09-10 18:09:09 +08:00
Fabian Chong 9cb2cfe2ee detect monorepo 2020-09-10 17:23:00 +08:00
Fabian Chong 6b78834c09 Merge branch 'master' into scaffold 2020-09-10 14:46:46 +08:00
Fabian Chong 816f158623 fix registryURL 2020-09-10 14:02:26 +08:00
Fabian Chong 11cddc25aa rename packageName 2020-09-10 13:14:32 +08:00
Fredrik Adelöw 1521e27069 Merge pull request #2354 from spotify/freben/accordion
chore: bump mui to the create-app resolved version, to lose Accordion warnings
2020-09-09 11:58:07 +02:00
Fredrik Adelöw 0a24df743f chore: bump mui to the create-app resolved version, to lose Accordion warnings 2020-09-09 11:18:18 +02:00
Ilya Lyamkin ec87e8b53d Allow paths with dots 2020-09-08 15:43:37 +02:00
Fabian Chong adaa61e9ac improvement 2020-09-08 09:25:10 +08:00
Patrik Oldsberg 3ec99fbc55 cli: make skipLibCheck default in tsconfig, but provide tsc:full 2020-09-07 17:30:57 +02:00
Fabian Chong e40f2b1f54 remove mono repo dependency and private npm registry option 2020-09-07 22:08:12 +08:00
Patrik Oldsberg 9bfef247cc cli: add skeleton tarball for docker build caching 2020-09-07 15:03:39 +02:00