Commit Graph

5415 Commits

Author SHA1 Message Date
Patrik Oldsberg 7e88bea17d Merge pull request #7092 from backstage/rugvip/datawut
core-plugin-api: switch to using a plain string key for attaching component data
2021-09-09 16:41:45 +02:00
Patrik Oldsberg f2ed25804b backend-common: keep ZipArchiveResponse removal of stripFirstDirectory
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-09 11:50:59 +02:00
Patrik Oldsberg f63efec0ec Revert "fix subpath filtering for AzureDevOps readTree"
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-09 11:41:24 +02:00
blam 8e6e95fc43 chore: remove the stripFirstDirectory option to the ZipArchiveResponse
Signed-off-by: blam <ben@blam.sh>
2021-09-08 11:17:13 +02:00
blam bb7ce1c64c chore: added test for subpath azure
Signed-off-by: blam <ben@blam.sh>
2021-09-08 11:06:24 +02:00
blam e7b596fdae chore: removing stripFirstDirectory it's not needed
Signed-off-by: blam <ben@blam.sh>
2021-09-08 11:00:59 +02:00
blam a316cd838d chore: reverting stripping as we don't need it
Signed-off-by: blam <ben@blam.sh>
2021-09-08 10:59:40 +02:00
Patrik Oldsberg dad38c1809 core-components: remove ugly workaround for routing context bug in stories
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-07 19:55:42 +02:00
Patrik Oldsberg 841666a19b core-app-api: removed deprecated internal functions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-07 19:47:20 +02:00
Patrik Oldsberg 3d238b0283 core-plugin-api: switch to using a plain string key for attaching component data
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-07 19:41:43 +02:00
blam 0cb28c22e3 feat: when reading from AzureDevOps strip the root directory as that is how the ZipArchive is returned
Signed-off-by: blam <ben@blam.sh>
2021-09-07 11:59:41 +02:00
Patrik Oldsberg 3d0fb9a685 Merge pull request #7072 from backstage/rugvip/anticimex
cleanup API report warnings in some more packages
2021-09-06 16:19:50 +02:00
Patrik Oldsberg 4777c39a24 Merge pull request #7070 from backstage/rugvip/bc-warnings
backend-common: add missing exports and clean up API report warnings
2021-09-06 16:18:48 +02:00
Oliver Sand 13895db371 Support importing font files in tests
Follow up for #7019

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-06 13:01:02 +02:00
Iain Billett 06e2757050 Fix BottomLink warning
During local development the component causes a warning
to be logged - details in changeset.
This doesn't affect prod deployments seems to be dev mode
only.

