Eric Peterson
484afdf1dc
Add a rank attribute to the Result type.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-06-10 15:36:10 +02:00
Emma Indal
329b0349aa
Merge pull request #11962 from backstage/emmaindal/elasticsearch-search-engine-custom-index-template
...
[Search - ES module] possibility to set custom index template
2022-06-10 14:32:29 +02:00
Fredrik Adelöw
ffdf574aa4
Merge pull request #11886 from ivangonzalezacuna/feature/gitlab-provider
...
feat: add `GitlabDiscoveryEntityProvider` as replacement for `GitlabDiscoveryProcessor`
2022-06-10 13:54:01 +02:00
Emma Indal
539c7bb4f7
update api report
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-06-10 13:43:37 +02:00
Fredrik Adelöw
9c3ebe9f10
Merge pull request #11955 from backstage/freben/noise
...
remove some yarn.lock impurity in master by adjusting msw dep
2022-06-10 13:33:52 +02:00
Emma Indal
0b8c1b93e2
setIndexTemplate to be directly responsible for calling putIndexTemplate
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-06-10 13:31:46 +02:00
Joon Park
58426f9c0f
Create permission aggregation endpoints ( #11695 )
...
* Create permission aggregation endpoints
Signed-off-by: Joon Park <joonp@spotify.com >
* Spelling
Signed-off-by: Joon Park <joonp@spotify.com >
* Refactor permission metadata aggregation into one endpoint
Signed-off-by: Joe Porpeglia <josephp@spotify.com >
* Change parameter field shape
Signed-off-by: Joon Park <joonp@spotify.com >
Co-authored-by: Joe Porpeglia <josephp@spotify.com >
2022-06-10 11:32:28 +01:00
Eric Peterson
0991717d6e
Merge pull request #11849 from realandersn/search/move-reusable-components
...
[Search] move reusable components to search-react package
2022-06-10 12:04:07 +02:00
Eric Peterson
effb3b27a4
Further review feedback.
...
Signed-off-by: Eric Peterson <ericpeterson@spotify.com >
2022-06-10 11:29:38 +02:00
Fredrik Adelöw
935fa5d5d1
remove some yarn.lock impurity in master by adjusting msw dep
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-06-10 11:07:15 +02:00
Ben Lambert
8c7ed9bad1
Merge pull request #11946 from djamaile/chore/remove-project-id
...
chore(scaffolder): remove projectId from gitlab publish mr action because it is redundant
2022-06-10 10:48:33 +02:00
Emma Indal
7c26e81120
add some more docs to the template body type as well as optional composed_of
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-06-10 10:33:29 +02:00
Anders Näsman
2dc4818541
apply review feedback
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:28:45 +02:00
Anders Näsman
295eb30778
remove unnecessary deprecation
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:58 +02:00
Anders Näsman
8c2b28708f
update api-report
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:58 +02:00
Anders Näsman
f28bc28834
update docs
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:57 +02:00
Anders Näsman
1b1c47f4a7
update imports
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:57 +02:00
Anders Näsman
b3d64b448e
api-report cleanup
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:57 +02:00
Anders Näsman
a7a0e2520a
cleanup
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:57 +02:00
Anders Näsman
bc6ce63e7b
Move DefaultResultListItem from @backstage/plugin-search to @backstage/plugin-search-react and deprecate it in @backstage/plugin-search, and properly deprecate SearchResult in @backstage/plugin-search
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:57 +02:00
Anders Näsman
b3389f1eee
remove Search*Next components
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:57 +02:00
Anders Näsman
ccbabfd4bd
Move SearchBar, SearchBarBase, and SearchTracker from @backstage/plugin-search to @backstage/plugin-search-react and deprecate SearchBar and SearchbarBase in @backstage/plugin-search
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:57 +02:00
Anders Näsman
193ae37f15
Move SearchResultPager from @backstage/plugin-search to @backstage/plugin-search-react and deprecate it in @backstage/plugin-search
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:57 +02:00
Anders Näsman
01abb3bc7e
Move SearchResult from @backstage/plugin-search to @backstage/plugin-search-react and deprecate it in @backstage/plugin-search
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:56 +02:00
Anders Näsman
d7044784f0
Move SearchFilter from @backstage/plugin-search to @backstage/plugin-search-react and deprecate it in @backstage/plugin-search, and also remove SearchFilterNext
...
Signed-off-by: Anders Näsman <andersn@spotify.com >
2022-06-10 10:27:56 +02:00
Emma Indal
535847cf14
changeset and api report updates
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-06-10 10:08:48 +02:00
Emma Indal
1b59892019
implement possibilities to set custom template on elastic search engine
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2022-06-10 10:03:25 +02:00
djamaile
5179b8d805
chore: add warning to notify user that projectid is deprecated
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-06-09 22:51:57 +02:00
Ben Lambert
ecf4bc5590
Merge pull request #11950 from backstage/blam/support-namespaces-in-templates
...
scaffolder: support templates in other namespaces
2022-06-09 17:27:22 +02:00
blam
216172b015
chore: fix typescript error
...
Signed-off-by: blam <ben@blam.sh >
2022-06-09 16:41:54 +02:00
Eric Peterson
4b7f4eb262
Merge pull request #11777 from kuangp/feat/techdocsEntityTitle
...
feat(techdocs): use entity title as label in header
2022-06-09 16:33:22 +02:00
blam
0a8b212165
chore: wrong line
...
Signed-off-by: blam <ben@blam.sh >
2022-06-09 16:22:08 +02:00
blam
f93af969cd
chore: tidying up a little bit and added changeset
...
Signed-off-by: blam <ben@blam.sh >
2022-06-09 16:15:13 +02:00
blam
f780859eb0
feat: added the ability to run namespaced templates
...
Signed-off-by: blam <ben@blam.sh >
2022-06-09 16:12:16 +02:00
Fredrik Adelöw
27bf151737
Merge pull request #11423 from ivangonzalezacuna/feature/vault-plugin
...
[Plugin] Vault
2022-06-09 16:00:54 +02:00
ivgo
6b1ed2292d
Remove rules & update some tsc errors
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-06-09 14:56:04 +02:00
djamaile
6424c0ad6f
chore: give alternative to deprecated projectId
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-06-09 14:51:07 +02:00
ivgo
90450c925b
Fix some typos & update yarn.lock after release
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-06-09 14:50:18 +02:00
ivgo
58927c3784
Fix local dependency
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-06-09 14:50:18 +02:00
ivgo
459efebf87
Update api-report
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-06-09 14:50:18 +02:00
ivgo
eea8126171
Gitlab entity provider
...
Signed-off-by: ivgo <ivgo@spreadgroup.com >
2022-06-09 14:50:18 +02:00
djamaile
890dfe614a
chore: give alternative to deprecated projectId
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-06-09 14:46:01 +02:00
Fredrik Adelöw
98941a4304
Merge pull request #11482 from leon-vg/add-icon-to-backstage-search-results
...
[Search] Optional icon for catalog and techdocs results
2022-06-09 13:44:19 +02:00
djamaile
d507278a0c
chore: change major to minor because we haven't make any breaking changes
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-06-09 12:40:21 +02:00
djamaile
c8af5ea7b3
chore: run api report command to prevent build from breaking
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-06-09 12:09:39 +02:00
djamaile
34b84b4072
chore: make the changes backwards compatible to ease the migration
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-06-09 11:50:48 +02:00
Fredrik Adelöw
3ab7c6626b
Revert "fix(deps): update dependency camelcase-keys to v8"
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-06-09 11:03:43 +02:00
Fredrik Adelöw
d7f5f7ae0c
Merge pull request #11197 from zeeraw/gitlab-timestamps
...
Do not send last_activity_after timestamp to gitlab api when the cache is empty
2022-06-09 08:59:23 +02:00
djamaile
7f78d71537
chore: run api report command to prevent build from breaking
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-06-09 01:31:28 +02:00
djamaile
562bd4cfe4
chore(gitlab MR action): remove projectId from template to because it is redundant
...
Signed-off-by: djamaile <rdjamaile@gmail.com >
2022-06-09 01:16:13 +02:00