Mark Anderson-Trocme
d5fe9f1093
feature: build workflow url
...
Signed-off-by: Mark Anderson-Trocme <mark.anderson@altitude-sports.com >
2023-02-03 16:09:28 -05:00
Mark Anderson-Trocme
5c1abc3bbf
Feature: Make workflow a link in CircleCI plugin
...
Signed-off-by: Mark Anderson-Trocme <mark.anderson@altitude-sports.com >
2023-01-16 14:51:12 -05:00
Patrik Oldsberg
8b4d32515b
Merge pull request #15748 from backstage/mob/new-factories
...
backend-plugin-api: rework service factory definitions
2023-01-16 15:07:17 +01:00
Fredrik Adelöw
baed7828df
Merge pull request #15681 from tgrieger-sf/feature/implementing-new-github-publish-parameters
...
Add features for "publish:github" action
2023-01-16 15:07:03 +01:00
Patrik Oldsberg
b8a14b3023
update usages of createServiceFactory
...
Co-authored-by: blam <ben@blam.sh >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-16 14:30:43 +01:00
Patrik Oldsberg
388a3316dc
Merge pull request #15688 from backstage/rugvip/conflogport
...
backend-app-api: move over logger and config implementations from backend-common
2023-01-16 14:30:31 +01:00
Fredrik Adelöw
2c4b116ccc
Merge pull request #15767 from RoadieHQ/improve-fact-lifecycle-performance
...
Improve fact lifecycle performance
2023-01-16 14:07:52 +01:00
Fredrik Adelöw
58d2068149
Merge pull request #15747 from RoadieHQ/bazaar-title
...
allow customisation of bazaar title and subtitle
2023-01-16 13:44:06 +01:00
Fredrik Adelöw
f68795de4e
Merge pull request #15735 from AmericanAirlines/fix-kubernetes-url
...
update fetcher to append resource to path instead of replace
2023-01-16 13:43:02 +01:00
Johan Haals
f07865401d
Merge pull request #15742 from ValtechMobility/feat/9736/add_commit_message_for_bitbucket
...
default commit msgs for bitbucketServer
2023-01-16 13:29:48 +01:00
Jussi Hallila
3262f0ec83
Bake subquery into the delete clause
...
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2023-01-16 12:01:07 +01:00
Brian Fletcher
c995e3d939
export BazaarPageProps instead of HomePageProps
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-16 09:00:42 +00:00
Fredrik Adelöw
7b47138d9a
Merge pull request #15595 from backstage/freben/popover-tweaks
...
minor updates to the entity peek-ahead
2023-01-16 09:51:30 +01:00
Camila Belo
a24387c6de
fix(search): modal input focus
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2023-01-15 21:48:58 +01:00
Patrik Oldsberg
d9fe3f68be
app-backend: avoid installing real services that break tests
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-14 13:00:40 +01:00
Brian Fletcher
99d52523c7
add changeset and api report
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-13 16:24:58 +00:00
Jussi Hallila
b48317cfc6
Modify tech insights lifecycle queries performance
...
Modifies database cleanup to remove all facts for entities instead of hand-picked ones only. Improves query execution a lot in large datasets.
Changes semantics of the lifecycle deletion logic slightly for cases were historical entities/facts, that are , not present in the application anymore, were kept forever instead of being cleaned up. The new implementation is more along the expected lines.
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2023-01-13 17:24:33 +01:00
Brian Fletcher
35f7332d61
allow customization of bazaar title and subtitle
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-13 16:12:14 +00:00
Patrik Oldsberg
61ee43ad5b
Merge pull request #15720 from backstage/rugvip/refactory
...
backend-app-api: switch factory functions to be defined with options as a top-level callback
2023-01-13 16:18:41 +01:00
Maurice Mohlek
fe9eaf93db
fix: generate api-report.md
...
Signed-off-by: Maurice Mohlek <maurice.mohlek@valtech.de >
2023-01-13 16:03:44 +01:00
Maurice Mohlek
ffe1455cae
cleaning up failing tests
...
Signed-off-by: Maurice Mohlek <maurice.mohlek@valtech.de >
2023-01-13 15:52:46 +01:00
Maurice Mohlek
da8e11460e
Update plugins/scaffolder-backend/src/scaffolder/actions/builtin/publish/bitbucketServer.ts
...
Co-authored-by: Johan Haals <johan@haals.se >
Signed-off-by: Maurice Mohlek <mohlek@gmail.com >
2023-01-13 15:19:24 +01:00
Maurice Mohlek
72d6b9f4e2
default commit msgs for bitbucketServer
...
Signed-off-by: Maurice Mohlek <maurice.mohlek@valtech.de >
2023-01-13 13:36:36 +01:00
Brian Fletcher
c95e278c9c
Merge branch 'master' of github.com:backstage/backstage into entity-labels-card
2023-01-13 08:45:58 +00:00
Lucas De Souza
4203168219
different appreach without replace
...
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com >
2023-01-12 15:07:05 -06:00
Lucas De Souza
27710cf922
fix test cases
...
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com >
2023-01-12 15:00:49 -06:00
Lucas De Souza
ad2fa51086
adding a test
...
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com >
2023-01-12 14:37:22 -06:00
Lucas De Souza
91e32ae7e1
update fetcher to append resource to path instead of replace
...
Signed-off-by: Lucas De Souza <lucas.desouza@aa.com >
2023-01-12 14:20:46 -06:00
Patrik Oldsberg
635287ead1
backend-plugin-api: remove factory function helper types
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-12 18:32:03 +01:00
Patrik Oldsberg
d1e86013ef
update API reports for backend system factory function refactor
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-12 18:32:03 +01:00
Patrik Oldsberg
01a318f75d
updates to use new option factory callback pattern
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Co-authored-by: blam <ben@blam.sh >
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-12 18:32:02 +01:00
blam
c869eab355
chore: woops
...
Signed-off-by: blam <ben@blam.sh >
2023-01-12 17:47:07 +01:00
Ben Lambert
76110d7787
Merge pull request #15728 from backstage/rugvip/flakylog
...
azure-sites: logging for flaky test
2023-01-12 17:24:23 +01:00
Patrik Oldsberg
21b860d4a3
azure-sites: logging for flaky test
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-01-12 17:17:46 +01:00
Fredrik Adelöw
e4d8420996
Merge pull request #15698 from backstage/freben/clicketyclick
...
clickable links in `UserSettingsIdentityCard`
2023-01-12 16:40:11 +01:00
Brian Fletcher
81bddafc56
Merge branch 'master' of github.com:backstage/backstage into entity-labels-card
2023-01-12 14:25:41 +00:00
Brian Fletcher
7ab34830d8
remove comment
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 13:21:48 +00:00
Ben Lambert
a4eb191168
Merge pull request #15530 from backstage/blam/add-mocks-test-backend
...
Add all `coreServices` to `startTestBackend`
2023-01-12 14:20:51 +01:00
Brian Fletcher
fe81e32a4c
remove unused export
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 13:14:55 +00:00
Johan Haals
6791aef207
Merge pull request #15659 from RoadieHQ/make-tech-insights-db-configurable
...
Expose optional persistenceContext on TechInsights construction
2023-01-12 13:27:44 +01:00
Brian Fletcher
ef8e6b0386
customization of labels title & defualt to Labels
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 09:16:19 +00:00
Brian Fletcher
9ef778c4b5
fix missing message
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 08:13:06 +00:00
Brian Fletcher
bd382f2bc2
api reports and changeset
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 07:59:25 +00:00
Brian Fletcher
9fc65bbc38
add entity switch case
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-12 07:45:25 +00:00
Trevor Grieger
35c6f2b741
Add tests to cover enableBranchProtectionOnDefaultRepoBranch parameters
...
Added new tests to cover requiredApprovingReviewCount, requiredCommitSigning, and restrictions.
Signed-off-by: Trevor Grieger <tgrieger@salesforce.com >
2023-01-11 14:57:39 -05:00
Carlos Esteban Lopez
ee0d9b5c4e
fix: Remove duplicated Typography import from master merge
...
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com >
2023-01-11 13:52:48 -05:00
Carlos Esteban Lopez Jaramillo
a52566971c
Merge branch 'master' into feat/BCKSTG-93-paragraphs
...
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com >
2023-01-11 13:31:50 -05:00
Ben Lambert
2cd3f4cf5d
Merge pull request #15639 from dpfaffenbauer/scaffolder-sentry
...
Add Scaffolder Sentry Plugin
2023-01-11 16:34:27 +01:00
Jussi Hallila
9a62631056
Change name of the type of passed in option object.
...
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2023-01-11 16:21:37 +01:00
Brian Fletcher
cebe24ef1d
add entity labels card
...
Signed-off-by: Brian Fletcher <brian@roadie.io >
2023-01-11 15:08:36 +00:00