Commit Graph

2978 Commits

Author SHA1 Message Date
dependabot-preview[bot] 1c44701753 build(deps): bump @rollup/plugin-json from 4.0.3 to 4.1.0 (#1360)
Bumps [@rollup/plugin-json](https://github.com/rollup/plugins) from 4.0.3 to 4.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/json-v4.0.3...json-v4.1.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 09:54:07 +02:00
dependabot-preview[bot] a3d1d49f05 build(deps-dev): bump lerna from 3.22.0 to 3.22.1 (#1390)
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.22.0 to 3.22.1.
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/master/core/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/v3.22.1/core/lerna)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 09:53:36 +02:00
dependabot-preview[bot] e62cc606fb build(deps): bump graphql from 15.0.0 to 15.1.0 (#1391)
Bumps [graphql](https://github.com/graphql/graphql-js) from 15.0.0 to 15.1.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v15.0.0...v15.1.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-22 09:53:17 +02:00
Nikita Dudnik 5d656ad3c0 Merge pull request #1349 from spotify/ndudnik/filter-by-identity
Filter by identity
2020-06-22 09:50:12 +02:00
Nikita Nek Dudnik fb3c9f4152 Merge remote-tracking branch 'origin/master' into ndudnik/filter-by-identity 2020-06-22 09:35:23 +02:00
Patrik Oldsberg 404fc07417 Merge pull request #1388 from spotify/rugvip/asyncit
core-api: switch IdentityApi id token access to async
2020-06-21 22:21:40 +02:00
Patrik Oldsberg 36ec20373d core-api: switch IdentityApi id token access to async 2020-06-21 21:53:32 +02:00
Patrik Oldsberg 33a959dd85 Merge pull request #1383 from spotify/rugvip/hot
backend-common: change useHotCleanup to clean up on parents being disposed as well
2020-06-21 21:40:49 +02:00
Daniel Davis cdcb9ed2ef Adding name of signed in user to greeting message (#1387)
Co-authored-by: Daniel Davis <danieldavis@daniels-mbp.home>
2020-06-21 21:25:24 +02:00
David Tuite b48d37c022 Fix CircleCI plugin (#1384)
* Fix disappearing CircleCI plugin

The paths for the CircleCI plugin were too deeply nested causing a blank
page to render when one visited /circleci.

* Set correct inputs from CircleCI settings

Typically, a value like `tokenFromStore` would be an empty string. The
code was setting `tokenFromStore` (rather than `token`) into the state
on every keystroke.

I don't know what potential effect this change has on storing tokens
because I haven't tested that feature yet. Hopefully it still works as
intended.

* Add Vim .swp files to .gitignore

Co-authored-by: David Tuite <dtuite@gmail.com>
2020-06-21 21:10:53 +02:00
Patrik Oldsberg 8067f1b92a Merge pull request #1385 from spotify/rugvip/nodefault
packages/core: update to not use default exports for components
2020-06-21 18:55:27 +02:00
Patrik Oldsberg 9fc73e9e36 packages/core: update to not use default exports for components 2020-06-21 17:54:52 +02:00
Patrik Oldsberg 6553b811b8 Merge pull request #1379 from spotify/rugvip/rundev
packages/cli: avoid including src/index when serving backend src/run
2020-06-21 17:19:01 +02:00
Patrik Oldsberg 2a3af378d2 packages/cli: avoid including src/index when serving backend src/run 2020-06-21 17:00:37 +02:00
Patrik Oldsberg cddfff19c8 Merge pull request #1382 from spotify/rugvip/espin
cli: cleanup and fixes for app template
2020-06-21 16:59:23 +02:00
Patrik Oldsberg dcb300293c app,cli/template: pin react-router version to the same as react-router-dom 2020-06-21 16:41:47 +02:00
Patrik Oldsberg d97842a69f app,cli/templates: better mocking of app config in test 2020-06-21 15:17:24 +02:00
Patrik Oldsberg 6d9aaef9e7 cli: mock config in app template test 2020-06-21 14:39:07 +02:00
Patrik Oldsberg c8411f4760 cli: remove duplicate global styles from app template 2020-06-21 14:39:06 +02:00
Patrik Oldsberg ce8d65568a cli: update public/index.html in app template 2020-06-21 14:39:06 +02:00
Patrik Oldsberg 903ad947a2 cli: pin esbuild to 0.5.3 in app template 2020-06-21 14:39:05 +02:00
Patrik Oldsberg 8127491b8b backend-common: change useHotCleanup to clean up on parents being disposed as well 2020-06-21 14:23:49 +02:00
dependabot-preview[bot] b7a1946efe build(deps-dev): bump msw from 0.19.3 to 0.19.4 (#1375)
Bumps [msw](https://github.com/mswjs/msw) from 0.19.3 to 0.19.4.
- [Release notes](https://github.com/mswjs/msw/releases)
- [Commits](https://github.com/mswjs/msw/compare/v0.19.3...v0.19.4)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-19 22:57:48 +02:00
Nikita Nek Dudnik d58ad15ffb fix(catalog): remove duplicate import 2020-06-19 04:09:41 +02:00
Nikita Nek Dudnik eac8ac8bd0 fix(catalog): make plugin conform to template 2020-06-19 04:02:58 +02:00
Nikita Nek Dudnik fce3e7576c fix(catalog): tests 2020-06-18 21:20:47 +02:00
Stefan Ålund 97311ba5c6 Update entity overview card grid (#1366) 2020-06-18 16:57:27 +02:00
Raghunandan Balachandran 2156b06280 Merge pull request #1368 from spotify/auth-documentation
Auth docs
2020-06-18 14:20:07 +02:00
Fredrik Adelöw 24ee8b6840 Merge pull request #1334 from spotify/freben/entity-logic
chore(catalog-model): move shared entity model logic here
2020-06-18 14:01:09 +02:00
Raghunandan b421ba6b8d review fixes 2020-06-18 13:55:03 +02:00
Fredrik Adelöw 3bff1d6a68 address comments 2020-06-18 13:28:19 +02:00
Fredrik Adelöw 8d961027a9 chore(catalog-model): move shared entity model logic here 2020-06-18 13:06:51 +02:00
Patrik Oldsberg 4b4451acd7 Merge pull request #1369 from spotify/rugvip/modelsrc
packages,plugins: remove main:src machinery
2020-06-18 12:57:33 +02:00
Patrik Oldsberg 6e64cf8a40 Merge pull request #1367 from spotify/rugvip/confget
packages/config: added get and getOptional
2020-06-18 12:56:11 +02:00
Patrik Oldsberg a098ebca27 packages,plugins: remove main:src and fix some main fields 2020-06-18 12:25:25 +02:00
Raghunandan efd632d9ce logout -> sign out 2020-06-18 12:10:44 +02:00
Raghunandan bf93cfb343 docs docs 2020-06-18 12:09:05 +02:00
Patrik Oldsberg 02b74c376a packages/config: added get and getOptional 2020-06-18 11:59:53 +02:00
Patrik Oldsberg 2ef5380c5b Merge pull request #1364 from spotify/rugvip/optconf
packages/config: add getOptionalConfig and getOptionalConfigArray to mirror other accessors
2020-06-18 11:30:45 +02:00
Lee Mills 82157cbe55 Merge pull request #1365 from spotify/leem/auth-caret
changed  down caret to be up caret on user profile in the sidebar
2020-06-18 11:30:17 +02:00
Lee Mills a23c276bb3 changed down caret to be up caret on user profile in the sidebar 2020-06-18 11:12:46 +02:00
Patrik Oldsberg 32a4da583c packages/config: add getOptionalConfig and getOptionalConfigArray to mirror other accessors 2020-06-18 11:03:42 +02:00
Patrik Oldsberg 5d65170597 Merge pull request #1363 from spotify/rugvip/confctx
packages/config: add context to config to display better errors messages
2020-06-18 10:36:21 +02:00
Patrik Oldsberg 41621a66b7 Merge pull request #1350 from spotify/rugvip/confkeys
packages/config: added .keys()
2020-06-18 10:36:14 +02:00
Patrik Oldsberg f078eca619 Merge pull request #1348 from spotify/rugvip/confpaths
packages/config: keep track of key prefix to display nicer error messages + optimizations
2020-06-18 10:36:05 +02:00
Patrik Oldsberg 06cf743d7a Merge pull request #1346 from spotify/rugvip/mustconf
packages/config: added must* variant for reading required primitive values
2020-06-18 10:30:10 +02:00
Patrik Oldsberg b010319400 packages/config-loader,core: update config usage to include context 2020-06-18 10:17:31 +02:00
dependabot-preview[bot] 44f717deee build(deps): bump @types/react from 16.9.25 to 16.9.37 (#1342)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.25 to 16.9.37.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 09:17:48 +02:00
dependabot-preview[bot] 15b840acb6 build(deps): bump rollup-plugin-esbuild from 2.0.0 to 2.1.0 (#1361)
Bumps rollup-plugin-esbuild from 2.0.0 to 2.1.0.

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 09:17:22 +02:00
dependabot-preview[bot] 66a0bab7f9 build(deps-dev): bump lint-staged from 10.2.9 to 10.2.11 (#1359)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.9 to 10.2.11.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.9...v10.2.11)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-18 09:16:59 +02:00