Camila Belo
c8df6bfd7e
feat(techdocs): extract layout rules
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:34:36 +02:00
Camila Belo
eeba7f240c
feat(techdocs): extract reset rules
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:34:36 +02:00
Camila Belo
97a7e8bb0f
feat(techdocs): extract variables rules
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:34:36 +02:00
Camila Belo
c63b34fe85
feat(techdocs): define style rule options
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:34:36 +02:00
Camila Belo
b8c9389df7
Merge pull request #11647 from backstage/camilal/covert-sanitizer-transformer-into-hook
...
[Techdocs]Convert `sanitizeDOM` to hook
2022-05-23 14:24:50 +02:00
Camila Belo
bf8219d0fe
refator(techdocs): apply review suggestions
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:09:07 +02:00
Camila Belo
816f7475ec
chore: add changeset file
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:09:07 +02:00
Camila Belo
f63b675404
refactor(techdocs): delete sanitize dom transformer
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:09:07 +02:00
Camila Belo
427ecd4e7c
refactor(techdocs): use html sanitizer transformer
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:09:07 +02:00
Camila Belo
0a5e6ffcf6
refactor(techdocs): export html sanitizer transformer
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:09:07 +02:00
Camila Belo
6cd30abd04
test(techdocs): cover html sanitizer hook
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 14:09:07 +02:00
Christian Probst
131a99e909
Align common.schema.json with Entity type
...
Added the field `targetRef` to match the Typescript type
Signed-off-by: Christian Probst <christian.probst.dk@gmail.com >
2022-05-23 14:02:33 +02:00
Camila Belo
beba2615d3
refactor(techdocs): create html sanitizer transformer
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 10:53:06 +02:00
Camila Belo
b2b19f170e
refactor(techdocs): export html sanitizer hooks
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 10:53:06 +02:00
Camila Belo
4a70a448af
refactor(techdocs): extract iframes sanitizer hook
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 10:53:06 +02:00
Camila Belo
d4a00ed167
refactor(techdocs): extract links sanitizer hook
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-23 10:53:06 +02:00
Manuel Scurti
416014b7b8
added migration file
...
Signed-off-by: Manuel Scurti <manuel.scurti@agilelab.it >
2022-05-22 19:30:40 +02:00
Manuel Scurti
5e055079f0
added changeset
...
Signed-off-by: Manuel Scurti <manuel.scurti@agilelab.it >
2022-05-21 13:00:40 +02:00
Manuel Scurti
6dcc5f1d3e
fixed migration script for signing_keys
...
Signed-off-by: Manuel Scurti <manuel.scurti@agilelab.it >
2022-05-21 12:49:39 +02:00
Patrik Oldsberg
cfec39f1a7
backend-common: changelog updates for patch release
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-05-21 10:54:57 +02:00
Patrik Oldsberg
be89d6e7f3
fix references to search-backend-node
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-05-21 10:48:34 +02:00
Patrik Oldsberg
a07ced9488
Merge pull request #11485 from goenning/go/cache-azure-tokens
...
[Kubernetes Plugin] Cache Azure tokens to avoid excessive calls to identity
2022-05-21 10:44:05 +02:00
dependabot[bot]
8571448bcd
chore(deps): Bump dset from 3.1.0 to 3.1.2
...
Bumps [dset](https://github.com/lukeed/dset ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/lukeed/dset/releases )
- [Commits](https://github.com/lukeed/dset/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: dset
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-05-20 20:41:21 +00:00
Matt Ng
cd8ad6d600
updating to call this a patch
...
Signed-off-by: Matt Ng <matt.ng@adhocteam.us >
2022-05-20 13:30:16 -04:00
Matt Ng
68a63cf2e6
Changing the header hierarchy while keeping the original styling
...
Signed-off-by: Matt Ng <matt.ng@adhocteam.us >
2022-05-20 13:28:39 -04:00
goenning
63aa03cc82
code review
...
Signed-off-by: goenning <me@goenning.net >
2022-05-20 16:13:31 +01:00
Patrik Oldsberg
1880a92562
Merge pull request #11621 from kuangp/fix/sidebarItem
...
fix(sidebarItem): only add arrow icon to items with a submenu
2022-05-20 17:06:36 +02:00
Jonathan Sundquist
607a3ed0e2
feat(sentry): move isSentryAvailable check to its own file
...
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com >
2022-05-20 10:02:09 -05:00
Jonathan Sundquist
1928323064
docs(changeset): updating with better verbiage
...
Co-authored-by: Johan Haals <johan@haals.se >
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com >
2022-05-20 10:02:09 -05:00
Jonathan Sundquist
c55f6cb22d
feat(sentry): adding a check if sentry is available
...
Signed-off-by: Jonathan Sundquist <jsundquist@gmail.com >
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com >
2022-05-20 10:02:09 -05:00
Patrik Oldsberg
464c33f932
graphiql: fix headers not being included in requests
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-05-20 16:55:24 +02:00
Patrik Oldsberg
486ebcf3b4
Merge pull request #11630 from backstage/rugvip/s3
...
backend-common: fix stuck s3 reading
2022-05-20 16:01:39 +02:00
Patrik Oldsberg
5b22a8c97f
backend-common: fix stuck s3 reading
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-05-20 15:39:52 +02:00
goenning
f3b42c2cdb
add explanation
...
Signed-off-by: goenning <me@goenning.net >
2022-05-20 14:28:33 +01:00
Johan Haals
fca130e57a
Merge pull request #11627 from RoadieHQ/helm-chart-revert-postgres-upgrade
...
Revert "chore(deps): update helm release postgresql to v11"
2022-05-20 15:23:48 +02:00
goenning
1b173f8b5d
refactor null check and race condition
...
Signed-off-by: goenning <me@goenning.net >
2022-05-20 14:21:46 +01:00
Martina Iglesias Fernandez
0e91c38450
Revert "chore(deps): update helm release postgresql to v11"
...
This reverts commit d0b04813ab .
I am reverting this because this was a breaking change and needs more
work and testing.
Signed-off-by: Martina Iglesias Fernandez <martina@roadie.io >
2022-05-20 15:06:19 +02:00
samiramkr
6785ab448e
Merge pull request #11626 from backstage/samiramkr/fix-triggered-incident-alert
...
Samiramkr/fix triggered incident alert
2022-05-20 14:52:39 +02:00
Samira Mokaram
76bf6400fe
add changeset
...
Signed-off-by: Samira Mokaram <samiram@spotify.com >
2022-05-20 14:38:07 +02:00
goenning
faa085a786
Merge branch 'master' into go/cache-azure-tokens
2022-05-20 12:59:59 +01:00
Johan Haals
4ef5d63e5b
Merge pull request #11573 from immobiliare/feat/added-ldap-tls-configuration
...
feat(LDAP): added tls configuration
2022-05-20 13:36:37 +02:00
Johan Haals
d07e1bd093
Merge pull request #11625 from Sebelino/adopters-tink
...
Add Tink to ADOPTERS.md
2022-05-20 13:27:29 +02:00
Samira Mokaram
ed7608e878
fix alert after triggering an incident
...
Signed-off-by: Samira Mokaram <samiram@spotify.com >
2022-05-20 13:24:00 +02:00
Johan Haals
36a23319e3
Merge pull request #11420 from anicke/gerrit-scaffolder-publish
...
Added scaffolder support for publishing to Gerrit
2022-05-20 13:17:41 +02:00
Camila Belo
93e28ae425
Merge pull request #11609 from backstage/camilal/fix-entity-docs-outlet
...
[TechDocs]: Use object routes on entity docs pages
2022-05-20 11:42:20 +02:00
Patrik Oldsberg
a91d2ee8e7
Merge pull request #11463 from goququ/master
...
feat/catalog-backend-module-gitlab: create url location only if file…
2022-05-20 11:31:11 +02:00
Patrik Oldsberg
5f3dfe0d69
Merge pull request #11585 from UsainBloot/cli-yarn-start-warn-app-backend-url-clash
...
cli: Add warning when app.baseUrl and backend.baseUrl are identical
2022-05-20 11:28:31 +02:00
Camila Belo
1e5d66f701
refactor: apply review suggestions
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-20 11:04:00 +02:00
Johan Haals
75d8a17466
format with prettier
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-05-20 10:46:08 +02:00
Gary Niemen
9199bc5945
roadmap-updates
...
Signed-off-by: <65337273+garyniemen@users.noreply.github.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-05-20 10:45:46 +02:00