Commit Graph

1242 Commits

Author SHA1 Message Date
github-actions[bot] fc1a38bc57 Version Packages (next) 2023-08-29 12:18:08 +00:00
Eric Peterson f5cdb61269 Add maintainer-owned catalog-info.yaml files
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2023-08-23 18:02:53 +02:00
github-actions[bot] f8c8e8de37 Version Packages (next) 2023-08-22 11:37:48 +00:00
Fredrik Adelöw 20def974d5 Merge pull request #18921 from PeteLevineA/continued-mysql-support
patch: Add Continued MySQL Support
2023-08-22 13:23:03 +02:00
Sander Aernouts 5f1a92b9f1 feature(azure devops): support multiple organisations
Signed-off-by: Sander Aernouts <sander.aernouts@gmail.com>
2023-08-18 16:27:00 +02:00
Greg Cobb cfc3ca6ce0 patch: Add Continued MySQL Support
Expanded packages/backend-common with MySQL Tests
Updated packages/backend-tasks column types to conform to MySQL
Updated packages/backend-tasks database tests with MySQL
Updated packages/backend-tasks datetime column to work with MySQL
Updated packages/create-app with a production MySQL App Config template
Updated packages/e2e-test to allow for e2e testing with MySQL
Updated plugins/app-backend some text columns to string
Updated plugins/app-backend interval to work with MySQL
Updated plugins/bazaar-backend to run db tests against MySQL
Updated plugins/catalog-backend-module-incremental-ingestion to run
db tests against MySQL
Updated plugins/catalog-backend text columns to longtext to work
with MySQL like issue suggested
Updated plugins/code-coverage-backend text column to string
Updated plugins/linguist-backend text column to string
Updated plugins/tech-insights-backend text columns to string
Updated plugins/tech-insights-backend db tests to include MySQL

Added New E2E tests to run on pull requests to test against MySQL

Co-authored-by: Alex Rocha <alexr1@vmware.com>
Co-authored-by: David Alvarado <dalvarado@vmware.com>
Co-authored-by: Shwetha Gururaj <gururajsh@vmware.com>
Co-authored-by: Al <aberezovsky@vmware.com>
Co-authored-by: Gerg <gcobb@vmware.com>
Signed-off-by: Pete Levine A <lpete@vmware.com>
Signed-off-by: lpete@vmware.com <lpete@vmware.com>
2023-08-17 12:11:56 -04:00
github-actions[bot] aaf5cb2ca1 Version Packages 2023-08-15 17:12:48 +00:00
Thomas Cardonne fa259dcff0 simplify ReadTreeResponseFactory options and small fixes
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
2023-08-11 09:10:05 +02:00
Thomas Cardonne 443afcf7f5 feat(gerrit-integration): use gitiles archive for readTree if configured
If Gitiles is configured, leverage it to fetch an archive instead
of cloning the repository.

Co-Authored-By: Andy Ladjadj <andy.ladjadj@adevinta.com>
Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
2023-08-11 08:26:35 +02:00
github-actions[bot] 74f77f151a Version Packages (next) 2023-08-08 14:07:10 +00:00
github-actions[bot] 572abc7edf Version Packages (next) 2023-08-01 12:30:00 +00:00
Vincenzo Scamporlino 16eaf51480 api reports
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-07-31 17:45:54 +02:00
Vincenzo Scamporlino 2cccf58ef1 chore: config to rootConfig
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-07-31 17:11:00 +02:00
Patrik Oldsberg 8f7b618a49 removed usage of Partial in configuration schemas
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-07-28 16:15:08 +02:00
github-actions[bot] b441642fbe Version Packages (next) 2023-07-25 11:30:28 +00:00
github-actions[bot] 0abb3c37b8 Version Packages 2023-07-18 08:35:29 +00:00
github-actions[bot] d72e2eeba6 Version Packages (next) 2023-06-27 12:10:42 +00:00
blam 2e0637835b chore: cleanup
Signed-off-by: blam <ben@blam.sh>
2023-06-22 12:44:43 +02:00
blam e65ad09894 chore: body is not a buffer, let's make it a Readable first
Signed-off-by: blam <ben@blam.sh>
2023-06-22 12:39:46 +02:00
github-actions[bot] bc0c4bc64c Version Packages 2023-06-20 13:54:09 +00:00
Tim Hansen 52d5998176 Default CacheClient to in-memory
Signed-off-by: Tim Hansen <timbonicush@spotify.com>
2023-06-16 08:06:47 -06:00
Patrik Oldsberg f34b94c517 Merge pull request #18277 from backstage/rugvip/strip
backend-common: make HostDiscovery strip trailing slashes in backend.baseUrl
2023-06-15 17:11:22 +02:00
Patrik Oldsberg e12a18894c Merge pull request #18221 from Bonial-International-GmbH/pjungermann/snyk/xml2js
chore(deps): remove unused dependency `aws-sdk-mock`
2023-06-15 15:56:28 +02:00
Patrik Oldsberg eeb3f801fd backend-common: make HostDiscovery strip trailing slashes in backend.baseUrl
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-06-15 13:49:35 +02:00
github-actions[bot] 320ed50274 Version Packages (next) 2023-06-13 19:37:24 +00:00
Patrick Jungermann 810c6de516 chore(deps): remove unused dependency aws-sdk-mock
Relates-to: #18083
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2023-06-12 23:03:31 +02:00
Patrick Jungermann 5f2c38c70f fix(deps): fix SNYK-JS-FASTXMLPARSER-5668858
Fixes SNYK-JS-FASTXMLPARSER-5668858
by upgrading aws-sdk dependencies to
their latest version.

