Brett Wright
1334c7868c
Added doco regarding Datadog installation
...
Signed-off-by: Brett Wright <brett.wright@bestseller.com >
Signed-off-by: Brett Wright <wright.brett@gmail.com >
2021-04-19 19:48:15 +02:00
Brett Wright
8761385311
added datadog RUM events
...
Signed-off-by: Brett Wright <brett.wright@bestseller.com >
Signed-off-by: Brett Wright <wright.brett@gmail.com >
2021-04-19 19:48:15 +02:00
Adam Harvey
2730b30b7c
Move diagram to system page
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
Signed-off-by: Brett Wright <wright.brett@gmail.com >
2021-04-19 19:48:15 +02:00
dependabot[bot]
21c90863a2
chore(deps): bump diff from 4.0.2 to 5.0.0
...
Bumps [diff](https://github.com/kpdecker/jsdiff ) from 4.0.2 to 5.0.0.
- [Release notes](https://github.com/kpdecker/jsdiff/releases )
- [Changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md )
- [Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.2...v5.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Brett Wright <wright.brett@gmail.com >
2021-04-19 19:48:15 +02:00
Adam Harvey
274fb80198
Clarify example
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
Signed-off-by: Brett Wright <wright.brett@gmail.com >
2021-04-19 19:48:15 +02:00
Adam Harvey
6c3c255ff5
Fix pluginname
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
Signed-off-by: Brett Wright <wright.brett@gmail.com >
2021-04-19 19:48:15 +02:00
Adam Harvey
89ecdf526a
Update plugin example for composability
...
Signed-off-by: Adam Harvey <adaharve@cisco.com >
Signed-off-by: Brett Wright <wright.brett@gmail.com >
2021-04-19 19:48:15 +02: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
Fredrik Adelöw
d7b59889db
Merge pull request #5277 from backstage/timbonicus/signinconfig
...
Export SignInConfig type
2021-04-15 18:40:24 +02:00
Patrik Oldsberg
927eafcaee
Merge pull request #5341 from backstage/dependabot/npm_and_yarn/microsite/js-yaml-4.1.0
...
chore(deps-dev): bump js-yaml from 4.0.0 to 4.1.0 in /microsite
2021-04-15 18:32:53 +02:00
Tim
387efd9f02
Merge pull request #5337 from backstage/timbonicus/deployment-docs
...
Move deployment documentation to its own section
2021-04-15 10:25:28 -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
Tim Hansen
1c26ef7534
I English good
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-04-15 10:15:16 -06:00
dependabot[bot]
aa12ae152a
chore(deps-dev): bump js-yaml from 4.0.0 to 4.1.0 in /microsite
...
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 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-15 14:57:52 +00:00
Fredrik Adelöw
f1de1ad5c2
Merge pull request #5251 from backstage/changeset-release/master
...
Version Packages
2021-04-15 16:53:25 +02:00
github-actions[bot]
70be53c939
Version Packages
2021-04-15 15:40:08 +02: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
Tim
dba4ce0a86
Merge pull request #5338 from backstage/timbonicus/external-add-processor
...
Add `addProcessor` code sample to external-integrations
2021-04-15 06:10:49 -06:00
Patrik Oldsberg
826d50e033
Merge pull request #5340 from backstage/dependabot/npm_and_yarn/semver-7.3.5
...
chore(deps): bump semver from 7.3.4 to 7.3.5
2021-04-15 13:51:36 +02:00
Patrik Oldsberg
09a1ba109c
Merge pull request #5339 from backstage/dependabot/npm_and_yarn/microsite/spotify/prettier-config-10.0.0
...
chore(deps-dev): bump @spotify/prettier-config from 9.0.0 to 10.0.0 in /microsite
2021-04-15 13:51:25 +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
Patrik Oldsberg
477b0ba781
Merge pull request #5342 from backstage/feat/scaffolding-helpers
...
Added parsing of JSON + Scaffolding helpers
2021-04-15 13:46:41 +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
Eric Peterson
dc9cc8b17c
Merge pull request #5260 from SDA-SE/feat/techdocs-exception
...
[TechDocs] Avoid run-time availability checks when instantiating publishers
2021-04-15 13:25:40 +02:00
blam
b25846562a
chore: add changeset
...
Signed-off-by: blam <ben@blam.sh >
2021-04-15 12:17:39 +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
Fredrik Adelöw
c10e6490ca
Merge pull request #5320 from SDA-SE/feat/fix-api-docs-page-theme
...
Fix api docs page theme
2021-04-15 11:11:51 +02:00
dependabot[bot]
22f01501ca
chore(deps): bump semver from 7.3.4 to 7.3.5
...
Bumps [semver](https://github.com/npm/node-semver ) from 7.3.4 to 7.3.5.
- [Release notes](https://github.com/npm/node-semver/releases )
- [Changelog](https://github.com/npm/node-semver/blob/master/CHANGELOG.md )
- [Commits](https://github.com/npm/node-semver/compare/v7.3.4...v7.3.5 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-15 04:19:38 +00:00
dependabot[bot]
3f3a735f55
chore(deps-dev): bump @spotify/prettier-config in /microsite
...
Bumps [@spotify/prettier-config](https://github.com/spotify/web-scripts ) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/spotify/web-scripts/releases )
- [Changelog](https://github.com/spotify/web-scripts/blob/master/CHANGELOG.md )
- [Commits](https://github.com/spotify/web-scripts/compare/v9.0.0...v10.0.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2021-04-15 04:19:28 +00:00
Tim Hansen
5ce9744d0b
Add addProcessor code sample to external-integrations
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-04-14 21:00:23 -06:00
Tim Hansen
7114108898
Move deployment documentation to its own section
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-04-14 20:48:42 -06: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
Ben Lambert
9bb484762e
Merge pull request #5319 from backstage/dependabot/npm_and_yarn/rjsf/material-ui-2.5.1
...
chore(deps): bump @rjsf/material-ui from 2.4.1 to 2.5.1
2021-04-14 15:26:57 +02:00
Ben Lambert
b5d73d8636
Merge pull request #5327 from SDA-SE/feat/client-url-escape
...
Feat/client url escape
2021-04-14 15:26:40 +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
Ben Lambert
b5d60db076
Merge pull request #5311 from fshowalter/master
...
Disable hot reloading in CI environments
2021-04-14 11:52:56 +02:00
blam
f4f9fd04aa
bump(rjsf): bump core too
...
Signed-off-by: blam <ben@blam.sh >
2021-04-14 11:47:01 +02:00
Patrik Oldsberg
6ac637eb62
Merge pull request #5322 from backstage/rugvip/sourcedocs
...
docs: tweak docs for backstage.io/source-location
2021-04-14 11:04:00 +02:00
Patrik Oldsberg
f361f9e9dd
docs: tweak docs for backstage.io/source-location
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-04-14 10:53:00 +02:00
Johan Haals
e46286dc78
Merge pull request #5321 from backstage/jhaals/get_entity_source_location
...
Catalog-model: Add getEntitySourceLocation helper
2021-04-14 10:46:47 +02:00
Johan Haals
e44574d214
Update packages/catalog-model/src/location/helpers.ts
...
Signed-off-by: Johan Haals johan.haals@gmail.com
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-04-14 10:21:58 +02:00
Johan Haals
bb5055aeea
Catalog-model: Add getEntitySourceLocation helper
...
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-04-14 09:59:00 +02:00
Oliver Sand
0962565da9
Restore page theme for API docs plugin to previous color
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-04-14 09:40:56 +02:00