Commit Graph

9668 Commits

Author SHA1 Message Date
Johan Haals e5520064ea Drop console log 2021-02-03 10:48:34 +01:00
Johan Haals 1955c62398 Delete unused database code 2021-02-03 10:47:44 +01:00
Johan Haals 693ae8c625 Remove date precision 2021-02-03 10:41:06 +01:00
Johan Haals c386de896d Remove unused dependencies 2021-02-02 16:46:11 +01:00
Johan Haals a173d47527 Delete knexfile 2021-02-02 16:45:28 +01:00
Johan Haals 615103a631 Add changesets
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:38:04 +01:00
Johan Haals 9b0bba5439 Reshuffle api endpoints 2021-02-02 16:38:04 +01:00
Johan Haals 6608f9f5ee Drop runId, update TaskStore interface
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:38:03 +01:00
Johan Haals 88c31ab16b Add tests. Extend storage with fetch staletasks method
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:38:03 +01:00
Johan Haals 5da5e6b224 Delete MemoryTaskStore
This is replaced by running sqlite in memory.
2021-02-02 16:38:02 +01:00
Johan Haals 71dc78b01f Wire up database and rename database classes
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:38:02 +01:00
Fredrik Adelöw 605eb7f594 scaffolder: add the bare minimum of a db abstraction 2021-02-02 16:38:01 +01:00
Johan Haals 95c2719809 Rename publish to legacy:publish 2021-02-02 16:38:01 +01:00
Johan Haals 7b7230f75b Add getWorkspaceName 2021-02-02 16:38:01 +01:00
Johan Haals abff060e67 Use url from parameters
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:38:00 +01:00
Johan Haals cf896972ef Wire up task registry with legacy tasks
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:38:00 +01:00
Johan Haals 8623025c9b Wip wip 2021-02-02 16:38:00 +01:00
Johan Haals fef53431df create logger and stream that emit events 2021-02-02 16:37:59 +01:00
Johan Haals 7d13f22c3d Add eventType for closing observer stream
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:37:59 +01:00
Johan Haals dfea89fa98 Pass taskSpec in tests 2021-02-02 16:37:59 +01:00
Johan Haals 1c1ff59eba Add new apis using task broker
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:37:58 +01:00
Johan Haals 4f67e8aa21 Fix typo 2021-02-02 16:37:58 +01:00
Johan Haals 06da4425e0 Prepend broker files with Memory
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:37:57 +01:00
Johan Haals fcbfc56be8 Add dispatchResult
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: blam<ben@blam.sh>
Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-02-02 16:37:57 +01:00
Johan Haals 971742b6cb return undefined if no task is found 2021-02-02 16:37:56 +01:00
Johan Haals a003fffbbb Use InMemoryDatabase 2021-02-02 16:37:56 +01:00
Johan Haals 5958318b32 Implement createTask and setStatus 2021-02-02 16:37:56 +01:00
Johan Haals 5e06a9f45b Refactor into broker 2021-02-02 16:37:55 +01:00
Johan Haals 21e18aced4 Create inital class structure 2021-02-02 16:37:55 +01:00
Patrik Oldsberg 9587193208 Merge pull request #4358 from backstage/rugvip/workeys
backend-common: use separate integration test keys in CI
2021-02-02 16:03:53 +01:00
Patrik Oldsberg 2f28f821a3 backend-common: use separate integration test keys in CI 2021-02-02 15:24:34 +01:00
Patrik Oldsberg d941f6187b Merge pull request #4346 from backstage/rugvip/scaffort
scaffolder: migrate to new composability API
2021-02-02 13:56:17 +01:00
Patrik Oldsberg 98794d67e3 Merge pull request #4342 from backstage/rugvip/ports
plugins: port welcome and sonarqube plugins to new composability API
2021-02-02 13:55:59 +01:00
Patrik Oldsberg 26caa8bdc6 Merge pull request #4341 from backstage/rugvip/toptools
plugins: port user-settings, api-docs, and gcp-projects to new composability API
2021-02-02 13:53:40 +01:00
Fredrik Adelöw 503f16739a Merge pull request #4294 from adamdmharvey/warning-accordion
core: Update WarningPanel to use accordion UX
2021-02-02 13:15:30 +01:00
Andrew Thauer 17b87a9305 Merge pull request #4327 from andrewthauer/feat/custom-logger
feat(backend-common): support custom logger options
2021-02-02 06:28:32 -05:00
Andrew Thauer 161e4f918c update changeset 2021-02-02 06:12:55 -05:00
Andrew Thauer 2430ee7c2e feat(backend-common): support custom logger options 2021-02-02 06:12:55 -05:00
Himanshu Mishra 06ca8a4fe3 Merge pull request #4352 from backstage/orkohunter/microsite-docs-scroll-nav-sidebar
microsite/docs: Scroll nav sidebar to view to improve discoverability
2021-02-02 12:10:55 +01:00
Fredrik Adelöw bafc677cda Merge pull request #4339 from backstage/freben/google-analytics
docs: add a miniature article about observability
2021-02-02 12:09:30 +01:00
Patrik Oldsberg 20ca5f179f Update packages/dev-utils/src/devApp/render.tsx
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
2021-02-02 11:34:48 +01:00
Oliver Sand 0354c676e4 Merge pull request #4306 from SDA-SE/feat/api-docs-display-owner
Display owner and system as entity page links in the tables of the `api-docs` plugin
2021-02-02 11:17:00 +01:00
Fredrik Adelöw 3637db954e Merge pull request #4315 from n2ygk/scaffolder_repo_visibility
Add repoVisibility for other-than-GitHub repos
2021-02-02 11:11:30 +01:00
Fredrik Adelöw 246c9c6edc Update docs/plugins/observability.md
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
2021-02-02 11:07:51 +01:00
Himanshu Mishra f573c572fb microsite/docs: Scroll nav sidebar to view for loaded page 2021-02-02 10:41:20 +01:00
Fredrik Adelöw bc18571b7a Merge pull request #4350 from backstage/dependabot/npm_and_yarn/types/express-serve-static-core-4.17.18
chore(deps-dev): bump @types/express-serve-static-core from 4.17.9 to 4.17.18
2021-02-02 07:28:24 +01:00
Fredrik Adelöw e29dd1921f Merge pull request #4349 from backstage/dependabot/npm_and_yarn/jenkins-0.28.1
chore(deps): bump jenkins from 0.28.0 to 0.28.1
2021-02-02 07:27:35 +01:00
Fredrik Adelöw a2ea56879f Merge pull request #4348 from adamdmharvey/change-settings
user-settings: Always show Pin Sidebar and minor fixes
2021-02-02 07:26:12 +01:00
dependabot[bot] b3058e2991 chore(deps-dev): bump @types/express-serve-static-core
Bumps [@types/express-serve-static-core](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/express-serve-static-core) from 4.17.9 to 4.17.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/express-serve-static-core)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 04:55:58 +00:00
dependabot[bot] 03144fb7b5 chore(deps): bump jenkins from 0.28.0 to 0.28.1
Bumps [jenkins](https://github.com/silas/node-jenkins) from 0.28.0 to 0.28.1.
- [Release notes](https://github.com/silas/node-jenkins/releases)
- [Commits](https://github.com/silas/node-jenkins/compare/0.28.0...0.28.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-02-02 04:47:52 +00:00