Patrik Oldsberg
ce292ae347
package/core: bump material-table and remove package patch
2020-05-24 21:56:17 +02:00
Fredrik Adelöw
d470123de3
Merge pull request #966 from spotify/rugvip/nopatch
...
packages/graphiql: bump graphiql dep + remove package patch
2020-05-24 09:48:11 +02:00
Rémi Doreau
f24198d846
[core]: Refactor and test Lifecycle component ( #952 )
...
* refactor(core): Lifecycle component
* tests(core): Lifecycle component
* fix(core): Lifecycle contional className
* fix(core): remove "is" prefix from Lifecycle props
2020-05-23 23:33:06 +02:00
dependabot-preview[bot]
2004eddb2d
build(deps-dev): bump cypress from 4.4.1 to 4.6.0 ( #945 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 4.4.1 to 4.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Commits](https://github.com/cypress-io/cypress/compare/v4.4.1...v4.6.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-05-23 23:29:51 +02:00
Fredrik Adelöw
8055cc0b6d
Add code for building a search index over added/modified entities
...
This is not actually being inserted yet, because doing so needs a little refactoring of the database code that happens in another PR.
Adding separate PR for the index to make it easier to review the logic.
2020-05-23 21:33:27 +02:00
Fredrik Adelöw
0ba0015477
Merge pull request #967 from spotify/freben/store-more-meta
...
Store and retrieve etag and generation
2020-05-23 20:44:05 +02:00
Fredrik Adelöw
c4d358f7a5
Human readable etag
2020-05-23 19:41:50 +02:00
Fredrik Adelöw
312ff5b7f3
Store and retrieve etag and generation
2020-05-23 19:30:23 +02:00
Sebastian Qvarfordt
6c67ef8d15
Merge pull request #942 from hooloovooo/table-search-padding
...
add paddingRight to search input in table toolbar
2020-05-23 17:15:56 +02:00
Raghunandan Balachandran
b462115235
Merge pull request #968 from spotify/auth-tests
...
Auth Backend: Tests
2020-05-23 11:55:55 +02:00
Raghunandan
3f4bd136d6
fix pr review
2020-05-23 11:13:50 +02:00
Stefan Ålund
e58458fe7f
Starting to focus on Phase 2 ( #969 )
2020-05-22 16:45:24 +02:00
Raghunandan
c496c0e999
fix lint issues
2020-05-22 16:23:56 +02:00
Raghunandan
e190463539
update tests
2020-05-22 16:01:35 +02:00
Patrik Oldsberg
f635cd9470
Merge pull request #925 from spotify/rugvip/gauth
...
Add GoogleAuth, AuthConnector, and RefreshingAuthSessionManager
2020-05-22 15:49:06 +02:00
Patrik Oldsberg
a22a9cbfdd
packages/core: minor auth text fixes + reduntant has
2020-05-22 15:26:27 +02:00
Fredrik Adelöw
9afaed0a82
Merge pull request #938 from spotify/freben/more-fields
...
Add uid, etag, and generation, plus docs, to envelope
2020-05-22 14:58:55 +02:00
Raghunandan Balachandran
c8e67db359
Merge pull request #957 from spotify/add-auth-backend-docs
...
Add required env vars for backends in README
2020-05-22 14:49:12 +02:00
Fredrik Adelöw
320e9ee9bd
Add uid, etag and generation, plus docs, to envelope
2020-05-22 14:38:53 +02:00
Patrik Oldsberg
36f7e64b25
packages/graphiql: bump graphiql dep + remove package patch
2020-05-22 14:33:20 +02:00
Raghunandan
64c743edde
Add tests for google auth provider
2020-05-22 14:00:28 +02:00
Raghunandan
e2179d979c
Add tests for providers/index, factories and google provider
2020-05-22 13:58:12 +02:00
Raghunandan
2c6b883006
tests for makeProvider
2020-05-22 13:57:19 +02:00
Fredrik Adelöw
99a360bdef
Merge pull request #958 from spotify/freben/store-and-retrieve
...
Store and retrieve the entire envelopes
2020-05-22 13:54:19 +02:00
Fredrik Adelöw
d68a621f51
Merge pull request #956 from spotify/freben/rename-to-entities
...
Stop special-casing component, call things 'entity' everywhere
2020-05-22 13:52:11 +02:00
Raghunandan Balachandran
7b2bca4a00
Merge pull request #955 from spotify/scaffold-identity-backend
...
Identity backend: Add backend skeleton
2020-05-22 13:48:38 +02:00
Raghunandan Balachandran
a17727da07
Merge pull request #954 from spotify/plugin-sentry-backend-changes
...
plugin/sentry-backend - Add missing tsconfig and changes to package.json
2020-05-22 13:48:21 +02:00
Patrik Oldsberg
c1b76913a0
packages/app: add oauth request and google auth APIs
2020-05-22 13:45:14 +02:00
Patrik Oldsberg
659e904f55
packages/core: export auth APIs
2020-05-22 13:45:13 +02:00
Patrik Oldsberg
72feb6055e
package/core: forward more config through GoogleAuth
2020-05-22 13:45:13 +02:00
Patrik Oldsberg
1411b170b2
Merge pull request #964 from spotify/rugvip/backend-auth-fixes
...
plugins/auth-backend: couple of backend fixes needed to make auth work e2e
2020-05-22 12:57:15 +02:00
Raghunandan
2692c622aa
update docs
2020-05-22 12:50:54 +02:00
Patrik Oldsberg
1d43ee5b1d
plugins/auth-backend: fix for post message response not being html + close automatically
2020-05-22 12:41:38 +02:00
Patrik Oldsberg
73c555f41d
plugins/auth-backend: forward id token to auth session
2020-05-22 12:33:26 +02:00
Patrik Oldsberg
786a00d6d0
plugins/auth-backend: pass on scope string as is to google provider
2020-05-22 12:33:25 +02:00
Raghunandan
298dc4a44d
dont create a namespaced logger again
2020-05-22 11:33:04 +02:00
Fredrik Adelöw
274238b8b8
Merge pull request #960 from spotify/dependabot/npm_and_yarn/fork-ts-checker-webpack-plugin-4.1.4
...
build(deps): bump fork-ts-checker-webpack-plugin from 4.1.0 to 4.1.4
2020-05-22 09:46:24 +02:00
Fredrik Adelöw
606d08a577
Merge pull request #962 from spotify/dependabot/npm_and_yarn/typescript-3.9.3
...
build(deps-dev): bump typescript from 3.9.2 to 3.9.3
2020-05-22 09:31:12 +02:00
Raghunandan
236bbd72a1
Add required env vars for backends in README
2020-05-22 09:11:57 +02:00
dependabot-preview[bot]
18473b6348
build(deps-dev): bump @types/lodash from 4.14.151 to 4.14.152 ( #961 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.14.151 to 4.14.152.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-22 09:04:02 +02:00
dependabot-preview[bot]
33fca29ea7
build(deps-dev): bump typescript from 3.9.2 to 3.9.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.9.2...v3.9.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-22 06:24:04 +00:00
dependabot-preview[bot]
bb4b8ee53e
build(deps): bump fork-ts-checker-webpack-plugin from 4.1.0 to 4.1.4
...
Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin ) from 4.1.0 to 4.1.4.
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases )
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v4.1.0...v4.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-05-22 06:19:48 +00:00
Fredrik Adelöw
83af809c96
Store and retrieve the entire envelopes
2020-05-22 00:11:03 +02:00
Fredrik Adelöw
e1c5c6cd58
Stop special-casing component, call things 'entity' everywhere
2020-05-21 23:30:02 +02:00
dependabot-preview[bot]
be3f8c3b52
build(deps-dev): bump @types/html-webpack-plugin from 3.2.2 to 3.2.3 ( #946 )
...
Bumps [@types/html-webpack-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/html-webpack-plugin ) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/html-webpack-plugin )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-05-21 23:02:46 +02:00
Raghunandan
528c3ba861
Add missing tsconfig and changes to package.json
2020-05-21 22:41:59 +02:00
Raghunandan
e30c4da402
Add identity backend skeleton
2020-05-21 22:35:46 +02:00
Patrik Oldsberg
6c2a9d471a
packages/cli: update prettier config in plugin template
2020-05-21 20:10:50 +02:00
Patrik Oldsberg
f38ae61f5b
packages/cli: added app:diff + fixes to template and diff lib
2020-05-21 20:10:50 +02:00
dependabot-preview[bot]
8a95ab73df
build(deps): bump uuid from 8.0.0 to 8.1.0 ( #948 )
...
Bumps [uuid](https://github.com/uuidjs/uuid ) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/uuidjs/uuid/releases )
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uuidjs/uuid/compare/v8.0.0...v8.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-05-21 19:47:49 +02:00