Commit Graph

8444 Commits

Author SHA1 Message Date
Bruno Fuzetti Penso 257cad74ca description
Signed-off-by: Bruno Fuzetti Penso <bruno.penso@gmail.com>
2021-12-20 17:01:01 +01:00
Bruno Fuzetti Penso 5e0879da2b refacotr
Signed-off-by: Bruno Fuzetti Penso <bruno.penso@gmail.com>
2021-12-20 17:01:01 +01:00
Bruno Fuzetti Penso b341771b91 fix modal behaviour
Signed-off-by: Bruno Fuzetti Penso <bruno.penso@gmail.com>
2021-12-20 17:01:01 +01:00
Bruno Fuzetti Penso 9a5212fef9 url target attribute
Signed-off-by: Bruno Fuzetti Penso <bruno.penso@gmail.com>
2021-12-20 17:01:01 +01:00
Bruno Fuzetti Penso b365a96b4c add urlTarget attribute
Signed-off-by: Bruno Fuzetti Penso <bruno.penso@gmail.com>
2021-12-20 17:01:01 +01:00
Bruno Fuzetti Penso e50a24b46d add samples data with the urlTarget attribute
Signed-off-by: Bruno Fuzetti Penso <bruno.penso@gmail.com>
2021-12-20 17:01:00 +01:00
Fredrik Adelöw 4fbff018de Merge pull request #8443 from dehamzah/export-props-icon-in-sidebarsearch
Export Icon Props for SidebarSearch and SidebarSearchModal Component
2021-12-20 16:35:59 +01:00
Fredrik Adelöw 7eeb65fd77 fix review comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-20 16:06:16 +01:00
Fredrik Adelöw f5fdee16c1 Merge pull request #8500 from nodify-at/master
feature: add crumbIssuer option to jenkins and improved the UI
2021-12-19 11:50:29 +01:00
Hasan Ozdemir d03ee9e28f feature: remove instanceof check from CITable, add @backstage/errors to jenkins plugin to resolve eslint related issues
Signed-off-by: Hasan Ozdemir <21654050+nodify-at@users.noreply.github.com>
2021-12-18 19:10:15 +01:00
Fredrik Adelöw 8a986a3e04 Merge pull request #8521 from reinoudk/fix-settings-page
fix(user-settings): use non-deprecated IdentityApi methods
2021-12-17 20:25:11 +01:00
Reinoud Kruithof 7e889bfb30 fix(user-settings): prevent using undefined value
Signed-off-by: Reinoud Kruithof <2184455+reinoudk@users.noreply.github.com>
2021-12-17 15:12:59 +01:00
Reinoud Kruithof 375ed38b16 feat(user-settings): use useAsync and return loading status
Signed-off-by: Reinoud Kruithof <2184455+reinoudk@users.noreply.github.com>
2021-12-17 11:41:01 +01:00
Hasan Ozdemir 047d92db5e improve success and fail messages, re-generated api reports
Signed-off-by: Hasan Ozdemir <21654050+nodify-at@users.noreply.github.com>
2021-12-17 11:38:19 +01:00
Hasan Ozdemir bc3695fe7a remobe base response model and throw an error if jenkins:rebuild fails
Signed-off-by: Hasan Ozdemir <21654050+nodify-at@users.noreply.github.com>
2021-12-17 02:39:54 +01:00
Patrik Oldsberg 24a67e3e2e auth-backend: fix identity fallback to populate userEntityRef correctly
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-12-17 00:48:03 +01: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
Hasan Ozdemir cc0f94218a Merge branch 'backstage:master' into master 2021-12-16 18:08:03 +01:00
Reinoud Kruithof 2a374057f5 fix(user-settings): use non-deprecated IdentityApi methods
This fixes the undefined identity error that is being thrown on the user-settings page.

Signed-off-by: Reinoud Kruithof <2184455+reinoudk@users.noreply.github.com>
2021-12-16 16:50:35 +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
Hasan Ozdemir b64e318c80 Merge branch 'backstage:master' into master 2021-12-16 14:22:04 +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 cd8764d8ac Merge pull request #8498 from julioz/patch-1
Update Airflow plugin README
2021-12-16 10:33:55 +01:00
Dede Hamzah 8e9d7e9200 Exporting the type
Signed-off-by: Dede Hamzah <dehamzah@gmail.com>
2021-12-16 16:31:54 +07:00
github-actions[bot] ef6a039e07 Version Packages 2021-12-16 08:56:38 +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
Hasan Ozdemir eb3fd85d3e feature: add crumbIssuer option to jenkins (optional) configuration, improve the UI to show a notification after executing the action: re-build
Signed-off-by: Hasan Ozdemir <21654050+nodify-at@users.noreply.github.com>
2021-12-15 17:35:44 +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
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
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
Iain Billett 651d1e7696 Don't use discovery API
Signed-off-by: Iain Billett <iain@roadie.io>
2021-12-15 11:50:44 +00:00
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
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
Jan Vilimek 95284ba572 improved tests / comment
Signed-off-by: Jan Vilimek <jan.vilimek@oriflame.com>
2021-12-15 09:45:15 +01:00
lukzerom aec8c678c8 selected items instead of selection
Signed-off-by: lukzerom <lukzerom@gmail.com>
2021-12-14 23:40:30 +01:00
Charles Lowell 5515862338 Run api report and add minimal tsdoc.
Signed-off-by: Charles Lowell <cowboyd@frontside.com>
2021-12-14 20:39:55 +02:00
mufaddal motiwala 3491a36ab9 add useOwnedEntites to catalog-react
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2021-12-14 23:45:33 +05:30
Jan Vilimek 60abfd536a Improved unit tests
Signed-off-by: Jan Vilimek <jan.vilimek@oriflame.com>
2021-12-14 19:04:51 +01:00
Iain Billett 801323b923 Api Report
Signed-off-by: Iain Billett <iain@roadie.io>
2021-12-14 17:47:48 +00:00
Ben Lambert 3a3797d858 Merge pull request #8277 from Balasundaram/scaffolder-gitlab-mr-publish-v2
Scaffolder gitlab mr publish v2
2021-12-14 18:41:07 +01:00
lukzerom 31c0106a4e on change instead of on select in entitypicker
Signed-off-by: lukzerom <lukzerom@gmail.com>
2021-12-14 18:09:31 +01:00
lukzerom faaa7f009c changed type name to select item
Signed-off-by: lukzerom <lukzerom@gmail.com>
2021-12-14 18:09:31 +01:00