Commit Graph

2716 Commits

Author SHA1 Message Date
Johan Haals 3166558f8d Merge pull request #14254 from cas--/master
Fix "new" ribbon showing on all plugins in marketplace
2022-10-21 10:28:05 +02:00
Calum Lind 8959267df0 Fix "new" ribbon showing on all plugins in marketplace
The original commit 913145399e added a ribbon to show which plugins
were recently added to the marketplace but on the live site all plugins
were showing as 'new'. The problem is due to relying on the git author
date which is incorrect when using shallow depth clones in the build
process.

Fixed by adding new key to plugin marketplace metadata to be parsed.

Fixes: https://github.com/backstage/backstage/issues/13015
Signed-off-by: Calum Lind <calumlind@gmail.com>
2022-10-20 14:56:40 +01:00
Fredrik Adelöw d57627f917 Merge pull request #14058 from Niksko/github-discovery-validate
Optionally validate GitHub discovery locations before emitting
2022-10-20 13:46:21 +01:00
Eric Peterson d189dd860b Merge pull request #14118 from backstage/analytics/entity-awareness 2022-10-20 07:17:12 -04:00
Nikolas Skoufis b95fc4fdf3 Merge branch 'master' of github.com:Niksko/backstage into github-discovery-validate 2022-10-20 11:02:03 +11:00
Fredrik Adelöw 545d64cbc9 Merge pull request #14034 from Bonial-International-GmbH/pjungermann/schedule-in-config
feat(catalog/[...]): schedule via config + backend-plugin-api support
2022-10-19 12:55:40 +01:00
Fredrik Adelöw 45681c215b Merge pull request #14198 from backstage/freben/v170
add release notes  for v1.7.0
2022-10-19 08:59:54 +01:00
Fredrik Adelöw 24e54dda87 add changeset for v1.7.0
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-19 09:51:07 +02:00
Rigin Oommen fa6c767fff (docs:auth) - Updated the typo error
Signed-off-by: Rigin Oommen <riginoommen@gmail.com>
2022-10-19 12:31:03 +05:30
Fredrik Adelöw 7b8a85babb Merge pull request #14197 from mehulgohil/patch-1
Update writing-custom-field-extensions.md
2022-10-18 14:03:59 +01:00
Harry Hogg b939494552 Fixed import in docs
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2022-10-18 13:32:48 +01:00
Mehul Gohil 4520ffa1b4 Update writing-custom-field-extensions.md
refactored the import 

Signed-off-by: Mehul Gohil <mehulgohil75@gmail.com>
2022-10-18 17:53:54 +05:30
Mehul Gohil 6666ea13fe Update writing-custom-field-extensions.md
Updated doc reference for validation import

Signed-off-by: Mehul Gohil <mehulgohil75@gmail.com>
2022-10-18 17:44:49 +05:30
Harry Hogg 24fb30fdb3 Updated permissions documentation to match paramsSchema changes
Signed-off-by: Harry Hogg <hhogg@spotify.com>
2022-10-18 13:00:27 +01:00
github-actions[bot] f0196a2f04 Version Packages 2022-10-18 09:55:10 +00:00
Fredrik Adelöw 2ca11fea02 Merge pull request #14174 from Bonial-International-GmbH/pjungermann/github/naming
chore(catalog/github): use consistent naming of `[gG]ithub` in code
2022-10-18 10:38:17 +01:00
Fredrik Adelöw 693fbd8422 Merge pull request #14028 from GoFightNguyen/docker_buildkit
Docker buildkit
2022-10-18 10:28:17 +01:00
Patrik Oldsberg 31f64105b2 create-app: fix index route redirect
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-18 10:27:42 +02:00
Patrick Jungermann be9474b103 chore(catalog/github): use consistent naming of [gG]ithub in code
Relates to the discussion at PR #14039.