Signed-off-by: Iain Billett <iain@roadie.io>
2021-09-06 10:10:56 +01:00
Patrik Oldsberg 9c8ed16259 errors: API report warnings cleanup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-05 23:34:02 +02:00
Patrik Oldsberg f2e6ecf22b dev-utils: API report warnings cleanup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-05 23:34:02 +02:00
Patrik Oldsberg 66e0626bb0 config-loader: API report warnings cleanup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-05 23:34:02 +02:00
Patrik Oldsberg 5d27614a94 cli-common: API report warnings cleanup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-05 23:34:02 +02:00
Patrik Oldsberg 162b0dfa66 catalog-model: API report warnings cleanup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-05 23:34:01 +02:00
Patrik Oldsberg f8417bc6e0 catalog-client: API report warnings cleanup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-05 19:37:58 +02:00
Patrik Oldsberg 4a8502d414 backend-test-utils: API report warnings cleanup
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-05 19:35:14 +02:00
Patrik Oldsberg 9e5ed27ecb backend-common: add missing exports and clean up API report warnings
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-05 18:14:09 +02:00
Patrik Oldsberg f88b2c7dbe config: document interface and mark types as public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-04 22:42:47 +02:00
Ruben Lindström 7f00902d97 Search Bar Home Page Component (#7013)
feat: add search bar home page component
2021-09-03 14:50:14 +02:00
Fredrik Adelöw 0d7f928b41 Merge pull request #6955 from bolcom/default-catalog-collator-filter
Allow the entities indexed by DefaultCatalogCollator to be filtered by kind
2021-09-02 16:44:47 +02:00
Roy Jacobs a5013957e4 Update the 'create-app' template to use the new constructor for DefaultCatalogCollator
Signed-off-by: Roy Jacobs <roy.jacobs@gmail.com>
2021-09-02 15:27:54 +02:00
github-actions[bot] 45a681aa6a Version Packages 2021-09-02 10:41:57 +00:00
Oliver Sand 52f7d149ac Merge pull request #6815 from SDA-SE/feat/search-paging
Implement cursor-based paging in search
2021-09-02 11:24:10 +02:00
Oliver Sand f8546dadbf Force adopters to include the search result pager on their own
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-02 10:22:42 +02:00
Oliver Sand 532b4cc656 Rework search paging based on cursors
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-02 10:22:41 +02:00
Oliver Sand 56e7932629 Update API reports
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-02 10:22:41 +02:00
Oliver Sand cd40f01ffd Fix e2e test for search
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-02 10:22:40 +02:00
Oliver Sand 6876c48423 Implement offset and limit based paging in frontend
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-02 10:22:40 +02:00
Oliver Sand eb81a5fdfb Implement offset and limit based paging in search API
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-09-02 10:19:32 +02:00
dependabot[bot] 8301f4198c chore(deps): bump azure-devops-node-api from 10.2.2 to 11.0.1
Bumps [azure-devops-node-api](https://github.com/Microsoft/azure-devops-node-api) from 10.2.2 to 11.0.1.
- [Release notes](https://github.com/Microsoft/azure-devops-node-api/releases)
- [Commits](https://github.com/Microsoft/azure-devops-node-api/commits)

---
updated-dependencies:
- dependency-name: azure-devops-node-api
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 04:16:02 +00:00
Eric Peterson dc152e0da6 Merge pull request #6773 from SDA-SE/feat/techdocs-repo-url
[Techdocs] Set the correct edit_uri or repo_url for documentation pages that are hosted on GitHub and GitLab
2021-09-01 19:11:29 +02:00
Fredrik Adelöw 1fa98590a9 Merge pull request #7008 from Aj-vrod/master
Hide pagination when there's just one page
2021-09-01 11:02:58 +02:00
Fredrik Adelöw c6b809c625 Merge pull request #7017 from awanlin/topic/handle-azure-devops-server
Properly handle Azure DevOps Server download URL
2021-09-01 10:30:22 +02:00
Patrik Oldsberg 070c2a3142 Merge pull request #7019 from backstage/rugvip/fonts
cli: added support for importing font files
2021-09-01 09:54:31 +02:00
Eric Peterson 90cbacc37d Merge pull request #7003 from backstage/techdocs/beta-local 2021-08-31 20:43:54 +02:00
Andre Wanlin 00bc49f8fe Update packages/integration/src/azure/core.ts
Updated with suggested change

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-08-31 13:22:57 -05:00
Patrik Oldsberg 5e803edb86 cli: added support for importing for files
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-08-31 19:16:26 +02:00
Andre Wanlin 5dca42b174 Properly handle Azure DevOps Server download URL
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com>
2021-08-31 10:55:37 -05:00
Eric Peterson b894b4cfb9 Explicit assertion for linting.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-08-31 10:25:40 +02:00
Aj-vrod 1594286153 Added condition for pagination
Signed-off-by: Aj-vrod <ammyvrodriguez@hotmail.com>
2021-08-31 09:43:56 +02:00
dependabot[bot] d5119a1347 chore(deps): bump @typescript-eslint/eslint-plugin from 4.28.3 to 4.30.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.3 to 4.30.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.30.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-31 04:10:36 +00:00
Eric Peterson 31d4a456bf Update local publisher reader to respect case configs on read.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-08-30 20:00:01 +02:00
Eric Peterson dd35e9e59f Make local publisher respect case expectations/configs.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-08-30 18:36:23 +02:00
Fredrik Adelöw 5670ae8a39 Merge pull request #6694 from backstage/dependabot/npm_and_yarn/react-hook-form-7.12.2
chore(deps): bump react-hook-form from 6.15.4 to 7.12.2
2021-08-30 17:12:54 +02:00