Commit Graph

6423 Commits

Author SHA1 Message Date
blam 7721192dc1 chore(create-plugin): removing the polyfill for backend components 2020-10-21 14:06:45 +02:00
blam 681c861d25 Merge remote-tracking branch 'origin' into migrate-to-msw
* origin:
  fix: ts
  fix: forwardRef to SidebarItem
  fix(cli): one more await in the test
  backend-common: make loadBackendConfig return config directly and log all resolved app-configs
2020-10-21 13:57:40 +02:00
Ivan Shmidt 7df7322317 Merge pull request #3018 from spotify/ivans/forward-ref-sidebar-item
fix: forwardRef to SidebarItem
2020-10-21 13:31:08 +02:00
Patrik Oldsberg acb48c1876 Merge pull request #2976 from spotify/rugvip/logconf
backend-common: make loadBackendConfig return config directly and log all resolved app-configs
2020-10-21 13:00:52 +02:00
Fredrik Adelöw 255f6ce03b Merge pull request #3015 from spotify/freben/promises-last
fix(cli): one more await in the test
2020-10-21 12:00:21 +02:00
Ivan Shmidt f56486570c fix: ts 2020-10-21 11:33:14 +02:00
Ivan Shmidt 93a3fa3aea fix: forwardRef to SidebarItem 2020-10-21 11:27:40 +02:00
blam 06f410cc93 Merge branch 'master' of github.com:spotify/backstage into migrate-to-msw
* 'master' of github.com:spotify/backstage: (34 commits)
  TechDocs Backend: Replace hardcoded github api by configuration value (#3004)
  fix: accordion details design for job stage failure  (#3014)
  fix: responsive of page example in storybook (#3005)
  fix: update the ItemCard component and it's story (#3007)
  rename stories folder to Chip (#3009)
  feat: Display the plugins InfoCards on EntityPage Overwiev suitable full height (#2826)
  fix(cost-insights): More exports to help custom alerting
  chore(scaffolder): bump rjsf
  remove unused CSS (#2999)
  feat: update github pull requests package version
  fix(github-actions): fix crash when viewing ongoing workflows
  fix(cli): removePlugin forgotten await
  catalog-backend: relations db review comments and more tests
  Feat/add aws lambda plugin (#2985)
  chore(deps): bump object-path from 0.11.4 to 0.11.5 (#2983)
  add changeset
  fix CodeSnippet test case warnings
  fix CopyTextButton test case warnings
  fix the warning by wrapping in act
  fix(catalog): fix link to techdocs
  ...
2020-10-21 11:27:18 +02:00
Fredrik Adelöw d7594eb698 Merge pull request #2972 from punkle/master
Organize catalog examples into sub-directories, cleanup (#2963)
2020-10-21 11:25:32 +02:00
Patrik Oldsberg 7f4093fc56 Merge pull request #2970 from spotify/mob/relations-db
catalog-backend: initial implementation of relations storage
2020-10-21 11:07:46 +02:00
Emre Konar 22ff8fba5e TechDocs Backend: Replace hardcoded github api by configuration value (#3004)
* replace hardcoded  by configuration value

* use integrations configuration to read github apiBaseUrl

Co-authored-by: Emre Konar <emre.konar@zalando.de>
2020-10-21 11:03:05 +02:00
Abhishek Jakhar c5ef12926b fix: accordion details design for job stage failure (#3014)
* fix the design of accordion details on job stage failure

* add changeset
2020-10-21 11:02:33 +02:00
Fredrik Adelöw f35f5bcfc4 fix(cli): one more await in the test 2020-10-21 10:44:44 +02:00
blam e10480b5ea chore(user-settings): removing last occurrence of node-fetch 2020-10-21 10:38:17 +02:00
blam 84c64329ea chore: fixing dependencies list 2020-10-21 10:36:36 +02:00
blam 3825cb8d04 chore(fetchReader): actually return the response of the reader 2020-10-21 10:09:36 +02:00
Abhishek Jakhar 1611c6dbc2 fix: responsive of page example in storybook (#3005)
* fix the responsive of page stories in story book

* fix the typo in Example header of Page stories

* add changeset
2020-10-21 08:03:00 +02:00
Abhishek Jakhar aca79334f4 fix: update the ItemCard component and it's story (#3007)
* fix ItemCard stories on responsive

* update the value of key prop in ItemCard tags

* add test case for ItemCard component

* add changeset
2020-10-21 08:02:08 +02:00
Abhishek Jakhar 82759d3e43 rename stories folder to Chip (#3009) 2020-10-21 07:59:39 +02:00
Tim 96d7e1c282 Merge pull request #3003 from spotify/timbonicus/exports
fix(cost-insights): More exports to help custom alerting
2020-10-20 14:22:00 -06:00
Jesko Steinberg 6d97d2d6f9 feat: Display the plugins InfoCards on EntityPage Overwiev suitable full height (#2826)
* fix(github-actions): change RecentWorkflowRunsCard to InfoCard

* feat: format entity page overview page

* feat: replace InfoCard variant 'height100' with 'gridItem'

* fix: deprecate usage of InfoCard variant height100
2020-10-20 20:20:30 +02:00
blam 3238651f8a chore: maybe fixed the last of the broken tests 🤞 2020-10-20 18:22:06 +02:00
Tim Hansen 79528d67d9 fix(cost-insights): More exports to help custom alerting 2020-10-20 09:40:23 -06:00
Fredrik Adelöw dc141d2854 Merge pull request #2978 from abhishekjakhar/fix/test-cases
fix: test case warnings for all core components
2020-10-20 16:33:13 +02:00
Fredrik Adelöw 9b81f0298f Merge pull request #3001 from spotify/freben/bump-rjsf
chore(scaffolder): bump rjsf
2020-10-20 16:31:16 +02:00
Fredrik Adelöw 769548c19d Merge pull request #3000 from RoadieHQ/feat/update-github-pull-request-plugin-version
feat: update github pull requests package version to 0.5.2
2020-10-20 15:59:10 +02:00
Fredrik Adelöw 8fd1d4cf85 chore(scaffolder): bump rjsf 2020-10-20 15:57:31 +02:00
Mateusz Lewtak 4e148b5129 Merge branch 'master' into feat/update-github-pull-request-plugin-version 2020-10-20 15:36:31 +02:00
Abhishek Jakhar 61291c5cb7 remove unused CSS (#2999) 2020-10-20 15:31:43 +02:00
lewtakm fb706bf46f feat: update github pull requests package version 2020-10-20 15:25:00 +02:00
Fredrik Adelöw 437bd353be Merge pull request #2997 from spotify/freben/jobcrash
fix(github-actions): fix crash when viewing ongoing workflows
2020-10-20 15:21:12 +02:00
Fredrik Adelöw 0cd1fd178a fix(github-actions): fix crash when viewing ongoing workflows 2020-10-20 14:49:33 +02:00
Fredrik Adelöw f6e68de539 Merge pull request #2995 from spotify/freben/promises-are-truthy
fix(cli): removePlugin forgotten await
2020-10-20 14:45:59 +02:00
Fredrik Adelöw 17e04965b0 Merge pull request #2955 from spotify/freben/next-steps-in-processing
feat(catalog-backend): First steps of refactoring - split processEntity
2020-10-20 14:13:49 +02:00
Fredrik Adelöw 627090be22 fix(cli): removePlugin forgotten await 2020-10-20 14:07:43 +02:00
Patrik Oldsberg aa7dd63a3b catalog-backend: relations db review comments and more tests
Co-authored-by: blam <ben@blam.sh>
2020-10-20 13:59:36 +02:00
Fredrik Adelöw b611ea380f Merge pull request #2989 from spotify/freben/td-link
fix(catalog): fix link to techdocs
2020-10-20 13:23:54 +02:00
blam 37628a03f0 chore(cli): fixing isome more tests 2020-10-20 11:11:17 +02:00
blam 193652e5a3 chore: fixing some more e2e tests by actually polyfill the correct thing 2020-10-20 10:53:47 +02:00
Mateusz Lewtak a8a67b2d7a Feat/add aws lambda plugin (#2985)
* feat: add AWS Lambda plugin to marketplace

* feat: add  aws lambda plugin to marketplace

* feat: add  aws lambda plugin to marketplace
2020-10-20 10:39:50 +02:00
blam d092a52552 chore: need to run install part of the package creation 2020-10-20 10:36:30 +02:00
dependabot[bot] 57f924b7ad chore(deps): bump object-path from 0.11.4 to 0.11.5 (#2983)
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-20 10:19:38 +02:00
blam 0f76b11669 chore: fixing typescript issues with using the new fetch 2020-10-20 10:17:31 +02:00
Abhishek Jakhar 2713f28f44 add changeset 2020-10-20 13:29:50 +05:30
Abhishek Jakhar 3783335f31 fix CodeSnippet test case warnings 2020-10-20 13:29:49 +05:30
Abhishek Jakhar ed26004cd4 fix CopyTextButton test case warnings 2020-10-20 13:29:49 +05:30
Abhishek Jakhar 4dac624603 fix the warning by wrapping in act 2020-10-20 13:29:41 +05:30
Fredrik Adelöw d2a5250dbe Merge pull request #2974 from spotify/freben/remove-reserved-fields
chore(catalog-model): remove ReservedFieldsEntityPolicy
2020-10-20 09:57:28 +02:00
blam 2ef3e1f161 chore: fixing linting 2020-10-20 09:51:32 +02:00
Patrik Oldsberg 5fd17b06bf Merge pull request #2930 from spotify/samiram/testJsxToTsx
rewrite test in typescript
2020-10-20 09:47:24 +02:00