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
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
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
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
3d2ce3960c
added url of conversation
2019-05-07 14:01:43 +02:00
Robert Schäfer
be10691ed5
Merge pull request #547 from Human-Connection/dependabot/npm_and_yarn/backend/babel-jest-24.8.0
...
Bump babel-jest from 24.7.1 to 24.8.0 in /backend
2019-05-07 14:01:17 +02:00
Robert Schäfer
c62e4a717c
Merge pull request #550 from Human-Connection/dependabot/npm_and_yarn/webapp/jest-24.8.0
...
Bump jest from 24.7.1 to 24.8.0 in /webapp
2019-05-07 14:00:48 +02:00
140ba848c7
removed testcase, added todo
2019-05-07 14:00:02 +02:00
Robert Schäfer
1423827689
Merge pull request #540 from Human-Connection/dependabot/npm_and_yarn/backend/dotenv-8.0.0
...
Bump dotenv from 7.0.0 to 8.0.0 in /backend
2019-05-07 13:33:57 +02:00
Robert Schäfer
40a1c84df5
Merge pull request #559 from Human-Connection/dependabot/npm_and_yarn/webapp/tiptap-extensions-1.18.1
...
Bump tiptap-extensions from 1.17.0 to 1.18.1 in /webapp
2019-05-07 13:33:31 +02:00
dependabot[bot]
0572d122fb
Bump eslint-plugin-node from 8.0.1 to 9.0.1 in /backend
...
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node ) from 8.0.1 to 9.0.1.
- [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases )
- [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v8.0.1...v9.0.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-07 10:47:31 +00:00
dependabot[bot]
90603007f3
Bump jest from 24.7.1 to 24.8.0 in /webapp
...
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 10:47:25 +00:00
dependabot[bot]
264ba2aaf7
Bump babel-jest from 24.7.1 to 24.8.0 in /backend
...
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-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/commits/v24.8.0/packages/babel-jest )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-07 10:47:20 +00:00
dependabot[bot]
d538b4e195
Bump tiptap-extensions from 1.17.0 to 1.18.1 in /webapp
...
Bumps [tiptap-extensions](https://github.com/scrumpy/tiptap ) from 1.17.0 to 1.18.1.
- [Release notes](https://github.com/scrumpy/tiptap/releases )
- [Commits](https://github.com/scrumpy/tiptap/compare/tiptap-extensions@1.17.0...tiptap-extensions@1.18.1 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-07 10:47:00 +00:00
dependabot[bot]
db1c22d92e
Bump dotenv from 7.0.0 to 8.0.0 in /backend
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases )
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-07 10:46:24 +00:00
Robert Schäfer
473a7ec95a
Merge pull request #512 from Human-Connection/test-out-cypress-plugin-retries
...
[WIP] Rerun moderation/report tests on failure
2019-05-07 12:44:26 +02:00
Robert Schäfer
b8cecd7fe3
Merge pull request #536 from Human-Connection/352-add-authorship-to-comments
...
Add authorship to comments at creation
2019-05-07 12:03:29 +02:00
Robert Schäfer
b8600b37ad
Merge branch 'master' into test-out-cypress-plugin-retries
2019-05-07 11:57:06 +02:00
Robert Schäfer
beb075af2c
Merge pull request #530 from Human-Connection/dependabot/npm_and_yarn/backend/node-fetch-2.5.0
...
Bump node-fetch from 2.4.1 to 2.5.0 in /backend
2019-05-07 11:21:46 +02:00
Robert Schäfer
c6968e4439
Merge pull request #538 from Human-Connection/dependabot/npm_and_yarn/dotenv-8.0.0
...
Bump dotenv from 7.0.0 to 8.0.0
2019-05-07 11:18:37 +02:00
Robert Schäfer
4b8c6c7459
Merge pull request #558 from Human-Connection/dependabot/npm_and_yarn/webapp/tiptap-1.18.0
...
Bump tiptap from 1.17.0 to 1.18.0 in /webapp
2019-05-07 11:18:04 +02:00
dependabot[bot]
30a5e394c7
Bump tiptap from 1.17.0 to 1.18.0 in /webapp
...
Bumps [tiptap](https://github.com/scrumpy/tiptap ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/scrumpy/tiptap/releases )
- [Commits](https://github.com/scrumpy/tiptap/compare/tiptap@1.17.0...tiptap@1.18.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-07 04:52:37 +00:00
dependabot[bot]
42016178c5
Bump node-fetch from 2.4.1 to 2.5.0 in /backend
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/bitinn/node-fetch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.4.1...v2.5.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-06 23:42:06 +00:00
dependabot[bot]
af56b7aa81
Bump dotenv from 7.0.0 to 8.0.0
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases )
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v7.0.0...v8.0.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-06 23:41:18 +00:00
Robert Schäfer
0d07873659
Merge pull request #515 from Human-Connection/dependabot/npm_and_yarn/webapp/node-sass-4.12.0
...
Bump node-sass from 4.11.0 to 4.12.0 in /webapp
2019-05-07 01:39:07 +02:00
Robert Schäfer
9c826f868d
Merge pull request #546 from Human-Connection/dependabot/npm_and_yarn/backend/helmet-3.18.0
...
Bump helmet from 3.16.0 to 3.18.0 in /backend
2019-05-07 01:38:33 +02:00
Robert Schäfer
9df83f5cee
Merge pull request #548 from Human-Connection/dependabot/npm_and_yarn/neo4j-driver-1.7.4
...
Bump neo4j-driver from 1.7.3 to 1.7.4
2019-05-07 01:38:00 +02:00
Robert Schäfer
a1b74bef00
Configure 1 retry on Travis
2019-05-07 00:51:18 +02:00
Robert Schäfer
d255a165b4
Delete unused folder cypres/cypress/
...
Where did that come from? @mattwr18
2019-05-07 00:49:48 +02:00
Robert Schäfer
e23c838aaa
Merge remote-tracking branch 'origin/master' into test-out-cypress-plugin-retries
2019-05-07 00:25:52 +02:00
Robert Schäfer
d0765f82c4
Merge pull request #504 from Human-Connection/469-add-coveralls
...
Add test coverage
2019-05-07 00:05:32 +02:00
Robert Schäfer
4097f0ed82
Merge pull request #452 from Human-Connection/451-lokalise-unlocalised-texts
...
[WIP] 451 lokalise unlocalised texts
2019-05-06 23:10:00 +02:00
dependabot[bot]
fc7d8a5c6c
Bump neo4j-driver from 1.7.3 to 1.7.4
...
Bumps [neo4j-driver](https://github.com/neo4j/neo4j-javascript-driver ) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/neo4j/neo4j-javascript-driver/releases )
- [Commits](https://github.com/neo4j/neo4j-javascript-driver/compare/1.7.3...1.7.4 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-06 21:08:57 +00:00
dependabot[bot]
a58258c668
Bump node-sass from 4.11.0 to 4.12.0 in /webapp
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 4.11.0 to 4.12.0.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v4.11.0...v4.12.0 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-06 21:08:52 +00:00