Patrik Oldsberg
ba68ea4450
apply 0.68.1 fixes to master
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-18 11:30:15 +01:00
github-actions[bot]
408b0300cb
Version Packages
2022-02-17 10:38:59 +00:00
Patrik Oldsberg
9892d74326
cli: renamed script commands to package
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-15 21:27:12 +01:00
Patrik Oldsberg
8f82d80adf
migrate all package scripts
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-14 21:50:07 +01:00
Patrik Oldsberg
bb5fcc3209
update all plugin package roles
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-14 21:50:05 +01:00
Patrik Oldsberg
b521c1b83b
detect all package roles
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-02-14 21:50:03 +01:00
Fredrik Adelöw
538ca90790
catalog-client: clean up api exports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2022-02-11 16:10:58 +01:00
github-actions[bot]
e4791789d1
Version Packages
2022-02-10 11:06:33 +00:00
github-actions[bot]
e74f416a00
Version Packages (next)
2022-02-08 19:38:17 +00:00
dependabot[bot]
2441d1cf59
chore(deps): bump knex from 0.95.6 to 1.0.2
...
Bumps [knex](https://github.com/knex/knex ) from 0.95.6 to 1.0.2.
- [Release notes](https://github.com/knex/knex/releases )
- [Changelog](https://github.com/knex/knex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/knex/knex/commits )
---
updated-dependencies:
- dependency-name: knex
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-07 15:51:55 +01:00
github-actions[bot]
a12bb7b065
Version Packages
2022-02-03 09:42:25 +00:00
github-actions[bot]
51eecb3f03
Version Packages (next)
2022-02-02 14:28:47 +00:00
github-actions[bot]
e1580cf73a
Version Packages (next)
2022-02-01 08:53:29 +00:00
github-actions[bot]
406848efee
Version Packages
2022-01-27 11:07:27 +00:00
Colin Rymer
138ea531e7
docs(tech-insights-backend): fix CHANGELOG.md typo
...
Signed-off-by: Colin Rymer <colin.rymer@gmail.com >
2022-01-26 18:03:05 -05:00
Jussi Hallila
bbb6622752
Update tech-insight BE README.
...
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2022-01-24 15:33:12 +01:00
Patrik Oldsberg
da4c50f124
release tech-insights-backend 0.2.1
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-20 21:47:10 +01:00
Patrik Oldsberg
ad0a7eb088
tech-insights-backend: fixed type assignment
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2022-01-20 21:44:47 +01:00
github-actions[bot]
8b18d054f3
Version Packages
2022-01-20 10:33:31 +00:00
github-actions[bot]
a94a2b8b3f
Version Packages (next)
2022-01-18 13:49:07 +00:00
Fredrik Adelöw
a1f9b4153e
Merge pull request #8845 from RoadieHQ/fact-garbage-truck
...
[TechInsights] Add expiration configurations to fact retrievers
2022-01-17 16:22:46 +01:00
Jussi Hallila
87f37b1674
Knexify queries.
...
Add additional test cases for cases where multiple entities are inserted.
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2022-01-14 13:20:35 +01:00
Jussi Hallila
cd8bf7a4ab
Add more breaking changes.
...
Update API reports.
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2022-01-13 16:34:22 +01:00
Jussi Hallila
28fd9bc603
Modify based on review comments.
...
Make it breaking change.
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2022-01-13 16:04:30 +01:00
github-actions[bot]
b04011602b
Version Packages
2022-01-13 14:23:13 +00:00
Fredrik Adelöw
26c13d006a
Merge pull request #8796 from goenning/go/log-error-tech-insights
...
[TechInsights] log errors when tech insights throws an error
2022-01-13 13:54:23 +01:00
Jussi Hallila
b567ee2818
Make Vale happier.
...
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2022-01-13 13:52:28 +01:00
Jussi Hallila
dfd5e81721
Adds a configuration option to fact retrievers to define lifecycle for facts the retriever persists. Possible values are either 'items-to-live' or 'time-to-live'. The former will only n number of items in to the database for each fact per entity. The latter will remove all facts that are older than the TTL value.
...
Possible values:
* { itl: 5 } // Deletes all facts for the retriever/entity pair, apart from the last five
* { ttl: 1209600000 } // (2 weeks) Deletes all facts older than 2 weeks for the retriever/entity pair
* { ttl: { weeks: 2 } } // Deletes all facts older than 2 weeks for the retriever/entity pair
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2022-01-13 13:52:28 +01:00
Ben Lambert
0d1e0bef8e
Merge pull request #8864 from RoadieHQ/query-perf-tweaks-for-tech-insights
...
[TechInsights] Modify queries to perform better by filtering on subqueries as well
2022-01-11 16:44:44 +01:00
goenning
60ec1a959b
simplify error handling
...
Signed-off-by: goenning <me@goenning.net >
2022-01-11 15:14:52 +00:00
goenning
a60eb0f0dd
add checks bulk operation
...
Signed-off-by: goenning <me@goenning.net >
2022-01-11 15:14:52 +00:00
Jussi Hallila
10f26e8883
Modify queries to perform better by filtering on subqueries as well
...
Signed-off-by: Jussi Hallila <jussi@hallila.com >
2022-01-11 15:19:47 +01:00
goenning
811fb9cf9c
remove this.logger.isDebugEnabled call
...
Signed-off-by: goenning <me@goenning.net >
2022-01-11 09:55:04 +00:00
goenning
19f0f93504
log errors when tech insights throws an error
...
Signed-off-by: goenning <me@goenning.net >
2022-01-07 10:25:42 +00:00
github-actions[bot]
3d68c45ef7
Version Packages
2021-12-23 12:23:34 +00:00
github-actions[bot]
29f2606ed9
Version Packages
2021-12-02 12:35:24 +00:00
Patrik Oldsberg
1f7c345191
Merge pull request #8093 from RoadieHQ/scorecard-tech-insights
...
Scorecard for tech insights
2021-12-02 12:04:27 +01:00
jluk-box
c6c8b8e53e
Minor fixes in tech insights plugins readme
...
Signed-off-by: Jarek Łukow <jlukow@box.com >
2021-12-01 15:49:03 +01:00
Fredrik Adelöw
de1f77b71c
Merge pull request #8233 from backstage/freben/less-cross
...
🧹 Align on usage of `cross-fetch` vs `node-fetch` in frontend vs backend packages
2021-11-26 10:15:50 +01:00
github-actions[bot]
ef34f5de7b
Version Packages
2021-11-25 12:40:52 +00:00
Fredrik Adelöw
b055a6addc
Align on usage of cross-fetch vs node-fetch in frontend vs backend packages
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2021-11-25 13:05:08 +01:00
irma12
f4420c7767
Merge branch 'master' into scorecard-tech-insights
...
Signed-off-by: irma12 <irma@roadie.io >
2021-11-23 12:15:21 +01:00
Fredrik Adelöw
e62bf29c1d
Merge pull request #8069 from goenning/fix-techinsights-docs
...
Fix techinsights docs: replaced DefaultTechInsightsBuilder with buildTechInsightsContext
2021-11-22 14:41:26 +01:00
github-actions[bot]
99bf179ccf
Version Packages
2021-11-18 11:52:08 +00:00
Iain Billett
325be576ea
Actually use the entity filters
...
Signed-off-by: Iain Billett <iain@roadie.io >
2021-11-17 17:37:18 +00:00
Iain Billett
8cb41885f5
Pass entityFilter to fact retriever handler context
...
Signed-off-by: Iain Billett <iain@roadie.io >
2021-11-17 16:49:19 +00:00
Iain Billett
ccc8a7ff5d
Split fact retrievers
...
Split fact retriever into severeal more specialised retrievers.
Ditch the dynamic addition of annotation facts in favour of
explicit annotation facts. Having dynamic facts makes the
versioning system somewhat meaningless.
Signed-off-by: Iain Billett <iain@roadie.io >
2021-11-17 15:22:01 +00:00
irma12
dc62dcab12
Introduce scorecards
...
Signed-off-by: irma12 <irma@roadie.io >
2021-11-17 14:28:54 +01:00
Guilherme Oenning
2a0703d212
fix incorrect class name on backend
...
Signed-off-by: goenning <me@goenning.net >
2021-11-16 11:42:55 +00:00
Iain Billett
8cf89aab38
Api docs
...
Signed-off-by: Iain Billett <iain@roadie.io >
2021-11-16 09:22:30 +00:00