Commit Graph

782 Commits

Author SHA1 Message Date
Fredrik Adelöw baef31d282 Merge pull request #16721 from Bonial-International-GmbH/pjungermann/uffizzi-techdocs
feat: add documented component to uffizzi environment
2023-05-16 16:49:13 +02:00
Patrick Jungermann 05f584f84d feat: add documented component to uffizzi environment
So far, none of the components at the uffizzi environment have techdocs.
Hence, there are no docs available within this environment
and related features are not covered.

This change will add an example from techdocs-backend plugin
to the deployed examples.

It was possible to register this catalog file manually,
however the build of the docs fail due to missing Docker.

To allow the generation of docs, we use the local generator
(no docker in docker) and install required dependencies.

As we don't want all dependencies for all (default) extensions
to be installed at this environment, the original example at
techdocs-backend plugin was copied and reduced
(PlantUML extension example was removed).

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2023-05-12 12:03:46 +02:00
Patrik Oldsberg 799c33047e repo-tools: switch to using sub commands
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-05-10 10:54:06 +02:00
Patrik Oldsberg eb581a5ce8 Merge pull request #17612 from backstage/rugvip/wf18
workflows: remove matrices and switch to 18
2023-05-02 14:15:03 +02:00
Patrik Oldsberg a350b8f69c workflows: remove matrices and switch to 18
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-05-02 12:24:01 +02:00
Emma Indal dce115c326 include -react packages to a11y CI checks
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2023-05-02 11:47:52 +02:00
Patrik Oldsberg 86b7407db2 workflows: teak CI job names
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-04-24 12:35:31 +02:00
Patrik Oldsberg 5d9c6cfd15 workflows: add placeholder workflows to be able to require status checks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-04-24 11:58:36 +02:00
Patrik Oldsberg 0a5a6971f4 workflows: fixes for verify_accessibility_core
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2023-04-18 11:40:50 +02:00
Patrick Jungermann 593e67b5d8 ci(uffizzi): provide git ref to uffizzi preview-action
Fixes 6ec1b61a37

The JSON path at the previous PR was wrong
and should have been `$.pull_request.head.sha` instead.

