Eric Peterson
eb6a4d40af
Move from under Search to under Plugins
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-05-30 19:33:52 +02:00
Patrik Oldsberg
d54a7d0221
Merge pull request #11345 from Bonial-International-GmbH/PJ_bitbucketCloud-provider
...
feat: add new BitbucketCloudEntityProvider and common/shared client lib
2022-05-30 13:54:02 +02:00
Patrick Jungermann
dfc4efcbf0
feat: add BitbucketCloudEntityProvider (new plugin)
...
Add a new entity provider `BitbucketCloudEntityProvider`
as a new plugin `@backstage/plugin-catalog-backend-module-bitbucket-cloud`.
The new plugin utilizes `@backstage/plugin-bitbucket-cloud-common`
and it fully independent of `@backstage/plugin-catalog-backend-module-bitbucket`
which provides a catalog processors supporting Bitbucket Cloud and Bitbucket Server.
Relates-to: #9923
Relates-to: #10183
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-05-30 12:02:46 +02:00
blam
b10bf25802
chore: woops
...
Signed-off-by: blam <ben@blam.sh >
2022-05-30 12:01:00 +02:00
blam
9e2fb90151
chore: fixing up the link
...
Signed-off-by: blam <ben@blam.sh >
2022-05-30 11:51:16 +02:00
blam
fe3ac2f6bb
chore: reworking the initial work to link out to the sign in reolver
...
Signed-off-by: blam <ben@blam.sh >
2022-05-30 11:50:34 +02:00
Renjie Xu
b5bd9f2bce
Update getting-started docs to provide sign in resolver
...
Signed-off-by: Renjie Xu <renjiexu42@gmail.com >
2022-05-30 11:49:22 +02:00
Eric Peterson
9387626eec
Clearer, more precise language. Intro packages used.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-05-27 13:23:05 +02:00
Gary Niemen
7d96a85399
Merge pull request #11593 from backstage/roadmap-updates
...
roadmap-updates
2022-05-26 17:48:41 +02:00
Eric Peterson
6107616ad8
Adding a guide for integrating search into existing plugins.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-05-26 17:24:01 +02:00
Joon Park
ca98fe0b29
Rename permission docs path to plural ( #11648 )
...
* Rename permission docs path to plural
Signed-off-by: Joon Park <joonp@spotify.com >
* Update todo list plugin READMEs
Signed-off-by: Joon Park <joonp@spotify.com >
2022-05-26 14:58:19 +01:00
github-actions[bot]
bcc563abe9
Version Packages (next)
2022-05-24 11:05:52 +00:00
Patrik Oldsberg
a91d2ee8e7
Merge pull request #11463 from goququ/master
...
feat/catalog-backend-module-gitlab: create url location only if file…
2022-05-20 11:31:11 +02:00
Johan Haals
75d8a17466
format with prettier
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-05-20 10:46:08 +02:00
Gary Niemen
9199bc5945
roadmap-updates
...
Signed-off-by: <65337273+garyniemen@users.noreply.github.com >
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2022-05-20 10:45:46 +02:00
bnechyporenko
a9cf9211f4
Merge remote-tracking branch 'origin/master' into reconfigure
2022-05-20 08:57:23 +02:00
Ruslan.Nasyrov
30824042f1
feat/catalog-backend-module-gitlab: create url location only if file exists ( fixes #4 )
...
Signed-off-by: Ruslan.Nasyrov <goququ@ya.ru >
2022-05-20 11:50:14 +05:00
Patrik Oldsberg
115f6452bf
scaffolder: form data fixups
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-05-19 17:09:48 +02:00
Johan Haals
35d48df50a
Merge pull request #11505 from ivangonzalezacuna/feature/kubernetes-statefulsets
...
Add support for statefulsets in kubernetes
2022-05-19 14:08:25 +02:00
Johan Haals
c29997a0ee
Merge pull request #11513 from arhill05/master
...
Add Git actions to Plugins Marketplace
2022-05-19 14:04:53 +02:00
Johan Haals
e2237ddaad
Merge pull request #11540 from tritri251214/form-context-scaffolder
...
[Scaffolder] Get data of other fields in Form from a custom field
2022-05-19 13:44:42 +02:00
Johan Haals
934a6113da
Merge pull request #11594 from backstage/permission-docs-alpha-imports-2
...
Fix alpha imports in docs/permission/writing-a-policy.md
2022-05-19 13:30:19 +02:00
Minh Trí
86a4a0f72d
[Scaffolder] Get data of other fields in Form from a custom field
...
Allows to use e.g.
```
const CustomFieldExtensionComponent(props: FieldExtensionComponentProps<string[]>) => {
const { formContext } = props;
....
};
const CustomFieldExtension = scaffolderPlugin.provide(
createScaffolderFieldExtension({
name: ...,
component: CustomFieldExtensionComponent,
validation: ....
})
);
```
Signed-off-by: Minh Trí <tritri251214@gmail.com >
2022-05-19 15:13:55 +07:00
David Giacomo
6377a44efb
1.2 release is out, removing disclaimer
...
Signed-off-by: David Giacomo <dgiacomo@gmail.com >
2022-05-18 16:43:04 -07:00
Joe Porpeglia
f222f007d9
Fix alpha imports in docs/permission/writing-a-policy.md
...
Signed-off-by: Joe Porpeglia <josephp@spotify.com >
2022-05-18 11:56:02 -04:00
Ruslan.Nasyrov
6f8dfe1071
feat/catalog-backend-module-gitlab: create url location only if file exists ( fixes #3 )
...
Signed-off-by: Ruslan.Nasyrov <goququ@ya.ru >
2022-05-18 15:04:19 +05:00
Ruslan.Nasyrov
cf864e9e25
feat/catalog-backend-module-gitlab: create url location only if file exists ( fixes #2 )
...
Signed-off-by: Ruslan.Nasyrov <goququ@ya.ru >
2022-05-18 14:53:12 +05:00
Patrik Oldsberg
ec8b9ab684
Merge pull request #11535 from Bonial-International-GmbH/pjungermann/catalogBuilder
...
feat: support array as arg for `CatalogBuilder.addEntityProvider` and others
2022-05-18 10:53:03 +02:00
Patrik Oldsberg
37755000a5
Add v1.2.0 release notes
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-05-17 13:30:51 +02:00
bnechyporenko
17a3906316
Merge remote-tracking branch 'origin/master' into reconfigure
2022-05-17 11:54:32 +02:00
github-actions[bot]
64a03bd946
Version Packages
2022-05-17 09:26:29 +00:00
Joe Porpeglia
c1f303cc90
Fix alpha imports in permission docs
...
Signed-off-by: Joe Porpeglia <josephp@spotify.com >
2022-05-16 18:13:58 -04:00
Patrick Jungermann
b594679ae3
feat: support array as arg for CatalogBuilder.addEntityProvider and others
...
Allows to use e.g.
```
builder.addEntityProvider(getArrayOfProviders());
```
instead of
```
builder.addEntityProvider(...getArrayOfProviders());
```
Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com >
2022-05-16 19:01:26 +02:00
Camila Belo
10d86dedc0
refactor(techdocs): apply review suggestions
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-16 16:18:39 +02:00
Camila Belo
9add676fbb
docs(techdocs): add-ons getting started
...
Signed-off-by: Camila Belo <camilaibs@gmail.com >
2022-05-16 16:17:07 +02:00
Anders Näsman
1904b9c9cc
prettier
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:13 +02:00
Anders Näsman
1e186be521
add addon to available addons table
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-05-16 09:13:12 +02:00
Drew Hill
9849722e1a
Add Git actions to Plugins Marketplace
...
Signed-off-by: Drew Hill <andrew.hill@e-farmcredit.com >
2022-05-13 11:47:03 -04:00
ivgo
4328737af6
Add support for statefulsets in kubernetes
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-05-13 11:09:08 +02:00
bnechyporenko
0a3f105bb4
Updated a doc reflected the changes
...
Signed-off-by: bnechyporenko <bnechyporenko@bol.com >
2022-05-13 09:19:23 +02:00
Patrik Oldsberg
2df2f01a29
auth-backend: remove disableRefresh option
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-05-12 14:51:19 +02:00
Eric Peterson
c2a1d8935e
Use @spotify/techdocs v1.0.3 by default.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-05-11 09:41:54 +02:00
github-actions[bot]
23e587eadc
Version Packages (next)
2022-05-10 13:44:38 +00:00
bnechyporenko
a79c6f427f
Added a documentation how to use it
...
Signed-off-by: bnechyporenko <bnechyporenko@bol.com >
2022-05-10 11:39:02 +02:00
Fredrik Adelöw
5f88ea0714
Merge pull request #11328 from dbravovmw/kubernetes-oidc-auth
...
Add generic OIDC as a Kubernetes auth provider
2022-05-10 11:12:56 +02:00
github-actions[bot]
c02ce52da1
Version Packages (next)
2022-05-10 08:00:04 +00:00
Anders Näsman
0bd6184a62
Merge pull request #11041 from backstage/Update-TechDocs-Roadmap
...
Update TechDocs roadmap
2022-05-10 09:53:41 +02:00
Eric Peterson
510b424f56
Merge pull request #11334 from backstage/camilal/text-size-addon
...
[TechDocs] Create Text Size Addon
2022-05-10 09:28:58 +02:00
Fredrik Adelöw
16dcf2a807
Merge pull request #10981 from kuangp/feat/search/highlight
...
feat(search): highlight search result terms
2022-05-09 18:27:07 +02:00
Phil Kuang
3a74e203a8
feat(search): highlight search result terms
...
Signed-off-by: Phil Kuang <pkuang@factset.com >
2022-05-09 11:13:34 -04:00