2822 Commits

Author SHA1 Message Date
roschaefer
515aade3d0 Update eslint-config-* 2020-03-24 21:16:58 +01:00
roschaefer
276ea79e8f Update prettier to v2 2020-03-24 21:11:11 +01:00
Robert Schäfer
0f471235e4
Merge pull request #3323 from Human-Connection/3322-fix-image-url-returns-undefined
fix(migration): return null for Image.url
2020-03-24 13:41:23 +01:00
mattwr18
a668329327
Merge pull request #3296 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-7.2.1
build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend
2020-03-24 09:39:09 +01:00
mattwr18
6e0459ca2d fix(build): make locations spec more resilient 2020-03-23 20:45:17 +01:00
mattwr18
2c997b2d0a fix(build): make locations spec more resilient 2020-03-23 20:43:31 +01:00
mattwr18
698c85b262 fix(backend): Obfuscate avatar/image fix test
- Then Image.url can be non-nullable because we return null if the
  resource is deleted.
2020-03-23 19:16:10 +01:00
mattwr18
e0e026a8b8 fix(migration): return null for Image.url 2020-03-23 18:46:28 +01:00
roschaefer
ed7b739d98 fix(migration): Avoid unique constraint violation 2020-03-20 20:25:37 +01:00
mattwr18
b08b2da0a1 chore: upgrade to v0.5.0 2020-03-20 12:35:20 +01:00
mattwr18
576b511d03
Merge pull request #3297 from Human-Connection/2143-search-for-hashtags
feat: Search for Hashtags
2020-03-20 12:25:47 +01:00
mattwr18
8f99851492
Merge pull request #3300 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-soundcloud-5.11.7
build(deps): bump metascraper-soundcloud from 5.11.6 to 5.11.7 in /backend
2020-03-20 10:42:10 +01:00
dependabot-preview[bot]
4e32ab7e6c
build(deps): bump metascraper-soundcloud in /backend
Bumps [metascraper-soundcloud](https://github.com/microlinkhq/metascraper-soundcloud) from 5.11.6 to 5.11.7.
- [Release notes](https://github.com/microlinkhq/metascraper-soundcloud/releases)
- [Commits](https://github.com/microlinkhq/metascraper-soundcloud/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-20 04:17:58 +00:00
dependabot-preview[bot]
42c8754e88
build(deps): bump validator from 12.2.0 to 13.0.0 in /backend
Bumps [validator](https://github.com/chriso/validator.js) from 12.2.0 to 13.0.0.
- [Release notes](https://github.com/chriso/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chriso/validator.js/compare/12.2.0...13.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-20 04:17:19 +00:00
Moriz Wahl
7d29400ef9 tag fulltext index added to store 2020-03-19 15:44:30 +01:00
Moriz Wahl
4e3705f607 specs for Search for Hashtags 2020-03-19 15:10:52 +01:00
Moriz Wahl
1c43d5fe6f Search for Hashtags works due watching route in pages/index.vue 2020-03-19 14:19:13 +01:00
Moriz Wahl
014be6e7f8 partially working, index page does not update when route is changed 2020-03-19 12:59:15 +01:00
Moriz Wahl
e236838523 migration added for index for fulltext tag search 2020-03-19 12:55:59 +01:00
dependabot-preview[bot]
bc67ade3b6
build(deps): bump graphql-shield from 7.2.0 to 7.2.1 in /backend
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/maticzav/graphql-shield/releases)
- [Commits](https://github.com/maticzav/graphql-shield/compare/v7.2.0...v7.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-19 04:19:12 +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
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
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
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
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
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
8f3b112d1e
Merge pull request #3280 from Human-Connection/dependabot/npm_and_yarn/backend/mustache-4.0.1
build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend
2020-03-16 10:01:56 +01:00
dependabot-preview[bot]
355143030b
build(deps): bump mustache from 4.0.0 to 4.0.1 in /backend
Bumps [mustache](https://github.com/janl/mustache.js) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/janl/mustache.js/releases)
- [Changelog](https://github.com/janl/mustache.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/janl/mustache.js/compare/v4.0.0...v4.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 04:18:19 +00:00
dependabot-preview[bot]
87a455db89
build(deps): bump @sentry/node from 5.14.1 to 5.14.2 in /backend
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 5.14.1 to 5.14.2.
- [Release notes](https://github.com/getsentry/sentry-javascript/releases)
- [Changelog](https://github.com/getsentry/sentry-javascript/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getsentry/sentry-javascript/compare/5.14.1...5.14.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-16 04:15:39 +00:00
dependabot-preview[bot]
18a260ec91
build(deps): [security] bump acorn from 6.3.0 to 6.4.1 in /backend
Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-15 14:02:50 +00:00
mattwr18
71cae25cd4
Merge pull request #3265 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-7.2.0
build(deps): bump graphql-shield from 7.1.0 to 7.2.0 in /backend
2020-03-13 13:43:10 +01:00
mattwr18
8b1bfc91da
Merge pull request #3264 from Human-Connection/dependabot/npm_and_yarn/backend/sanitize-html-1.22.1
build(deps): bump sanitize-html from 1.22.0 to 1.22.1 in /backend
2020-03-13 13:42:51 +01:00