Commit Graph

5726 Commits

Author SHA1 Message Date
Patrik Oldsberg faa27ef711 Merge pull request #5982 from ougfh/add-pagination-to-apis-explorer-table
Add pagination to ApisExplorerTable
2021-06-15 18:28:45 +02:00
Patrik Oldsberg 560e0dd0b2 Merge pull request #5968 from ougfh/fix-doc-navigation-links-for-non-dir-urls
Do not add / for html pages in rewriteDocLinks
2021-06-15 18:23:40 +02:00
Fredrik Adelöw d844f6cade Merge pull request #6046 from backstage/fix-5496-splunk-on-call-configs
Get #5498 across the line
2021-06-15 15:46:36 +02:00
Fredrik Adelöw b811b1e1b1 Merge pull request #6030 from SDA-SE/feat/command-exists
Migrate from the `command-exists-promise` dependency to `command-exists`
2021-06-15 15:41:12 +02:00
Fredrik Adelöw dc728f5874 Merge pull request #6010 from SDA-SE/feat/fix-react-warning-import
Fix a react warning in `<EntityListComponent>`
2021-06-15 15:39:32 +02:00
Fredrik Adelöw c5204c01ba Merge pull request #6032 from backstage/freben/backend-dev
Make `yarn dev` for backend plugins respect the `PLUGIN_PORT` env var
2021-06-15 15:12:17 +02:00
Patrik Oldsberg 7883cef882 splunk-on-call: tweak config schema
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-15 15:09:43 +02:00
Dominik Henneke a46ae7c0c7 Merge pull request #6036 from SDA-SE/feat/button-link
Use the Backstage `Link` component in the `Button`
2021-06-15 15:03:01 +02:00
Dominik Henneke 55a834f3cc Use the correct parameter to create a public repository in Bitbucket Server for the v2 templates
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-15 14:29:01 +02:00
Johan Haals a0f2f63374 Merge pull request #5901 from backstage/jhaals/legacy-catalog
Catalog: Make the new processing engine the default
2021-06-15 11:40:53 +02:00
Patrik Oldsberg 3be9904e63 Merge pull request #6027 from backstage/rugvip/pipeline
catalog-backend: introduce TaskPipeline
2021-06-15 11:24:49 +02:00
Johan Haals 0176d78f27 Merge pull request #6007 from backstage/jhaals/configure-refresh
catalog/next: Make refresh interval configurable
2021-06-15 10:58:46 +02:00
Dominik Henneke df3ac03cfb Use the correct parameter to create a public repository in Bitbucket Server.
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-14 18:14:26 +02:00
Dominik Henneke 938aee2fbd Fix the link to the documentation page when no owned documents are displayed
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-14 17:33:55 +02:00
Patrik Oldsberg 608e83f928 Merge pull request #5959 from carlo-colombo/bitbucket-lfs
Add supprt to enable LFS for hosted Bitbucket
2021-06-14 16:41:22 +02:00
Johan Haals 9600e5e669 chore: Update constructor args to object
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-14 16:18:15 +02:00
Johan Haals 5b721e1ebc chore: pass constructor arguments
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-14 16:18:14 +02:00
Johan Haals 5f6c806378 catalog/next: Make refresh interval configurable
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-14 16:18:12 +02:00
Johan Haals f68632411b catalog: Reuse builder for next/legacy catalog
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-06-14 16:10:18 +02:00
Patrik Oldsberg d4e73b45f9 Merge pull request #6026 from backstage/rugvip/skip-locked
catalog-backend: avoid duplication of work due to race conditions in task pickup
2021-06-14 15:12:52 +02:00
Fredrik Adelöw 3108ff7bfd Make yarn dev for backends respect the PLUGIN_PORT env var
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-14 14:46:19 +02:00
Patrik Oldsberg 18ab535c83 catalog-backend: use select for update skip locked for the work queue
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-14 13:35:33 +02:00
Dominik Henneke ca70bd37d5 Move from require to import
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-14 12:55:19 +02:00
Dominik Henneke 4ca3228268 Migrate from the command-exists-promise dependency to command-exists
Signed-off-by: Dominik Henneke <dominik.henneke@sda-se.com>
2021-06-14 10:38:24 +02:00
Fredrik Adelöw ab3d4e92eb Merge pull request #5949 from backstage/dependabot/npm_and_yarn/http-proxy-middleware-2.0.0
chore(deps): bump http-proxy-middleware from 0.19.2 to 2.0.0
2021-06-14 10:30:28 +02:00
Tim Hansen 30c2fdad2c Export catalog components to match docs
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-06-13 10:24:40 -06:00
Patrik Oldsberg 72fbf43721 catalog-backend: introduce TaskPipeline
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-12 17:36:11 +02:00
Emma Indal 667656c8b5 [TechDocs] TechDocs custom homepage with user owned filter support (#5994)
* add emptystate to docs card grid

Signed-off-by: Emma Indal <emma.indahl@gmail.com>

* adjust filterpredicate to accept a string, adjust custom home page based on owned documents filter

Signed-off-by: Emma Indal <emma.indahl@gmail.com>

* update the techdocs home page to use the new ownedByUser filter

Signed-off-by: Emma Indal <emma.indahl@gmail.com>

* fix tests

Signed-off-by: Emma Indal <emma.indahl@gmail.com>

* use useOwnUser hook from catalog react plugin and delete duplicate one

Signed-off-by: Emma Indal <emma.indahl@gmail.com>

* add changeset

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2021-06-11 16:52:46 +02:00
Oliver Sand 873116e5df Fix a react warning in <EntityListComponent>
`entityRef` should only be passed conditionally if component is present, otherwise React logs a warning/error to console.

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-11 12:38:22 +02:00
Tim Hansen 42a2d2ebc1 Fix theme toggling bug
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-06-10 19:45:37 -06:00
github-actions[bot] 4a93128245 Version Packages 2021-06-10 12:18:06 +00:00
Patrik Oldsberg 399abf9670 Merge pull request #5878 from backstage/rugvip/codemods
Introduce @backstage/codemods package, with an initial transform for migrating core-* imports
2021-06-10 11:53:44 +02:00
Oliver Sand 429f9c0bf1 Merge pull request #5957 from SDA-SE/feat/scaffolder-source
Show link to template source on template card
2021-06-10 10:19:02 +02:00
Eric Peterson 5c9c34dee9 Merge pull request #5927 from backstage/iameap/search-alpha-release
[Search] Initial, Alpha Release
2021-06-09 19:21:15 +02:00
Anastasia Rodionova 14ce64b4fb Add pagination to ApisExplorerTable
Signed-off-by: Anastasia Rodionova <argali96@gmail.com>
2021-06-09 18:08:01 +02:00
Fredrik Adelöw cc8d2f875c Merge pull request #5699 from sam-robson/statuses-for-github-deployments-plugin
feat: add deployment statuses to GithubDeployments plugin
2021-06-09 15:08:36 +02:00
Patrik Oldsberg 604d7c7452 plugins/todo: run core-imports codemod
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-09 12:48:13 +02:00
Anastasia Rodionova 2e1fbe203b Do not add / for html pages in rewriteDocLinks
Signed-off-by: Anastasia Rodionova <argali96@gmail.com>
2021-06-09 10:28:47 +02:00
Eric Peterson d15b1434e6 Provide backwards compatibility instead of an upgrade message.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2021-06-08 22:03:08 +02:00
Patrik Oldsberg c8a70893a2 Merge pull request #5924 from backstage/rugvip/best
cli: switch to @sucrase/plugin-jest instead of ts-jest
2021-06-08 16:58:43 +02:00
Carlo Colombo 22974d9a6e fix prettier issue
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-06-08 15:36:39 +02:00
Carlo Colombo 5c67a9e5e7 it's possible to customize the title of the card to differentiate from the DependencyOf Card
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-06-08 15:36:39 +02:00
Carlo Colombo b5115777bf Card that shows component that depends on the actual compoment
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-06-08 15:36:39 +02:00
Fredrik Adelöw 260e31da98 Merge pull request #5867 from backstage/freben/test-databases-in-catalog
Use `TestDatabases` to exercise the experimental code in the catalog backend
2021-06-08 15:09:40 +02:00
Fredrik Adelöw 6ffcf9ed85 fixup
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-08 15:04:30 +02:00
Fredrik Adelöw b51b42a126 Merge pull request #5948 from djamaile/master
fix: make bitbucket publish action use apiBaseUrl if it is provided
2021-06-08 15:02:29 +02:00
Carlo Colombo 090dfe65db Add supprt to enable LFS for hosted Bitbucket
Signed-off-by: Carlo Colombo <carlo.colombo@klarna.com>
2021-06-08 14:56:14 +02:00
Fredrik Adelöw cfc705b120 Use TestDatabases to exercise the experimental code in the catalog backend
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-06-08 14:26:27 +02:00
Fredrik Adelöw 28fc26ddf4 Merge pull request #5849 from SDA-SE/feat/scaffolder-conditional
Conditional scaffolder steps
2021-06-08 14:25:49 +02:00
Oliver Sand 9b4010965c Provide a link to the template source on the TemplateCard
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
2021-06-08 14:07:08 +02:00