Commit Graph

13677 Commits

Author SHA1 Message Date
Johan Haals b8e80eab23 catalog-backend: Remove obervables
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-26 14:24:18 +02:00
Oliver Sand 35e32bbf4c Merge pull request #5425 from SDA-SE/feat/techdocssss-api
TechDocs: Use interface and not implementation in ApiRef<T>
2021-04-26 14:21:58 +02:00
Oliver Sand 7aa4308179 Merge pull request #5427 from SDA-SE/feat/fix-guest
Fix owner references to guest user
2021-04-26 14:21:42 +02:00
blam 6e545108e7 feat: support delta and full sync with the same code and simplify things
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: blam <ben@blam.sh>
2021-04-26 14:20:35 +02:00
blam f62db5992f feat: added support for full sync replace with an awesome sql statement courtesy of @freben
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>

Signed-off-by: blam <ben@blam.sh>
2021-04-26 14:20:35 +02:00
blam 92a4a4832b chore: worked on some more of the new catalog migration with fixing deps
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>

Signed-off-by: blam <ben@blam.sh>
2021-04-26 14:20:35 +02:00
Patrik Oldsberg a3f090b2f3 catalog-backend: WIP EntityProvider mutation interface
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-26 14:20:34 +02:00
Oliver Sand d0b6923654 Adjust changeset
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-26 14:05:27 +02:00
Emma Indal 1c2d8436ab change log severity from info to debug
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-04-26 13:38:15 +02:00
Emma Indal 8c0184a1c8 use timers in tests
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-04-26 13:37:27 +02:00
Martina Iglesias Fernandez 43db3d6892 [docker] Fix error in docker build
Before:
```
Step 7/8 : RUN tar xzf bundle.tar.gz && rm bundle.tar.gz
 ---> Running in 91107ee4a847
tar (child): bundle.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
```

Signed-off-by: Martina Iglesias Fernandez <martina@roadie.io>
2021-04-26 10:06:51 +02:00
Himanshu Mishra 769112c63c Merge pull request #5468 from adrianke77/fix-techdocs-landing-page-table-wrong-copied-link
fix techdocs landing page table wrong copied link
2021-04-26 13:36:08 +05:30
Himanshu Mishra de23801e57 Merge pull request #5464 from taras/tm/techdocs-catch-exception 2021-04-26 13:15:04 +05:30
dependabot[bot] 7e5b73d733 chore(deps-dev): bump @types/supertest from 2.0.10 to 2.0.11
Bumps [@types/supertest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/supertest) from 2.0.10 to 2.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/supertest)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 04:34:56 +00:00
Chongyang Adrian, Ke 15cbe68156 fix techdocs landing page table wrong copied link
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
2021-04-26 12:02:44 +08:00
Erik Engervall c5bd6be684 Create additional stats for Stats component
Add button for fetching and calculating average release times

Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
2021-04-25 17:59:01 +02:00
Eric Peterson 415a2a5a99 Merge pull request #5449 from backstage/iameap/search-changesets 2021-04-24 20:43:28 +02:00
Taras f4af06ebe3 Add changeset
Signed-off-by: Taras <tarasm@gmail.com>
2021-04-24 11:34:41 -04:00
Taras f940c38378 Prevent uncaught exception in download of Techdocs Azure Blob Storage publisher
Signed-off-by: Taras <tarasm@gmail.com>
2021-04-24 11:24:08 -04:00
Fredrik Adelöw bf278fe9d1 Merge pull request #5460 from erikxiv/fix/code-coverage-migrations
fix: include migrations in code-coverage-backend plugin
2021-04-24 08:25:21 +02:00
Erik Larsson d47c2628b7 fix: include migrations in code-coverage-backend plugin
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-04-24 06:51:24 +02:00
Phil Kuang e0c9ed759d feat(EntityLayout): add 'if' prop to Route component
Signed-off-by: Phil Kuang <pkuang@factset.com>
2021-04-23 16:18:07 -04:00
Tim 0870170575 Merge pull request #5456 from backstage/timbonicus/k8s-healthcheck
Add healthcheck to k8s doc
2021-04-23 13:13:36 -06:00
Tim Hansen ba86f0290d Comment health checks with note
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-23 12:34:46 -06:00
Tim Hansen 3b3bc4d120 Add healthcheck to k8s doc
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-23 12:13:13 -06:00
blam 6f015b7689 e2e: added read tree tests to add github, gitlab and azure read URLs
Signed-off-by: blam <ben@blam.sh>
2021-04-23 19:38:51 +02:00
Dominik Henneke 23769512a3 Support anyOf schemas in the scaffolder template
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-04-23 15:24:46 +02:00
Emma Indal f5ba99d61c add changeset
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-04-23 15:07:12 +02:00
Emma Indal cdda9c671d move refresh loop to builder and use configured refreshInterval
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-04-23 15:03:32 +02:00
Erik Engervall e3c318ded1 Stats: Create individual component for Row children
Stats: Improve names for helpers