Relates-to: PR #16721
Relates-to: PR #17299
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2023-04-14 23:16:32 +02:00
Fredrik Adelöw d457afdb78 Merge pull request #17242 from backstage/a11y/automated-ci-checks-core-plugins
[Accessibility] add automated accessibility CI checks of core features
2023-04-14 15:41:01 +02:00
Emma Indal 168800fcac Update .github/workflows/verify_accessibility_core.yml
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2023-04-13 17:10:35 +02:00
Emma Indal 383f90e788 add lighthouse CI checks for core features
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2023-04-13 16:49:26 +02:00
Patrick Jungermann 6ec1b61a37 ci(uffizzi): provide git ref to uffizzi preview-action
Relates-to: PR #16721
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2023-04-08 03:43:20 +02:00
Aramis Sennyey ef770923df Lint on generate success. Move YAML file to src/schema/
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-04-05 14:42:45 +02:00
Aramis Sennyey 167434d0cc Move CLI tooling to repo-tools.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-04-05 14:42:45 +02:00
Aramis Sennyey 258109d41d Update ci config.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-04-05 14:42:36 +02:00
Aramis Sennyey 06b016e9b8 Add generate and verify commands.
Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
2023-04-05 14:42:25 +02:00
Johan Haals d8b53be2e0 Update workflows and scripts
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-03-09 16:13:21 +01:00
Johan Haals 250126195f microsite: delete old workflow
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-03-09 16:13:20 +01:00
Said Sakuh cd64a788ec Add support for ARM64 docker image
Signed-off-by: Said Sakuh <said.sakuh@gmail.com>
2023-03-06 11:00:53 +01:00
blam 7d59c54e7d chore: bump old space size in order to fix microsite build
Signed-off-by: blam <ben@blam.sh>
2023-03-02 17:50:41 +01:00
renovate[bot] 8e5eed4f7c chore(deps): update backstage/actions action to v0.6.3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-27 15:53:14 +00:00
renovate[bot] b8e6b05214 chore(deps): update docker/build-push-action action to v4
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-22 14:32:06 +00:00
Johan Haals 6ca71a7110 bump microsite build memory limit
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-02-22 11:36:56 +01:00
blam 19985912e7 chore: make sure to build the api-docs
Signed-off-by: blam <ben@blam.sh>
2023-02-21 20:00:02 +01:00
blam c3bf22a245 chore: add the concurrency
Signed-off-by: blam <ben@blam.sh>
2023-02-21 18:00:09 +01:00
djamaile 556df7ff0c fix: only run changeset action if target is master
Signed-off-by: djamaile <rdjamaile@gmail.com>
2023-02-21 14:36:29 +01:00
Johan Haals 5a4577e8f6 fix working directory
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-02-21 14:06:44 +01:00
Johan Haals c765aa7558 microsite: deploy new microsite
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2023-02-21 14:00:02 +01:00
renovate[bot] cc1df92cdc chore(deps): update creyd/prettier_action action to v4.3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-20 10:49:02 +00:00
Patrik Oldsberg 3523b67914 Merge pull request #16264 from backstage/renovate/backstage-actions-0.x
chore(deps): update backstage/actions action to v0.6.2
2023-02-14 10:19:47 +01:00
renovate[bot] fb19c3fbe8 chore(deps): update microsoft/setup-msbuild action to v1.3.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-09 11:32:25 +00:00
renovate[bot] 45e5ea9d93 chore(deps): update backstage/actions action to v0.6.2
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-02-08 20:09:58 +00:00
blam 6a8e82797f chore: bump actions to latest
Signed-off-by: blam <ben@blam.sh>
2023-02-08 19:29:51 +01:00
blam 3ff9581a3f chore: turn off the auto assign functionality of our workflows
Signed-off-by: blam <ben@blam.sh>
2023-02-08 14:04:25 +01:00
Ben Lambert ac50b3582d Merge pull request #16054 from backstage/renovate/backstage-actions-0.x
chore(deps): update backstage/actions action to v0.6.0
2023-02-06 15:29:46 +01:00
blam a6aff183ba chore: updating the breaking changes
Signed-off-by: blam <ben@blam.sh>
2023-02-06 15:28:43 +01:00
Vincenzo Scamporlino 78d168f405 Revert "ci: skip publishing upgrade-helper diff for next releases"
This reverts commit a948b6af07.

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
2023-01-31 13:55:22 +01:00
Adam Vollrath db89d41d19 Uffizzi Preview Workflow Improvements
* Add an explicit newline before the end of the event JSON blob.
* Include conditions to skip without successful build workflow.
* Upload event payload file directly from runner context.

Signed-off-by: Adam Vollrath <adam.d.vollrath@gmail.com>
2023-01-30 15:41:11 -06:00
renovate[bot] c5957024a3 chore(deps): update backstage/actions action to v0.6.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-01-30 16:41:23 +00:00
Ben Lambert b8fa3215b6 Merge pull request #15581 from backstage/renovate/docker-build-push-action-3.x
chore(deps): update docker/build-push-action action to v3
2023-01-16 13:26:17 +01:00
renovate[bot] 9d5b9b6f4c chore(deps): update backstage/actions action to v0.5.13
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-01-13 15:10:20 +00:00
renovate[bot] ef62cfbcea chore(deps): update docker/metadata-action action to v4
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-01-05 11:54:45 +00:00
renovate[bot] 016f6714c6 chore(deps): update docker/build-push-action action to v3
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2023-01-05 11:28:33 +00:00
renovate[bot] 65abaf3ae9 chore(deps): update actions/stale action to v7
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-12-28 18:20:43 +00:00
Ben Lambert a15da5cf51 Merge pull request #15387 from backstage/jhaals/rmtuboat
Remove tugboat workflow
2022-12-27 10:47:00 +01:00
Ben Lambert f95ed2db91 Merge pull request #15357 from backstage/blam/mock-data-plz
build uffizzi preview with `example-backend` and `example-frontend`
2022-12-22 16:16:11 +01:00
blam 71a0dee0b8 chore: build example backend
Signed-off-by: blam <ben@blam.sh>
2022-12-22 16:00:41 +01:00
blam d756a38b17 chore: don't need full types here
Signed-off-by: blam <ben@blam.sh>
2022-12-22 14:57:07 +01:00