Commit Graph

28361 Commits

Author SHA1 Message Date
Daniele.Mazzotta d9ebda237e build api-reports
Signed-off-by: Daniele.Mazzotta <daniele.mazzotta@tii.ae>
2022-06-17 17:50:27 +04:00
Johan Haals ffad315a48 Merge pull request #12094 from kuangp/fix/githubPullRequest
fix(githubPrBoard): support namespaced teams and all kinds
2022-06-17 15:40:56 +02:00
Johan Haals 1145be2a20 Merge pull request #12102 from backstage/dependabot/npm_and_yarn/undici-5.5.1
chore(deps): Bump undici from 5.0.0 to 5.5.1
2022-06-17 15:30:38 +02:00
Vladimir Masarik a6321c9b9f docs: writing templates, add examples of how to use values
Add information on how to actually use the parameters from the UI in the actual code
so that users can fully utilize the templating power of the default templating
action.

Signed-off-by: Vladimir Masarik <vladimir.masarik@ef.com>
2022-06-17 15:25:17 +02:00
Vladimir Masarik 7fc1f50f57 docs: Adding templates, added note for users that they need to refresh the location
Othwise, backstage won't display the updated or newly added template,
and it won't report any errors either.

Signed-off-by: Vladimir Masarik <vladimir.masarik@ef.com>
2022-06-17 15:24:46 +02:00
Daniele.Mazzotta 221fbffe44 updated README
Signed-off-by: Daniele.Mazzotta <daniele.mazzotta@tii.ae>
2022-06-17 17:16:28 +04:00
Daniele.Mazzotta 01f976ea72 added changeset
Signed-off-by: Daniele.Mazzotta <daniele.mazzotta@tii.ae>
2022-06-17 17:06:56 +04:00
Johan Haals 8c889b7895 Merge pull request #12103 from OkayHQ/add-okay-adopters-use-case
Add Okay adopters use case
2022-06-17 14:58:38 +02:00
Vladimir Masarik 4ae8c4b0b7 docs: Adding templates, add template as a file example
Signed-off-by: Vladimir Masarik <vladimir.masarik@ef.com>
2022-06-17 14:49:43 +02:00
Vladimir Masarik 1ee1a02d67 docs: custom template actions update code exmaple
Users don't need the container runner, and variables have to
be passed in differently

