Commit Graph

516 Commits

Author SHA1 Message Date
Joe Porpeglia e2cf0662eb Warn if permission backend is used without permissions enabled
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
2022-02-14 15:34:24 -05:00
github-actions[bot] e4791789d1 Version Packages 2022-02-10 11:06:33 +00:00
Fredrik Adelöw 3c9aed1b16 review comments
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-10 10:36:45 +01:00
Fredrik Adelöw bf5222bfa1 moved over IdentityClient as well
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-09 19:32:59 +01:00
github-actions[bot] e74f416a00 Version Packages (next) 2022-02-08 19:38:17 +00:00
Fredrik Adelöw 1dd5a02e91 fix build
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-02-07 15:51:58 +01: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
Patrik Oldsberg 22f4ecb0e6 use link: rather than file: for local dependencies
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-05 12:45:03 +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
Johan Haals d2a0f08d5c Merge pull request #9190 from backstage/catalog-identity-client-token
Use server token for catalog identity client
2022-01-28 11:55:07 +01:00
Johan Haals 1d52dbbd5e Merge pull request #9205 from backstage/rugvip/appdep
create-app: switch to using a file target for app dependency
2022-01-28 11:40:12 +01:00
dependabot[bot] fac5f112b4 chore(deps): bump prom-client from 13.2.0 to 14.0.1
Bumps [prom-client](https://github.com/siimon/prom-client) from 13.2.0 to 14.0.1.
- [Release notes](https://github.com/siimon/prom-client/releases)
- [Changelog](https://github.com/siimon/prom-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/siimon/prom-client/compare/v13.2.0...v14.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-28 04:19:11 +00:00
Patrik Oldsberg 5f9916b2fd backend: switch example-app to be a file dep
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-27 17:11:42 +01:00
Joe Porpeglia ae1bba9ebc Use server token for catalog identity client
Signed-off-by: Joe Porpeglia <josephp@spotify.com>
2022-01-27 09:13:02 -05:00
github-actions[bot] 406848efee Version Packages 2022-01-27 11:07:27 +00:00
MT Lewis bbfbc755aa [wip] search-backend: result-by-result authorization
To do:
- add tests for AuthorizedSearchEngine
- update router tests
- add diff to changeset

Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-01-25 13:01:39 +00:00
dependabot[bot] b09dd8f43b chore(deps): bump @gitbeaker/node from 34.6.0 to 35.1.0
Bumps [@gitbeaker/node](https://github.com/jdalrymple/gitbeaker) from 34.6.0 to 35.1.0.
- [Release notes](https://github.com/jdalrymple/gitbeaker/releases)
- [Changelog](https://github.com/jdalrymple/gitbeaker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jdalrymple/gitbeaker/compare/34.6.0...35.1.0)

---
updated-dependencies:
- dependency-name: "@gitbeaker/node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-24 04:14:01 +00: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 aa9030d313 Merge pull request #8681 from backstage/rugvip/assetcache
app-backend: store static assets across deployments and improve caching
2022-01-17 16:26:17 +01: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
Fredrik Adelöw de907b4f20 fix wrong azure devops version
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-16 20:57:06 +01:00
Ben Lambert a86034504a Merge branch 'master' into blam/bump-graphql-dependencies 2022-01-14 05:44:16 +01:00
Patrik Oldsberg fb08e2f285 backend,create-app: update app-backend setup to forward database
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-13 20:00:12 +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
blam 07ec177dbf chore: restore dev-ops as we're gonna fix it
Signed-off-by: blam <ben@blam.sh>
2022-01-13 14:50:42 +01:00
blam 55a53d7cc2 chore: more removal
Signed-off-by: blam <ben@blam.sh>
2022-01-13 10:45:17 +01:00
blam 6fbdcdd5c7 chore: remove the rest
Signed-off-by: blam <ben@blam.sh>
2022-01-13 10:45:17 +01:00
blam ecc01818d7 chore: removing this from the default app as it breaks with invalid config
Signed-off-by: blam <ben@blam.sh>
2022-01-13 10:45:17 +01:00
Fredrik Adelöw 9632cda521 Fix the last renmnants of the old copyright header
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-01-09 22:10:52 +01:00
Jussi Hallila 8dafbbb8b8 Swap default example cadence to once a month
Signed-off-by: Jussi Hallila <jussi@hallila.com>
2022-01-03 15:15:54 +01:00
Jussi Hallila 6668b6e2fc Modify tech insights default cadence to be less eager.
Signed-off-by: Jussi Hallila <jussi@hallila.com>
2022-01-03 13:06:59 +01:00
github-actions[bot] 7d27a11079 Version Packages 2021-12-30 11:06:46 +00:00
Fredrik Adelöw 0dcd1dd64f Introduce TaskScheduler into backends
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-25 15:14:55 +01:00
github-actions[bot] 3d68c45ef7 Version Packages 2021-12-23 12:23:34 +00:00
MT Lewis 5f1333a60b Merge pull request #8357 from backstage/example-app-permission-integration
Example app permission integration
2021-12-22 14:32:25 +00:00
MT Lewis 20d10b57d6 permission-node: rename static create method to fromConfig
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2021-12-21 09:46:22 +00:00
Joon Park 0e8ec6d974 Rename all the things
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:47 +00:00
Joon Park 816e0e04f9 Address various comments round 1
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:47 +00:00
Joon Park 24dce3ca43 Reintroduce noop token manager and refactor ServerPermissionClient
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:47 +00:00
Joon Park ea96ce2449 Change ServerTokenManager method name back to fromConfig
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:47 +00:00
Joon Park 366ca3ebfb Fix ts error
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:47 +00:00
Joon Park f786dc8140 Generate secret in development
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:46 +00:00
Joon Park 6b8713df35 Create ServerPermissionClient and add it to example backend
Signed-off-by: Joon Park <joonp@spotify.com>
2021-12-17 18:16:46 +00:00
Fredrik Adelöw 3e79c4bc58 Merge pull request #8406 from prkeshri/7340-remote-config-fix
7340 remote config fix
2021-12-17 10:34:32 +01:00
github-actions[bot] ef6a039e07 Version Packages 2021-12-16 08:56:38 +00:00
github-actions[bot] 9068128fd8 Version Packages 2021-12-09 12:02:28 +00:00