74233 Commits

Author SHA1 Message Date
Ben Lambert 0597211af1 Merge pull request #2433 from timja/support-user-or-org
scaffolder: Allow user or org, remove hard coded isOrg
2020-09-15 09:17:25 +02:00
Fabian Chong 39f77fc436 Merge branch 'master' into scaffold 2020-09-15 13:58:28 +08:00
Fabian Chong 111fbb9e0f fix plugin:diff 2020-09-15 13:30:18 +08:00
David Tuite d36f3bc5d8 Assorted scaffolder form help text improvements (#2467)
* Prompt the user for a description in templates

The text "Description of the component" was a little redundant since the
label already says "Description". This description text hints to the
user why they should bother adding an informative description.

* Inform user about lowercase, url-safe constraint

Create React App scaffolding fails when a name with spaces or other
non-url-safe chars are provided. Instead of making the user wait for a
failure, Backstage should tell them about this constraint up front.
2020-09-15 06:42:13 +02:00
Tim Hansen e1efd68efe Merge branch 'master' of https://github.com/spotify/backstage 2020-09-14 14:09:57 -06:00
Patrik Oldsberg cc5f228c0a Merge pull request #2465 from spotify/Rugvip-patch-1
plugins/newrelic: make public
2020-09-14 17:34:20 +02:00
Patrik Oldsberg b86d408fa7 plugins/newrelic: make public 2020-09-14 17:06:29 +02:00
Sebastian Qvarfordt 398d7eb91e TechDocs: Fix building if you already have a corrupt git tmp folder (#2457)
* Fix building if you already have a corrupt git tmp folder

* Logging the error we get before trying to recover
2020-09-14 16:57:37 +02:00
Fredrik Adelöw 9888418d41 missing yarn.lock updates again (#2456)
* missing yarn.lock updates again

* yarn.lock: sync the sync

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2020-09-14 16:43:20 +02:00
Patrik Oldsberg 87699ffe20 Merge pull request #2449 from spotify/rugvip/change
CHANGELOG: update until 47800 + bump to alpha.21
2020-09-14 15:57:18 +02:00
Patrik Oldsberg 189ec4f6aa Merge pull request #2441 from spotify/rugvip/win
github/workflows: remove global yarn cache from windows build
2020-09-14 15:55:28 +02:00
Himanshu Mishra a72944e515 Merge pull request #2450 from spotify/orkohunter/codecov-config 2020-09-14 11:09:24 +02: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
Fredrik Adelöw 8989e83475 Merge pull request #2446 from spotify/freben-patch-2
Add reference to well known annotations
2020-09-14 09:29:04 +02:00
Fredrik Adelöw 8a0adf950a Update mkdocs.yml etc 2020-09-14 09:07:22 +02:00
Fabian Chong efb25ba051 Merge branch 'master' into scaffold 2020-09-14 14:40:53 +08:00
Fabian Chong 7f8f8f7572 un-escape var 2020-09-14 14:40:02 +08:00
Oliver Sand d6b0c80afd fix(catalog): remove unused components (#2430)
This allows to resolve some circular dependencies.
2020-09-14 08:01:24 +02:00
dependabot[bot] 42ebe8bdb1 chore(deps-dev): bump docusaurus in /microsite (#2455)
Bumps [docusaurus](https://github.com/facebook/docusaurus) from 2.0.0-alpha.63 to 2.0.0-alpha.64.
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/master/CHANGELOG-2.x.md)
- [Commits](https://github.com/facebook/docusaurus/compare/v2.0.0-alpha.63...v2.0.0-alpha.64)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 07:59:32 +02:00
Andrew Thauer 678a9c90de feat: add graphql api type 2020-09-13 22:01:11 -04:00
Himanshu Mishra 2b5f7c5248 Codecov: Reset threshold to 0%. It is harmless. 2020-09-13 23:07:50 +02:00
Himanshu Mishra 2c68f25de6 Codecov: Add reference documentation links in config 2020-09-13 22:46:51 +02:00
Himanshu Mishra 595c5ce98a Codecov: Set threshold of coverage change to 2%
This is 2 percent points. So, if coverage drops from 50% to 47.9%, codecov github check will fail.
2020-09-13 22:40:20 +02:00
Himanshu Mishra a4038cd646 Codecov: Disable comments 2020-09-13 22:39:21 +02:00
Patrik Oldsberg fc7b1325ad CHANGELOG: update until 47800 + bump to alpha.21 2020-09-13 21:40:28 +02:00
Taras Mankovski cdb5510b2f Fix formatting of changeset workflow 2020-09-13 13:19:27 -04:00
Taras Mankovski 2617d8e36c @changeset/cli to dev dependencies 2020-09-13 13:19:27 -04:00
Taras Mankovski 10eafce72a Add --frozen-lockfile on yarn install 2020-09-13 13:19:27 -04:00
Taras Mankovski 5b5928a52e Add changeset workflow 2020-09-13 13:19:27 -04:00
Taras Mankovski cee29bbd2b Linking all of the packages so they're released together 2020-09-13 13:19:27 -04:00
Taras Mankovski 247e7b3471 Add @changesets/cli as a dependency & init changesets 2020-09-13 13:19:27 -04:00
Himanshu Mishra a8fee3c5e8 Merge pull request #2434 from spotify/orkohunter/update-techdocs-documentation 2020-09-13 18:02:12 +02:00
Himanshu Mishra c7f3fe1333 Merge pull request #2444 from spotify/orkohunter/2415-docs-auth-in-getting-started 2020-09-13 14:57:24 +02:00
Himanshu Mishra a737bc2eeb TechDocs: Automatically add new Issues/PRs to GitHub project board (#2443)
* TechDocs: Automatically add new Issues/PRs to GitHub project board

* Merge two separate jobs into one
2020-09-13 14:11:43 +02:00
Alex Landovskis 155f6d3e39 app-config.yaml: Add missing config for GithubReaderProcessor. 2020-09-12 18:34:32 -04:00
Himanshu Mishra ea4884ed97 Docs: Link to nvm repository for users to install 2020-09-12 23:52:34 +02:00
Himanshu Mishra 841dc867ee Docs: Remove unnecessary back to docs link 2020-09-12 23:51:29 +02:00
Himanshu Mishra fe64f992f6 Add Authentication section in Getting Started
Closes https://github.com/spotify/backstage/issues/2415
2020-09-12 23:50:59 +02:00
Ivan Shmidt 4780043ada Merge pull request #2172 from NetPenguins/master
GithubActions Logging Implementation
2020-09-12 19:16:19 +02:00
Patrik Oldsberg 3aee1a1de6 Merge pull request #2439 from spotify/rugvip/data
remove mock-data scripts and use catalog.locations for adding examples
2020-09-12 17:20:10 +02:00
NetPenguins b4d4af50d8 prettier misconfigured 2020-09-12 10:26:19 -04:00
Patrik Oldsberg 5c9e1da0a9 github/workflows: remove global yarn cache from windows build 2020-09-12 16:06:10 +02:00
NetPenguins 9b428eee02 pull file from upstream to revert changes 2020-09-12 10:03:32 -04:00
Patrik Oldsberg 3cf20cbad7 remove mock-data scripts 2020-09-12 15:27:27 +02:00
Patrik Oldsberg 75c7a055c1 app-config: use catalog.locations + aggregating location entities 2020-09-12 15:27:26 +02:00
NetPenguins 7cd4ae126a Merge remote-tracking branch 'upstream/master' 2020-09-12 09:10:07 -04:00
Himanshu Mishra fbd6ef98ef Merge pull request #2431 from spotify/orkohunter/fix-docs-on-mobile-view
Fix view for Table of Contents on smaller screens (Docs and Blog page)
2020-09-12 12:29:47 +02:00
Joel Lau 7bcd6814de applied theme's background image to template cards (#2436) 2020-09-12 09:16:50 +02:00
Rajiv Singh c7d129994b Design: Improved Low visibility and contrast in sidebar (#2432)
* change colors

* added navGroupSubcategoryTitleColor

* Add a new line at the end of file

Co-authored-by: Himanshu Mishra <himanshu@orkohunter.net>
2020-09-12 07:02:33 +02:00