Commit Graph

14042 Commits

Author SHA1 Message Date
Patrik Oldsberg d131851373 packages: add initial codemods package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 12:45:48 +02:00
Fredrik Adelöw 1c085d4358 Merge pull request #5973 from backstage/freben/ci-db-services
use db services for ci just like in master
2021-06-09 12:23:03 +02:00
Fredrik Adelöw 50c8778fbf Merge pull request #5974 from backstage/freben/master-fix
unbreak windows builds
2021-06-09 11:34:09 +02:00
Fredrik Adelöw 2e7d86c131 unbreak windows builds
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-09 11:15:54 +02:00
Fredrik Adelöw 44af0bc3ce use db services for ci just like in master
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-09 10:47:27 +02:00
Fredrik Adelöw e5a5365215 Merge pull request #5971 from backstage/dependabot/npm_and_yarn/eslint-7.28.0
chore(deps): bump eslint from 7.12.1 to 7.28.0
2021-06-09 07:05:57 +02:00
Fredrik Adelöw ad97069515 Merge pull request #5972 from backstage/dependabot/npm_and_yarn/mime-types-2.1.31
chore(deps): bump mime-types from 2.1.29 to 2.1.31
2021-06-09 07:04:22 +02:00
dependabot[bot] 37a6f1d7f5 chore(deps): bump mime-types from 2.1.29 to 2.1.31
Bumps [mime-types](https://github.com/jshttp/mime-types) from 2.1.29 to 2.1.31.
- [Release notes](https://github.com/jshttp/mime-types/releases)
- [Changelog](https://github.com/jshttp/mime-types/blob/master/HISTORY.md)
- [Commits](https://github.com/jshttp/mime-types/compare/2.1.29...2.1.31)

---
updated-dependencies:
- dependency-name: mime-types
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 04:07:55 +00:00
dependabot[bot] bc76a3eeb9 chore(deps): bump eslint from 7.12.1 to 7.28.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.12.1 to 7.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.12.1...v7.28.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 04:06:56 +00:00
Patrik Oldsberg 26375458b1 Merge pull request #5966 from backstage/rugvip/retention
core-plugin-api: apply extension fixes and deprecate extensions in core-app-api
2021-06-08 22:36:08 +02:00
Fredrik Adelöw 2ddb902626 Merge pull request #5958 from deepak-bhardwaj-ps/patch-1
Small correction
2021-06-08 22:32:35 +02:00
Deepak Bhardwaj d07e874d06 Small correction
Just a small grammar correction

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-08 22:22:40 +02:00
Fredrik Adelöw 6e266402f4 update api-reports and tests
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-08 21:34:59 +02:00
Ben Lambert 0c2ca5f81a Merge pull request #5964 from backstage/blam/beaker-please-pt-2
chore: updating changeset description a little bit for a working example
2021-06-08 19:18:19 +02:00
Patrik Oldsberg da8cba44f4 core-plugin-api: apply extension fixes and deprecate extensions in core-app-api
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-08 18:40:14 +02:00
blam c0b82b0d18 chore: updating changeset description a little bit for a working example
Signed-off-by: blam <ben@blam.sh>
2021-06-08 17:04:03 +02:00
Patrik Oldsberg c8a70893a2 Merge pull request #5924 from backstage/rugvip/best
cli: switch to @sucrase/plugin-jest instead of ts-jest
2021-06-08 16:58:43 +02:00
Fredrik Adelöw be741a470f Merge pull request #5917 from carlo-colombo/master
Card to list components depending on the active component
2021-06-08 16:12:00 +02:00
Carlo Colombo 22974d9a6e fix prettier issue
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-06-08 15:36:39 +02:00
Carlo Colombo 4fbb007074 changeset
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-06-08 15:36:39 +02:00
Carlo Colombo 5c67a9e5e7 it's possible to customize the title of the card to differentiate from the DependencyOf Card
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-06-08 15:36:39 +02:00
Carlo Colombo b5115777bf Card that shows component that depends on the actual compoment
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-06-08 15:36:39 +02:00
Fredrik Adelöw 5623e30cdc Merge pull request #5920 from goober/bugfix/keep-executable-permissions-on-downloaded-archives
Download tar.gz archives for Bitbucket
2021-06-08 15:26:46 +02:00
Fredrik Adelöw 260e31da98 Merge pull request #5867 from backstage/freben/test-databases-in-catalog
Use `TestDatabases` to exercise the experimental code in the catalog backend
2021-06-08 15:09:40 +02:00
Fredrik Adelöw b51b42a126 Merge pull request #5948 from djamaile/master
fix: make bitbucket publish action use apiBaseUrl if it is provided
2021-06-08 15:02:29 +02:00
Patrik Oldsberg 69cf5b2549 changesets: update @sucrase/plugin-jest changeset to include instructions for how to work around re-export issue
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-08 15:00:06 +02:00
Fredrik Adelöw 0711954a94 skip dockerised tests unless CI=1
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-08 14:47:15 +02:00
Fredrik Adelöw cfc705b120 Use TestDatabases to exercise the experimental code in the catalog backend
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-08 14:26:27 +02:00
Fredrik Adelöw 28fc26ddf4 Merge pull request #5849 from SDA-SE/feat/scaffolder-conditional
Conditional scaffolder steps
2021-06-08 14:25:49 +02:00
Fredrik Adelöw fcb3c7216a Merge pull request #5935 from serialoverflow/fix/cli_error_formatting
Fix/cli error formatting
2021-06-08 14:08:01 +02:00
djamaile 8b06de3258 Merge branch 'backstage:master' into master 2021-06-08 11:38:58 +02:00
Patrik Oldsberg 432af8743f auth-backend: import modules directly for mocking
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-08 10:45:54 +02:00
Fredrik Adelöw e4b6c46666 Merge pull request #5953 from backstage/freben/merge-deep
Update merge-deep past the vulnerable version
2021-06-08 10:34:22 +02:00
Fredrik Adelöw ba1416ee86 Merge pull request #5950 from backstage/dependabot/npm_and_yarn/js-yaml-4.1.0
chore(deps): bump js-yaml from 4.0.0 to 4.1.0
2021-06-08 10:34:10 +02:00
Fredrik Adelöw 69b71181af Merge pull request #5951 from backstage/dependabot/npm_and_yarn/pg-8.6.0
chore(deps): bump pg from 8.5.1 to 8.6.0
2021-06-08 10:33:53 +02:00
Max Falk 30627bd3e7 check array length and only add newlines if length > 0
Signed-off-by: Max Falk <gmdfalk@gmail.com>
2021-06-08 10:21:24 +02:00
Max Falk 21e8ebef5d add changeset
Signed-off-by: Max Falk <gmdfalk@gmail.com>
2021-06-08 10:21:24 +02:00
Max Falk f3a3134f7e fix(cli): fix TypeError when formatting error messages
error.errors can be undefined which will lead to a TypeError, swallowing the actual error message in the process

Signed-off-by: Max Falk <gmdfalk@gmail.com>
2021-06-08 10:21:24 +02:00
Max Falk 5da7171903 fix(cli): fix TypeError when formatting error messages
error.errors can be undefined which will lead to a TypeError, swallowing the actual error message in the process

Signed-off-by: Max Falk <gmdfalk@gmail.com>
2021-06-08 10:21:24 +02:00
Oliver Sand eca511cb37 Fix TaskWorker tests
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-08 09:57:51 +02:00
Oliver Sand fff062301c Rename publish:log to debug:log
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-08 09:57:50 +02:00
Oliver Sand 69f9a35c94 Fix template kind tests
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-08 09:57:50 +02:00
dependabot[bot] d1eb78dd6c chore(deps): bump js-yaml from 4.0.0 to 4.1.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.0.0...4.1.0)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 09:54:38 +02:00
dependabot[bot] 9a5f972d3e chore(deps): bump pg from 8.5.1 to 8.6.0
Bumps [pg](https://github.com/brianc/node-postgres/tree/HEAD/packages/pg) from 8.5.1 to 8.6.0.
- [Release notes](https://github.com/brianc/node-postgres/releases)
- [Changelog](https://github.com/brianc/node-postgres/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianc/node-postgres/commits/pg@8.6.0/packages/pg)

---
updated-dependencies:
- dependency-name: pg
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 09:54:09 +02:00
Fredrik Adelöw 4d070f2f25 Update merge-deep past the vulnerable version
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-08 09:53:30 +02:00
Fredrik Adelöw 7e020e8a5d Merge pull request #5952 from backstage/freben/beaker-please
Update past the broken gitbeaker version
2021-06-08 09:52:46 +02:00
Fredrik Adelöw 4f8cf50fe5 Update past the broken gitbeaker version
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-08 09:14:07 +02:00
Djamaile Rahamat 66c6bfebd5 docs: update changelog
Signed-off-by: Djamaile Rahamat <drahamat@bol.com>
2021-06-08 02:46:18 +02:00
Djamaile Rahamat 53b1b559d2 fix: make bitbucket publish action use apiBaseUrl if it is provided
Signed-off-by: Djamaile Rahamat <drahamat@bol.com>
2021-06-08 02:37:58 +02:00
Patrik Oldsberg 9cd3c533c6 cli: switch to @sucrase/plugin-jest instead of ts-jest
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-07 22:45:27 +02:00