The upgrade of `fast-xml-parser` to
version 4.2.4 (or higher) was included
in release v3.347.1 of the aws-sdk.

Latest release is v3.350.0, however,
not for all packages.

The previous version's requirement would have
allowed to use a newer version of the aws-sdk
to fix it locally to a backstage project setup.

This change will enforce a version including the fix.

Closes: #18164
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2023-06-12 22:05:00 +02:00
github-actions[bot] a8634a9634 Version Packages (next) 2023-05-30 13:52:00 +00:00
Andre Wanlin be0826dba9 Merge pull request #17956 from awanlin/topic/set-database-password-visbility
Updated db connection config to set password visibility to secret
2023-05-30 02:19:09 -05:00
Andre Wanlin de8bb7f92f Corrections based on feedback
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-05-29 10:01:10 -05:00
Andre Wanlin 447270a7d9 Simplified based on feedback
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-05-29 07:25:01 -05:00
Ben Lambert 47c974e22b Merge pull request #17780 from XpiritBV/support-azdo-identities
feat(azure): support service principals and managed identities
2023-05-29 12:44:15 +02:00
Sander Aernouts c7f848bcea feat(azure): support service principals and managed identities
Signed-off-by: Sander Aernouts <sander.aernouts@gmail.com>
2023-05-25 09:08:13 +02:00
Andre Wanlin 4ef91ab467 Added PG object details
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2023-05-24 12:22:44 -05:00
kallayj 741e84d827 Fixes the example config in HostDiscovery.ts.
The permission plugin was referenced as 'permissions' when the plugin id is 'permission'.

Signed-off-by: Jonathan Kallay <jonathan.kallay@cariad.us>
2023-05-23 17:26:48 -07:00
github-actions[bot] 75a1c93784 Version Packages (next) 2023-05-23 15:25:13 +00:00
github-actions[bot] 73e7820731 Version Packages 2023-05-16 09:38:40 +00:00
Andrew Ochsner 1971857b5a same aws-sdk version
Signed-off-by: Andrew Ochsner <andrew.ochsner@cognizant.com>
2023-05-09 08:15:52 -05:00
Andrew Ochsner 3659c71c5d standardize on @aws-sdk v3 versions for test stability
Signed-off-by: Andrew Ochsner <andrew.ochsner@cognizant.com>
2023-05-08 16:21:36 -05:00
github-actions[bot] 8b05da0912 Version Packages (next) 2023-05-02 13:41:12 +00:00
Fredrik Adelöw 0297f7a54a Remove the direct dependency on deprecated "request" library
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-04-27 16:39:39 +02:00
github-actions[bot] e04bb20bdc Version Packages (next) 2023-04-25 15:53:19 +00:00
Patrik Oldsberg 5514268195 Merge pull request #17152 from UsainBloot/config-driven-discovery
[backend-common, core-app-api] Add HostDiscovery to read plugin baseUrls from config
2023-04-25 16:47:41 +02:00
Brian Forbis 9955591788 add tests
Signed-off-by: Brian Forbis <bforbis@athenahealth.com>
2023-04-19 12:02:28 -04:00
Brian Forbis 42ef0344e2 Default knex connection.application_name
Signed-off-by: Brian Forbis <bforbis@athenahealth.com>
2023-04-18 14:53:00 -04:00
github-actions[bot] 6141c31839 Version Packages 2023-04-18 12:36:06 +00:00
Fredrik Adelöw 089cd87b19 Merge pull request #17400 from backstage/freben/additional-config
Properly pass on `loadBackendConfig`'s `additionalConfig` option
2023-04-18 11:43:47 +02:00
Fredrik Adelöw 34167270b3 Ensure that additional configs passed to loadBackendConfig are properly taken into account
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2023-04-17 13:39:12 +02:00
Lukas Fruntke (external expert on behalf of DB Netz) 490059683a Merge remote-tracking branch 'origin/master' into feature/add-commit-hash-for-scaffolder
Signed-off-by: Lukas Fruntke (external expert on behalf of DB Netz) <lukas.fruntke-extern@deutschebahn.com>
2023-04-17 10:13:31 +02:00
Patrick Jungermann a1002df2dc feat(github): support commit hashes at GithubUrlReader.readTree/search
Support commit hashes additionally to branch names at the `GithubUrlReader`'s `readTree` and `search`.

This is achieved by using the "combined commit status" API instead of the branch API
which works with commit hashes and branch names.
When used with branch names, it will return the result for the HEAD of the branch
which is what the branch API was used for before.
We are not really interested in commit statuses, though, and can ignore them.

The "combined commit status" API support branch names with slashes as well, like `branch/name`.

Additionally, this will reduce the number of API calls from 2 to 1 for retrieving the "repo details"
for all cases besides when the default branch has to be resolved and used
(e.g., repo URL without any branch or commit hash).

Relates-to: PR #16721
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2023-04-08 03:33:30 +02:00