Commit Graph

17444 Commits

Author SHA1 Message Date
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 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
github-actions[bot] aaf5cb2ca1 Version Packages 2023-08-15 17:12:48 +00: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 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
Vincenzo Scamporlino f66d490332 backend-test-utils: remove services from startTestBackend
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-08-15 17:47:12 +02:00
Vincenzo Scamporlino d1546d5c5b catalog-backend-module-incremental-ingestion: adapt to new createBackend api
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-08-15 17:47:12 +02:00
Patrik Oldsberg 916886098a Merge pull request #19372 from backstage/rugvip/noptions
backend-plugin-api: remove plugin and module options
2023-08-15 17:40:41 +02:00
Patrik Oldsberg 2931c399f6 Update plugins/search-backend-module-techdocs/config.d.ts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-15 16:42:14 +02:00
Patrik Oldsberg 6565eeb2d4 scaffolder-{backend,node}: update API reports + fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-15 16:39:13 +02:00
Patrik Oldsberg 349611126a scaffolder-backend: removed alpha options
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-15 16:27:35 +02:00
Patrik Oldsberg 88bc6e27a2 scaffolder-backend: make concurrentTasksLimit configurable via static config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-15 16:16:18 +02:00
Patrik Oldsberg e07a4914f6 scaffolder-backend: move more types to -node
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-08-15 16:16:18 +02:00
Fredrik Adelöw 7bcde2fff4 more docs updates for the search modules
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-08-15 15:26:06 +02:00
Patrik Oldsberg ccc1a8d52a Merge pull request #19297 from backstage/philipph/replace-backend-search-module-options
make `search-backend-module-explore` & `search-backend-module-techdocs` configurable from app-config
2023-08-15 15:23:51 +02:00
Patrik Oldsberg 5c55972e5a Merge pull request #19288 from backstage/rugvip/no-options-es
search-backend-module-elasticsearch: refactor + remove options
2023-08-15 15:23:26 +02:00
Fredrik Adelöw 45f2dbfc67 Merge pull request #19363 from backstage/freben/docs2
add more info to the readme of the catalog collator
2023-08-15 12:09:29 +02:00
Patrik Oldsberg 81c78c1fd5 Merge pull request #18770 from philips-forks/master
Add email to index for user entity
2023-08-15 12:04:04 +02:00
Patrik Oldsberg ce26ee6887 Merge pull request #18851 from awanlin/topic/add-confluence-transform-markdown-example
Added example for Confluence to Markdown action
2023-08-15 11:48:01 +02:00
Patrik Oldsberg 1d5cd17f4a Merge pull request #18935 from Coderrob/pr-18932-deprecated-comment-corrections
Fixed invalid deprecated code comments referencing invalid package names - PR18932
2023-08-15 11:43:50 +02:00
Patrik Oldsberg a4226e42be Merge pull request #19367 from backstage/explore-mui-overrides
Add support for material-ui overrides in explore
2023-08-15 11:39:21 +02:00
Patrik Oldsberg 21e7e74a3d Merge pull request #19270 from backstage/philipph/linguist-remove-backend-options
[Linguist] Remove new backend system plugin options
2023-08-15 11:21:21 +02:00
Fredrik Adelöw 9fb4c0d65d add more info to the readme of the catalog collator
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-08-15 10:26:58 +02:00
Tim Hansen 41a26248c9 Add support for material-ui overrides in explore
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
2023-08-14 11:36:35 -06:00
Andre Wanlin 27e7db7709 Fixed failing test
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-08-14 10:51:25 -05:00
Philipp Hugenroth c823d2b02d Update README
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2023-08-14 17:31:46 +02:00
Philipp Hugenroth e4527b7c1d Adjust text to changed config scheme
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2023-08-14 16:50:46 +02:00
Philipp Hugenroth 53c52953e4 Adjust to review
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2023-08-14 16:41:16 +02:00
Fredrik Adelöw db2f07dded Merge pull request #18804 from AmbrishRamachandiran/master
Limit the use of the same shortcut title and url when adding a shortcut
2023-08-14 16:38:36 +02:00
Fredrik Adelöw 9f28cb2b50 Merge pull request #19278 from backstage/freben/module-config
make `searchModuleCatalogCollator` configurable from app-config
2023-08-14 15:14:40 +02:00
Patrik Oldsberg c317a3e176 Merge pull request #19353 from backstage/rugvip/msgraph
catalog-backend-module-msgraph: move alpha options to extension point
2023-08-14 15:01:54 +02:00
Philipp Hugenroth 1bceb3049b Adjust to review by making schedule optional
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2023-08-14 14:57:32 +02:00
Philipp Hugenroth 5c56236eeb Update plugins/linguist-backend/config.d.ts
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: Philipp Hugenroth <tudi2d@users.noreply.github.com>
2023-08-14 14:57:32 +02:00
Philipp Hugenroth cc622ab8c4 and small clean up..
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
2023-08-14 14:57:32 +02:00