Commit Graph

5683 Commits

Author SHA1 Message Date
blam cd0f2bd3db chore(cli/backend): fixing some drit 2020-09-21 15:48:55 +02:00
Sebastian Qvarfordt 525aabeb47 Added toggled option for allowing longpath in windows through nodegit 2020-09-21 15:33:53 +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
Raghunandan Balachandran 523a07de27 Merge pull request #2517 from SDA-SE/feat/improve-add-example-button
feat: move add example components to a more visible space and change behavior
2020-09-21 15:17:05 +02:00
Raghunandan Balachandran 13b671586e Merge pull request #2531 from spotify/Rugvip-patch-1
core/package.json: pin core-api to same version as core
2020-09-21 15:05:24 +02:00
Samira Mokaram 67d205cf48 remove comments 2020-09-21 14:39:16 +02:00
Samira Mokaram a6178e4aff fix banner position and color 2020-09-21 14:14:19 +02:00
J Shamsul Bahri (jibone)) eccef941ea remove type that is not used 2020-09-21 18:51:24 +08:00
J Shamsul Bahri (jibone)) e2d719f502 switch to use generic sessionmanager and storage 2020-09-21 18:48:13 +08:00
Patrik Oldsberg 2af1b2b5a7 core/package.json: pin core-api to same version as core
`@backstage/core-api` is an internal package that should never be depended on directly. The version of `@backstage/core` should be what determines the version of `@backstage/core`, not the lockfile.
2020-09-21 12:45:26 +02:00
Tim Jacomb f77333c351 Update docker base image to buster for node 2020-09-21 11:01:22 +01:00
J Shamsul Bahri (jibone)) 70dc0627aa remove the console.log 2020-09-21 17:53:18 +08:00
J Shamsul Bahri (jibone)) 5288ce0dee Remove getAccessToken func 2020-09-21 17:43:05 +08:00
Stefan Ålund 60e9799075 [microsite] tweaking CNCF logo styling (#2529) 2020-09-21 10:41:27 +02:00
ebarrios 1f973f4867 Modify the value of Service Account in the details to correct the error that was not showing the service account 2020-09-21 10:22:41 +02:00
J Shamsul Bahri (jibone)) 1b8f839870 Merge branch 'master' into add-saml-login 2020-09-21 16:16:45 +08:00
ebarrios 8e73d3b5bf Solved merge conflicts 2020-09-21 10:09:21 +02:00
Esteban Barrios f315ad20e6 Merge pull request #8 from spotify/master
Update Fork
2020-09-21 09:55:34 +02:00
Ivan Shmidt f8d0716178 Merge pull request #2528 from spotify/shmidt-i/catalog-show-only-components
feat(catalog): show only components
2020-09-21 09:31:36 +02:00
Ivan Shmidt 4d791599c3 feat(catalog): show only components 2020-09-21 09:13:16 +02:00
J Shamsul Bahri (jibone)) bb8bc7dd42 merge master and start using discoveryApi 2020-09-21 15:00:56 +08:00
Fredrik Adelöw c742a38ddb fix(gcp-projects): some postponed cleanup of the plugin code (#2523) 2020-09-21 08:43:51 +02:00
blam 9f8f07d483 chore(cli): fixing issues 2020-09-21 01:13:57 +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
Ben Lambert c5d4458962 Merge pull request #1914 from spotify/mob/union-types
Add Catalog API + Union Types to GraphQL
2020-09-20 22:57:28 +02:00
blam d46b993c90 test(catalog/gql): added some test for the catalog graphql module 2020-09-20 22:40:57 +02:00
Patrik Oldsberg b625009cd8 Merge pull request #2037 from alisinabh/master
Add standalone building with docker
2020-09-20 22:35:53 +02:00
Alisina Bahadori 357a99a20b Fix Dockerfile comments and README instructions 2020-09-20 23:32:17 +03:30
blam fff010b0d1 Merge branch 'master' of github.com:spotify/backstage into mob/union-types
* 'master' of github.com:spotify/backstage:
  Update quickstart-app-auth.md
  Update changelog
  v0.1.1-alpha.22
  v0.1.1-alpha.21
  TechDocs: Use a flag to determine if we should use a local mkdocs or techdocs-container (#2503)
  feat(catalog-backend): delete log entries older than a cutoff
  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
  fix(catalog-backend): unify github and github/api, and use git-url-parse
2020-09-20 21:00:45 +02:00
Alisina Bahadori 5d8afa9bc6 Fix prettier on multi-stage-fontend README.md 2020-09-20 17:57:36 +04:30
Alisina Bahadori 0cfe7461dd Move standalone.Dockerfile to contrib directory 2020-09-20 17:36:19 +04:30
Omer Farooq e55156766b create-app: fix missing .gitignore file when scaffolded 2020-09-19 16:42:48 +12:00
Patrik Oldsberg 1564f56a87 Merge pull request #2524 from rachfop/patch-1
Update quickstart-app-auth.md
2020-09-18 22:00:18 +02:00
Patrick Rachford e233244728 Update quickstart-app-auth.md
stand-alone/standalone are used as an adjective. You can think of it as a synonym for independent.
Stand alone is a verb phrase.
2020-09-18 12:55:53 -07:00
Tim Hansen 46a8df7ffd Merge branch 'master' of https://github.com/spotify/backstage 2020-09-18 10:02:11 -06:00
Fredrik Adelöw 777cda358f Merge pull request #2510 from spotify/release-sept-18
Release v0.1.1-alpha.22
2020-09-18 16:51:26 +02:00
ebarrios 2eab159423 Modify Author field in details and change it to Service Account 2020-09-18 16:45:02 +02:00
blam 2ed582f04a test(catalog/gql): added some tests as i couldn't get codecov to ignore 2020-09-18 16:37:05 +02:00
Raghunandan 3c1aec3c53 Update changelog 2020-09-18 15:14:38 +02:00
Raghunandan 72235dd51e v0.1.1-alpha.22 2020-09-18 15:14:38 +02:00
Raghunandan 259205727e v0.1.1-alpha.21 2020-09-18 15:13:47 +02:00
Fredrik Adelöw f7a57e89d0 Merge pull request #2501 from spotify/freben/more-github
fix(catalog-backend): unify github and github/api, and use git-url-parse
2020-09-18 15:06:18 +02:00
blam 025795aeda chore(codecov): trying again? 2020-09-18 14:45:31 +02:00
blam 5f742e0b83 chore(codecov): prettier why do you hate me 2020-09-18 14:25:50 +02:00
Ben Lambert 5ca6b3ac4c Merge pull request #2512 from spotify/freben/contrib
chore(contrib): form the basic contrib hierarchy
2020-09-18 14:18:57 +02:00
Ben Lambert 23e8350121 Merge pull request #2519 from spotify/freben/cut-logs
feat(catalog-backend): delete log entries older than a cutoff
2020-09-18 14:17:47 +02:00
Ben Lambert fdfdb65278 Merge pull request #2513 from spotify/freben/less-e2e
fix(workflows): do not run e2e when contrib or docs change
2020-09-18 14:17:16 +02:00