Patrik Oldsberg
eaca0f53fb
backend,create-app: install ScaffolderEntitiesProcessor
...
Co-authored-by: Johan Haals <johan.haals@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-10-10 20:36:01 +02:00
github-actions[bot]
97420439e1
Version Packages
2021-10-07 12:17:39 +00:00
github-actions[bot]
f67e8ddcec
Version Packages
2021-09-30 11:43:05 +00:00
Andre Wanlin
e7d9bbb6a8
Fixed dependencies casuing the build to fail
...
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com >
2021-09-26 10:44:54 -05:00
Andre Wanlin
2f5e0c5272
Adding Azure DevOps backend plugin
...
Signed-off-by: Andre Wanlin <awanlin@rapidrtc.com >
2021-09-25 10:36:34 -05:00
github-actions[bot]
6e5b1bda9d
Version Packages
2021-09-23 10:01:17 +00:00
Patrik Oldsberg
d0a47c8605
move to node 14 & 16
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2021-09-17 23:03:29 +02:00
Fredrik Adelöw
e42a4ed29a
Merge pull request #7171 from backstage/mob/refresh-catalog
...
Catalog: Add API endpoint for refreshing entities
2021-09-16 14:24:55 +02:00
github-actions[bot]
fff5c48429
Version Packages
2021-09-16 11:41:51 +00:00
Fredrik Adelöw
559a0de98c
WIP
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-09-13 16:55:17 +02:00
Jussi Hallila
65a2d67735
Modify fromConfig to actually use the config. Update api-reports.
...
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-09-13 09:54:12 +02:00
Jussi Hallila
f7c06bcadd
Add some more casing changes.
...
Modify DefaultTechDocsCollator to have a static constructor method.
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-09-09 11:57:14 +02:00
Jussi Hallila
6f45fc7990
Modify TechDocsCollator to be aware of new urls
...
* Add boolean constructor param to define if to use legacy paths
* Swap urls to match new pattern
* Add few tests
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-09-03 16:00:00 +02:00
Fredrik Adelöw
0d7f928b41
Merge pull request #6955 from bolcom/default-catalog-collator-filter
...
Allow the entities indexed by DefaultCatalogCollator to be filtered by kind
2021-09-02 16:44:47 +02:00
github-actions[bot]
45a681aa6a
Version Packages
2021-09-02 10:41:57 +00:00
dependabot[bot]
8301f4198c
chore(deps): bump azure-devops-node-api from 10.2.2 to 11.0.1
...
Bumps [azure-devops-node-api](https://github.com/Microsoft/azure-devops-node-api ) from 10.2.2 to 11.0.1.
- [Release notes](https://github.com/Microsoft/azure-devops-node-api/releases )
- [Commits](https://github.com/Microsoft/azure-devops-node-api/commits )
---
updated-dependencies:
- dependency-name: azure-devops-node-api
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2021-09-02 04:16:02 +00:00
github-actions[bot]
e7130884a0
Version Packages
2021-08-26 11:25:27 +00:00
Roy Jacobs
ce17a16931
Allow the entities indexed by DefaultCatalogCollator to be filtered by kind
...
Signed-off-by: Roy Jacobs <roy.jacobs@gmail.com >
2021-08-25 14:52:58 +02:00
Johan Haals
6277060d72
Add experimental disclamer
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-08-19 13:28:24 +02:00
Johan Haals
693a17fcdc
Instrument catalog with prometheus
...
Signed-off-by: Johan Haals <johan.haals@gmail.com >
2021-08-19 10:51:42 +02:00
github-actions[bot]
c734d6995a
Version Packages
2021-08-12 08:21:56 +00:00
Oliver Sand
7bcb590000
Fix lint
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-08-05 09:50:50 +02:00
Oliver Sand
9255e14309
Add postgres based SearchEngine
...
Signed-off-by: Oliver Sand <oliver.sand@sda-se.com >
2021-08-05 09:16:43 +02:00
Jussi Hallila
54e1280b6a
* Modify index/alias name handling.
...
* Change config key name to be all lowercase
* Documentation updates
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-08-03 13:07:25 +02:00
Jussi Hallila
d9c13d535b
Implement ElasticSearch search engine
...
* Adding indexing, searching and default translator for ElasticSearch engine
* Modifying default backend to use ES if it is enabled
* Adding configuration schema to configure ElasticSearch 3 different ways
* Elastic.co hosted solution
* AWS hosted ElasticSearch Service
* Custom, using standard ElasticSearch URL and auth info
* Add and modify some of the documentation regarding search
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-07-30 14:26:32 +02:00
github-actions[bot]
f51fcaeba2
Version Packages
2021-07-22 10:52:38 +00:00
Jussi Hallila
9266b80ab3
Implement DefaultTechDocsCollator
...
* Implements a collator for tech docs.
* Retrieves mkdocs created search index for entities that have documentation configured
* Registers collator to expose tech docs content to be searchable
* Adds pagination to example search
* Modifies example search to contain tech docs
* Displays docs results with link to docs and the entity name as title.
* Creates a reusable type filter to be located in the search package.
* Add tests for type filter
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2021-07-15 13:14:25 +02:00
github-actions[bot]
8d1c3d0d5a
Version Packages
2021-07-15 09:19:25 +00:00
Andrew Shirley
b240ef73e2
Parse as much of the config as possible at start time.
...
Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk >
Signed-off-by: blam <ben@blam.sh >
2021-07-14 20:46:01 +02:00
Andrew Shirley
edc019d003
Use DefaultJenkinsInfoProvider
...
Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk >
Signed-off-by: blam <ben@blam.sh >
2021-07-14 20:46:00 +02:00
Andrew Shirley
449b995261
Initial work on jenkins backend
...
Signed-off-by: Andrew Shirley <andrew.shirley@sainsburys.co.uk >
Signed-off-by: blam <ben@blam.sh >
2021-07-14 20:46:00 +02:00
Tim Hansen
9d38188c2b
start-backend
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-07-08 15:20:14 -06:00
Tim Hansen
86e4920ee0
Add debugging instructions to backend README
...
Signed-off-by: Tim Hansen <timbonicus@gmail.com >
2021-07-08 12:42:00 -06:00
github-actions[bot]
de67704be9
Version Packages
2021-07-08 11:37:02 +00:00
Rogerio Angeliski
c5e81eab43
refactor to a isolated module
...
Signed-off-by: Rogerio Angeliski <angeliski@hotmail.com >
2021-07-07 08:58:36 -03:00
Ben Lambert
9460224ac6
Merge pull request #6123 from backstage/blam/remove-alphav1-template-version
...
Remove legacy scaffolding method and drop support for `v1alpha1` templates
2021-07-07 12:24:24 +02:00
Ben Lambert
08d27394b6
Merge pull request #6370 from alandovskis/build/bump-sqlite
...
chore: bump sqlite3 to 5.0.1
2021-07-07 11:49:07 +02:00
blam
6a09ed555d
breaking: removing alphav1 support for templates
...
Signed-off-by: blam <ben@blam.sh >
2021-07-07 11:25:37 +02:00
Alex Landovskis
f7134c3684
chore: bump sqlite3 to 5.0.1
...
Signed-off-by: Alex Landovskis <alex@landovskis.com >
2021-07-06 20:21:40 -04:00
Alex Landovskis
11e66e8040
build: bump azure-devops-node-api to 10.2.2
...
Signed-off-by: Alex Landovskis <alex@landovskis.com >
2021-07-06 20:06:03 -04:00
github-actions[bot]
6e937b9fa6
Version Packages
2021-07-01 09:06:13 +00:00
Himanshu Mishra
1e7427d3c7
example-backend: log info about create-app and update readme
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-06-21 15:42:12 +02:00
Himanshu Mishra
66557e61cb
example-backend: use a shared root logger inside main
...
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net >
2021-06-21 15:28:59 +02:00
Fredrik Adelöw
a88073c29a
Update copyright headers
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-06-18 20:26:42 +02:00
Patrik Oldsberg
05c98f1f79
Merge branch 'master' into add-support-for-plugin-specific-db
2021-06-15 17:49:50 +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
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
github-actions[bot]
4a93128245
Version Packages
2021-06-10 12:18:06 +00:00
Minn Soe
2976f3bae3
refactor: rename and deprecate database manager
...
Changes:
- Deprecates SingleConnectionManager and aliases to DatabaseManager.
- Simplifies database config typing in `config.d.ts`.
- Drops implementation specific assert in SingleConnectionManager test.
- Move database prefix reference and drop static property for default value.
Signed-off-by: Minn Soe <contributions@minn.io >
2021-06-10 11:14:40 +01:00
Minn Soe
772dbdb511
feat: add database manager with per plugin config
...
This commit introduces:
- a new backwards compatible database manager which allows the end-user
to set global and per plugin database configuration.
- an early iteration of a database connector interface.
- provides helper functions for each of the database connectors to
meet the new interface.
Signed-off-by: Minn Soe <contributions@minn.io >
2021-06-10 11:14:40 +01:00