Commit Graph

1225 Commits

Author SHA1 Message Date
blam 756f6cc5ef chore: added some more deprecations and fixing some more of the api-report
Signed-off-by: blam <ben@blam.sh>
2022-02-18 16:22:18 +01:00
blam e21755c639 chore: tidying up the fetchContents types
Signed-off-by: blam <ben@blam.sh>
2022-02-18 16:17:23 +01:00
blam 253bd2081c chore: deprecating the fetch:cookiecutter being installed by default
Signed-off-by: blam <ben@blam.sh>
2022-02-18 16:09:20 +01:00
Ben Lambert 3c1c6f55b9 chore: code review comments
Signed-off-by: Ben Lambert <blam@spotify.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2022-02-18 14:25:47 +01:00
blam 7f193ff019 chore: fix the types and update the api-report
Signed-off-by: blam <ben@blam.sh>
2022-02-18 13:40:22 +01:00
blam a7e01ab339 make some breaking changes to TaskStore and TaskBroker
Signed-off-by: blam <ben@blam.sh>
2022-02-18 13:34:28 +01:00
blam 3cdd27b4c7 chore: renaming some types that are exported and moving across
Signed-off-by: blam <ben@blam.sh>
2022-02-18 13:13:31 +01:00
blam 0988c86166 chore: constructor for DatabaseTaskStore is now private
Signed-off-by: blam <ben@blam.sh>
2022-02-18 13:03:53 +01:00
Ben Lambert db7157ad50 Merge pull request #9573 from backstage/blam/deprecations/metadata
deprecations: Some deprecations for the `specs` in `scaffolder-common`
2022-02-18 11:36:38 +01:00
Patrik Oldsberg ba68ea4450 apply 0.68.1 fixes to master
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-18 11:30:15 +01:00
blam f65b60d101 chore: fixing broken tests
Signed-off-by: blam <ben@blam.sh>
2022-02-18 10:54:44 +01:00
Johan Haals df61ca71dd catalog-backend: Require impl of getProcessorName in CatalogProcessor
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-17 14:54:32 +01:00
blam bab8027029 chore: reworking the templateInfo type
Signed-off-by: blam <ben@blam.sh>
2022-02-17 14:22:06 +01:00
blam f25fd16490 chore: fixing tests
Signed-off-by: blam <ben@blam.sh>
2022-02-17 13:47:41 +01:00
blam 09000c1663 chore: updating api-reports for all packages
Signed-off-by: blam <ben@blam.sh>
2022-02-17 13:47:41 +01:00
blam 93215cb382 chore: move to templateInfo in other modules
Signed-off-by: blam <ben@blam.sh>
2022-02-17 13:47:41 +01:00
blam b344cd674a chore: move to templateInfo in the scaffolder-backend
Signed-off-by: blam <ben@blam.sh>
2022-02-17 13:47:41 +01:00
github-actions[bot] 408b0300cb Version Packages 2022-02-17 10:38:59 +00:00
Patrik Oldsberg 1433045c08 removed unused helmet dependencies
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-16 23:41:57 +01:00
dependabot[bot] 0107c9aa08 chore(deps): bump helmet from 4.4.1 to 5.0.2
Bumps [helmet](https://github.com/helmetjs/helmet) from 4.4.1 to 5.0.2.
- [Release notes](https://github.com/helmetjs/helmet/releases)
- [Changelog](https://github.com/helmetjs/helmet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/helmetjs/helmet/compare/v4.4.1...v5.0.2)

---
updated-dependencies:
- dependency-name: helmet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 22:50:06 +01:00
Ben Lambert 450605cae6 Merge pull request #9580 from backstage/blam/deprecations/more
chore: removing `CatalogEntityClient` export from `scaffolder-backend`
2022-02-16 20:30:43 +01:00
blam ad170e0ac5 chore: remove the actual thing
Signed-off-by: blam <ben@blam.sh>
2022-02-16 19:32:48 +01:00
Patrik Oldsberg d99c3c2177 Merge pull request #9254 from backstage/rugvip/add-roles
packages: add roles to all packages
2022-02-16 18:40:37 +01:00
blam d93ac29500 chore: updating some smaller code refactor, and updating api-report
Signed-off-by: blam <ben@blam.sh>
2022-02-16 17:05:04 +01:00
blam b6925bb66d chore: removing the entityClient and using a helper instead to fetch the matching Templates
Signed-off-by: blam <ben@blam.sh>
2022-02-16 17:02:01 +01:00
blam 91f6be833e chore: fixing test
Signed-off-by: blam <ben@blam.sh>
2022-02-16 14:55:30 +01:00
blam 0df5389f2f chore: remove from ActionsContext too
Signed-off-by: blam <ben@blam.sh>
2022-02-16 13:17:54 +01:00
blam 7bed999eb6 chore: updating api-report with removed token
Signed-off-by: blam <ben@blam.sh>
2022-02-16 13:09:23 +01:00
blam 3d0dc89b76 chore: removed the token from actions, it's now backstageToken
Signed-off-by: blam <ben@blam.sh>
2022-02-16 13:09:23 +01:00
Fredrik Adelöw a1c6fa32f3 Merge pull request #9488 from backstage/freben/move-template
move `TemplateEntityV1beta2` to `@backstage/plugin-scaffolder-common`
2022-02-16 10:58:20 +01:00
blam 65e0322e0d chore: remove the deprecated provider config
Signed-off-by: blam <ben@blam.sh>
2022-02-16 10:19:17 +01:00
Fredrik Adelöw 5e585bbc7f review comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-16 09:49:54 +01:00
Fredrik Adelöw e53afe448b warn in backend when scaffolding old templates
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-16 09:49:52 +01:00
Fredrik Adelöw e72d371296 move TemplateEntityV1beta2 from @backstage/catalog-model to @backstage/plugin-scaffolder-common
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-16 09:49:23 +01:00
Patrik Oldsberg c412ddbeac Merge pull request #9559 from backstage/rugvip/intype
scaffolder-backend: update TemplateAction to use more precise types
2022-02-16 01:26:02 +01:00
Patrik Oldsberg 9892d74326 cli: renamed script commands to package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-15 21:27:12 +01:00
Patrik Oldsberg 661594bf43 scaffolder-backend: update TemplateAction to use more precise types
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-15 21:14:55 +01:00
Johan Haals 27eccab216 catalog-model: Prefix annotations with ANNOTATION_
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-02-15 09:30:41 +01:00
Patrik Oldsberg 8f82d80adf migrate all package scripts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:07 +01:00
Patrik Oldsberg bb5fcc3209 update all plugin package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:05 +01:00
Patrik Oldsberg b521c1b83b detect all package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:03 +01:00
Patrik Oldsberg a57621b496 Merge pull request #9482 from daviddyball/master
scaffolder-backend: fix error behaviour in runCommand helper
2022-02-12 00:16:05 +01:00
Fredrik Adelöw 216725b434 catalog-model: rename parse/stringifyLocationRef
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-11 17:11:10 +01:00
David Dyball 3e59f90b51 scaffolder-backend: fix error behaviour in runCommand helper
Signed-off-by: David Dyball <david.dyball@gmail.com>
2022-02-11 15:20:30 +00:00
Fredrik Adelöw 1ed305728b bump node-fetch and cross-fetch
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-10 15:51:50 +01:00
github-actions[bot] e4791789d1 Version Packages 2022-02-10 11:06:33 +00:00
Fredrik Adelöw 898a56578c scaffolder: bump vm2
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-10 10:44:49 +01:00
github-actions[bot] e74f416a00 Version Packages (next) 2022-02-08 19:38:17 +00:00
dependabot[bot] 2441d1cf59 chore(deps): bump knex from 0.95.6 to 1.0.2
Bumps [knex](https://github.com/knex/knex) from 0.95.6 to 1.0.2.
- [Release notes](https://github.com/knex/knex/releases)
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/knex/knex/commits)

---
updated-dependencies:
- dependency-name: knex
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 15:51:55 +01:00
djamaile 2bd5f24043 fix(scaffolder-backend): use the right key when initializing a Gitlab client
Signed-off-by: djamaile <rdjamaile@gmail.com>
2022-02-03 22:17:53 +01:00