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
7d215739bb
corrected docker volumes paths
2019-05-08 14:14:21 +02:00
e2d2236c1a
add volumes to docker-compose.travis.yml, modified .travis.yml for codecov upload
2019-05-08 14:08:20 +02:00
88dc38de8f
added .codecov.yaml
2019-05-08 13:50:49 +02:00
Wolfgang Huß
0ffbe567c7
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 463-delete-socialMedia
2019-05-08 08:54:11 +02:00
dependabot[bot]
cf9799fb18
Bump apollo-server from 2.4.8 to 2.5.0 in /backend
...
Bumps [apollo-server](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@2.4.8...apollo-server@2.5.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-08 04:54:22 +00:00
dependabot[bot]
a35c77fbab
Bump graphql from 14.2.1 to 14.3.0 in /webapp
...
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 04:51:14 +00:00
mattwr18
5a60fa63ca
Merge pull request #562 from Human-Connection/prevent_argument_list_too_long
...
Prevent `argument list too long` error
2019-05-07 20:59:50 -03:00
Matt Rider
696ddcb543
Revert webapp/package.json yarn.lock
...
- upgrading tiptap introduces a breaking change to the tests for the editor
- issue reported here https://github.com/scrumpy/tiptap/issues/188
2019-05-07 20:46:08 -03:00
mattwr18
fe4535e2d7
Merge branch 'master' into 554-add-component-test-CommentForm
2019-05-07 20:16:16 -03:00
Matt Rider
09a8ad78b8
Merge in changes in master from comments PR #536
2019-05-07 20:13:41 -03:00
Robert Schäfer
dfef37b3f6
Prevent argument list too long error
2019-05-08 00:46:07 +02:00
mattwr18
8baf9ca25e
Merge pull request #529 from Human-Connection/split_data_import
...
Performant import of production data
2019-05-07 18:08:53 -03:00
Robert Schäfer
bcc2c4dbbb
Configure scripts and docker-compose.yml
...
After endless try/error I found the way to share volumes between
multiple docker-compose.ymls: You have to place those files in the same
folder. Also the import scripts must be adapted.
2019-05-07 21:48:09 +02:00
48920f8b9d
empty strength bar for empty password field
2019-05-07 20:41:22 +02:00
f6b25fd8f2
reset form after successful pw change
2019-05-07 20:34:25 +02:00
0f2c0f7efe
updated styleguide to 0.5.17, fixed password cross validation & display passwordstrength on passwordchange
2019-05-07 20:22:38 +02:00
Robert Schäfer
099a5c9cf4
Remove obsolete docker-compose files
...
Since we moved to a monorepo, we have it in the top level folder.
2019-05-07 19:24:59 +02:00
Robert Schäfer
13906c29aa
Setup unique constraints on ids
...
This will
* speed up data import from production
* make sure we never have the same ids on certain labels
2019-05-07 19:23:42 +02:00
Robert Schäfer
5771efc920
Add binary idle to keep container spinning
2019-05-07 19:17:42 +02:00
Robert Schäfer
7c139bed1a
Remove obsolete binary to create RSA keys
...
We can supply files on kubernetes through secrets
2019-05-07 19:17:21 +02:00
Robert Schäfer
b5d91cffef
Implement @appinteractive's suggestions
...
This:
https://github.com/Human-Connection/Human-Connection/pull/529#discussion_r280065855
2019-05-07 19:15:47 +02:00
Robert Schäfer
43ea3f56b4
Merge remote-tracking branch 'origin/master' into split_data_import
2019-05-07 19:12:44 +02:00
305c999321
updated nitro-styleguide package
2019-05-07 16:42:35 +02:00
Robert Schäfer
8f5faa11e3
Merge pull request #544 from Human-Connection/dependabot/npm_and_yarn/backend/jest-24.8.0
...
Bump jest from 24.7.1 to 24.8.0 in /backend
2019-05-07 16:37:03 +02:00
aonomike
399507c7fb
Fix linting issues
2019-05-07 15:56:31 +03:00
dependabot[bot]
cce81a5ec0
Bump jest from 24.7.1 to 24.8.0 in /backend
...
Bumps [jest](https://github.com/facebook/jest ) from 24.7.1 to 24.8.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v24.7.1...v24.8.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-07 12:25:10 +00:00
Robert Schäfer
9ff8b34840
Merge pull request #543 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-plugin-node-9.0.1
...
Bump eslint-plugin-node from 8.0.1 to 9.0.1 in /backend
2019-05-07 14:23:14 +02:00
aonomike
3ff034d014
Refactor <img> tags to use Image component
2019-05-07 15:21:42 +03:00
34fa8cf29a
blind changes - need updated sytleguide for verifying
2019-05-07 14:13:45 +02:00
Robert Schäfer
287a55db9f
Remove test case entirely
...
@ulfgebhardt when I write "Remove test case" I mean indeed removing all
the lines of code of that test case, not only disabling it. Commenting
out code *and pushing it to version control* is a strong anti-pattern. Why?
First, code comments get out of date quickly. "Never trust code comments".
Second: In our example here, it creates anxiety because other contributors might
believe there was a reason why the commented code exists.
Read:
* https://blog.codinghorror.com/coding-without-comments/
* https://www.nayuki.io/page/dont-share-commented-out-code
* https://softwareengineering.stackexchange.com/questions/1/comments-are-a-code-smell
2019-05-07 14:10:12 +02:00
Robert Schäfer
0637d97648
Merge remote-tracking branch 'origin/master' into 2019/kw15/User_can_change_its_username_to_emptystring
2019-05-07 14:09:10 +02:00