Signed-off-by: Erik Engervall <erik.engervall@gmail.com>
2021-04-23 14:39:22 +02:00
Eric Peterson 38f076c0df Tweak search code ownership.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-04-23 14:34:33 +02:00
Oliver Sand 92cc589201 Remove duplicate @backstage/test-utils dependency
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-23 13:16:21 +02:00
Oliver Sand 21fddf4524 Rename changeset
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-23 12:48:14 +02:00
Oliver Sand a3048a3b7f Fix some remaining typing issues
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-23 12:48:14 +02:00
Oliver Sand bf905d9bde Comment out datadog configuration
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-23 12:48:14 +02:00
Oliver Sand f09f6a166b Use interface and not implementation in ApiRef<T>
Closes #4404

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-04-23 12:48:13 +02:00
Eric Peterson 74a5b00eb6 Merge pull request #5371 from adrianke77/techdocs-landing-page-customization
Add TechDocs landing page customization and exported components
2021-04-23 11:50:15 +02:00
Eric Peterson 46d0d04ee7 Merge pull request #5430 from SDA-SE/feat/search-experiments
Use `RouteRef` to generate path to search page
2021-04-23 11:22:54 +02:00
Brian Fox 5652f4eee5 Fix broken link in Software Templates -> Installation
Signed-off-by: Brian Fox <brianhfox@gmail.com>
2021-04-23 09:58:30 +02:00
Brian Fox a3a171ccd2 Microsite nav - Alphabetic order please
Signed-off-by: Brian Fox <brianhfox@gmail.com>
2021-04-23 09:58:30 +02:00
Brian Fox 0b95bc1c6b Align techdocs navigation with microsite
Signed-off-by: Brian Fox <brianhfox@gmail.com>
2021-04-23 09:58:30 +02:00
Eric Peterson 2f9dc47c91 Merge pull request #5428 from SDA-SE/feat/techdocssss-header
TechDocs: Use `EntityRefLink` in header and use relations to reference the owner of the document
2021-04-23 09:52:34 +02:00
Johan Haals 039dbb4e20 Merge pull request #5434 from onematchfox/helm-fix
Fix typo in basic k8s example
2021-04-23 09:31:05 +02:00
Fredrik Adelöw a00d4f3c79 Merge pull request #5445 from backstage/dependabot/npm_and_yarn/serialize-error-8.1.0
chore(deps): bump serialize-error from 8.0.1 to 8.1.0
2021-04-23 08:06:08 +02:00
dependabot[bot] e363f6103e chore(deps): bump serialize-error from 8.0.1 to 8.1.0
Bumps [serialize-error](https://github.com/sindresorhus/serialize-error) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/sindresorhus/serialize-error/releases)
- [Commits](https://github.com/sindresorhus/serialize-error/compare/v8.0.1...v8.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-23 04:14:11 +00:00
Chongyang Adrian, Ke 813a4a04f5 fix DocsTable rendering of EmptyState
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
2021-04-23 11:38:09 +08:00
Chongyang Adrian, Ke 7dd94b0750 add CSSProperties type for panelCSS
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
2021-04-23 11:20:46 +08:00
Adrian Ke Chongyang 4666ddb275 Update plugins/techdocs/src/home/components/TechDocsHome.tsx
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>

Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
2021-04-23 11:07:18 +08:00
Adrian Ke Chongyang 64ade20227 Update plugins/techdocs/src/home/components/TechDocsHome.tsx
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>

Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
2021-04-23 11:07:18 +08:00
Adrian Ke Chongyang 7a3b3b2be6 Update docs/features/techdocs/how-to-guides.md
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>

Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Chongyang Adrian, Ke <ftt.adrian.ke@grabtaxi.com>
2021-04-23 11:07:18 +08:00