Kamil Wolny
|
474370b668
|
feat: removed faker-js
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-16 09:36:35 +01:00 |
|
Kamil Wolny
|
ebde1274c8
|
feat: moved generating test issues code to the test file
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:35:49 +01:00 |
|
Kamil Wolny
|
f6fb510ec4
|
feat: faker as dev dependency + use static json as test data for the local dev
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:13:23 +01:00 |
|
Kamil Wolny
|
824f8dcce0
|
feat: move faker to regular deps of github issues plugin
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:13:22 +01:00 |
|
Kamil Wolny
|
5e615bf99c
|
feat: fix local dev environment
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:13:22 +01:00 |
|
Kamil Wolny
|
f9a16edaf3
|
feat: remove traces of plugin api + moved faker to dev deps
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:13:20 +01:00 |
|
Kamil Wolny
|
07096fa843
|
feat: make plugin api internal
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:11:31 +01:00 |
|
Kamil Wolny
|
eb23e4b362
|
fix: fix the react-use import to mitigate ts error
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:11:31 +01:00 |
|
Kamil Wolny
|
9e64dd3032
|
feat: fix plugin api report
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:11:31 +01:00 |
|
Kamil Wolny
|
5983eab8c1
|
feat: add basic plugin render page with mocked data for standalon local developement
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:11:31 +01:00 |
|
Kamil Wolny
|
f9f9aa64f8
|
feat: use refactored hooks in components and component tests for basic rendering of the plugin
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:11:31 +01:00 |
|
Kamil Wolny
|
19eb649999
|
feat: hooks refactor to use new plugin api
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:11:31 +01:00 |
|
Kamil Wolny
|
e1c5cd7dbe
|
feat: github graphql communicationg moved to new github issues api + fixes the issue with no data rendered on partial failure from api
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:11:31 +01:00 |
|
Kamil Wolny
|
a2ee1d73d1
|
feat: generate test issue + new dependencies
Signed-off-by: Kamil Wolny <mrwolny@gmail.com>
|
2022-08-15 12:11:31 +01:00 |
|
Patrik Oldsberg
|
fcbafccd05
|
github-issues: remove dependency on prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-08-15 11:27:27 +02:00 |
|
Patrik Oldsberg
|
3a8ab72248
|
graphiql: avoid using dynamic default import
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-08-13 11:16:23 +02:00 |
|
Johan Haals
|
5e3761d2e7
|
Merge pull request #13113 from backstage/mob/backend-test-utils
backend-test-utils: Add test helpers for the new experimental backend system.
|
2022-08-12 13:44:28 +02:00 |
|
Patrik Oldsberg
|
3417fc533b
|
Merge pull request #13116 from backstage/rugvip/options
backend-plugin-api: handle optional plugin and module options
|
2022-08-12 13:21:30 +02:00 |
|
Fredrik Adelöw
|
92843d1c3a
|
Merge pull request #13035 from darthaud/fix/allow-skip-migrations
fix(auth-plugin-backend): Allow it to skip migrations
|
2022-08-12 10:05:20 +02:00 |
|
Johan Haals
|
1635a41319
|
Merge pull request #13103 from R-cen/add-authentication-in-code-climate-plugin
Send Authorization headers in fetch requests in Code Climate plugin
|
2022-08-12 09:59:53 +02:00 |
|
Daniel Dias Branco Arthaud
|
c676a9e07b
|
fix(auth-plugin-backend): Allow it to skip migrations
When auth plugin is using database provider it verify if needs to skip migrations
Signed-off-by: Daniel Dias Branco Arthaud <arthaud@gmail.com>
|
2022-08-11 22:13:13 -03:00 |
|
Robert Cen
|
9a20067f44
|
Use FetchApi wrapper instead of manually passing through the token
Signed-off-by: Robert Cen <robert.cen@safetyculture.io>
|
2022-08-12 10:01:16 +10:00 |
|
Patrik Oldsberg
|
3dd5ab857c
|
update API reports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-08-11 22:47:43 +02:00 |
|
Johan Haals
|
7d80daf594
|
update api reports
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2022-08-11 16:24:24 +02:00 |
|
Johan Haals
|
56e1b4b89c
|
Add test helpers for new backend system
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: blam <ben@blam.sh>
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
|
2022-08-11 16:20:49 +02:00 |
|
Patrik Oldsberg
|
df98024f00
|
Merge pull request #12814 from mfrinnstrom/openapi-basepath
OpenApiRefProcessor: add basepath support for $ref
|
2022-08-11 13:13:12 +02:00 |
|
Ben Lambert
|
be99b672a1
|
Merge pull request #13063 from backstage/renovate/major-graphql-tools-monorepo
fix(deps): update dependency @graphql-tools/schema to v9
|
2022-08-11 13:00:17 +02:00 |
|
Mattias Frinnström
|
b50e8e533b
|
Add openApiPlaceholderResolver
Signed-off-by: Mattias Frinnström <mattias@frinnstrom.se>
|
2022-08-11 12:04:27 +02:00 |
|
Fredrik Adelöw
|
d9b71a6da0
|
Merge pull request #13019 from kielosz/cost-trend
Display minus sign in trends in CostOverviewCard
|
2022-08-11 11:27:09 +02:00 |
|
Johan Haals
|
8675682e5f
|
Merge pull request #13053 from Smorenoz/daemon-sets-default-object
Add DaemonSets as Default Objects
|
2022-08-11 10:46:34 +02:00 |
|
Robert Cen
|
459b179de4
|
Run yarn build:api-reports to update api-report.md
Signed-off-by: Robert Cen <robert.cen@safetyculture.io>
|
2022-08-11 14:44:02 +10:00 |
|
Robert Cen
|
831a8fee86
|
Send Authorization headers in fetch requests in Code Climate plugin to fix unauthorized requests to Backstage backends with authentication enabled as per https://github.com/backstage/backstage/blob/master/contrib/docs/tutorials/authenticate-api-requests.md
Signed-off-by: Robert Cen <robert.cen@safetyculture.io>
|
2022-08-11 14:25:05 +10:00 |
|
Vincent Lam
|
a641f79dcb
|
Move CSS overflow property to quadrant block element
Signed-off-by: Vincent Lam <vincent.lam@ingka.com>
|
2022-08-10 21:17:02 +02:00 |
|
kielosz
|
0c027eb524
|
Use options parameter
Signed-off-by: kielosz <kielosz@gmail.com>
|
2022-08-10 17:52:58 +02:00 |
|
Salomon Moreno
|
0297da83c0
|
Add DaemonSets as Default Objects
Signed-off-by: Salomon Moreno <msalomon@vmware.com>
|
2022-08-10 09:00:06 -05:00 |
|
Patrik Oldsberg
|
a3723f2ccd
|
Merge pull request #13075 from backstage/rugvip/depr
scaffolder-backend: deprecate publish:file action
|
2022-08-10 15:46:38 +02:00 |
|
Patrik Oldsberg
|
c971afbf21
|
scaffolder-backend: deprecate publish:file action
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
|
2022-08-10 14:37:18 +02:00 |
|
github-actions[bot]
|
b162bbf464
|
Version Packages (next)
|
2022-08-10 10:33:47 +00:00 |
|
renovate[bot]
|
fa3eeee92d
|
fix(deps): update dependency @graphql-tools/schema to v9
Signed-off-by: Renovate Bot <bot@renovateapp.com>
|
2022-08-10 00:43:50 +00:00 |
|
Phil Kuang
|
bfc7c50a09
|
feat(adrs): display associated entity in AdrSearchResultListItem
Signed-off-by: Phil Kuang <pkuang@factset.com>
|
2022-08-09 09:04:32 -04:00 |
|
github-actions[bot]
|
8a564ab585
|
Version Packages (next)
|
2022-08-09 09:56:01 +00:00 |
|
Fredrik Adelöw
|
b80050657e
|
use the right msw version
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-08-09 11:42:15 +02:00 |
|
Patrik Oldsberg
|
00d1527a12
|
Merge pull request #12835 from ONordander/catalog-backend-module-bitbucket-server
feat: add BitbucketServerEntityProvider (new plugin)
|
2022-08-09 10:17:48 +02:00 |
|
Patrik Oldsberg
|
ebc360ee24
|
Merge pull request #13016 from awanlin/topic/github-provider-wildcards
GitHub Entity Provider - Improved support for wildcards in `catalogPath`
|
2022-08-08 17:13:01 +02:00 |
|
Ben Lambert
|
f5c03bf0d8
|
Merge pull request #13008 from fabuloso/master
Add `reviewers` and `teamReviewers` params to `publish:github:pull-request` action
|
2022-08-08 17:11:54 +02:00 |
|
Fredrik Adelöw
|
059ae348b4
|
Use the non-deprecated form of table.unique in knex
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
|
2022-08-08 16:48:10 +02:00 |
|
Andre Wanlin
|
68d492d2fc
|
Fixed failing test
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
|
2022-08-08 09:35:21 -05:00 |
|
kielosz
|
08562ebe11
|
Display minus sign in trends
Signed-off-by: kielosz <kielosz@gmail.com>
|
2022-08-08 16:05:43 +02:00 |
|
Francesco Saltori
|
5ffaf1cc17
|
Fix tests in CI
Signed-off-by: Francesco Saltori <francescosaltori@gmail.com>
|
2022-08-08 15:50:29 +02:00 |
|
Andre Wanlin
|
97f0a37378
|
Support catalogPath wildcards
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
|
2022-08-08 08:22:56 -05:00 |
|