Commit Graph

160 Commits

Author SHA1 Message Date
Eric Peterson c543fe3ff2 Respect PG selection in create-app for search.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-03-04 11:27:43 +01:00
github-actions[bot] 3c8bb2854d Version Packages 2022-03-03 15:23:53 +00:00
github-actions[bot] c9da151d84 Version Packages 2022-02-24 13:54:37 +00:00
github-actions[bot] 408b0300cb Version Packages 2022-02-17 10:38:59 +00:00
Patrik Oldsberg 9892d74326 cli: renamed script commands to package
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-15 21:27:12 +01:00
Patrik Oldsberg 8f82d80adf migrate all package scripts
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:07 +01:00
Patrik Oldsberg b521c1b83b detect all package roles
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-14 21:50:03 +01:00
Patrik Oldsberg af5052c622 create-app: update peer dependencies
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-02-13 14:11:23 +01:00
github-actions[bot] e4791789d1 Version Packages 2022-02-10 11:06:33 +00:00
github-actions[bot] e74f416a00 Version Packages (next) 2022-02-08 19:38:17 +00: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
dependabot[bot] 5bd0ce9e62 chore(deps): bump inquirer from 7.3.3 to 8.2.0
Bumps [inquirer](https://github.com/SBoudrias/Inquirer.js) from 7.3.3 to 8.2.0.
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/inquirer@7.3.3...inquirer@8.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 08:10:46 +00:00
github-actions[bot] e1580cf73a Version Packages (next) 2022-02-01 08:53:29 +00:00
github-actions[bot] 406848efee Version Packages 2022-01-27 11:07:27 +00:00
mufaddal motiwala 0d57638d2b Replaced EntitySystemDiagramCard with EntityCatalogGraphCard
Signed-off-by: mufaddal motiwala <mufaddalmm.52@gmail.com>
2022-01-21 00:13:10 +05:30
github-actions[bot] 8b18d054f3 Version Packages 2022-01-20 10:33:31 +00:00
Patrik Oldsberg 5324ccaa8e create-app: switch peer dep range to empty
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-18 19:10:00 +01:00
Patrik Oldsberg 0925b232fc create-app: fix release version to 0.4.13
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-01-18 14:57:45 +01:00
github-actions[bot] a94a2b8b3f Version Packages (next) 2022-01-18 13:49:07 +00:00
github-actions[bot] b04011602b Version Packages 2022-01-13 14:23:13 +00:00
Joon Park cd529c4094 Integrate permissions with catalog-backend refresh endpoint (#8693)
Integration permission framework with refresh in catalog-backend

... through the use of a new AuthorizedRefreshService.

Signed-off-by: Joon Park <joonp@spotify.com>
2022-01-07 15:49:26 +00:00
github-actions[bot] e432d44f94 Version Packages 2022-01-04 10:54:36 +00: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
github-actions[bot] ef6a039e07 Version Packages 2021-12-16 08:56:38 +00:00
dependabot[bot] 7474124e87 build(deps-dev): bump @types/inquirer from 7.3.1 to 8.1.3
Bumps [@types/inquirer](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/inquirer) from 7.3.1 to 8.1.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/inquirer)

---
updated-dependencies:
- dependency-name: "@types/inquirer"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-13 04:14:45 +00:00
github-actions[bot] 9068128fd8 Version Packages 2021-12-09 12:02:28 +00:00
Fredrik Adelöw 9603827bb5 Addressed some peer dependency warnings
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2021-12-02 19:32:42 +01:00
github-actions[bot] 29f2606ed9 Version Packages 2021-12-02 12:35:24 +00:00
github-actions[bot] ef34f5de7b Version Packages 2021-11-25 12:40:52 +00:00
Patrik Oldsberg dcaeaac174 create-app: add pack scripts that excludes peer depdencies during publish
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-11-25 12:06:49 +01:00
github-actions[bot] 99bf179ccf Version Packages 2021-11-18 11:52:08 +00:00
Colton Padden 2163e83fa2 Refactor create-app tasks and introduce regression tests
- Tasks were moved from the script entrypoint to the lib directory
- Doc comments were added for each task function defined in `src/lib/tasks.ts`
- The `yarn test` script was added to package.json
- Unit tests were written for each task -- verying file operations using fs-mock

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-11-11 13:28:43 -05:00
github-actions[bot] 3369ade8c0 Version Packages 2021-11-11 11:07:58 +00:00
Patrik Oldsberg 4eb087ccdc techdocs-backend: release schema hotfix
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-10-29 11:03:53 +02:00
github-actions[bot] d66c5f1282 Version Packages 2021-10-28 14:06:43 +00:00
github-actions[bot] bf5090e59d Version Packages 2021-10-21 13:28:13 +00:00
github-actions[bot] 4c840cebfa Version Packages 2021-10-14 12:45:08 +00:00
github-actions[bot] 97420439e1 Version Packages 2021-10-07 12:17:39 +00:00
github-actions[bot] f67e8ddcec Version Packages 2021-09-30 11:43:05 +00:00
github-actions[bot] 6e5b1bda9d Version Packages 2021-09-23 10:01:17 +00:00
github-actions[bot] fff5c48429 Version Packages 2021-09-16 11:41:51 +00:00
Patrik Oldsberg c0343df923 package: add missing package descriptions
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2021-09-14 18:10:10 +02:00
github-actions[bot] 866ec85375 Version Packages 2021-09-09 14:47:05 +00:00
github-actions[bot] 45a681aa6a Version Packages 2021-09-02 10:41:57 +00:00
github-actions[bot] e7130884a0 Version Packages 2021-08-26 11:25:27 +00:00
github-actions[bot] 6e43220f08 Version Packages 2021-08-20 09:21:26 +00:00
github-actions[bot] 6f4c73ece4 Version Packages 2021-08-19 12:20:01 +00:00