Commit Graph

7862 Commits

Author SHA1 Message Date
Fredrik Adelöw 6b37c95bfb Write relations directly as part of batch add / update of entities.
This implies a slight change of the CommonDatabase contract.

The huge LDAP dataset is now down to 10s to write, both on postgres and sqlite.
2020-12-14 17:14:37 +01:00
samiramkr 5153e3eed9 Merge pull request #3654 from backstage/samiram/pagerduty
Samiram/pagerduty
2020-12-14 16:10:05 +01:00
samiramkr 90b25c8389 Update nice-trains-punch.md 2020-12-14 15:50:24 +01:00
Ben Lambert 6a90f0d9ba Merge pull request #3696 from backstage/freben/catalog-clarify
catalog-backend: rearrange and comment a bit
2020-12-14 15:37:13 +01:00
Ben Lambert 48529835f6 Merge pull request #3621 from SDA-SE/feat/remove-sentry-backend
Remove the deprecated sentry backend
2020-12-14 15:20:37 +01:00
Ben Lambert c103f5fb5f Merge pull request #3690 from backstage/orkohunter/table-of-visibility
docs: Add a table of visibility values in our JSON Schema
2020-12-14 14:00:45 +01:00
Ben Lambert 61eb32432d Merge pull request #3683 from adamdmharvey/typo-refactor
fix(catalog-import): Variable typo refactor
2020-12-14 13:59:06 +01:00
Ben Lambert c00dc35c8f Merge pull request #3697 from keshann93/auth-backend-schema
Introduced config schema for plugins/auth-backend
2020-12-14 13:49:12 +01:00
Ben Lambert 613384c730 Merge pull request #3698 from keshann93/sentry-schema
Introduced config schema for plugins/sentry
2020-12-14 13:47:20 +01:00
Ben Lambert a63487c9d6 Merge pull request #3699 from backstage/dependabot/npm_and_yarn/ini-1.3.8
build(deps): bump ini from 1.3.5 to 1.3.8
2020-12-14 13:45:16 +01:00
Ben Lambert e40a401208 Merge pull request #3684 from adamdmharvey/jsdocs
Update Core API JS doc comments
2020-12-14 13:41:20 +01:00
Samira Mokaram 3b50f833df add changeset, revert some code 2020-12-14 11:38:04 +01:00
Fredrik Adelöw 7e91846b41 Merge pull request #3702 from andrewthauer/ensure-org-username
fix: ensure org users always have a name displayed
2020-12-13 15:15:59 +01:00
Andrew Thauer ab805860a1 fix: ensure org users always have a name displayed 2020-12-13 08:42:48 -05:00
Patrik Oldsberg 8af689797f Merge pull request #3700 from backstage/rugvip/links
cli: switch around handling of external linked modules
2020-12-13 13:32:31 +01:00
Patrik Oldsberg 6fdd4472df Merge pull request #3701 from backstage/rugvip/isolease
scripts: add scripts for making an isolated release of one or a few packages
2020-12-13 13:32:10 +01:00
Patrik Oldsberg c97bca7d21 cli: separate out LinkedPackageResolvePlugin and adds tests 2020-12-13 12:33:39 +01:00
Patrik Oldsberg 79a12cebc0 scripts: add scripts for making an isolated release of one or a few packages 2020-12-12 22:08:24 +01:00
Patrik Oldsberg c36a01b4c3 cli: switch around handling of external linked modules 2020-12-12 21:31:32 +01:00
dependabot[bot] 84349a32fb build(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-12 15:25:29 +00:00
Himanshu Mishra 8226e06cb3 Merge pull request #3432 from backstage/orkohunter/techdocs-publish-to-cloud-storage 2020-12-12 16:22:43 +01:00
keshan a30d277d87 adding config.d to files in package 2020-12-12 12:37:57 +05:30
keshan 0f1c4d99c2 adding config.d to files in package 2020-12-12 12:34:35 +05:30
keshan 962d1ad66c Introduced config schema for plugins/sentry 2020-12-12 12:27:15 +05:30
keshan 7b15cc271e Introduced config schema for plugins/auth-backend 2020-12-12 11:13:02 +05:30
brendasukh ae9ed59706 Merge pull request #3693 from backstage/unlabeled-df-alerts-bug-fix
Independently release cost insights
2020-12-11 15:16:39 -05:00
Ryan Vazquez 4284dd6b29 Merge pull request #3695 from backstage/ryanv/pin-all-projects-option
Ryanv/pin all projects option
2020-12-11 14:20:44 -05:00
Fredrik Adelöw aa18a61c13 catalog-backend: rearrange and comment a bit 2020-12-11 20:13:27 +01:00
Ryan Vazquez 48c305e695 changeset 2020-12-11 13:48:12 -05:00
Ryan Vazquez 423fa86220 pin all projects selection to top of menu list 2020-12-11 13:36:32 -05:00
Brenda Sukh 895888c0d6 Add "dataflow" to vocab 2020-12-11 12:42:02 -05:00
Brenda Sukh 31d24ff27b Bump cost insights 2020-12-11 12:26:02 -05:00
Brenda Sukh 2163d34a79 Swap labeled/unlabeled labels 2020-12-11 12:23:21 -05:00
Patrik Oldsberg 4caf378241 Merge pull request #3692 from backstage/rugvip/hostcheck
integration: check that host in config is a valid host
2020-12-11 17:58:51 +01:00
Patrik Oldsberg 178e09323e integration: check that host in config is a valid host 2020-12-11 16:36:25 +01:00
Fredrik Adelöw 49213155ac Merge pull request #3677 from backstage/freben/smaller-transactions
catalog-backend: split into smaller transactions for refreshes
2020-12-11 16:01:22 +01:00
Fredrik Adelöw 146571378e ok vale 2020-12-11 15:45:59 +01:00
Fredrik Adelöw 8a9fa38fd3 Update plugins/catalog-backend/src/catalog/DatabaseEntitiesCatalog.ts
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2020-12-11 15:04:18 +01:00
Fredrik Adelöw 54adcb57dd Merge pull request #3682 from backstage/freben/batch-markers
catalog-backend: batch the writing of statuses after refreshes
2020-12-11 15:00:56 +01:00
Fredrik Adelöw c42f7371f6 Merge pull request #3680 from backstage/freben/fk-index
catalog-backend: add index to foreign key columns
2020-12-11 13:08:57 +01:00
Himanshu Mishra 675b5d2769 docs: Add a table for visibility values in our JSON Schema 2020-12-11 10:48:53 +01:00
Himanshu Mishra be555ae8b8 techdocs-common: Remove unnecessary mock module for klaw 2020-12-11 10:28:08 +01:00
Fredrik Adelöw 8c31c681c2 catalog-backend: batch the writing of statuses after refreshes 2020-12-11 09:39:54 +01:00
Tim d36322c54c Merge pull request #3686 from backstage/disable-product-chart-animation
fix(cost-insights): Disable animation for product breakdown chart
2020-12-10 20:02:55 -07:00
Ryan Vazquez 842a08b0ad Merge pull request #3685 from backstage/ryanv/product-entity-table-bugfix
fix entity breakdown sort
2020-12-10 18:26:45 -05:00
Tim Hansen e4fb1ba9f2 fix(cost-insights): Disable animation for product breakdown chart 2020-12-10 16:16:04 -07:00
Ryan Vazquez 64c9fd84cd fix entity breakdown sort 2020-12-10 18:05:52 -05:00
Himanshu Mishra 3aad0fb9e8 Bump latest @backstage packages in techdocs-common 2020-12-11 00:04:49 +01:00
Himanshu Mishra 320bb9c671 1. Use File.exists and fs.access to check if file exists instead of reading file
2. Clarify name of extension types which need special headers
3. More tests
2020-12-10 23:41:24 +01:00
Adam Harvey be5becc636 Alphabatize exports 2020-12-10 16:04:02 -05:00