Commit Graph

4918 Commits

Author SHA1 Message Date
Johan Haals e4e6ae88b1 Add tables for references and relations
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-16 09:26:30 +02:00
Andrew Johnson 1d3e2ab014 Merge branch 'master' into anderoo/cuatom-columns-on-deployments-plugin 2021-04-16 01:12:07 +01:00
Andrew Johnson 523371d8a9 remove
Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
2021-04-16 01:03:39 +01:00
Andrew Johnson af95852d2e suggestions
Signed-off-by: Andrew Johnson <ajohnson@gocardless.com>
2021-04-15 22:18:59 +01:00
Tim adb7f1c063 Merge pull request #5335 from sethhoward-dd/patch-1
Update pagerduty token environment variable
2021-04-15 11:08:02 -06:00
Tim 7df89f95f2 Merge pull request #5333 from adamdmharvey/sonarqube-doco
docs(sonarqube): Update getting started for composability
2021-04-15 11:05:32 -06:00
Himanshu Mishra 0f600461b5 Merge pull request #5346 from SDA-SE/feat/techdocs-testid
[TechDocs]Add a test id to the shadow root element of the Reader to access it easily in e2e tests
2021-04-15 21:54:02 +05:30
github-actions[bot] 70be53c939 Version Packages 2021-04-15 15:40:08 +02:00
Travis Truman 67d5ad38c0 Merge branch 'master' into k8s-backend-skipTLSVerify-configurable
Signed-off-by: Travis Truman <trumant@gmail.com>
2021-04-15 09:30:05 -04:00
Fredrik Adelöw b5d41f0e7e Merge pull request #5343 from backstage/freben/env
change all `$env` to `${}`
2021-04-15 15:11:21 +02:00
Dominik Henneke e292e393fb Add a test id to the shadow root element of the Reader to access it easily in e2e tests
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-04-15 13:49:06 +02:00
Fredrik Adelöw c28689c686 change all $env to ${}
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-15 13:26:44 +02:00
blam 4de6b74cc0 chore: update sample template to show how to
Signed-off-by: blam <ben@blam.sh>
2021-04-15 12:17:39 +02:00
blam 096c0d85e0 feat(scaffolder): added parseRepoUrl helper to parse to json object
Signed-off-by: blam <ben@blam.sh>
2021-04-15 12:17:39 +02:00
blam c2a685ddb1 feat(scaffolder): add support for parsing the valuues as a json object in the parameters
Signed-off-by: blam <ben@blam.sh>
2021-04-15 12:17:39 +02:00
Seth Howard e6ea289d32 Update pagerduty token environment variable
As is the docs have "Token token=" in both the config and the environment variable, which will lead to requests looking like "Token token=Token token=<token>"

This removes the "Token token=" from the environment variable and requests will work.

