Commit Graph

20183 Commits

Author SHA1 Message Date
Fredrik Adelöw 58d07a070c add changeset
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-21 08:05:27 +01:00
dependabot[bot] ef6f0fca55 build(deps): bump axios from 0.21.4 to 0.24.0
Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.24.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.4...v0.24.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-17 04:11:19 +00:00
Fredrik Adelöw fde22197c0 Merge pull request #8487 from RoadieHQ/search-location-protocol-whitelist
Drop Search Results with potentially unsafe location values
2021-12-16 21:19:15 +01:00
Fredrik Adelöw b2b317a66e Merge pull request #8474 from austina-lin/pluralize-team-ownership-section
Fix bug in OwnershipCard component where text wasn't correctly plur…
2021-12-16 19:50:39 +01:00
Fredrik Adelöw 1e7af3e74f Merge pull request #8499 from angeliski/add-more-rails-options
add more options to rails new
2021-12-16 19:20:30 +01:00
Fredrik Adelöw 0a9501ca1b Merge pull request #8512 from ArveSystad/patch-1
Correct keyword for microsoftAuthApiRef
2021-12-16 19:11:21 +01:00
Joon Park 393f107893 Create catalog permissions. (#8403)
These permissions will be used to integrate catalog with the permissions framework.

Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-16 14:35:46 +00:00
Fredrik Adelöw 351fc58fe2 Merge pull request #8507 from backstage/freben/paging
Add support for passing paging parameters to the getEntities call of the catalog client
2021-12-16 13:35:25 +01:00
Fredrik Adelöw 9c2e6bb86a Merge pull request #6399 from backstage/freben/fetch-api
Add `fetchApiRef` which implements fetch, plus Backstage token header when available
2021-12-16 11:30:37 +01:00
Ben Lambert 230df8b5ec Merge pull request #8438 from mufaddal7/feature/OwnedEntityPicker
add OwnedEntityPicker field in plugin/scaffolder
2021-12-16 11:26:42 +01:00
Ben Lambert 2c10e8a19d Merge pull request #8454 from lukzerom/select-changes-1
Select and Autocomplete select readonly when one option available
2021-12-16 10:56:40 +01:00
Ben Lambert f082d9034b Merge pull request #8486 from RoadieHQ/cronjobs-docs
add cronjobs to list of required permissions
2021-12-16 10:55:49 +01:00
Johan Haals 7c4334a912 Merge pull request #8495 from backstage/jhaals/label
Label PRs
2021-12-16 10:40:49 +01:00
Ben Lambert cd8764d8ac Merge pull request #8498 from julioz/patch-1
Update Airflow plugin README
2021-12-16 10:33:55 +01:00
Arve Systad 6b7b4b3fa2 Correct keyword for microsoftAuthApiRef
Makes for a little less guesswork in the middle of things.
2021-12-16 10:33:10 +01:00
Fredrik Adelöw 9ff0f1e76d Merge pull request #8431 from backstage/changeset-release/master
Version Packages
2021-12-16 10:22:51 +01:00
Fredrik Adelöw 5463c03b35 Add support for passing paging parameters to the getEntities call of the catalog client
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-16 10:16:53 +01:00
Johan Haals b80e25bf1d add search packages to matching
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-12-16 10:03:27 +01:00
github-actions[bot] ef6a039e07 Version Packages 2021-12-16 08:56:38 +00:00
Patrik Oldsberg 7bd536c985 Merge pull request #8508 from backstage/mob/expalytics
core-plugin-api: mark AnalyticsApi as experimental
2021-12-16 09:50:58 +01:00
Johan Haals 64a5a09a51 Merge pull request #8511 from backstage/dependabot/npm_and_yarn/mock-fs-5.1.2
build(deps): bump mock-fs from 5.1.0 to 5.1.2
2021-12-16 08:52:11 +01:00
dependabot[bot] 6e5f662187 build(deps): bump mock-fs from 5.1.0 to 5.1.2
Bumps [mock-fs](https://github.com/tschaub/mock-fs) from 5.1.0 to 5.1.2.
- [Release notes](https://github.com/tschaub/mock-fs/releases)
- [Changelog](https://github.com/tschaub/mock-fs/blob/main/changelog.md)
- [Commits](https://github.com/tschaub/mock-fs/compare/v5.1.0...v5.1.2)

---
updated-dependencies:
- dependency-name: mock-fs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 04:20:04 +00:00
Fredrik Adelöw 3fa31ec84a address comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-15 19:29:42 +01:00
Fredrik Adelöw afb7f31840 fixed the browser behavior for BackstageProtocolResolverFetchMiddleware
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-15 19:29:42 +01:00
Fredrik Adelöw 7927005152 Add fetchApiRef which implements fetch, plus Backstage token header when available.
This intends to be the basis for other plugins' data fetching needs, so that they can transparently interact with the catalog and other parts of the Backstage ecosystem without explicitly having to deal with authenticating themselves.

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-15 19:29:42 +01:00
Júlio Zynger 68b2a31a05 Update Airflow plugin README
Airflow v1 exposed an experimental API [that got dropped](https://airflow.apache.org/docs/apache-airflow/stable/deprecated-rest-api-ref.html) later on. Let's add a note to the README making explicit users of Airflow v1 won't be able to integrate with this plugin unless they update.

Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2021-12-15 17:23:38 +01:00
Rogerio Angeliski fc8fc02510 add more options to rails new
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com>
2021-12-15 13:13:08 -03:00
Patrik Oldsberg 18d4f500af core-plugin-api: mark AnalyticsApi as experimental
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-15 16:39:43 +01:00
mufaddal motiwala 8d9ab4d7c1 removed test case
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-15 20:44:53 +05:30
Camila Belo 11151655a0 Merge pull request #8147 from cowboyd/elastic-search-new-client
Add ability to re-use search cluster configuration from ElasticSearchSearchEngine
2021-12-15 15:03:11 +01:00
Charles Lowell c47959856a Don't use initializer syntax for instantiating client
For some reason, the property initializer syntax stopped working. An
update to TypeScript? An update to Jest? Unknown, but sticking to the
less fancy constructor body to do property init seems to work.

Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2021-12-15 15:30:30 +02:00
Brian Fletcher 62915c3688 add batch api group explanation
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-12-15 13:25:12 +00:00
Brian Fletcher 8b3f624aa5 adds cronjobs to vocab list
Signed-off-by: Brian Fletcher <brian@roadie.io>
2021-12-15 13:21:22 +00:00
Ben Lambert 22354eef67 Merge pull request #8473 from brexhq/k8s-make-completed-green
K8s Cronjob Style Change and UI Fix
2021-12-15 13:57:08 +01:00
Ben Lambert 2a96b81692 Merge pull request #8378 from hiba-aldalaty/patch/sidebar-submenu-fix
Bug Fix: Sidebar Submenu Items should only be active when full path is active
2021-12-15 13:42:30 +01:00
Iain Billett 651d1e7696 Don't use discovery API
Signed-off-by: Iain Billett <iain@roadie.io>
2021-12-15 11:50:44 +00:00
mufaddal motiwala 5ad82708fd changed minor to patch
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-15 16:28:26 +05:30
Ben Lambert 06403a0475 Merge pull request #8343 from backstage/rugvip/presence
catalog-backend: fix handling of optional locations
2021-12-15 11:18:31 +01:00
Ben Lambert 1acea02844 Merge pull request #8384 from marleypowell/marley/7678-pull-request-custom-filters
feat: Added ability to configure PR columns with parameters using filters.
2021-12-15 10:58:26 +01:00
Johan Haals cafdecfc2f add packages/catalog
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-12-15 10:58:15 +01:00
Johan Haals cb65389b48 format
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-12-15 10:54:38 +01:00
Johan Haals a6c72b0d2c Label PRs
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-12-15 10:40:26 +01:00
Ben Lambert 9d03616a56 Merge pull request #8456 from Oriflame/feature/ownershipcard-configurable-kind-and-type-7806
Ownershipcard filter configurable
2021-12-15 10:20:15 +01:00
Ben Lambert c3df6347f3 Merge pull request #8484 from dehamzah/add-missing-overrideable-comp-sidebar
Add Missing Overridable Components Type for SidebarSpace, SidebarSpacer, and SidebarDivider
2021-12-15 10:10:30 +01:00
Jan Vilimek 95284ba572 improved tests / comment
Signed-off-by: Jan Vilimek <jan.vilimek@oriflame.com>
2021-12-15 09:45:15 +01:00
Patrik Oldsberg f7fe2b3f58 Merge pull request #8490 from backstage/mob/hidden-error-docs
core-plugin-api: document ErrorApiErrorContext.hidden
2021-12-15 09:33:39 +01:00
Patrik Oldsberg 8c687e9bf5 Merge pull request #8491 from backstage/rugvip/docfix
docs/api-reference: fix missing content + bump to latest version of rushstack deps
2021-12-15 09:33:19 +01:00
Fredrik Adelöw f8eb4d8a34 Merge pull request #8492 from backstage/dependabot/npm_and_yarn/types/dagre-0.7.46
build(deps-dev): bump @types/dagre from 0.7.44 to 0.7.46
2021-12-15 08:46:28 +01:00
dependabot[bot] 0c09c969c7 build(deps-dev): bump @types/dagre from 0.7.44 to 0.7.46
Bumps [@types/dagre](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dagre) from 0.7.44 to 0.7.46.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dagre)

---
updated-dependencies:
- dependency-name: "@types/dagre"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-15 04:12:30 +00:00
Patrik Oldsberg 7b6b992e7a scripts/api-extractor: remove workaround for duplicate install
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-15 01:45:41 +01:00