renovate[bot]
8d46092f83
Update dependency @types/yarnpkg__lockfile to v1.1.6
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-16 09:01:50 +00:00
backstage-goalie[bot]
bb0db1ed1c
Merge pull request #19241 from backstage/renovate/microsoft-microsoft-graph-types-2.x-lockfile
...
Update dependency @microsoft/microsoft-graph-types to v2.38.0
2023-08-16 08:53:50 +00:00
Fredrik Adelöw
39173a12f2
Merge pull request #19352 from backstage/renovate/pluralize-0.x
...
chore(deps): update dependency @types/pluralize to ^0.0.30
2023-08-16 10:42:15 +02:00
Fredrik Adelöw
6a2b28bc15
Merge pull request #18383 from mattray/opencost
...
New OpenCost plugin
2023-08-16 10:34:56 +02:00
Fredrik Adelöw
ad32d32fbc
Merge pull request #19328 from adamdmharvey/adamdmharvey/lighthouse-plugins
...
chore(lighthouse): Add plugins to accessibility testing
2023-08-16 10:34:32 +02:00
Fredrik Adelöw
f9deabdd9a
Merge pull request #19395 from backstage/freben/pre
...
enter pre mode
2023-08-16 10:04:58 +02:00
Fredrik Adelöw
5f06e9f1da
fix api-report
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-08-16 09:49:03 +02:00
Patrik Oldsberg
aea5216aeb
Merge pull request #19280 from backstage/rugvip/auth-migration
...
auth-backend: migrate to new backend system + new authenticators pattern
2023-08-16 09:47:52 +02:00
Fredrik Adelöw
0a4c131945
enter pre mode
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-08-16 09:38:35 +02:00
Fredrik Adelöw
7ca94cb808
yarn.lock updates
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2023-08-16 09:27:00 +02:00
Neal Ormsbee
ef6eeff534
Change opencost plugin to use @date-io/luxon instead of @date-io/date-fns
...
Signed-off-by: Neal Ormsbee <neal.ormsbee@gmail.com >
2023-08-16 09:24:20 +02:00
Matt Ray
ff83a7f394
Test was provided by the generated scaffolding, unused.
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:24:20 +02:00
Matt Ray
223972a153
Rename .js files to .jsx since they're actually JSX
...
This makes `yarn backstage-cli repo build` happier
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:24:20 +02:00
Matt Ray
dcd3a280d5
yarn tsc cleanups
...
OpenCostPage.tsx TS6133: 'ContentHeader' is declared but its value is never read.
OpenCostReport.tsx TS6133: 'forEach' is declared but its value is never read.
TS7006: added @ts-ignore
util.js TS2322: Type 'string | null' is not assignable to type 'string'.
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:24:20 +02:00
Matt Ray
6961967fb4
Updates based off of @freben's code review
...
* Reduced changeset to `minor`
* Fixed indentation and quoting in README
* yarn.lock update for rebased versions
* ran `prettier` against all .js and .ts files and fixed errors
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:24:17 +02:00
Matt Ray
1380a689ab
Changeset describing new OpenCost plugin
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
b9f668fde6
Added config file support and updated images
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
08925803ce
Disabling eslint tests because don't want to change the working code
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
6699181127
Disable eslinting for now plus auto-formatting changes
...
// eslint-disable-next-line @typescript-eslint/no-use-before-define
// eslint-disable-next-line react-hooks/exhaustive-deps
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
83a103e2f6
Disable eslint issue with "error React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-deps"
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
3e19e82a1d
Turn off eslint "error 'agg' is already declared in the upper scope on line 28 column 10 @typescript-eslint/no-shadow"
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
e4fc8df2ca
Disable eslint "warning <p> is forbidden, use MUI <Typography> instead react/forbid-elements"
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
cd7d4e4f27
Fix for "86:5 error Arrow function expected no return value consistent-return"
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
44ac248dd8
Fix for "79:34 error 'currency' is already declared in the upper scope on line 41 column 20 @typescript-eslint/no-shadow"
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
09ab43fcef
Fixes for eslint "guard-for-in"
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:58 +02:00
Matt Ray
4d0d3e3207
eslint --fix automatic fixes and corrections to make eslint happier
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:57 +02:00
Matt Ray
5511693aa0
Updated copyright headers to make Backstage check happy
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:57 +02:00
Matt Ray
79aad75ce7
Updates from Backstage linting
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:57 +02:00
Matt Ray
568875edec
Document installation and configuration
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:57 +02:00
Matt Ray
59dc379e35
Working OpenCost Backstage plugin.
...
Needs cleanup to make the git commit hooks happy
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:57 +02:00
Matt Ray
6b3ea5fbf5
Renamed to OpenCost*
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:57 +02:00
Matt Ray
462b644d24
Initial OpenCost plugin with light changes from yarn new --select plugin
...
Signed-off-by: Matt Ray <github@mattray.dev >
2023-08-16 09:23:57 +02:00
Fredrik Adelöw
93434fa453
Merge pull request #19379 from tperehinets/scaffolder-action-examples
...
Added description for publish:github and publish:gitlab scaffolder actions.
2023-08-16 09:20:30 +02:00
backstage-goalie[bot]
0bc729ffff
Merge pull request #19392 from backstage/renovate/swr-2.x-lockfile
...
chore(deps): update dependency swr to v2.2.1
2023-08-16 02:23:49 +00:00
renovate[bot]
657e486eb8
chore(deps): update dependency swr to v2.2.1
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-16 01:37:51 +00:00
backstage-goalie[bot]
cbee7ea9a0
Merge pull request #19391 from backstage/renovate/esbuild-0.x-lockfile
...
chore(deps): update dependency esbuild to v0.19.2
2023-08-16 01:30:15 +00:00
renovate[bot]
a94e0cde38
chore(deps): update dependency esbuild to v0.19.2
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-16 00:28:18 +00:00
backstage-goalie[bot]
4952509ca6
Merge pull request #19303 from backstage/renovate/eslint-plugin-import-2.x-lockfile
...
fix(deps): update dependency eslint-plugin-import to v2.28.0
2023-08-16 00:20:26 +00:00
Patrik Oldsberg
6d98b87ac3
Merge pull request #19374 from backstage/rugvip/notes
...
docs: 1.17 release notes
2023-08-15 20:57:00 +02:00
Patrik Oldsberg
4dc21bf7f5
Merge pull request #19277 from backstage/changeset-release/master
...
Version Packages
2023-08-15 19:55:48 +02:00
Patrik Oldsberg
82a3aeb383
docs: 1.17 release notes
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-08-15 19:21:19 +02:00
github-actions[bot]
aaf5cb2ca1
Version Packages
2023-08-15 17:12:48 +00:00
Patrik Oldsberg
004768a3cc
Merge pull request #19387 from backstage/rugvip/fix
...
changesets: fix invalid package name
2023-08-15 19:00:24 +02:00
Patrik Oldsberg
749d3c8c36
changesets: fix invalid package name
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-08-15 18:59:04 +02:00
Patrik Oldsberg
56ef647673
Merge pull request #19334 from backstage/service-factories-become-backend-features
...
Service factories become backend features
2023-08-15 18:22:24 +02:00
Patrik Oldsberg
738e4df65d
catalog-backend-module-incremental-ingestion: fix module test
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-08-15 17:47:12 +02:00
Patrik Oldsberg
d8c8dbf4ef
Apply suggestions from code review
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2023-08-15 17:47:12 +02:00
Vincenzo Scamporlino
29a4738cd9
backend-test-utils: detect internal features
...
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com >
2023-08-15 17:47:12 +02:00
Vincenzo Scamporlino
32c01a9a43
remove changeset
...
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com >
2023-08-15 17:47:12 +02:00
Vincenzo Scamporlino
09fea35cd1
backend-app-api: use provided service factories
...
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com >
2023-08-15 17:47:12 +02:00