3362 Commits

Author SHA1 Message Date
4fef755caf
removed invalid test case 2019-05-09 14:43:56 +02:00
4a9514c5fb
tried to removed duplicate submit call 2019-05-09 14:42:12 +02:00
2cb8d793fb
removed failing test 2019-05-09 14:37:42 +02:00
Wolfgang Huß
a9860c49fc
Merge pull request #535 from Human-Connection/463-delete-socialMedia
Delete SocialMedia
2019-05-09 14:25:30 +02:00
Wolfgang Huß
46d3dc8588 Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 463-delete-socialMedia 2019-05-09 08:43:11 +02:00
7983a93fbd
Merge branch 'master' into 2019/kw15/User_can_change_its_username_to_emptystring 2019-05-09 08:26:53 +02:00
dependabot[bot]
6566548f4e
Bump codecov from 3.3.0 to 3.4.0
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/codecov/codecov-node/releases)
- [Commits](https://github.com/codecov/codecov-node/compare/v3.3.0...v3.4.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-09 04:55:41 +00:00
dependabot[bot]
587fa8cd0d
Bump tippy.js from 4.3.0 to 4.3.1 in /webapp
Bumps [tippy.js](https://github.com/atomiks/tippyjs) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/atomiks/tippyjs/releases)
- [Commits](https://github.com/atomiks/tippyjs/compare/v4.3.0...v4.3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-09 04:50:17 +00:00
Matt Rider
fdab1e12c2 Merge branch 'master' of github.com:Human-Connection/Human-Connection into 296-image_component 2019-05-08 21:32:08 -03:00
Matt Rider
b8465c914c Update failing test, fix linting
- moved passwordStrength to watch since there was a "unexpected side effect in computed property vue" in lint
- found this SO post https://stackoverflow.com/questions/53757107/handling-unexpected-side-effect-in-computed-properties-vuejs
2019-05-08 21:20:58 -03:00
Matt Rider
5058a0c778 Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2019/kw15/change_password_strength 2019-05-08 20:31:21 -03:00
aonomike
bf57198815 Refactor code based on comments from PR review 2019-05-09 02:27:03 +03:00
0a1359ed63
Merge branch 'master' into 572-downgrade-tiptap-due-to-bug-introduced-in-newer-version 2019-05-09 00:40:40 +02:00
dependabot[bot]
2b67b7ddca
Bump @human-connection/styleguide from 0.5.15 to 0.5.17 in /webapp
Bumps @human-connection/styleguide from 0.5.15 to 0.5.17.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-08 21:57:33 +00:00
d6f423d845
Merge pull request #574 from Human-Connection/2019/kw19/codecov
2019/kw19/codecov
2019-05-08 23:55:20 +02:00
00d5c4fde5
ignore dist folder 2019-05-08 22:58:00 +02:00
Daniel Grijalva
07bf1b4653 comply with tests 2019-05-08 13:57:47 -07:00
9c9522af8b
typo 2019-05-08 22:53:11 +02:00
63b7ded4b6
ignore test modules in coverage estimation 2019-05-08 22:42:33 +02:00
Daniel Grijalva
87c3f4619e lint fix 2019-05-08 13:29:39 -07:00
Daniel Grijalva
885a282b2a Merge branch 'delete-posts' of github.com:danielgrijalva/Human-Connection into delete-posts 2019-05-08 12:16:13 -07:00
Daniel Grijalva
6af29c6b8e DeleteModal tests 2019-05-08 12:15:48 -07:00
466a9584ea
backend test pattern 2019-05-08 20:43:13 +02:00
9d7a9fd3de
bavel plugin for dynamic imports, frontend test & coverage collection working fine 2019-05-08 20:40:03 +02:00
28c44f2781
corrected testMatch pattern, fixed backend coverage collection (?) 2019-05-08 20:16:18 +02:00
900dfb9693
renabled tests - it seems like the reports do not work very well 2019-05-08 20:04:55 +02:00
3ca04a5c1e
typo 2019-05-08 20:02:52 +02:00
ec9b3607d8
compute coverage over all code 2019-05-08 19:52:04 +02:00
4092a8873b
overall coverage seems not to be reported..., removed parts of tests not the whole thing 2019-05-08 19:38:01 +02:00
12ec2b8683
fixed codecov report layout, disabled tests in front- & backend for testing - should fail 2019-05-08 19:13:09 +02:00
af9469908e
removed patch status?! 2019-05-08 18:52:01 +02:00
ec72bdd9bd
included all known and valid options 2019-05-08 17:59:29 +02:00
d9575d6b48
fixed .codecov.yml 2019-05-08 17:52:28 +02:00
Matt Rider
943a7c7a89 Revert tiptap upgrade
- it introduced a bug that caused failing tests
- I have found an open issue on the repo and commented what I experienced here https://github.com/scrumpy/tiptap/issues/188#issuecomment-490532736
2019-05-08 12:29:23 -03:00
c9f90058ed
just a commit to start another test PR 2019-05-08 17:25:05 +02:00
1e321dec7d
Merge pull request #569 from Human-Connection/2019/kw19/codecov
2019/kw19/codecov
2019-05-08 17:24:08 +02:00
f63ed9d8ba
even more options 2019-05-08 16:27:31 +02:00
b92bdc8d29
more comment options 2019-05-08 16:21:45 +02:00
Wolfgang Huß
c4a4d3d1f0 Wrote an additional frontend unit test
Skipped writing of a modal dialog before deletion, because many code parts are on the way in the delete post PR.
So makes no sense to write them twice.
I make a new issue …
2019-05-08 16:04:09 +02:00
dc2f364271
always post new coverage data, this way it will be always at the bottom 2019-05-08 15:54:18 +02:00
6aa4426c42
adjusted .codecov.yml a bit - hopefully we get better results 2019-05-08 15:46:19 +02:00
Matt Rider
632ad37a3f Merge in changes from master 2019-05-08 09:55:55 -03:00
Matt Rider
cfef88fc6e Merge branch 'master' of github.com:Human-Connection/Human-Connection into 554-add-component-test-CommentForm 2019-05-08 09:44:07 -03:00
ddb33da045
absolute paths 2019-05-08 14:42:25 +02:00
3545f1240e
another try with relative paths 2019-05-08 14:30:21 +02:00
dependabot[bot]
13ed5024dd
Bump apollo-server-testing from 2.4.8 to 2.5.0 in /backend
Bumps [apollo-server-testing](https://github.com/apollographql/apollo-server) from 2.4.8 to 2.5.0.
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/compare/apollo-server-testing@2.4.8...apollo-server-testing@2.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-08 12:28:11 +00:00
dependabot[bot]
a07c4d15d7
Bump graphql from 14.2.1 to 14.3.0 in /backend
Bumps [graphql](https://github.com/graphql/graphql-js) from 14.2.1 to 14.3.0.
- [Release notes](https://github.com/graphql/graphql-js/releases)
- [Commits](https://github.com/graphql/graphql-js/compare/v14.2.1...v14.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-08 12:28:05 +00:00
Robert Schäfer
28b4276145
Merge pull request #565 from Human-Connection/dependabot/npm_and_yarn/webapp/graphql-14.3.0
Bump graphql from 14.2.1 to 14.3.0 in /webapp
2019-05-08 14:25:02 +02:00
Robert Schäfer
43686ec8ec
Merge pull request #568 from Human-Connection/dependabot/npm_and_yarn/backend/apollo-server-2.5.0
Bump apollo-server from 2.4.8 to 2.5.0 in /backend
2019-05-08 14:24:26 +02:00
Wolfgang Huß
ff303fccd3 Fixed linting errors 2019-05-08 14:14:34 +02:00