Signed-off-by: Seth Howard <seth.howard@doordash.com>
2021-04-14 16:29:07 -06:00
Adam Harvey fe62e209e5 Merge branch 'master' into sonarqube-doco 2021-04-14 16:32:56 -04:00
Adam Harvey 5ec70a9678 Update getting started for composibility
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2021-04-14 16:28:53 -04:00
Jonah Grimes fef852ecd3 Reworked TechDocs page subtitle to reflect the company/organization name (#5317)
* reworked page subtitle to reflect the company/organization name instead of 'Backstage'

Signed-off-by: Jonah Grimes <jgrimes@appriss.com>

* ran prettier to reformat code

Signed-off-by: Jonah Grimes <jgrimes@appriss.com>

* marked changeset as techdocs only

Signed-off-by: Jonah Grimes <jgrimes@appriss.com>
2021-04-14 16:45:20 +02:00
Oliver Sand 442f34b87f Make sure the CatalogClient escapes URL parameters correctly
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-14 14:07:07 +02:00
Oliver Sand 7fd46f26dc Use string TypeScript type instead of String
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-14 14:07:07 +02:00
Johan Haals 4ba6ed45e1 Add relations and stitcher class
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-14 10:47:11 +02:00
Johan Haals 77b9fa5e07 Add NextCatalogBuilder, fix typos
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-14 10:47:10 +02:00
Johan Haals 07de96af3b Backwards compatible processing
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-14 10:47:09 +02:00
Johan Haals bfa51b286f Add entity processing logic
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-14 10:47:09 +02:00
Johan Haals 7f2a9b0d07 Use Database instead of CommonDatabase
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-14 10:47:09 +02:00
Johan Haals abfbacba46 Make entity ref unique
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-14 10:47:08 +02:00
Johan Haals aaf8233a5e Refactor types and interfaces
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-14 10:47:08 +02:00
Johan Haals 4e26ae5820 Initial catalog proccessing rework
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Tim <timbonicus@users.noreply.github.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-14 10:47:08 +02:00
Nir Gazit 09b5fcf2e4 Filtered archived repositories when discovering repos
Signed-off-by: Nir Gazit <nir.gzt@gmail.com>
2021-04-13 20:18:44 +03:00
Travis Truman c42cd1daaf Kubernetes client TLS verification is now configurable
Verification now defaults to true, where previously it defaulted to false

Signed-off-by: Travis Truman <trumant@gmail.com>
2021-04-13 12:56:52 -04:00
Patrik Oldsberg 54a98a7663 Merge pull request #5282 from backstage/rugvip/config-schema
plugins: add config-schema plugin
2021-04-13 18:10:39 +02:00
Erik Larsson fd3b689217 Added test that secrets are not divulged
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-04-13 16:24:04 +02:00
Patrik Oldsberg 8a121a5e2f Merge pull request #5307 from backstage/rugvip/winfix
scaffolder-backend: fix GitHub Pull Request publish action on windows
2021-04-13 15:17:24 +02:00
Patrik Oldsberg 423a514c3b scaffolder-backend: fix GitHub Pull Request preparer on windows
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-13 14:08:20 +02:00
Omer Farooq fb4138555c update sample data entry to markdown
Signed-off-by: Omer Farooq <frq.code@gmail.com>
2021-04-13 22:53:10 +12:00
Omer Farooq 88d62cad73 feat(techradar-plugin) add markdown support in techradar entry description
Signed-off-by: Omer Farooq <frq.code@gmail.com>
2021-04-13 22:53:10 +12:00
Mathias Åhsberg c2306f898d Externalize repository processing for BitbucketDiscoveryProcessor
Signed-off-by: Mathias Åhsberg <mathias.ahsberg@resurs.se>
2021-04-13 10:21:19 +00:00
Ben Lambert 4df36765e5 Merge pull request #5269 from backstage/dependabot/npm_and_yarn/asyncapi/react-component-0.22.3
chore(deps): bump @asyncapi/react-component from 0.19.2 to 0.22.3
2021-04-13 11:55:21 +02:00
Ben Lambert 18a7b7880d Merge pull request #5263 from Pranava29/patch-1
Updated documentation for sonarcloud plugin
2021-04-13 11:54:56 +02:00
Pranava Shashank Pindi 4d1617a3e6 Updated documentation for sonarcloud plugin
For a new react developer working with backstage, he
gets blocked while installing the sonarcloud plugin
in backstage app. He faces the following
[issue](https://github.com/backstage/backstage/issues/5141)
after following the steps mentioned in the plugin
[documentation](https://github.com/backstage/backstage/tree/master/plugins/sonarqube).
Hence, this commit adds `yarn install` and `yarn tsc`
commands to be run.
Also, it adds additional information on how to set the
SONARQUBE_AUTH_HEADER environmental header.

Signed-off-by: pranava29 <pranavshashank.p@zemosolabs.com>
Signed-off-by: pranava29 <pranav.shashank@gmail.com>
2021-04-13 14:59:04 +05:30
David Tuite 18f7345a6c Add borders to docs tables (#5281) 2021-04-12 20:11:35 +02:00
Ben Lambert 967ad6f2ea Merge pull request #5261 from goober/feature/support-multiline-ldap-filter
Support multiline LDAP query filters
2021-04-12 16:27:02 +02:00
Fredrik Adelöw 4b4de956ed Merge pull request #5150 from jmgrimes/dependsOn-dependencyOf-relationships
Implemented dependsOn/dependencyOf support in catalog model.
2021-04-12 13:40:00 +02:00
Ben Lambert e4827ef779 Merge pull request #5237 from rkristelijn/master
fix: adds pagetheme colors
2021-04-12 10:00:33 +02:00
Erik Larsson 47c96fb539 Fix bugs, add tests
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-04-11 15:35:49 +02:00
Erik Larsson 46995e92bf Use text column type
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-04-11 10:01:52 +02:00
Patrik Oldsberg e23b3f8f65 config-schema: added basic test + key fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-10 15:10:56 +02:00
Patrik Oldsberg a10377f245 config-schema: bump @backstage package versions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-10 14:18:25 +02:00
Patrik Oldsberg 15c58af8ad config-schema: update README
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-10 14:17:06 +02:00