6997 Commits

Author SHA1 Message Date
Pedro Cardona d05e1841ce Adds gitea to supported set of SCM integrations
Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

GiteaUrlReader readUrl implementation.
Currently relies on content being base64 encoded

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Prettify changed files

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Changeset for gitea integration

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Include gitea in Vale vocabulary, run Lint / Prettier

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Update api-reports

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Lint packages/integration/*
Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>

Fix getGiteaFileContentsUrl, split changesets

The previous file contents url code was missing a segment, (/branch), and was causing the loader to 404. (The intended functionality is to use the same URL you would use to view the file in gitea)
Changesets for the integration and backend-common packages were split
This commit also adds documentation relevant to the gitea integration

Signed-off-by: Pedro Cardona
<1724279+atoko@users.noreply.github.com>
Signed-off-by: Pedro Cardona <1724279+atoko@users.noreply.github.com>
2022-10-23 20:56:56 -04:00
Patrik Oldsberg 2b54e0f780 docs/new-backend-system: reorganize to prioritize plugin and module creation + tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 20:35:23 +02:00
Patrik Oldsberg 84df1e4d5f docs/new-backend-systen: more reasoning in the overview section and move it back up to the top
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 19:51:33 +02:00
Patrik Oldsberg 69837a3302 docs/new-backend-systen: add building blocks section
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 19:32:18 +02:00
Patrik Oldsberg fa9bbcfbdb docs/new-backend-systen: add status section
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 18:50:16 +02:00
Patrik Oldsberg 7c7a124563 docs/api/backend: move to docs/plugins/new-backend-system and add to sidebar
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 18:34:54 +02:00
Patrik Oldsberg a83eb55d1c docs/api/backend: updates to fit current system and reuse existing docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-10-23 18:32:58 +02:00
Fredrik Adelöw cbe11d1e23 just getting rid of vale warnings
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-22 17:18:47 +02:00
Jamie Klassen 2f6f81acbd mention connectivity to graph.microsoft.com
Recently I was helping somebody with a Backstage installation who was hitting
this error, and it turned out they needed a firewall rule to allow this
connectivity.

Signed-off-by: Jamie Klassen <jklassen@vmware.com>
2022-10-22 01:17:35 -04:00
Carlos Esteban Lopez dff521fd91 docs: Fix document ID & title
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2022-10-21 17:59:28 -05:00
Carlos Esteban Lopez 56a74adc56 docs: Fix spelling issue
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2022-10-21 13:33:04 -05:00
Carlos Esteban Lopez 1c8c0a2cc7 docs: Address PR comments
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2022-10-21 13:29:39 -05:00
Carlos Esteban Lopez Jaramillo b4399355d5 Update docs/dls/component-design-guidelines.md
Co-authored-by: Phil Kuang <phillip.kuang@gmail.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
2022-10-21 13:22:34 -05:00
Fredrik Adelöw 8b1d9831d8 Merge pull request #14271 from Bonial-International-GmbH/pjungermann/docs/bitbucket
chore(docs): remove docs for deprecated `bitbucket` integration
2022-10-21 10:20:17 +01:00
Fredrik Adelöw dccd1df0c9 Merge pull request #14270 from Bonial-International-GmbH/pjungermann/docs/integrations
chore(docs): remove reference to deprecated integration
2022-10-21 10:19:42 +01:00
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
Patrick Jungermann 7459574707 chore(docs): remove docs for deprecated bitbucket integration
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-21 10:26:07 +02:00
Patrick Jungermann ebf0236d21 chore(docs): remove reference to deprecated integration
Remove reference to deprecated integration `bitbucket` at `index.md`.

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
2022-10-21 09:42:16 +02:00
Carlos Esteban Lopez c7b582195b docs: Add component design guidelines
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2022-10-20 17:52:56 -05: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
Joe Patterson 0b11500151 update pr to remove profile changes
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
2022-10-19 16:41:45 +10:00
Joe Patterson 97a4561f53 Merge branch 'backstage:master' into master 2022-10-19 14:52:43 +10:00
Joe Patterson dc50ba192b Update docs/features/software-catalog/external-integrations.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
2022-10-19 14:35:44 +10:00
Joe Patterson 6d42dfe385 Update docs/features/software-catalog/external-integrations.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
2022-10-19 14:35:25 +10:00
Joe Patterson 0f6c6e84fb Update docs/features/software-catalog/external-integrations.md
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
2022-10-19 14:35:03 +10:00
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
Joe Patterson d7b0a11768 updating the pr on the feedback to add docs, remove some items not needed including the preview html
Signed-off-by: Joe Patterson <jrwpatterson@gmail.com>
2022-10-17 11:06:44 +10:00
Hao Luo a0d7fc3965 updated diagrams
Signed-off-by: Hao Luo <howlowck@gmail.com>
2022-10-13 17:20:32 -05:00
Hao Luo 85607e4998 updated diagrams
Signed-off-by: Hao Luo <howlowck@gmail.com>
2022-10-13 17:16:00 -05: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