Commit Graph

6537 Commits

Author SHA1 Message Date
David Tuite 62780c92ac Add annotation example in CircleCI plugin README (#3081)
* Add annotation example in CircleCI plugin README

Closes #3079

* Specify lang for highlighting
2020-10-24 21:41:30 +02:00
Fredrik Adelöw f72b512649 Merge pull request #3075 from ayshiff/fix/mock-fs-tests
[CLI - tests]: Fix path delimiters
2020-10-24 13:57:31 +02:00
Remi 9457384c94 test(cli): fix path delimiters 2020-10-24 13:04:20 +02:00
Adam Harvey c6c54b1b3a Clarifications to software template documentation (#3070)
* Clarify scaffolders

* Tweak preparer

* Template clarifications

* Minor wording for clarity

* Change wording
2020-10-23 23:20:30 +02:00
Tim c0eee3a1f6 Merge pull request #3071 from spotify/timbonicus/sort-plugins
fix(microsite): Sort plugins by title
2020-10-23 15:12:42 -06:00
Tim Hansen 52508df8f1 fix(microsite): Sort plugins by title 2020-10-23 14:55:49 -06:00
Tim 9e6e4fdb56 Merge pull request #3054 from spotify/timbonicus/last-complete-date
[Cost Insights] Add last complete billing date to CostInsightsApi
2020-10-23 13:31:35 -06:00
Tim Hansen 66e503cea9 Switch ProjectGrowthAlertData to expect ISO 8601 quarter format 2020-10-23 12:54:52 -06:00
Tim Hansen 1760e6af12 Fix ProjectGrowthAlert period display
Wait for lastCompleteBillingData
2020-10-23 11:39:02 -06:00
Ben Lambert e83b975344 Merge pull request #3046 from RoadieHQ/feat/add-security-insights-plugin
feat: add security insights plugin to marketplace
2020-10-23 19:13:16 +02:00
Tim Hansen bb48b9833e Add lastCompleteBillingDate validation
Move style to utils/styles
Add CODEOWNERS rule for changesets
2020-10-23 10:42:17 -06:00
Mateusz Lewtak c8ed8b6c9d Update security-insights.yaml 2020-10-23 16:58:17 +02:00
Ben Lambert 01f536a3d4 Merge pull request #3060 from ayshiff/feat/cli-test-mock-fs-2
[CLI - tests]: Add mocked file content
2020-10-23 12:26:30 +02:00
Remi 61b4deec5c test(cli): add mocked file content + refactor 2020-10-23 11:18:06 +02:00
Ben Lambert 162c3089bf Merge pull request #3038 from erictnilsson/master
More descriptive error messages when trying to create a component from invalid backstage.yaml config file
2020-10-23 10:03:26 +02:00
Ben Lambert cae545ce39 Merge pull request #3028 from dlavrenuek/remove-default-in-component-name
feat(catalog): Remove "in default" in component name
2020-10-23 09:58:07 +02:00
Ben Lambert 60c8d71477 Merge pull request #3056 from spotify/dependabot/npm_and_yarn/rollup/plugin-node-resolve-9.0.0
chore(deps): bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0
2020-10-23 09:57:07 +02:00
Abhishek Jakhar 3beb5c9fcb fix: 404 error page responsive and test case (#3052)
* make 404 error page responsive

* add alt attribute to mic drop image on 404 page

* fix test case of ErrorPage
2020-10-23 08:04:04 +02:00
dependabot[bot] 65c6e6bfb4 chore(deps-dev): bump @types/nodegit from 0.26.8 to 0.26.11 (#3057)
Bumps [@types/nodegit](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/nodegit) from 0.26.8 to 0.26.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/nodegit)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-23 08:01:29 +02:00
Adam Harvey a06164da24 Documentation editorial review (#3055)
* Fix case and link

* Align product/vendor case

* Reword for readability

* YAML Case

* Align product names

* Align product and acronym case

* Remove here link and product naming

* Align Node.js naming

* Align product names

* Fix wording
2020-10-23 08:01:07 +02:00
dependabot[bot] beed9b7fb8 chore(deps): bump @rollup/plugin-node-resolve from 8.4.0 to 9.0.0
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 8.4.0 to 9.0.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/node-resolve-v8.4.0...node-resolve-v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-23 04:22:55 +00:00
Tim Hansen 0f0d7f2637 Add changeset 2020-10-22 19:40:48 -06:00
Tim Hansen 169ed042ae Add getLastCompleteBillingDate to CostInsightsApi
Add useLastCompleteBillingDate hook
More usage of PropsWithChildren
2020-10-22 19:22:29 -06:00
Eric Nilsson 9cf0a85578 Merge branch 'master' into master 2020-10-22 22:48:12 +02:00
Eric Nilsson e63631e732 spelling mistake and type safety 2020-10-22 21:59:07 +02:00
Dimitri Lavrenük 60d40892cc feat(catalog): Remove "in default" in component name 2020-10-22 19:15:34 +02:00
Patrik Oldsberg 628f782948 Merge pull request #3047 from abhishekjakhar/feat/sidebar-lazy-state-initialization
feat: lazy state initialization of isPinned state of sidebar
2020-10-22 19:13:15 +02:00
Patrik Oldsberg 5a1eb83826 Merge pull request #2617 from spotify/rugvip/relations
Entity Relation Processing
2020-10-22 19:04:16 +02:00
Patrik Oldsberg 8ab87db8d7 Merge pull request #3022 from spotify/mob/owner
catalog: use the ownedBy relation to display owners
2020-10-22 18:48:15 +02:00
Abhishek Jakhar a856fa8d94 lazy state initialization of isPinned state of sidebar 2020-10-22 22:00:28 +05:30
Patrik Oldsberg bc9f536545 Merge pull request #2994 from spotify/rugvip/conflagrate
config-loader: switch to using --config options to load in config
2020-10-22 18:01:21 +02:00
Tim d080878504 Merge pull request #3045 from spotify/timbonicus/tweak-cost-insights-blog
Wording tweak to Cost Insights blog
2020-10-22 09:50:10 -06:00
Patrik Oldsberg 15278fae30 catalog-backend: review fixes 2020-10-22 17:36:56 +02:00
Tim Hansen bb83e52fe7 Wording tweak to Cost Insights blog 2020-10-22 09:29:44 -06:00
lewtakm b3248e22a1 feat: add security insights plugin to marketplace 2020-10-22 17:25:17 +02:00
Sachin Tewari df94d7edda Fix GitHub OAuth format (#3036)
* Fix GitHub OAuth format

* Fix extraction of apiBaseUrl from config

* Add 'x-oauth-basic' as password
2020-10-22 16:44:53 +02:00
Emma Indal 06df0eba4c Update V.2 in TechDocs Roadmap (#3021)
* Update V.2 in TechDocs Roadmap

* prettier
2020-10-22 16:10:37 +02:00
Fredrik Adelöw 692636d934 Merge pull request #3008 from RoadieHQ/mcalus3/enable-pending-locations-for-repo-importing
Mcalus3/enable pending locations for repo importing
2020-10-22 15:33:45 +02:00
Ben Lambert 4fce2e30b0 Merge pull request #3041 from canut/issue3010
Use Extension icon in the About card
2020-10-22 15:05:33 +02:00
Ben Lambert b7ab7cde20 Merge pull request #3043 from spotify/alund/fix-cost-video
Fix Cost Insights demo video
2020-10-22 15:04:59 +02:00
Ben Lambert 0f55e0c25c Merge pull request #3042 from spotify/imgbot
[ImgBot] Optimize images
2020-10-22 15:04:21 +02:00
Stefan Ålund 6611a8e719 Fix Cost Insights demo video 2020-10-22 14:53:31 +02:00
Fredrik Adelöw 7b0573fdf1 Merge pull request #3016 from ayshiff/feat/cli-test-mock-fs
[CLI - refactor]: Temporary files use inside tests
2020-10-22 14:38:35 +02:00
ImgBotApp a0d83b92e7 [ImgBot] Optimize images
*Total -- 1,691.92kb -> 1,596.19kb (5.66%)

/microsite/blog/assets/20-10-22/cost-insights-3-data.png -- 248.48kb -> 202.15kb (18.65%)
/microsite/blog/assets/20-10-22/cost-insights-2-engineer.png -- 232.80kb -> 193.17kb (17.02%)
/packages/core/src/components/EmptyState/assets/noBuild.svg -- 4.37kb -> 4.31kb (1.43%)
/packages/core/src/components/EmptyState/assets/createComponent.svg -- 4.78kb -> 4.74kb (0.94%)
/microsite/blog/assets/20-10-22/cost-insights-1-dau.gif -- 1,191.17kb -> 1,181.58kb (0.81%)
/packages/core/src/components/EmptyState/assets/missingAnnotation.svg -- 7.73kb -> 7.67kb (0.76%)
/packages/core/src/components/EmptyState/assets/noInformation.svg -- 2.58kb -> 2.57kb (0.04%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-10-22 12:36:24 +00:00
Tim 6f654309bb Add Cost Insights blog post and demo (#3032)
Co-authored-by: Tim Hansen <timbonicush@spotify.com>
2020-10-22 14:27:09 +02:00
Eric Nilsson 7dfc8d3eb2 prettified a null-check 2020-10-22 13:38:31 +02:00
Ben Lambert 879c54b5cd Merge pull request #2831 from spotify/migrate-to-msw
Remove node-fetch and jest-mock-fetch from all plugins and packages
2020-10-22 13:34:28 +02:00
canut 5e8898c277 Use Extension icon in the About card 2020-10-22 13:32:15 +02:00
Patrik Oldsberg f495ba9c18 techdocs-backend: fix config loading in git-auth 2020-10-22 12:49:02 +02:00
Remi 4cc188a2c8 test(cli): system link remove check 2020-10-22 12:20:47 +02:00