dependabot-preview[bot]
a69c26bb25
build(deps): bump cookie-universal-nuxt from 2.1.2 to 2.1.3 in /webapp
...
Bumps [cookie-universal-nuxt](https://github.com/microcipcip/cookie-universal ) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/microcipcip/cookie-universal/releases )
- [Commits](https://github.com/microcipcip/cookie-universal/compare/v2.1.2...v2.1.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-18 20:47:59 +00:00
dependabot-preview[bot]
8c0a63a580
build(deps-dev): bump @storybook/vue from 5.3.14 to 5.3.17 in /webapp
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.14 to 5.3.17.
- [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/v5.3.17/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-18 20:47:32 +00:00
dependabot-preview[bot]
1d5cad77eb
build(deps): bump graphql-shield from 7.0.14 to 7.2.0 in /backend
...
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield ) from 7.0.14 to 7.2.0.
- [Release notes](https://github.com/maticzav/graphql-shield/releases )
- [Commits](https://github.com/maticzav/graphql-shield/compare/v7.0.14...v7.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-18 20:47:14 +00:00
mattwr18
cd3e02abcf
Merge pull request #3199 from Human-Connection/spec-for-searches
...
feat: Specs For Searches
2020-03-18 21:40:09 +01:00
mattwr18
800e33e1be
chore: fix lint
2020-03-18 20:38:18 +01:00
Moriz Wahl
9c08db22dc
Changes requested by @mattwr18
2020-03-18 20:38:18 +01:00
Moriz Wahl
48564565a5
matchBeginningOfWords more compact
2020-03-18 20:38:18 +01:00
Moriz Wahl
0a15d785a3
test that a post written by muted user is not included in the search results
2020-03-18 20:38:18 +01:00
Moriz Wahl
d47274fb8e
linting
2020-03-18 20:38:18 +01:00
Moriz Wahl
b2ea4df294
refactored queryString, specs for queryString
2020-03-18 20:38:18 +01:00
Moriz Wahl
46fca229ec
search specs refactored
2020-03-18 20:38:18 +01:00
roschaefer
3d25ec5b4e
Start to refactor specs and implementation
...
@mogge this is just a rough guideline how to improve the quality of your tests.
Of course it needs to be continued.
2020-03-18 20:38:18 +01:00
Moriz Wahl
a9c6356ffa
clean db after test
2020-03-18 20:38:18 +01:00
Moriz Wahl
4f8d605b88
ensure that every post has an author
2020-03-18 20:38:18 +01:00
Moriz Wahl
5b5fc09053
fix typo
2020-03-18 20:38:18 +01:00
Moriz Wahl
4a2d250854
cypress test data adjusted to new search mechanism
2020-03-18 20:38:18 +01:00
Moriz Wahl
8f1b3b9f6b
cypress test data adjusted to new search mechanism
2020-03-18 20:38:18 +01:00
Moriz Wahl
57101b80bf
cypress tests will really pass
2020-03-18 20:38:18 +01:00
Moriz Wahl
1060a2f6d0
cypress tests will pass
2020-03-18 20:38:18 +01:00
Moriz Wahl
9cb489dce1
Specs are running and regex in searches.js is cleaned up
...
Matching the whole text entered exactly is boosted by 8.
Matching all the words entered exactly is boosted by 4.
Matching some words ebtered exactly is boosted by 2.
Glob matching is applied for words with more than three characters is not boosted.
To Do: Deal with @ and # symbols.
To Do: Find a way to match unicode, e.g. kyrillic letters.
2020-03-18 20:38:18 +01:00
Moriz Wahl
a6a2ac4fbe
search spec starts doing what it should
2020-03-18 20:38:18 +01:00
Moriz Wahl
f9b6fb95ab
spec for searches added
2020-03-18 20:38:18 +01:00
mattwr18
6d83299e75
Extract component, start story, styling (wip)
2020-03-18 19:46:40 +01:00
mattwr18
627b47837e
Rename findResources to searchResults
2020-03-18 19:45:48 +01:00
roschaefer
79fbdd7734
refactor: Avoid store use query parameters+routing
2020-03-18 16:02:15 +01:00
mattwr18
9ecf5ac33e
Merge pull request #3292 from Human-Connection/fix_travis_caching
...
chore(ci): Follow cypress docs to cache libraries
2020-03-18 16:00:08 +01:00
roschaefer
56f37702b1
refactor: Prefer router.push over router.replace
...
push maintains the history
2020-03-18 15:09:59 +01:00
roschaefer
871aaed06d
chore(ci): Disable yarn cache
2020-03-18 14:57:01 +01:00
Alina Beck
7a818a04a7
refactor and design search results page (wip)
...
Co-authored-by: mattwr18 <mattwr18@gmail.com>
Co-authored-by: Raphael Beer <raphael.beer@protonmail.com>
2020-03-18 14:33:01 +01:00
mattwr18
35f6f33bc3
Merge pull request #3287 from Human-Connection/dependabot/npm_and_yarn/cypress-4.2.0
...
build(deps-dev): bump cypress from 4.1.0 to 4.2.0
2020-03-17 10:26:12 +01:00
ogerly
1bf57cbf58
sorting result in users and posts
2020-03-17 06:15:48 +01:00
dependabot-preview[bot]
b065272b3d
build(deps-dev): bump cypress from 4.1.0 to 4.2.0
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Commits](https://github.com/cypress-io/cypress/compare/v4.1.0...v4.2.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-17 04:16:52 +00:00
Robert Schäfer
e31a46e496
Merge pull request #3268 from Human-Connection/dependabot/npm_and_yarn/webapp/acorn-5.7.4
...
build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp
2020-03-16 19:59:33 +01:00
Robert Schäfer
512ef672bf
feat: Introduce graphql image type ( #3043 )
...
* refactor(graphql): Introduce image type
* Undo changes to .travis.yml
* chore: Upgrade travis to node LTS
- URL is available since v10
* chore: use lts
Co-authored-by: mattwr18 <mattwr18@gmail.com>
2020-03-16 15:32:19 +01:00
mattwr18
23afe9be74
Merge pull request #3284 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-actions-5.3.17
...
build(deps-dev): bump @storybook/addon-actions from 5.3.14 to 5.3.17 in /webapp
2020-03-16 13:11:28 +01:00
dependabot-preview[bot]
40b8e25753
build(deps): [security] bump acorn from 5.7.3 to 5.7.4 in /webapp
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 5.7.3 to 5.7.4. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 11:57:18 +00:00
Robert Schäfer
ac71c1da9d
Merge pull request #3281 from Human-Connection/dependabot/npm_and_yarn/webapp/date-fns-2.11.0
...
build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp
2020-03-16 12:54:20 +01:00
Robert Schäfer
2d540bcaba
Merge pull request #3267 from Human-Connection/3266-update-node-version-to-match-dockerfile-travis
...
chore: Dockerfile/Travis node versions match
2020-03-16 12:54:05 +01:00
Robert Schäfer
5988eac410
Merge pull request #3278 from Human-Connection/dependabot/npm_and_yarn/backend/date-fns-2.11.0
...
build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend
2020-03-16 12:53:21 +01:00
Robert Schäfer
82e57f7182
Merge pull request #3277 from Human-Connection/dependabot/npm_and_yarn/backend/hapi/joi-17.1.1
...
build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend
2020-03-16 12:53:12 +01:00
Robert Schäfer
c6cd6e4e59
Merge pull request #3276 from Human-Connection/dependabot/npm_and_yarn/backend/neo4j-driver-4.0.2
...
build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend
2020-03-16 12:53:04 +01:00
Robert Schäfer
145c409485
Merge pull request #3275 from Human-Connection/dependabot/npm_and_yarn/neo4j-driver-4.0.2
...
build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2
2020-03-16 12:52:53 +01:00
mattwr18
43c437facc
Merge pull request #3258 from Human-Connection/2117-refactor-deprecated-slot-syntax
...
refactor: deprecated slot syntax [2117]
2020-03-16 10:30:10 +01:00
dependabot-preview[bot]
843fe8cfa7
build(deps-dev): bump @storybook/addon-actions in /webapp
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.14 to 5.3.17.
- [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/v5.3.17/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 09:07:51 +00:00
dependabot-preview[bot]
e9d0051f97
build(deps): bump date-fns from 2.10.0 to 2.11.0 in /webapp
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/date-fns/date-fns/releases )
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md )
- [Commits](https://github.com/date-fns/date-fns/compare/v2.10.0...v2.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 09:07:11 +00:00
dependabot-preview[bot]
22fbb8075c
build(deps-dev): bump neo4j-driver from 4.0.1 to 4.0.2
...
Bumps [neo4j-driver](https://github.com/neo4j/neo4j-javascript-driver ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/neo4j/neo4j-javascript-driver/releases )
- [Commits](https://github.com/neo4j/neo4j-javascript-driver/compare/4.0.1...4.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 09:03:47 +00:00
dependabot-preview[bot]
0c03b0a286
build(deps): bump neo4j-driver from 4.0.1 to 4.0.2 in /backend
...
Bumps [neo4j-driver](https://github.com/neo4j/neo4j-javascript-driver ) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/neo4j/neo4j-javascript-driver/releases )
- [Commits](https://github.com/neo4j/neo4j-javascript-driver/compare/4.0.1...4.0.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 09:03:43 +00:00
dependabot-preview[bot]
419d187106
build(deps): bump date-fns from 2.10.0 to 2.11.0 in /backend
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.10.0 to 2.11.0.
- [Release notes](https://github.com/date-fns/date-fns/releases )
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md )
- [Commits](https://github.com/date-fns/date-fns/compare/v2.10.0...v2.11.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 09:03:24 +00:00
dependabot-preview[bot]
6356c0e5b7
build(deps): bump @hapi/joi from 17.1.0 to 17.1.1 in /backend
...
Bumps [@hapi/joi](https://github.com/hapijs/joi ) from 17.1.0 to 17.1.1.
- [Release notes](https://github.com/hapijs/joi/releases )
- [Commits](https://github.com/hapijs/joi/compare/v17.1.0...v17.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 09:03:23 +00:00
mattwr18
f5dfef49a8
Merge pull request #3282 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-notes-5.3.17
...
build(deps-dev): bump @storybook/addon-notes from 5.3.14 to 5.3.17 in /webapp
2020-03-16 10:02:25 +01:00