74233 Commits

Author SHA1 Message Date
Fredrik Adelöw add081a81c fix(yarn): fixup yarn.lock 2020-08-18 10:18:48 +02:00
blam 4360d9749f docs(catalog/grqphql): updating docs 2020-08-18 10:17:53 +02:00
blam 72d8f54913 chore(gql/catalog): fixing some code review comments 2020-08-18 10:17:53 +02:00
blam 88269ecd23 chore(gql/catalog): fixing dependencies 2020-08-18 10:17:45 +02:00
blam 641b295a0d chore: reverting code 2020-08-18 10:17:45 +02:00
blam 1b99081df4 feat(gql/catalog): to remove the duplication in the schema thanks to the limitations on implements, let's create the schema using javascript
Trust me, i've tried getting this to work with a typescript file, but it just would not work with the import export keywords which are needed to satisfy typescript config. couldn't get it to transpile anything properly. so thought screw it for now
2020-08-18 10:17:44 +02:00
blam 3f601b6055 feat(gql/catalog): working on making the schema nice 2020-08-18 10:17:03 +02:00
blam 7ea09aba1e feat(gql/catalog): Reduce the amount of duplication a little for unions 2020-08-18 10:17:03 +02:00
blam ae2a42063d chore(catalog/gql): fixing csp for playground 2020-08-18 10:17:03 +02:00
blam fed0af128b chore(catalog/gql): move the catalog schema out of src 2020-08-18 10:17:03 +02:00
blam ad0efc8ee0 chore(gql/catalog): updating the return types from the catalog api 2020-08-18 10:17:03 +02:00
blam 8837f80202 chore(gql/catalog): removing the mock data scripts for catalog-graph l 2020-08-18 10:17:03 +02:00
blam 1869563ade chore(gql/catalog): actually read 2020-08-18 10:17:03 +02:00
blam 2f3b741064 chore(gql/catalog): fixing bundling of graphql asse 2020-08-18 10:17:03 +02:00
blam 68e5641276 chore(gql/catalog): removing the mock-data stuff 2020-08-18 10:17:03 +02:00
blam aacaabb6f5 feat(gql/catalog): implement the label resolver 2020-08-18 10:17:03 +02:00
blam 512b7a2451 feat(gql/catalog): Fixing some of the query issues 2020-08-18 10:17:03 +02:00
blam cda9e0b3a0 chore(gql/catalog): making the client alittle more readabke 2020-08-18 10:17:02 +02:00
blam 69ed3dbe3a chore(gql/catalog): Added some more metadata fields to the catalog entities 2020-08-18 10:17:02 +02:00
blam 8f14645a1b feat(gql/catlaog): Tidying up the resolver for the annotations 2020-08-18 10:17:02 +02:00
blam 0f95949d12 chore(gql/catalog): updating the version deps after new buymp 2020-08-18 10:16:24 +02:00
blam d13164eec9 test(gql): added some mock tests for now 2020-08-18 10:16:24 +02:00
blam 295faeab98 feat(gql): move out the generation into a one time command 2020-08-18 10:16:24 +02:00
blam 35a423ee88 chore(gql): fixing the actual build issue 2020-08-18 10:16:24 +02:00
blam 101236b991 chore(gql): add todo 2020-08-18 10:16:00 +02:00
blam b82705efad chore(gql): fixing build issues 2020-08-18 10:16:00 +02:00
blam 55dcef1387 chore(gql): make catalog-gql non-private 2020-08-18 10:15:07 +02:00
blam d20e0dd1e9 chore(gql): fixing dependencies now there is a new release 2020-08-18 10:15:07 +02:00
blam ac3ea688fb gotcha(gql): if you just import the type the config library doesnt work 🤷 2020-08-18 10:14:30 +02:00
blam e4986c4eef chore(gql): tidying up the graphql code 2020-08-18 10:14:04 +02:00
blam 4567ae3287 chore(gql): pass through the config for the catalog client 2020-08-18 10:14:04 +02:00
blam 49769569aa chore(gql): removing old graphql things 2020-08-18 10:13:02 +02:00
blam 40732f3959 chore(gql): added some nice stuff with the graphql context 2020-08-18 10:13:02 +02:00
blam 6efab40e05 feat(gql): added some experimentation around graphql modules 2020-08-18 10:13:01 +02:00
Ivan Shmidt e673020f5c fix: remove redundant steps from docs build 2020-08-18 09:27:18 +02:00
Niklas Ek c5c2c2c60c Merge pull request #1611 from jaime-talkdesk/adds_auth0
Adds Auth0 as IdP
2020-08-17 17:45:28 +02:00
toban@dfds.com b349720c75 =migrations https logic to new branch 2020-08-17 17:06:28 +02:00
Dominik Henneke f8c3a77062 fix(catalog): read correct property name implementsApis 2020-08-17 15:57:56 +02:00
Dominik Henneke 5374dcdb5d feat(catalog): update trivial tab implementation 2020-08-17 15:57:56 +02:00
dependabot-preview[bot] 8282004e44 chore(deps-dev): bump @storybook/addons from 5.3.19 to 6.0.4 (#1925)
Bumps [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/lib/addons) from 5.3.19 to 6.0.4.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v6.0.4/lib/addons)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-08-17 15:18:08 +02:00
Raghunandan Balachandran 981e66d553 Merge branch 'master' of github.com:spotify/backstage into adds_auth0 2020-08-17 13:29:15 +02:00
Raghunandan Balachandran 364d4b3d7a Merge pull request #1959 from spotify/docusaurus-v2
Bump docusaurus to v2 alpha
2020-08-17 13:18:41 +02:00
Govind 1aac6f1fb3 Add documentation explaining authentication in the backend (#1963)
* Add documentation explaining authentication in the backend

* Link newly added document to mkdocs and app documentation

Co-authored-by: Govindarajan Nagarajan <govindarajan.nagarajan@zalando.de>
2020-08-17 12:39:51 +02:00
Fredrik Adelöw 1ab9dd8acd Merge pull request #1981 from hmcts/fix-sqllite
Fix sqllite db backend
2020-08-17 11:53:22 +02:00
Fredrik Adelöw 96512e97f3 Merge pull request #1983 from spotify/sebastianq/fix-techdocs-cli
TechDocs: Fix techdocs-cli when not running local
2020-08-17 11:33:02 +02:00
Tim Jacomb c673826ebb Fix sqllite backend 2020-08-17 10:28:27 +01:00
Sebastian Qvarfordt d2f4438f5b Fix techdocs-cli when not running local 2020-08-17 11:18:09 +02:00
Fredrik Adelöw 7efd468a25 Merge pull request #1968 from spotify/dependabot/npm_and_yarn/types/google-protobuf-3.7.3
chore(deps-dev): bump @types/google-protobuf from 3.7.2 to 3.7.3
2020-08-17 11:13:42 +02:00
Fredrik Adelöw 4efed1ab32 Merge pull request #1969 from spotify/dependabot/npm_and_yarn/apollo-server-express-2.16.1
chore(deps): bump apollo-server-express from 2.16.0 to 2.16.1
2020-08-17 11:13:23 +02:00
Fredrik Adelöw 091abc8859 Merge pull request #1970 from spotify/dependabot/npm_and_yarn/types/dockerode-2.5.34
chore(deps): bump @types/dockerode from 2.5.32 to 2.5.34
2020-08-17 11:12:52 +02:00