dependabot-preview[bot]
fb757b5afa
build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /backend
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-26 18:38:30 +00:00
dependabot-preview[bot]
8a051610de
build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 in /webapp
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-26 18:37:54 +00:00
dependabot-preview[bot]
27a0f3ac91
build(deps-dev): bump slug from 1.1.0 to 2.0.0
...
Bumps [slug](https://github.com/Trott/node-slug ) from 1.1.0 to 2.0.0.
- [Release notes](https://github.com/Trott/node-slug/releases )
- [Changelog](https://github.com/Trott/node-slug/blob/master/CHANGELOG )
- [Commits](https://github.com/Trott/node-slug/compare/v1.1.0...v2.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-25 04:17:47 +00:00
dependabot-preview[bot]
06277c89b8
build(deps): bump neo4j in /neo4j
...
Bumps neo4j from 3.5.13-enterprise to 3.5.14-enterprise.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-24 04:23:23 +00:00
Moriz Wahl
a3cfbb09cb
Fixes 2603
2019-12-23 15:24:51 +01:00
Moriz Wahl
b4d120dff3
Merge branch '1463-search-for-users' of https://github.com/Human-Connection/Human-Connection into 1463-search-for-users
2019-12-23 01:53:08 +01:00
Ewald Arnold
e78463a362
remove accidently created ru.json in wrong place
2019-12-21 15:08:19 +01:00
dependabot-preview[bot]
427c2113ba
build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /webapp
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 20:07:05 +00:00
Robert Schäfer
9be1de9666
Merge pull request #2571 from Human-Connection/dependabot/npm_and_yarn/babel/register-7.7.7
...
build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7
2019-12-20 21:04:24 +01:00
roschaefer
33e8be755b
Update neo4j-driver
...
Fix API changes. Also close the session in resolver only and refactor
userMiddleware to become a part of the resolver.
2019-12-20 20:54:41 +01:00
Robert Schäfer
0e6576d7a8
Merge pull request #2600 from Human-Connection/dependabot/npm_and_yarn/backend/neo4j-graphql-js-2.11.0
...
build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend
2019-12-20 20:46:54 +01:00
Robert Schäfer
fda91d21fa
Merge pull request #2590 from Human-Connection/dependabot/npm_and_yarn/backend/babel/core-7.7.7
...
build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend
2019-12-20 20:44:59 +01:00
Robert Schäfer
d7804cfbbb
Merge pull request #2599 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-url-5.8.12
...
build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend
2019-12-20 20:44:43 +01:00
Robert Schäfer
a29556b3a0
Merge pull request #2598 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-lang-5.8.12
...
build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend
2019-12-20 20:44:25 +01:00
roschaefer
2bf998d1ba
DRY graphql query with fragments
...
This is also adding `disabled`, `deleted` flags. I don't know if it
would change anything in the template, but now they are there.
2019-12-20 20:20:47 +01:00
roschaefer
f1b581aa86
Improve performance with pattern comprehensions
...
@Mogge @mattwr18 this is how you can eagerly fetch resources
2019-12-20 20:13:02 +01:00
roschaefer
b3521d8ce5
Improve performance, log database statements
...
@Mogge first of all, you can wait for multiple promises in parallel
by using Promise.all([...]). Second if you run:
```sh
DEBUG='human-connection:neo4j:cypher' yarn run dev
```
in order to log out all database statements. I added log statements to
the new search resolver.
2019-12-20 19:30:22 +01:00
roschaefer
34a3f81dd3
Refactor transformReturnType
...
@Mogge I personally find `RETURN resource {.*, foo: "bar"}` extremely
useful.
2019-12-20 17:47:12 +01:00
roschaefer
fb6e116446
isFirstOfType is not a computed property
2019-12-20 17:38:30 +01:00
mattwr18
9f8c207b46
Try using Esc to clear previous search
2019-12-20 15:39:13 +01:00
mattwr18
61c80e920d
Force click on clear btn
...
- cypress passing locally, but failing the build, the previous search
term is not being cleared, which does happen when the clear button is
clicked
2019-12-20 12:40:01 +01:00
dependabot-preview[bot]
8ea7ed9555
build(deps-dev): bump @babel/core from 7.7.5 to 7.7.7 in /backend
...
Bumps [@babel/core](https://github.com/babel/babel ) from 7.7.5 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.5...v7.7.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 10:36:19 +00:00
dependabot-preview[bot]
bf00791668
build(deps): bump metascraper-lang from 5.8.10 to 5.8.12 in /backend
...
Bumps [metascraper-lang](https://github.com/microlinkhq/metascraper ) from 5.8.10 to 5.8.12.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.8.10...v5.8.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 10:36:02 +00:00
dependabot-preview[bot]
ce2d83f26c
build(deps): bump metascraper-url from 5.8.7 to 5.8.12 in /backend
...
Bumps [metascraper-url](https://github.com/microlinkhq/metascraper ) from 5.8.7 to 5.8.12.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.8.7...v5.8.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 10:35:59 +00:00
mattwr18
a6a2663a55
Merge pull request #2596 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-audio-5.8.12
...
build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend
2019-12-20 11:34:52 +01:00
mattwr18
9945076c9e
Merge pull request #2595 from Human-Connection/dependabot/docker/webapp/node-13.5.0-alpine
...
build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp
2019-12-20 11:34:38 +01:00
mattwr18
f796cce10a
Merge pull request #2594 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook-design-token-0.5.0
...
build(deps-dev): bump storybook-design-token from 0.4.1 to 0.5.0 in /webapp
2019-12-20 11:34:19 +01:00
dependabot-preview[bot]
eb9f3d1882
build(deps-dev): bump @babel/register from 7.7.4 to 7.7.7
...
Bumps [@babel/register](https://github.com/babel/babel ) from 7.7.4 to 7.7.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/compare/v7.7.4...v7.7.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 10:34:14 +00:00
mattwr18
fb24049f06
Merge pull request #2593 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-7.0.5
...
build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend
2019-12-20 11:33:59 +01:00
mattwr18
435cd2fca0
Merge pull request #2592 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-publisher-5.8.12
...
build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend
2019-12-20 11:33:39 +01:00
mattwr18
e978fa753f
Merge pull request #2568 from Human-Connection/dependabot/npm_and_yarn/backend/babel/preset-env-7.7.7
...
build(deps-dev): bump @babel/preset-env from 7.7.6 to 7.7.7 in /backend
2019-12-20 11:32:28 +01:00
dependabot-preview[bot]
c03c97df99
build(deps): bump neo4j-graphql-js from 2.10.2 to 2.11.0 in /backend
...
Bumps [neo4j-graphql-js](https://github.com/neo4j-graphql/neo4j-graphql-js ) from 2.10.2 to 2.11.0.
- [Release notes](https://github.com/neo4j-graphql/neo4j-graphql-js/releases )
- [Changelog](https://github.com/neo4j-graphql/neo4j-graphql-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/neo4j-graphql/neo4j-graphql-js/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 04:20:26 +00:00
dependabot-preview[bot]
60b62fdcca
build(deps): bump metascraper-audio from 5.8.10 to 5.8.12 in /backend
...
Bumps [metascraper-audio](https://github.com/microlinkhq/metascraper ) from 5.8.10 to 5.8.12.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.8.10...v5.8.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 04:18:53 +00:00
dependabot-preview[bot]
9d1751f779
build(deps): bump node from 13.4.0-alpine to 13.5.0-alpine in /webapp
...
Bumps node from 13.4.0-alpine to 13.5.0-alpine.
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 04:18:47 +00:00
dependabot-preview[bot]
88d39c4a42
build(deps-dev): bump storybook-design-token in /webapp
...
Bumps [storybook-design-token](https://github.com/UX-and-I/storybook-design-token ) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/UX-and-I/storybook-design-token/releases )
- [Commits](https://github.com/UX-and-I/storybook-design-token/compare/v0.4.1...v0.5.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 04:18:30 +00:00
dependabot-preview[bot]
4b70a9098d
build(deps): bump graphql-shield from 7.0.4 to 7.0.5 in /backend
...
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield ) from 7.0.4 to 7.0.5.
- [Release notes](https://github.com/maticzav/graphql-shield/releases )
- [Commits](https://github.com/maticzav/graphql-shield/compare/v7.0.4...v7.0.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 04:18:22 +00:00
dependabot-preview[bot]
476e589444
build(deps): bump metascraper-publisher from 5.8.7 to 5.8.12 in /backend
...
Bumps [metascraper-publisher](https://github.com/microlinkhq/metascraper ) from 5.8.7 to 5.8.12.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.8.7...v5.8.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-20 04:18:14 +00:00
Wolfgang Huß
7d5b9cf01d
Merge pull request #2588 from Human-Connection/fix-imageAspectRatio-null-update-post
...
Fix imageAspectRatio set to null UpdatePost
2019-12-20 02:18:28 +01:00
mattwr18
a33cb1e6fc
Make tests accurate
2019-12-20 01:14:43 +01:00
Moriz Wahl
19b6fe9b94
Trying to find users located close to user
2019-12-20 01:14:24 +01:00
mattwr18
730da2029c
Fix imageAspectRatio set to null UpdatePost
...
- we were not setting the form.imageAspectRatio to the value of the
post's imageAspectRatio, so when a user updated their post, but did not
update their imageAspectRatio it would set it to null
2019-12-20 00:59:29 +01:00
mattwr18
a3dc43c0a6
Merge pull request #2584 from Human-Connection/update-to-version-0.2.0
...
Update to version 0.2.0
2019-12-19 23:30:27 +01:00
mattwr18
7f2f9057e7
Update to version 0.2.0
2019-12-19 17:25:54 +01:00
mattwr18
66e28ea44a
v0.2.0
2019-12-19 17:24:32 +01:00
mattwr18
3ef04f8391
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1463-search-for-users
2019-12-19 17:16:48 +01:00
mattwr18
f7de76eea5
Tidy up a bit
...
- Remove unused function
- Add wildcard to end of query to remove quirky behavior
- Favor more verbose variable naming
2019-12-19 17:15:25 +01:00
mattwr18
7ee57033be
Fix/extend cypress Search.feature
2019-12-19 17:14:45 +01:00
mattwr18
46191e5889
Refactor isOfFirstType to computed/styling updates
2019-12-19 17:13:58 +01:00
mattwr18
b79c292ef4
Fix failing component tests
...
- Extract testing logic to SearchableInput spec
- write new tests for SearchResources
2019-12-19 17:13:14 +01:00
Robert Schäfer
8d6205a865
Merge pull request #2556 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-image-5.8.12
...
build(deps): bump metascraper-image from 5.8.10 to 5.8.12 in /backend
2019-12-19 13:31:02 +01:00