Commit Graph

12709 Commits

Author SHA1 Message Date
Patrik Oldsberg 3d167eef48 Merge pull request #5437 from azhurbilo/lighthouse-disabled
Add ability to change Service type and exclude some k8s resources using vars  (Helm Chart)
2021-04-28 16:08:23 +02:00
Patrik Oldsberg e1bf45ecf0 Merge pull request #5453 from RoadieHQ/chart/update-docker-image
[chart] Update default docker image
2021-04-28 15:40:06 +02:00
Fredrik Adelöw c7de293327 Merge pull request #5473 from backstage/mob/catalog-mutations
catalog/next: Add support for entity mutations
2021-04-28 15:33:10 +02:00
Fredrik Adelöw 11461a20b3 await the connection
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-28 14:50:05 +02:00
Fredrik Adelöw e2000428ae add forgotten index
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-28 12:18:41 +02:00
blam 8cde1bcb6e erge branch 'mob/catalog-mutations' of github.com:backstage/backstage into mob/catalog-mutations
* 'mob/catalog-mutations' of github.com:backstage/backstage:
  update the stitcher including search
  Update processed entity tests
  chore(tests): Added some more tests for DefaultLocationStore and fixing migration so it will run properly on PG
  Create search table
  Combine stitiching queries
  WIP tests for DefaultProcessingDatabase
  catalog-backend: Add ConfigLocationProvider tests
  chore: remove unused imports
  Add configLocationProvider and provider identifiers
  Add all migration files to migrationsv2
  Remove dead code
  Add moar tests
  Remove addProcessingItems
  Refactor deferredEntities processing
  catalog-backend: Remove obervables
  feat: support delta and full sync with the same code and simplify things
  feat: added support for full sync replace with an awesome sql statement courtesy of @freben
  chore: worked on some more of the new catalog migration with fixing deps
  catalog-backend: WIP EntityProvider mutation interface

Signed-off-by: blam <ben@blam.sh>
2021-04-28 11:58:27 +02:00
blam ec848a257d chore: disable tests for now
Signed-off-by: blam <ben@blam.sh>
2021-04-28 11:57:33 +02:00
Fredrik Adelöw 35b3246116 update the stitcher including search
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-28 11:56:34 +02:00
Johan Haals a60c2d9f8f Update processed entity tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:33 +02:00
blam d798708943 chore(tests): Added some more tests for DefaultLocationStore and fixing migration so it will run properly on PG
Signed-off-by: blam <ben@blam.sh>
2021-04-28 11:56:32 +02:00
Johan Haals 5c60c66ff5 Create search table
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:31 +02:00
Johan Haals c6af78b93b Combine stitiching queries
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:31 +02:00
Johan Haals bbf0878afc WIP tests for DefaultProcessingDatabase
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:30 +02:00
Johan Haals 72becbd2cc catalog-backend: Add ConfigLocationProvider tests
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:30 +02:00
Johan Haals b7200a4b70 chore: remove unused imports
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:30 +02:00
Johan Haals aad89f5546 Add configLocationProvider and provider identifiers
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Ben Lambert <ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:29 +02:00
Johan Haals c58f8fd147 Add all migration files to migrationsv2
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Ben Lambert <ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:28 +02:00
Johan Haals ac48004b7d Remove dead code
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:28 +02:00
Johan Haals e0c39cd7e3 Add moar tests
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Ben Lambert <ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:28 +02:00
Johan Haals 19b07a6f67 Remove addProcessingItems
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Ben Lambert <ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:27 +02:00
Johan Haals fd7cd5d449 Refactor deferredEntities processing
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>
Co-authored-by: Ben Lambert <ben@blam.sh>
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:27 +02:00
Johan Haals 11ef45c097 catalog-backend: Remove obervables
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 11:56:26 +02:00
blam 3f6c50a529 feat: support delta and full sync with the same code and simplify things
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Signed-off-by: blam <ben@blam.sh>
2021-04-28 11:56:26 +02:00
blam 87ff2b455a feat: added support for full sync replace with an awesome sql statement courtesy of @freben
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>

Signed-off-by: blam <ben@blam.sh>
2021-04-28 11:56:26 +02:00
blam d9e5eeb575 chore: worked on some more of the new catalog migration with fixing deps
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Co-authored-by: Johan Haals <johan.haals@gmail.com>
Co-authored-by: Fredrik Adelöw <freben@users.noreply.github.com>

