Commit Graph

90 Commits

Author SHA1 Message Date
Backstage Service Account c8285784f0
Version Packages (#2442)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-03 09:22:48 -06:00
Christoph Jerolimov c9e8956bb0
chore(azure-devops): remove some unused dependencies (#2431)
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
2025-01-03 08:56:01 -06:00
Andre Wanlin 1751e05301
Various workspaces - Removed usages of `concurrently` (#2362)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-12-24 14:36:48 -06:00
Backstage Service Account 434316774b
Version Packages (#2242)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-23 09:51:35 -06:00
Backstage Service Account 52190f078a
azure-devops - version:bump to v1.34.1 (#2240)
* v1.34.1 version bump

* Manual changes

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
2024-12-23 09:10:05 -06:00
Backstage Service Account 5674ea61d8
Version Packages (#2163)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-12 07:31:11 -06:00
Gangadhar 5b2427d134
Adds an option to pass template parameters (#2142)
* Adds an option to pass template parameters to @backstage-community/plugin-scaffolder-backend-module-azure-devops

Updates test cases and examples to include template parameters

Signed-off-by: gangadharjannu <gangadhar014@gmail.com>

* Updates changeset with suggested description

Signed-off-by: gangadharjannu <gangadhar014@gmail.com>

* Updates input schema

Adds azure-devops example

Signed-off-by: gangadharjannu <gangadhar014@gmail.com>

* Updates README.md with an example for passing template parameters

Signed-off-by: gangadharjannu <gangadhar014@gmail.com>

---------

Signed-off-by: gangadharjannu <gangadhar014@gmail.com>
2024-12-09 21:49:44 +00:00
Backstage Service Account 67422afff1
Version Packages (#2112)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-01 12:16:11 -06:00
Backstage Service Account 7ce46dc0f6
azure-devops - version:bump to v1.33.5 (#2109)
* v1.33.5 version bump

* Updated API Reports

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
2024-12-01 12:00:52 -06:00
Backstage Service Account 10cbe770c8
Version Packages (#2107)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-29 13:27:06 -06:00
Andre Wanlin d71fade049
Azure DevOps - Revert MUI v5 Migration (#2095)
* Revert "Azure DevOps - Migrated to MUI v5 (#1805)"

This reverts commit c5283ca1b3.

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

* Revert "fix(azure-devops): corrected api report (#1871)"

This reverts commit 1fbf57e088.

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

* Added changeset

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-11-29 13:01:05 -06:00
Backstage Service Account fdfb00530f
Version Packages (#1867)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2024-11-08 20:13:43 +00:00
Christoph Jerolimov 1fbf57e088
fix(azure-devops): corrected api report (#1871)
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
2024-11-07 16:10:03 -06:00
Andre Wanlin c5283ca1b3
Azure DevOps - Migrated to MUI v5 (#1805)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-11-06 09:24:55 -05:00
Backstage Service Account 15d1ebcc21
Version Packages (#1814)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-05 17:23:07 +00:00
Christoph Jerolimov e5cd1d3dea
chore(ci): ignore private repositories (esp. backstage app, backend) when release plugins (#1510)
Signed-off-by: Christoph Jerolimov <jerolimov+git@redhat.com>
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2024-11-04 16:48:25 +00:00
Andre Wanlin 08807467d7
Azure DevOps - Removed Deprecated Code (#1803)
* Azure DevOps - Removed Deprecated Code

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

* Fixed typo

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-11-04 10:43:22 -06:00
Backstage Service Account 3a5081cf1d
Version Packages (#1802)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-31 16:28:19 -05:00
Phillip Morton 28110f530f
Add azure:pipeline:run scaffolder action (#1358)
* init pipeline scaffolder

Signed-off-by: Phillip Morton <Phiph@users.noreply.github.com>

* add template for the pipeline api with v14 of node-api

Signed-off-by: Phillip Morton <Phiph@users.noreply.github.com>

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* add template for the pipeline api with       webApi();

Signed-off-by: Phillip Morton <Phiph@users.noreply.github.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* add working scaffolder action for run.

Signed-off-by: Phill Morton <phill.morton@theaccessgroup.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* Commit Run Pipeline example

Signed-off-by: Phill Morton <phill.morton@theaccessgroup.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* update lock file

Signed-off-by: Phill Morton <phill.morton@theaccessgroup.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* add logging, and refactor.

Signed-off-by: Phill Morton <phill.morton@theaccessgroup.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* rename action file

Signed-off-by: Phill Morton <phill.morton@theaccessgroup.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* add change set

Signed-off-by: Phillip Morton <Phiph@users.noreply.github.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* remove @bacskatge/backend-common, and unused code.

Signed-off-by: Phillip Morton <Phiph@users.noreply.github.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* rename azure scaffolder action package

Signed-off-by: Phillip Morton <Phiph@users.noreply.github.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* add new line

Signed-off-by: Phillip Morton <Phiph@users.noreply.github.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* delete commented code, and correct host on schema properties.

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* rename, and move devopsRunPipeline action.

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* add examples

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* add yaml

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* Update workspaces/azure-devops/plugins/scaffolder-backend-module-azure-devops/src/module.ts

Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
Signed-off-by: Phillip Morton <Phiph@users.noreply.github.com>

* Add documentation

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* add examples into the schema.

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* remove quotes on readme links

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* update changeset to patch

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* remove private flag for package.

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* apply yarn fix to devops scaffolder module

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* apply yarn:prettier to devops scaffolder module.

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

* apply yarn backstage-cli repo fix --publish to scaffolder package.

Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>

---------

Signed-off-by: Phillip Morton <Phiph@users.noreply.github.com>
Signed-off-by: Phill Morton <Phiph@users.noreply.github.com>
Signed-off-by: Phill Morton <phill.morton@theaccessgroup.com>
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2024-10-31 14:57:26 -05:00
Backstage Service Account 24b73a3a1b
Version Packages (#1564)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-18 15:41:47 -05:00
Backstage Service Account dab2f81eda
azure-devops - version:bump to v1.32.2 (#1563)
* v1.32.2 version bump

* Updated API Reports

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
2024-10-18 15:18:29 -05:00
Backstage Service Account 455ba4ad04
Version Packages (#1411)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-28 18:16:45 +02:00
MandarJKulkarni 904a6a277d
Fix a broken link (#1386)
* Fix a broken link

Signed-off-by: MandarJKulkarni <33712629+MandarJKulkarni@users.noreply.github.com>

* Add a changeset

Signed-off-by: MandarJKulkarni <33712629+MandarJKulkarni@users.noreply.github.com>

---------

Signed-off-by: MandarJKulkarni <33712629+MandarJKulkarni@users.noreply.github.com>
Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2024-09-28 11:23:59 +00:00
Vincenzo Scamporlino 0919371cfd azure-devops: fix linting issues
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-09-24 11:13:37 +02:00
Vincenzo Scamporlino f9f17d39bc chore: fix workspace eslintrc files
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2024-09-24 11:13:37 +02:00
Backstage Service Account 6b0e4a7f9e
Version Packages (#1291)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-23 15:17:34 +02:00
Backstage Service Account 2dd98b6af1
azure-devops - version:bump to v1.31.1 (#1270)
* v1.31.1 version bump

* Manual changes for release

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

* Keep createLegacyAuthAdapters

Signed-off-by: Andre Wanlin <awanlin@spotify.com>

---------

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andre Wanlin <awanlin@spotify.com>
2024-09-23 13:20:44 +02:00
Backstage Service Account 4b9cb6ecc0
Version Packages (#1213)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-11 19:37:02 +00:00
Andre Wanlin 1b55b99de7
[Azure DevOps] Marked `createRouter` and `RouterOptions` as deprecated (#1197)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-09-11 14:30:11 -05:00
Backstage Service Account 0e05bd9326
Version Packages (#1205)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-10 19:10:44 +00:00
Andre Wanlin c6f00d3294
Removed deprecated AzureDevOpsAnnotatorProcessor (#1196)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-09-10 14:03:51 -05:00
github-actions[bot] ab8a8fa2e3 Version Packages 2024-08-30 17:56:27 +00:00
Alex McKay 12efb3170a api-reports
Signed-off-by: Alex McKay <amckay@spotify.com>
2024-08-29 18:22:04 -04:00
Alex McKay 45fd620a5f add changesets
Signed-off-by: Alex McKay <amckay@spotify.com>
2024-08-29 18:15:34 -04:00
Alex McKay 8f91c341ed use 1.30 syntax on plugins using new FE system
Signed-off-by: Alex McKay <amckay@spotify.com>
2024-08-29 18:11:06 -04:00
Kashish Mittal 41a136a96e Fix duplicate packages in yarn.lock
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2024-08-26 19:11:06 -04:00
Kashish Mittal 465894b130 fixed prettier issues
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2024-08-26 18:42:50 -04:00
Kashish Mittal 2668efd60d added script to generate knip reports
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
2024-08-26 18:20:13 -04:00
github-actions[bot] bd201baa19 Version Packages 2024-08-23 19:41:20 +00:00
Andre Wanlin d200f0bef7 Updated API Report
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-08-23 14:31:30 -05:00
github-actions[bot] b6515fabf4 v1.30.2 version bump 2024-08-23 19:08:46 +00:00
github-actions[bot] d1c0ee147c Version Packages 2024-08-23 18:21:37 +00:00
backstage-goalie[bot] ae2ee8aaf4 chore(deps): update test packages
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2024-08-23 13:07:46 -05:00
github-actions[bot] af695e1c65 Version Packages 2024-08-23 13:06:46 +00:00
Andre Wanlin 6f2e2f2f03 Dedupe
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-08-20 08:20:56 -05:00
Andre Wanlin 8324d39e61 Ran prettier and added Knip
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-08-20 08:20:54 -05:00
Andre Wanlin 968258f8a9 Removed code marked as deprecated in the upstream Backstage project
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-08-20 08:19:54 -05:00
Phil Kuang 554176526f chore(lint-staged): setup precommit hook
Signed-off-by: Phil Kuang <pkuang@factset.com>
2024-08-14 13:18:23 -04:00
github-actions[bot] ae350117ed Version Packages 2024-07-26 12:46:49 +00:00
Andre Wanlin ca2797a7b8
Merge pull request #666 from awanlin/topic/azure-devops-missing-changeset
Azure-DevOps - Added missing changeset
2024-07-26 07:44:33 -05:00