Commit Graph

46 Commits

Author SHA1 Message Date
Patrik Oldsberg 926e704364 remove index tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-24 16:53:31 +02:00
dependabot[bot] d3b6c6c12a chore(deps): bump msw from 0.21.2 to 0.29.0
Bumps [msw](https://github.com/mswjs/msw) from 0.21.2 to 0.29.0.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw/compare/v0.21.2...v0.29.0)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 04:45:44 +00: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 820de63018 Merge pull request #6076 from backstage/rugvip/allreports
scripts/api-extractor: create and check API reports for all(most) plugins
2021-06-17 15:46:11 +02:00
Patrik Oldsberg d8d7226fce plugins: generate api reports
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-06-17 13:30:06 +02:00
github-actions[bot] 36e5a82e9b Version Packages 2021-06-17 08:08:44 +00:00
dependabot[bot] a89ec167e1 chore(deps): bump leasot from 11.5.0 to 12.0.0
Bumps [leasot](https://github.com/pgilad/leasot) from 11.5.0 to 12.0.0.
- [Release notes](https://github.com/pgilad/leasot/releases)
- [Commits](https://github.com/pgilad/leasot/compare/v11.5.0...v12.0.0)

---
updated-dependencies:
- dependency-name: leasot
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-11 04:10:19 +00:00
github-actions[bot] 4a93128245 Version Packages 2021-06-10 12:18:06 +00:00
github-actions[bot] b5a0d1c5d7 Version Packages 2021-05-27 10:23:15 +00:00
github-actions[bot] df31bdca8f Version Packages 2021-05-12 09:39:51 +00:00
github-actions[bot] d397eb470f Version Packages 2021-05-06 08:25:18 +00:00
github-actions[bot] 8e00ab7e63 Version Packages 2021-03-31 12:21:12 +00:00
Fredrik Adelöw d13b0cefa2 Merge pull request #5043 from backstage/freben/unregister
Update the entity unregister dialog behavior, to support both unregistration as well as plain deletion
2021-03-30 09:40:53 +02:00
dependabot[bot] 66ed65899f chore(deps-dev): bump supertest from 4.0.2 to 6.1.3
Bumps [supertest](https://github.com/visionmedia/supertest) from 4.0.2 to 6.1.3.
- [Release notes](https://github.com/visionmedia/supertest/releases)
- [Commits](https://github.com/visionmedia/supertest/compare/v4.0.2...v6.1.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-29 04:38:27 +00:00
Fredrik Adelöw 676ede6438 Update the entity unregister dialog behavior, to support both unregistration as well as plain deletion
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-03-26 09:07:05 +01:00
github-actions[bot] 844da89090 Version Packages 2021-03-25 17:46:13 +00:00
Patrik Oldsberg 4e49c73261 Merge pull request #5038 from erikxiv/fix/todo-forward-auth
fix: forward auth on todo backend requests
2021-03-24 23:55:29 +01:00
dependabot[bot] d42f055d48 chore(deps): bump express-promise-router from 3.0.3 to 4.1.0
Bumps [express-promise-router](https://github.com/express-promise-router/express-promise-router) from 3.0.3 to 4.1.0.
- [Release notes](https://github.com/express-promise-router/express-promise-router/releases)
- [Changelog](https://github.com/express-promise-router/express-promise-router/blob/trunk/CHANGELOG.md)
- [Commits](https://github.com/express-promise-router/express-promise-router/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 04:26:33 +00:00
Erik Larsson 36d933ec5c fix: forward auth on todo backend requests
Signed-off-by: Erik Larsson <erik.larsson@schibsted.com>
2021-03-21 14:08:12 +01:00
github-actions[bot] 718eea4f08 Version Packages 2021-03-18 12:31:44 +00:00
Patrik Oldsberg 79f87efc1b todo-backend: clarify how the location of the source code is determined
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-16 22:11:19 +01:00
Patrik Oldsberg f5cfded56a todo-backend: add router tests + tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 15:56:18 +01:00
Patrik Oldsberg 96d862bd1e todo-backend: add TodoReaderService tests + tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 13:29:55 +01:00
Patrik Oldsberg b2f1ac111b todo-backend: add index test
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 11:57:44 +01:00
Patrik Oldsberg 9393f7dfe7 todo-backend: add tests for TodoScmReader and make constructor public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 11:50:13 +01:00
Patrik Oldsberg da6bce39e4 todo-backend: added comment parser tests and tweaks
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 11:06:03 +01:00
Patrik Oldsberg 6231a9a0d4 todo,todo-backend: add support for filtering
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-12 00:49:40 +01:00
Patrik Oldsberg c07728eec8 todo,todo-backend: add tag field to TodoItems
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 23:37:41 +01:00
Patrik Oldsberg fd45472213 todo-backend: add support for configuring the default parser
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 21:23:17 +01:00
Patrik Oldsberg 51da6891e0 todo,todo-backend: use @backstage/errors
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 19:39:34 +01:00
Patrik Oldsberg e1d3fcf1c0 todo-backend: review suggestions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 19:39:34 +01:00
Patrik Oldsberg 0d7db68595 Apply suggestions from code review
Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Co-authored-by: Adam Harvey <adam.harvey@dxc.com>
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 19:39:33 +01:00
Patrik Oldsberg 38201c6ec4 todo,todo-backend: added repo info
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:05 +01:00
Patrik Oldsberg c44db42c84 todo,todo-backend: updated READMEs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:04 +01:00
Patrik Oldsberg 4fb393e98f todo-backend: use integrations to resolve line numbers
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:04 +01:00
Patrik Oldsberg 803cc34d47 todo-backend: add ordering support
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:04 +01:00
Patrik Oldsberg 3a7a803b0b todo-backend: filter out all dotfiles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:03 +01:00
Patrik Oldsberg 240ab2d520 todo,todo-backend: tweak todo item model and table
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:03 +01:00
Patrik Oldsberg 74543b6688 todo-backend: add service tests
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:03 +01:00
Patrik Oldsberg 8e47b7d988 todo-backend: cache read results
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:02 +01:00
Patrik Oldsberg cf193329a4 todo,todo-backend: switch to and implement offset/limit pagination
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:02 +01:00
Patrik Oldsberg 2eeb884353 todo-backend: implement TodoScmReader
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:02 +01:00
Patrik Oldsberg 76e6336312 todo-backend: full TodoReaderService implementation
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:01 +01:00
Patrik Oldsberg 117286b313 todo-backend: create layered shell with types and mock
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:01 +01:00
Patrik Oldsberg f2bf479e0f todo-backend: initial setup and mock API
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:02:00 +01:00
Patrik Oldsberg fbf10445af plugins: added todo frontend and backend plugin
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-03-11 18:01:36 +01:00