Signed-off-by: blam <ben@blam.sh>
2021-04-28 11:56:26 +02:00
Patrik Oldsberg 7e1617ce0e catalog-backend: WIP EntityProvider mutation interface
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam <ben@blam.sh>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-28 11:56:25 +02:00
Patrik Oldsberg 21e6600116 Merge pull request #5312 from backstage/rugvip/refcount
catalog-plugin/next: add Context
2021-04-28 11:52:42 +02:00
Martina Iglesias Fernandez 213cd261b6 [chart] Update docker image
Signed-off-by: Martina Iglesias Fernandez <martina@roadie.io>
2021-04-28 11:33:23 +02:00
Patrik Oldsberg cfdc972ea2 Merge pull request #5454 from RoadieHQ/docker/fix-dockerfile
[docker] Fix error in docker build
2021-04-28 10:58:38 +02:00
Patrik Oldsberg 5b4c830b60 Merge pull request #5504 from backstage/dependabot/npm_and_yarn/core-js-3.11.0
chore(deps): bump core-js from 3.8.3 to 3.11.0
2021-04-28 10:56:27 +02:00
Patrik Oldsberg 065e532aad catalog-backend: tweak Context API
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-28 10:43:44 +02:00
Patrik Oldsberg bd231a3d63 catalog-backend/next: add Context
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-28 10:13:05 +02:00
Fredrik Adelöw 17b8da50a9 update the stitcher including search
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-28 09:19:13 +02:00
Johan Haals f7167e9aac Update processed entity tests
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-28 09:18:35 +02:00
dependabot[bot] d49c94f2f7 chore(deps): bump core-js from 3.8.3 to 3.11.0
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js) from 3.8.3 to 3.11.0.
- [Release notes](https://github.com/zloirock/core-js/releases)
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zloirock/core-js/commits/v3.11.0/packages/core-js)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-28 04:22:54 +00:00
Patrik Oldsberg f72aa8116a Merge pull request #5435 from ougfh/add-filtering-to-apis-explorer
Filter returned fields in apis explorer
2021-04-28 01:19:05 +02:00
azhurbilo 0aff8985d1 ability to disable postgres CA mount
Signed-off-by: azhurbilo <artemzhurbilo@gmail.com>
2021-04-28 01:52:31 +03:00
Patrik Oldsberg 37af0bfa21 Merge pull request #5242 from backstage/mob/api-extractor
Add api-extractor to manage the public API of core packages
2021-04-27 23:18:40 +02:00
blam 1a3ce09aee chore(tests): Added some more tests for DefaultLocationStore and fixing migration so it will run properly on PG
Signed-off-by: blam <ben@blam.sh>
2021-04-27 21:23:35 +02:00
Fredrik Adelöw c156093af2 Merge pull request #5497 from backstage/timbonicus/nebula-preview
Add nebula-preview header for Octokit publishing
2021-04-27 19:56:26 +02:00
Tim Hansen a1783f3060 Add nebula-preview
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2021-04-27 11:07:15 -06:00
Johan Haals 20346793a2 Create search table
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-27 18:30:22 +02:00
Johan Haals 412f96edc1 Combine stitiching queries
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-27 18:30:00 +02:00
Johan Haals 512889f3ca WIP tests for DefaultProcessingDatabase
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2021-04-27 18:28:55 +02:00
Patrik Oldsberg 61fdfd70a3 Merge pull request #5353 from backstage/rugvip/plugins-docs
docs,READMEs: updates for composability changes
2021-04-27 17:47:13 +02:00
Patrik Oldsberg e5d4cd4dc8 docs: prettier
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-04-27 17:30:34 +02:00
Fredrik Adelöw d6ead26753 Update the Bitrise plugin README
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-04-27 17:24:00 +02:00
Patrik Oldsberg 74f74ccbdb Apply suggestions from code review
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
2021-04-27 17:16:16 +02:00
Patrik Oldsberg 9a69a3877e Merge pull request #5436 from onematchfox/fix-techdocs-tutorials
Align TechDocs (`mkdocs.yml`) navigation with microsite
2021-04-27 16:45:37 +02:00
Anastasia Rodionova 07a7806c31 Filter returned fields in apis explorer
Signed-off-by: Anastasia Rodionova <argali96@gmail.com>
2021-04-27 14:55:34 +02:00