Commit Graph

22926 Commits

Author SHA1 Message Date
Edgar Silva d39c5ab22b Update changeset's spelling as advised
Changed `gitlab` spelling to `GitLab` and `selfhosted` to `Self Hosted`

Signed-off-by: Edgar Silva <edgar.silva@cross-join.com>
Signed-off-by: blam <ben@blam.sh>
2022-02-18 11:35:36 +01:00
Edgar Silva 4e1384884f Added changeset
Signed-off-by: Edgar Silva <edgar.silva@cross-join.com>
2022-02-17 12:58:53 +00:00
Edgar Silva 1bc8c55822 Changed repoIDLookup to url.origin
Changed the repoIDLookup concatenation from 'url.protocol + url.host' to
'url.origin', which does essentially the same but is simpler.

Signed-off-by: Edgar Silva <edgar.silva@cross-join.com>
2022-02-17 12:50:23 +00:00
Edgar Silva 2f1050ec10 Updated gitlab integration to include port
Updated integration module to allow for the use of a custom port, which
is often the case in self hosted gitlab instances

Removed host.includes(':') check in config.ts to allow for users to
include the port in the host
Changed url.hostname to url.host in core.ts to include the port in the
api call (otherwise it'll result in an error when trying to import a new
component)

Signed-off-by: Edgar Silva <edgar.silva@cross-join.com>
2022-02-16 19:18:38 +00:00
Patrik Oldsberg ecbb373f59 Merge pull request #9464 from backstage/dependabot/npm_and_yarn/rollup-2.67.2
chore(deps): bump rollup from 2.60.2 to 2.67.2
2022-02-16 19:18:58 +01:00
Fredrik Adelöw 69ad9e1e7b Merge pull request #9560 from backstage/freben/location-by-ref
Removed `CatalogApi.geLocationByEntity` and `CatalogApi.getOriginLocationByEntity`, and replaced them with `CatalogApi.getLocationByRef`.
2022-02-16 18:58:14 +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
Ben Lambert 529814d02d Merge pull request #9576 from backstage/blam/deprecations/scaffolder-backend
deprecations: remove deprecated `ctx.token`
2022-02-16 18:32:09 +01:00
Patrik Oldsberg 40af72b95d Merge pull request #9568 from RoadieHQ/remove-react-use
remove react-use from core-plugin-api
2022-02-16 17:42:18 +01:00
Patrik Oldsberg af32e5b10e Merge pull request #9545 from emalihin/patch-1
remove duplicate ingress.class annotation
2022-02-16 17:25:31 +01:00
Patrik Oldsberg 847ba7f606 Merge pull request #9543 from RoadieHQ/gcp-projects-use-react-hookz
Gcp projects use react hookz
2022-02-16 17:23:29 +01:00
Patrik Oldsberg 08140a4eac Merge pull request #9542 from awanlin/topic/update-empty-flag
Updated EmptyFlags code example
2022-02-16 17:17:47 +01:00
Patrik Oldsberg b42ccffafe cli: fix for backend bundle build ignoring building of the app
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-16 16:51:19 +01:00
Patrik Oldsberg ba5ea41f9e cli: rename app role to frontend
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-16 16:13:30 +01:00
Fredrik Adelöw a31cdf9c85 put back the actual implementation, to not break old clients
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-16 15:51:51 +01:00
blam 91f6be833e chore: fixing test
Signed-off-by: blam <ben@blam.sh>
2022-02-16 14:55:30 +01:00
Himanshu Mishra 0cfbec9b79 Merge pull request #9577 from backstage/emmaindal-patch-1
[Docs] fix broken storybook link
2022-02-16 14:11:03 +01:00
Patrik Oldsberg eae833a780 Merge pull request #9487 from andrewthauer/home-toolkit-accordian
feat: add accordian home page toolkit support
2022-02-16 13:58:55 +01:00
Patrik Oldsberg 08b9b4db86 Merge pull request #9363 from richardluong/rluong-dominant-baseline
Change to Avatar in ShortcutIcon
2022-02-16 13:49:57 +01:00
Emma Indal eca5c79447 fix broken storybook link
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-16 13:28:37 +01:00
blam 79c500e10e chore: updating changeset
Signed-off-by: blam <ben@blam.sh>
2022-02-16 13:18:24 +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 8db2b671c6 chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2022-02-16 13:09:23 +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
Patrik Oldsberg 64da85d7aa shortcuts: remove unused import
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-16 13:09:05 +01:00
Himanshu Mishra e4709d570e Merge pull request #9394 from backstage/orkohunter/homepage-getting-started
Docs: Tutorial on adding a Backstage home page
2022-02-16 12:43:41 +01:00
Patrik Oldsberg c8d1f915e7 shortcuts: remove unnecessary test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-16 12:39:27 +01:00
Himanshu Mishra 1208397ea6 Home page -> homepage for consistency
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2022-02-16 12:33:35 +01:00
Patrik Oldsberg 1aa2828a81 Merge pull request #9289 from moltenice-forks/airbrake-api
Airbrake Plugin API connectivity
2022-02-16 12:15:05 +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
Ben Lambert 6be27046e3 Merge pull request #9572 from backstage/blam/deprecations/remove-provider-config
deprecation: Remove `scaffolder.provider` config
2022-02-16 10:56:30 +01:00
blam 7d3471db94 chore: added changeset
Signed-off-by: blam <ben@blam.sh>
2022-02-16 10:24:46 +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
Brian Fletcher 2c5caf4e05 fixes typo in changeset
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-02-16 09:11:06 +00:00
Patrik Oldsberg 6bc4a0a7a4 Merge pull request #9553 from danilosoarescardoso/master
adding adopter
2022-02-16 10:07:31 +01:00
Patrik Oldsberg 373dfd4054 Merge pull request #9566 from backstage/dependabot/npm_and_yarn/css-loader-6.6.0
chore(deps): bump css-loader from 6.5.1 to 6.6.0
2022-02-16 10:05:13 +01:00
Patrik Oldsberg 752e6217ab Merge pull request #9562 from backstage/rugvip/secpol
cli,codemods: update security policies
2022-02-16 10:04:40 +01:00
Brian Fletcher 2714145cf5 Adds a changeset
Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-02-16 09:02:58 +00: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 6fe01cec04 add back the deprecation triangle on cards too
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
dependabot[bot] 8fa3bba4a4 chore(deps): bump rollup from 2.60.2 to 2.67.2
Bumps [rollup](https://github.com/rollup/rollup) from 2.60.2 to 2.67.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.60.2...v2.67.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 08:40:07 +00:00
Johan Haals d7868b4b0a Merge pull request #9563 from RoadieHQ/update-roadie-plugins-v2
Update roadie plugins version
2022-02-16 09:35:36 +01:00
Eugene Malihins 2dc67b70e5 remove duplicate ingress.class annotation
`kubernetes.io/ingress.class` annotation is already rendered on line 23 from `.Values.ingress.annotations`.

This removes the duplicate, allowing Flux to deploy the chart (https://github.com/fluxcd/flux2/issues/1522)

Signed-off-by: Eugene Malihins <eugene.malihins@sequencehq.com>
2022-02-16 10:32:35 +02:00
Brian Fletcher 548550685e remove react-use from core-plugin-api
It does not appear to be used here.

Signed-off-by: Brian Fletcher <brian@roadie.io>
2022-02-16 06:59:52 +00:00
dependabot[bot] b2e8daabed chore(deps): bump css-loader from 6.5.1 to 6.6.0
Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 6.5.1 to 6.6.0.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v6.5.1...v6.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 04:08:04 +00: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
irma12 04f8837fb3 update roadie plugins version
Signed-off-by: irma12 <irma@roadie.io>
2022-02-15 23:10:16 +01:00