Relates-to: PR #14039
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-17 21:03:41 +02:00
Fredrik Adelöw 089fffc3e1 adjust the github slug wording
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-17 14:23:27 +02:00
Eric Peterson 4830a3569f Introduce basic scaffolder instrumentation
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-10-13 14:30:34 +02:00
Eric Peterson a889314692 Introduce an entityRef context key
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-10-13 14:27:50 +02:00
Andre Wanlin e65f18e0a2 Removed database step from docs
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-10-12 15:35:03 -05:00
Fredrik Adelöw 5213ee63c8 Merge pull request #14027 from jamieklassen/patch-2
[microsite] fix localKubectlProxy link
2022-10-12 10:02:34 +01:00
Fredrik Adelöw a593009d42 Merge pull request #14039 from Bonial-International-GmbH/pjungermann/github/schedule-in-config
feat(catalog/github): schedule via config + use at backend module
2022-10-12 10:01:19 +01:00
MT Lewis 38b94b25ad Merge pull request #14063 from backstage/fix-custom-rules-docs
docs: fix toQuery method in custom rules permissions docs
2022-10-11 18:38:56 +01:00
github-actions[bot] 9282c018c7 Version Packages (next) 2022-10-11 14:30:05 +00:00
Johan Haals 6e68cb86e8 Merge pull request #14077 from dotboris/docker-mount-cache-speedup
Speed up docker builds using cache mounts and a few other tricks
2022-10-11 15:21:01 +01:00
Boris Bera 463aa5422b Optimize the multi-stage build docker image
Signed-off-by: Boris Bera <bbera@coveo.com>
2022-10-11 08:01:22 -04:00
Boris Bera 74801d277c Use RUN --mount in Host build dockerfile
Signed-off-by: Boris Bera <bbera@coveo.com>
2022-10-11 08:01:17 -04:00
Mengnan Gong a9771a69f6 Fix the example in the switching to postgres tutorial
The `ssl` config is part of the `connection` config. It's misplaced
under the `knexConfig.pool`, which might lead to confusion. This PR
fixes it.

Signed-off-by: Mengnan Gong <namco1992@gmail.com>
2022-10-11 17:30:22 +08:00
Patrick Jungermann 8749df3d02 feat(catalog/github): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-11 10:57:37 +02:00
MT Lewis e17332b291 docs: fix toQuery method in custom rules permissions docs
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-10-10 15:35:16 +01:00
Alex Crome 0e14a26749 Updated Configuration definition docs
Added sample for what `package.json` should look like when defining a `configSchema`

Signed-off-by: Alex Crome <afscrome@users.noreply.github.com>
2022-10-10 12:31:23 +01:00
Nikolas Skoufis 334dd9042c Fix linting issue in docs
Signed-off-by: Nikolas Skoufis <nskoufis@seek.com.au>
2022-10-10 18:33:50 +11:00
Nikolas Skoufis abab3ce38d Add docs for the new validateLocationsExist option
Signed-off-by: Nikolas Skoufis <nskoufis@seek.com.au>
2022-10-10 18:02:29 +11:00
Patrik Oldsberg 1d51703169 Merge pull request #14025 from worldtiki/patch-1
Fixing incorrect path in the custom action example
2022-10-10 00:04:15 +02:00
Patrik Oldsberg ab71013b62 Merge pull request #14006 from brethubbard/add-multi-stage-build-instructions
add instructions for a multi-stage build dockerfile
2022-10-09 23:59:21 +02:00
Patrick Jungermann 7edb5909e8 fix(catalog/github): add missing provider config schema
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 13:12:48 +02:00
Patrick Jungermann 81cedb5033 feat(catalog/gitlab): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:51 +02:00
Patrick Jungermann 134b69f478 feat(catalog/gerrit): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
Patrick Jungermann 68f7f5a857 feat(catalog/bitbucketServer): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
Patrick Jungermann 87ff05892d feat(catalog/azure): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 12:32:50 +02:00
Patrick Jungermann bae3617be5 feat(catalog/awsS3): Add option to configure schedule via app-config.yaml
Relates-to: PR #13859
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-07 11:15:20 +02:00
Jason Nguyen 2b9b25b944 docker.md: document need for BuildKit to be enabled
Signed-off-by: Jason Nguyen <jason-nguyen@pluralsight.com>
2022-10-06 15:01:00 -06:00
Fredrik Adelöw 61f5da108c Merge pull request #14016 from backstage/freben/stat
use response.status and response.json properly
2022-10-06 21:13:24 +02:00
Jamie Klassen 7218a2b0ab fix localKubectlProxy link
the anchors for subheadings generated from this markdown are always lowercase, so this link wasn't working before

Signed-off-by: Jamie Klassen <jklassen@vmware.com>
2022-10-06 15:03:01 -04:00
Daniel Albuquerque 96e3bb375c Update writing-custom-actions.md
Signed-off-by: Daniel Albuquerque <1187103+worldtiki@users.noreply.github.com>
2022-10-06 16:57:46 +01:00
Patrik Oldsberg 8446029a05 Merge pull request #13695 from luchillo17/feat/BCKSTG-52
docs: Add OIDC section
2022-10-06 16:28:26 +02:00
Fredrik Adelöw 2d3a5f09ab json
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-06 15:00:36 +02:00