Commit Graph

7494 Commits

Author SHA1 Message Date
Fredrik Adelöw 1ffe86f47d Merge pull request #3554 from O5ten/patch-1
Fix missing authentication in GitHubUrlReader
2020-12-04 09:37:48 +01:00
Mikael Östberg be98e222ee Update GithubUrlReader.ts 2020-12-04 09:06:26 +01:00
dependabot[bot] fb445772d1 build(deps): bump @gitbeaker/core from 25.2.0 to 25.6.0 (#3561)
Bumps [@gitbeaker/core](https://github.com/jdalrymple/gitbeaker) from 25.2.0 to 25.6.0.
- [Release notes](https://github.com/jdalrymple/gitbeaker/releases)
- [Changelog](https://github.com/jdalrymple/gitbeaker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jdalrymple/gitbeaker/compare/25.2.0...25.6.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-04 08:47:36 +01:00
dependabot[bot] b7793a2d2d build(deps): bump chokidar from 3.4.2 to 3.4.3 (#3562)
Bumps [chokidar](https://github.com/paulmillr/chokidar) from 3.4.2 to 3.4.3.
- [Release notes](https://github.com/paulmillr/chokidar/releases)
- [Commits](https://github.com/paulmillr/chokidar/compare/3.4.2...3.4.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-04 08:46:21 +01:00
Fredrik Adelöw e33de28e83 Merge pull request #3517 from adamdmharvey/adr004-ci
chore(jenkins,circleci): Refactor APIs to export modules from index to support ADR004
2020-12-03 21:23:35 +01:00
Mikael Östberg 6c91854391 Fix missing authentication in GitHubUrlReader
An oversight that probably stems from that most repositories for tech-docs are public anyway. 
Ours are not, and are inside of a GitHub Enterprise, which is how i found this tiny bug. 

I wish i knew how to mock the cross-fetch in order to inspect the Authorization header of the request to test this fix. 
I can only confirm that it works on our backstage that targets GHE.
2020-12-03 20:41:31 +01:00
Patrik Oldsberg 90fbdd8c36 Merge pull request #3494 from backstage/changeset-release/master
Version Packages
2020-12-03 18:47:38 +01:00
github-actions[bot] 01aa774d9a Version Packages 2020-12-03 15:28:22 +00:00
Sebastian Qvarfordt b570f78e22 Use resource instead of source when building github repo tar url (#3552)
* Use resource instead of source when building github repo tar url

* Changed the right part of the url...

* Added test to make sure we include subdomains in githubs readtree

* Fixed wopsie
2020-12-03 16:24:29 +01:00
Fredrik Adelöw b4808d16ac Merge pull request #3516 from backstage/rugvip/linkfix
scripts/verify-links: forbid relative links out of docs
2020-12-03 15:42:12 +01:00
Fredrik Adelöw a6574279d6 Merge pull request #3513 from backstage/freben/relative-locations
catalog: add support for relative targets and implicit types in Location entities
2020-12-03 15:10:26 +01:00
Patrik Oldsberg 34bc80d8b2 Apply suggestions from code review 2020-12-03 15:07:37 +01:00
Sebastian Qvarfordt eeecfbf4a6 Cache techdocs build using UrlReader (#3551)
* Better caching is coming when some backstage core features are in place. Currently let's just cache it for 30 minutes

* Fixed prettier
2020-12-03 15:00:03 +01:00
Patrik Oldsberg 9b234443e7 Merge pull request #3549 from backstage/rugvip/build
cli: add missing --build flag to experimental bundle command
2020-12-03 13:03:11 +01:00
Patrik Oldsberg 2f9ee534a2 cli: add missing --build flag to experimental bundle command 2020-12-03 12:00:06 +01:00
Patrik Oldsberg c9cb716d92 Merge pull request #3538 from lowjoel/optional_npmrc
feat(cli): Support .npmrc when building distribution packages
2020-12-03 11:23:27 +01:00
Joel Low e0cd3aa7aa Shorten help message for backend:build-image 2020-12-03 17:47:22 +08:00
Joel Low a6e9708ada Revert changes to template app 2020-12-03 17:29:48 +08:00
Joel Low 6b7c44d32d Add simple instructions to providing an NPM Token to backend:build-image 2020-12-03 16:10:36 +08:00
Joel Low 8a16e8af82 Add missing changelog entry 2020-12-03 15:50:43 +08:00
Fabian Chong a42205b3e8 Uses pathExists 2020-12-03 10:04:25 +08:00
Fabian Chong 433aa52a17 Pass NPM_TOKEN through docker --secret 2020-12-03 10:04:23 +08:00
Fabian Chong fe5c6a7727 Optional .npmrc to support private NPM registry 2020-12-03 10:02:59 +08:00
Ryan Vazquez 05f3ca491e Merge pull request #3537 from backstage/ryanv/disable-cost-insights-support-button
Ryanv/disable cost insights support button
2020-12-02 18:32:17 -05:00
Ryan Vazquez bec334b336 changeset 2020-12-02 17:38:06 -05:00
Ryan Vazquez bf3c161d72 disable support button 2020-12-02 17:36:30 -05:00
brendasukh c71e46c280 Merge pull request #3536 from backstage/update-breakdown-label
Support custom labels for entity breakdowns
2020-12-02 17:31:55 -05:00
Brenda Sukh 69f38457f5 Add changeset 2020-12-02 15:18:32 -05:00
Brenda Sukh fc16895a93 Generalize breakdown label 2020-12-02 15:07:50 -05:00
Brenda Sukh 108994d4dc Add additional events panel 2020-12-02 14:32:40 -05:00
Brenda Sukh ff83308e48 Generalize SKU specific verbiage 2020-12-02 14:32:11 -05:00
Fredrik Adelöw 21f7d80483 Merge pull request #3520 from backstage/dependabot/npm_and_yarn/typescript-json-schema-0.45.0
build(deps): bump typescript-json-schema from 0.43.0 to 0.45.0
2020-12-02 16:46:53 +01:00
Fredrik Adelöw 6437f20cfc Merge pull request #3411 from moustafab/feature/k8s-label-selector-2
refactor(k8s-plugin): update to use annotation based label selector
2020-12-02 16:31:20 +01:00
Fredrik Adelöw b4488ddb0b address typescript errors 2020-12-02 16:11:44 +01:00
dependabot[bot] bad8990788 build(deps): bump typescript-json-schema from 0.43.0 to 0.45.0
Bumps [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) from 0.43.0 to 0.45.0.
- [Release notes](https://github.com/YousefED/typescript-json-schema/releases)
- [Commits](https://github.com/YousefED/typescript-json-schema/compare/v0.43.0...v0.45.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-02 15:58:44 +01:00
dependabot[bot] 2ff3239154 build(deps-dev): bump @types/codemirror from 0.0.97 to 0.0.100 (#3522)
Bumps [@types/codemirror](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/codemirror) from 0.0.97 to 0.0.100.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/codemirror)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-02 14:26:36 +01:00
Fredrik Adelöw ce897a04fd Merge pull request #3521 from backstage/dependabot/npm_and_yarn/types/jwt-decode-3.1.0
build(deps-dev): bump @types/jwt-decode from 2.2.1 to 3.1.0
2020-12-02 13:43:56 +01:00
Patrik Oldsberg d54bc5685a Merge pull request #3471 from backstage/mob/ind
core-api: add initial set of composability plumbing
2020-12-02 11:55:13 +01:00
dependabot[bot] 338e60a826 build(deps-dev): bump @types/jwt-decode from 2.2.1 to 3.1.0
Bumps [@types/jwt-decode](https://github.com/auth0/jwt-decode) from 2.2.1 to 3.1.0.
- [Release notes](https://github.com/auth0/jwt-decode/releases)
- [Changelog](https://github.com/auth0/jwt-decode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/jwt-decode/commits/v3.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-02 09:47:01 +01:00
Fredrik Adelöw a9fdf8c294 keep the old examples, add new variant as sibling dir 2020-12-02 07:42:09 +01:00
Fredrik Adelöw 08835a61d9 catalog: add support for relative targets and implicit types in Location entities 2020-12-02 07:30:58 +01:00
Adam Harvey 2de30dd019 Explicit exports 2020-12-01 21:10:08 -05:00
Fredrik Adelöw 8d6156d69c Merge pull request #3511 from backstage/freben/owned
catalog-model: update ownership of data
2020-12-01 22:54:04 +01:00
Ryan Vazquez 8e6e328f06 Merge pull request #3518 from backstage/ryanv/enable-unlabeled-dataflow-skus
enable sku breakdowns for unlabeled entities
2020-12-01 15:52:54 -05:00
Adam Harvey 09af425260 Merge branch 'master' of github.com:backstage/backstage into adr004-ci 2020-12-01 15:23:12 -05:00
Adam Harvey c5bd448c4d Update exports/imports 2020-12-01 15:19:07 -05:00
Adam Harvey 92ccf4f617 Fix export name 2020-12-01 15:14:41 -05:00
Adam Harvey 353b51b938 Be explicit about Jenkins exports 2020-12-01 15:14:26 -05:00
Ryan Vazquez fe7257ff07 enable sku breakdowns for unlabeled entities 2020-12-01 15:06:59 -05:00
Adam Harvey 40c5b968ab Change package name 2020-12-01 15:06:42 -05:00