Signed-off-by: Vladimir Masarik <vladimir.masarik@ef.com>
2022-06-17 14:40:22 +02:00
Vladimir Masarik 7e35d62a13 docs: custom tempalte actions clearly express that the builtin actions are replaced
Signed-off-by: Vladimir Masarik <vladimir.masarik@ef.com>
2022-06-17 14:40:22 +02:00
Raghunandan Balachandran b52a63a037 Merge pull request #11936 from backstage/reorder-techdocs-page-tab-title
[Techdocs] Reorder tab title
2022-06-17 11:34:55 +02:00
Patrik Oldsberg ad81113494 Merge pull request #12109 from backstage/rugvip/comment
app-config: comment out bitbucket cloud integration
2022-06-17 11:25:07 +02:00
Patrik Oldsberg 5c413f054b app-config: comment out bitbucket cloud integration
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-17 11:08:05 +02:00
Daniele.Mazzotta fdffb40c70 export DagTableComponent
Signed-off-by: Daniele.Mazzotta <daniele.mazzotta@tii.ae>
2022-06-17 12:47:33 +04:00
Daniele.Mazzotta 6b8093497f written tests for all dags + selected dags
Signed-off-by: Daniele.Mazzotta <daniele.mazzotta@tii.ae>
2022-06-17 12:43:28 +04:00
Daniele.Mazzotta 95d2f88313 add warning for missing dag ids
Signed-off-by: Daniele.Mazzotta <daniele.mazzotta@tii.ae>
2022-06-17 12:42:30 +04:00
Johan Haals 8f94993061 Merge pull request #12021 from dotressel/improve-docs-for-scmauthapi
docs: scaffolder: improve docs to setup the RepoUrlPicker authentication feature
2022-06-17 10:26:57 +02:00
Daniele.Mazzotta c05f081e61 test for dags found and not found length
Signed-off-by: Daniele.Mazzotta <daniele.mazzotta@tii.ae>
2022-06-17 12:11:47 +04:00
tomasrb 2aad25ae1d Add Okay adopters use case
Signed-off-by: tomasrb <tomas@okayhq.com>
2022-06-16 21:16:43 -07:00
dependabot[bot] 2334bc95a0 chore(deps): Bump undici from 5.0.0 to 5.5.1
Bumps [undici](https://github.com/nodejs/undici) from 5.0.0 to 5.5.1.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.0.0...v5.5.1)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 02:01:45 +00:00
Niklas Aronsson d2256c0384 Cli/server: Fix webpack deprecation warnings
Running the development dev server results in the following deprecation
warnings from "webpack-dev-server".

* [DEP_WEBPACK_DEV_SERVER_CONSTRUCTOR] DeprecationWarning: Using 'compiler'
as the first argument is deprecated. Please use 'options' as the first
argument and 'compiler' as the second argument.
* [DEP_WEBPACK_DEV_SERVER_LISTEN] DeprecationWarning: 'listen' is deprecated.
Please use the async 'start' or 'startCallback' method.

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2022-06-16 22:48:22 +02:00
Niklas Aronsson 860765ff45 [TechDocs] Added configuration for local publishing target
This patch adds a configuration option for setting the "local"
techdocs target directory. The target directory can be set using
the "techdocs.publisher.local.publishDirectory".

This fixes two "TODOs" in the "plugins/techdocs-node/src/stages
/publish/local.ts" file:

*  Use a more persistent storage than node_modules or /tmp directory.
   Make it configurable with techdocs.publisher.local.publishDirectory
*  Move the logic of setting staticDocsDir based on config over to
   fromConfig, and set the value as a class parameter.

Signed-off-by: Niklas Aronsson <niklasar@axis.com>
2022-06-16 22:27:39 +02:00
Phil Kuang 1e984b11fc refactor(MyGroupsSidebarItem): Render namespaced teams within dropdown items
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-06-16 15:53:48 -04:00
Côme Tresarrieu 32204fa794 chore: add changeset file
Signed-off-by: Côme Tresarrieu <c.tresarrieu@gmail.com>
2022-06-16 21:17:33 +02:00
Côme Tresarrieu 9d8ec897eb feat(MarkdownContent): Expose transformLinkUri and transformImageUri
Signed-off-by: Côme Tresarrieu <c.tresarrieu@gmail.com>
2022-06-16 21:17:21 +02:00
Phil Kuang 04e1504e85 fix(githubPrBoard): support namespaced teams and all kinds
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-06-16 13:57:53 -04:00
Nick Marinelli 3c6028af1b add AzurePipelinesIcon
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com>
2022-06-16 11:51:25 -04:00
Nick Marinelli 132fc60646 api report and export actual api
Signed-off-by: Nick Marinelli <nmarinelli@hchb.com>
2022-06-16 11:49:48 -04:00
Johan Haals fe391c8bb4 Merge pull request #12088 from backstage/rugvip/glovo-update
Update ADOPTERS.md
2022-06-16 14:29:02 +02:00
Emma Indal 4db7bb1130 Merge pull request #11991 from backstage/search-react-storybook
[Search] add search-react to list of stories to be published
2022-06-16 13:57:22 +02:00
Eric Peterson 2cbe0472f7 Merge pull request #12051 from backstage/techdocs/fix-cli-docker-pull
[TechDocs] Fix docker pull default on cli generate command
2022-06-16 13:52:31 +02:00
Yaser Toutah 0f6b13dab8 Update ADOPTERS.md
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-16 13:05:59 +02:00
Maixmilian Ressel 557072e19b change some capitalizations
Signed-off-by: Maixmilian Ressel <maximiliandotressel@gmail.com>
2022-06-16 12:43:32 +02:00
ivgo 5ebf2c7023 Use p-limit to list secrets, update api-report & add changesets
Signed-off-by: ivgo <ivgo@spreadgroup.com>
2022-06-16 12:42:56 +02:00
Renovate Bot 8b25b85893 chore(deps): update dependency prettier to v2.7.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-06-16 09:50:19 +00:00
github-actions[bot] 0cd3f64648 Merge pull request #12052 from backstage/renovate/node-16.x-lockfile
chore(deps): update dependency @types/node to v16.11.41
2022-06-16 09:46:55 +00:00
Johan Haals 76467dfffe Merge pull request #12056 from backstage/rugvip/gyp
create-app: added explicit node-gyp dependency
2022-06-16 11:46:27 +02:00
Johan Haals 078cbb555e Merge pull request #12079 from backstage/renovate/cypress-10.x-lockfile
chore(deps): update dependency cypress to v10.1.0
2022-06-16 11:33:46 +02:00
Fredrik Adelöw d548547eca help add polarpoint to adopters
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-06-16 11:30:04 +02:00
Johan Haals d0643a4fbf Merge pull request #12025 from backstage/rugvip/logout
core-app-api: navigate to app base URL on sign out
2022-06-16 10:14:21 +02:00
Johan Haals a9c2a12cf7 Merge pull request #12055 from backstage/revert-11922-renovate/glob-8.x
Revert "fix(deps): update dependency glob to v8"
2022-06-16 10:08:39 +02:00
Fredrik Adelöw 3be3faf83b Merge pull request #12035 from brexhq/jrusso/10404/link-type
Add type to EntityLinks
2022-06-16 09:52:05 +02:00
ivgo cec1cd4578 Add requested improvements to vault plugin
Signed-off-by: ivgo <ivgo@spreadgroup.com>
2022-06-16 09:44:29 +02:00
Renovate Bot 6cf0b868c5 chore(deps): update dependency cypress to v10.1.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-06-16 06:54:24 +00:00
github-actions[bot] 854ab5f397 Merge pull request #12078 from backstage/renovate/changesets-cli-2.x-lockfile
chore(deps): update dependency @changesets/cli to v2.23.0
2022-06-16 06:39:14 +00:00
Renovate Bot 7db337bb98 chore(deps): update dependency @changesets/cli to v2.23.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-06-16 05:54:14 +00:00
github-actions[bot] bd50bde275 Merge pull request #12077 from backstage/renovate/react-ga-3.x-lockfile
fix(deps): update dependency react-ga to v3.3.1
2022-06-16 05:38:47 +00:00
Renovate Bot 25910ef323 fix(deps): update dependency react-ga to v3.3.1
Signed-off-by: Renovate Bot <bot@renovateapp.com>
2022-06-16 05:00:13 +00:00
github-actions[bot] db91755d7c Merge pull request #12074 from backstage/renovate/mini-css-extract-plugin-2.x-lockfile
fix(deps): update dependency mini-css-extract-plugin to v2.6.1
2022-06-16 04:44:30 +00:00