Joe Patterson
644b267bde
fix the session issue by copying okta
...
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com >
2022-09-08 18:41:15 +10:00
Patrik Oldsberg
f384b606c8
Merge pull request #13582 from backstage/rugvip/taffyignore
...
kubernetes-backend: ignore taffydb vulnerability
2022-09-08 09:59:47 +02:00
Fredrik Adelöw
d9e39544be
start chipping away a bit at the yarn3 dependency warnings
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-09-08 09:39:49 +02:00
bnechyporenko
820628b17f
Updated api-report.md
...
Signed-off-by: bnechyporenko <bnechyporenko@bol.com >
2022-09-08 09:21:25 +02:00
Luka Siric
df1e0d44bf
Update .changeset/cuddly-clocks-dance.md
...
changed plugin-catalog-backend-module-msgraph change to "patch"
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Luka Siric <siric.luka@gmail.com >
2022-09-08 09:18:26 +02:00
bnechyporenko
de8ee4afe3
Provide information about the user into scaffolder template action's context
...
Signed-off-by: bnechyporenko <bnechyporenko@bol.com >
2022-09-08 08:57:42 +02:00
bnechyporenko
6253418cb3
Provide information about the user into scaffolder template action's context
...
Signed-off-by: bnechyporenko <bnechyporenko@bol.com >
2022-09-08 08:52:04 +02:00
Joe Patterson
3152ca4b74
run prettier
...
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com >
2022-09-08 14:25:20 +10:00
Joe Patterson
8600855fbf
Update docs to reflect the change and add change set
...
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com >
2022-09-08 13:59:05 +10:00
Joe Patterson
64fe8e1213
change auth0 passport to the correct passport-auth0 package and allow passing the audience into the auth for api
...
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com >
2022-09-08 13:52:34 +10:00
Taras
65d1d4343f
Added changeset
...
Signed-off-by: Taras <tarasm@gmail.com >
2022-09-07 18:22:07 -04:00
Taras
184a610d12
Add missing export and generate api report
...
Signed-off-by: Taras <tarasm@gmail.com >
2022-09-07 18:20:10 -04:00
Taras
93a1072a0a
Updated tests to include validateEntity in mocks
...
Signed-off-by: Taras <tarasm@gmail.com >
2022-09-07 18:12:01 -04:00
Taras
54f14d5b88
Added /validate-entity to the catalog client
...
Signed-off-by: Taras <tarasm@gmail.com >
2022-09-07 17:32:06 -04:00
Patrik Oldsberg
67acd209cf
kubernetes-backend: ignore taffydb vulnerability
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-07 22:24:09 +02:00
Patrik Oldsberg
435a37bfa5
Merge pull request #13579 from backstage/rugvip/testworkarounds
...
fixes for race conditions when running tests from the root
2022-09-07 22:11:43 +02:00
Patrik Oldsberg
cc16950bca
Merge pull request #13543 from backstage/renovate/swc-core-1.x-lockfile
...
fix(deps): update dependency @swc/core to v1.2.248
2022-09-07 21:14:20 +02:00
blam
a58e5bfbd2
chore: add another classlist
...
Signed-off-by: blam <ben@blam.sh >
2022-09-07 20:57:58 +02:00
blam
8d692524c5
chore: revert prettier ignore
...
Signed-off-by: blam <ben@blam.sh >
2022-09-07 20:54:54 +02:00
blam
771d177ad9
chore: nice new section for seach
...
Signed-off-by: blam <ben@blam.sh >
2022-09-07 20:54:21 +02:00
blam
09216f8c7a
chore: fromat different
...
Signed-off-by: blam <ben@blam.sh >
2022-09-07 19:14:17 +02:00
Patrik Oldsberg
2bfe26336b
microsite: add fold and header for analytics blog post
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-07 18:11:39 +02:00
Phil Kuang
c86741a052
feat(EntityTagPicker): support showing option counts
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-09-07 12:05:58 -04:00
Matteo Silvestri
5ce28340a9
update plugins/techdocs-node api-report.md
...
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com >
2022-09-07 17:34:54 +02:00
Kiss Miklos
9743bc788c
use object as param in refresh function
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 17:16:54 +02:00
Patrik Oldsberg
42258e7106
create-app: mock versions module to avoid race condition with mock-fs
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-07 16:51:18 +02:00
Patrik Oldsberg
96689fbdcb
backend-common: workaround for database client being collected before interval
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-07 16:48:30 +02:00
blam
cb13c56c84
chore: added markup for the homepage text
...
Signed-off-by: blam <ben@blam.sh >
2022-09-07 16:12:42 +02:00
blam
38d4f9a8cf
chore: fixing issue with the microsite banner positioning
...
Signed-off-by: blam <ben@blam.sh >
2022-09-07 15:58:07 +02:00
Matteo Silvestri
0b2a30dead
fixing techdocs-cli Docker client creation
...
Docker client does not need to be created when --no-docker
option is provided.
If you had DOCKER_CERT_PATH environment variable defined
the Docker client was looking for certificates
and breaking techdocs-cli generate command even with --no-docker
option.
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com >
2022-09-07 15:43:27 +02:00
Patrik Oldsberg
b8b2d4ab04
Merge pull request #13539 from tomasaschan/plugin-kubernetes/reset-error
...
Reset error on success path
2022-09-07 14:33:05 +02:00
Kiss Miklos
fabd576219
add new api-report.md
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 14:21:35 +02:00
Kiss Miklos
652dc0fa0c
fix tests
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 14:03:47 +02:00
Kiss Miklos
6e63bc43f2
add changeset
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 13:58:39 +02:00
Patrik Oldsberg
32ecbd449e
Merge pull request #13572 from backstage/rugvip/onlydep
...
switch @types/jest to only be depended on by @backstage/cli
2022-09-07 13:18:09 +02:00
Kiss Miklos
858833a4d5
add refresh to connection
...
Signed-off-by: Kiss Miklos <miklos@roadie.io >
2022-09-07 13:08:54 +02:00
Alex Crome
a7f6f1c3fa
Remove erroneous comment
...
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com >
2022-09-07 11:51:54 +01:00
Patrik Oldsberg
7d47def9c4
switch @types/jest to only be depended on by @backstage/cli
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-09-07 11:29:12 +02:00
Alex Crome
f76f22c649
Added changeset + docs
...
Signed-off-by: Alex Crome <afscrome@users.noreply.github.com >
2022-09-07 10:11:46 +01:00
Fredrik Adelöw
509beed6f5
Merge pull request #13557 from maaheeb/patch-1
...
Add file for Dependencytrack plugin
2022-09-07 11:04:32 +02:00
Ben Lambert
c1913f7419
Merge pull request #13563 from tylerd-canva/patch-1
...
Small typo fix in Theme docs
2022-09-07 10:39:02 +02:00
Ben Lambert
c4a78ec311
Merge pull request #13555 from clemensheithecker/master
...
Update README.md for @backstage/plugin-badges
2022-09-07 10:38:10 +02:00
Patrik Oldsberg
81b3dabdc4
Merge pull request #13558 from backstage/rugvip/workwork
...
scaffolder-backend: use 3 parallel workers by default
2022-09-07 10:01:48 +02:00
Tyler Davis
5abfbc3051
Small typo fix in Theme docs
...
Signed-off-by: Tyler Davis <tylerd@canva.com >
2022-09-07 11:29:16 +10:00
backstage-goalie[bot]
7fa7b9b1f3
Merge pull request #13547 from backstage/renovate/canvas-2.x-lockfile
...
chore(deps): update dependency canvas to v2.10.0
2022-09-07 00:22:06 +00:00
Nick Marinelli
d419784c8b
whitespace
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-09-06 17:31:43 -04:00
Nick Marinelli
8bf6ce0223
further vale appeasement
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-09-06 17:28:33 -04:00
Nick Marinelli
2ecbd7cbdf
update for #13338 changes, and option
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-09-06 16:59:29 -04:00
Vladimir Masarik
5543e86660
add change set
...
Signed-off-by: Vladimir Masarik <vladimir.masarik@ef.com >
2022-09-06 19:09:59 +02:00
Nick Marinelli
ca2d0f560f
Merge branch 'master' into nmarinel/local-ssl
...
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com >
2022-09-06 12:49:54 -04:00