roschaefer
c8c345be48
Fixup bug dath
2019-09-18 02:13:20 +02:00
roschaefer
c189b62073
Set app version
2019-09-18 02:13:20 +02:00
roschaefer
18ffafcabc
Assign the neo4j pod at least 1G memory
...
I just went into memory issues when creating all the pods. Neo4j was in
a crash loop with exit code 137. Apparently this one:
https://success.docker.com/article/what-causes-a-container-to-exit-with-code-137
2019-09-18 02:13:19 +02:00
roschaefer
fccf53a176
Implement services and maintenance deployment
...
Also found:
```
Some users have raised concerns that the Neo4j image changes file permissions on the host machine.
By default, Neo4j runs as the user neo4j who only exists in the container, not on the host. That means that it's hard to set up mount folders on the host which this new user has write permissions for. We have updated the error messaging with advice about how to fix file permission errors. We also introduced writability checks and reduced the amount of file permission changes the image will perform. This has been found to interfere with some Kubernetes setups, so is currently an opt-in feature.
To enforce stricter file permissions checking you can pass this environment variable to the container:
--env SECURE_FILE_PERMISSIONS=yes
```
from https://hub.docker.com/_/neo4j
Implemented the above ☝️
2019-09-18 02:13:19 +02:00
mattwr18
e4533015bd
Merge pull request #1619 from Human-Connection/dont_create_accounts_for_unverified_users
...
Don't create accounts for unverified users
2019-09-17 22:58:20 +02:00
roschaefer
a2a71975ab
Templates for webapp+neo4j, use camelCase
2019-09-17 22:22:14 +02:00
dependabot-preview[bot]
f9b310d358
Bump metascraper-author from 5.6.6 to 5.7.4 in /backend
...
Bumps [metascraper-author](https://github.com/microlinkhq/metascraper ) from 5.6.6 to 5.7.4.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.6.6...v5.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 20:16:32 +00:00
Robert Schäfer
ecf353d3bc
Merge pull request #1611 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-title-5.7.4
...
Bump metascraper-title from 5.7.0 to 5.7.4 in /backend
2019-09-17 22:14:38 +02:00
Robert Schäfer
cb1d13f2a6
Merge pull request #1617 from Human-Connection/1616_resend_registration_mail
...
Resend registration mail if user has not yet registered
2019-09-17 22:14:13 +02:00
roschaefer
af3bdaef52
Don't create accounts for unverified users
2019-09-17 19:16:56 +02:00
aonomike
3e7e240392
Refactor it updates disabled test for Comment
2019-09-17 18:59:21 +03:00
mattwr18
fd8cec55ad
Fix disappearing embed on comments
...
- by passing the prop content to the content-viewer with the comments
content if it is less than 180 characters or if it's different from the
contentExcerpt
2019-09-17 17:50:40 +02:00
roschaefer
a8dded2263
Fix #1616
2019-09-17 17:47:26 +02:00
aonomike
5c06ba39e2
Refactor moderate Comment tests
2019-09-17 18:46:45 +03:00
dependabot-preview[bot]
471f94799e
Bump metascraper-title from 5.7.0 to 5.7.4 in /backend
...
Bumps [metascraper-title](https://github.com/microlinkhq/metascraper ) from 5.7.0 to 5.7.4.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.7.0...v5.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 14:42:44 +00:00
Robert Schäfer
321e50d20c
Merge pull request #1609 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-14.5.6
...
Bump graphql from 14.5.4 to 14.5.6 in /backend
2019-09-17 16:42:00 +02:00
Robert Schäfer
092bbae573
Merge pull request #1608 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-6.4.0
...
Bump eslint from 6.3.0 to 6.4.0 in /backend
2019-09-17 16:41:28 +02:00
Robert Schäfer
d16c27893c
Merge pull request #1607 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxtjs/apollo-4.0.0-rc13
...
Bump @nuxtjs/apollo from 4.0.0-rc12 to 4.0.0-rc13 in /webapp
2019-09-17 16:41:14 +02:00
Robert Schäfer
34dd22486a
Merge pull request #1606 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-publisher-5.7.4
...
Bump metascraper-publisher from 5.6.6 to 5.7.4 in /backend
2019-09-17 16:40:45 +02:00
Robert Schäfer
43cc907078
Merge pull request #1605 from Human-Connection/dependabot/npm_and_yarn/backend/date-fns-2.2.1
...
Bump date-fns from 2.1.0 to 2.2.1 in /backend
2019-09-17 16:40:29 +02:00
Robert Schäfer
3720ddbe33
Merge pull request #1604 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-audio-5.7.4
...
Bump metascraper-audio from 5.6.6 to 5.7.4 in /backend
2019-09-17 16:40:09 +02:00
Robert Schäfer
b713fd699a
Merge pull request #1603 from Human-Connection/roschaefer-patch-1
...
Add CodeTriage helpers badge
2019-09-17 16:39:55 +02:00
Alina Beck
e53609ab14
add german translation to signup template
2019-09-17 15:28:24 +01:00
Alexander Friedland
4bed7435ec
update add backslash
2019-09-17 16:23:01 +02:00
Alexander Friedland
3f6cec8e27
update backslash
2019-09-17 16:22:12 +02:00
Alina Beck
24fb601739
clean up email template
2019-09-17 15:17:36 +01:00
ogerly
a588a7bc12
links_to_imprint_and_privacy_policy_changed_to_human-connection.org
2019-09-17 16:16:22 +02:00
Alina Beck
f483220590
use nodemailer-html-to-text plugin to transform html content to plain text
2019-09-17 14:27:10 +01:00
aonomike
a6f4362a3f
Refactor Moderator spec tp use apollo-server-testing
...
- Refactor unauthentiacted path for logged in and un logged in user
2019-09-17 15:51:49 +03:00
Wolfgang Huß
1ec2990114
Merge pull request #1571 from Human-Connection/1276-hashtag-links-url-safe
...
🍰 Make hashtag links URL safe
2019-09-17 14:43:21 +02:00
Robert Schäfer
5466cf69b2
Merge pull request #1601 from Human-Connection/github_release_without_uploads
...
Relase without any artifacts
2019-09-17 13:52:54 +02:00
roschaefer
caf2bc79cf
Start to write a helm chart for Human Connection
2019-09-17 13:47:51 +02:00
roschaefer
2f90a45da7
Follow @Tirokk 's review and fix a bug
...
The bug happened because the hashtag link won't get parsed by the
extension. This is desired for mentions because you don't want to
re-notify a user if you haven't updated the text in which you notify
somebody. For hashtags this is undesired and would lead to transforming
the hashtag link into a normal link on the next edit of a post.
2019-09-17 11:09:45 +02:00
Wolfgang Huß
b509a224ce
Merge branch 'master' of https://github.com/Human-Connection/Human-Connection into 1276-hashtag-links-url-safe
2019-09-17 10:16:35 +02:00
Wolfgang Huß
02c6bf70f3
Change the dummy domain to https://human-connection.org
2019-09-17 10:16:12 +02:00
Wolfgang Huß
d28a1f17f1
Merge branch '1276-hashtag-links-url-safe' of https://github.com/Human-Connection/Human-Connection into 1276-hashtag-links-url-safe
2019-09-17 10:01:17 +02:00
Wolfgang Huß
b06b353f6a
Corrected comment to unicode letter(s)
2019-09-17 09:58:35 +02:00
Vasily Belolapotkov
eeee5f8e9b
refactor graphQL queries in follow spec
2019-09-17 10:50:03 +03:00
mattwr18
7926cb39ba
Improve English descriptions
2019-09-17 08:50:22 +02:00
dependabot-preview[bot]
2d430ee72c
Bump graphql from 14.5.4 to 14.5.6 in /backend
...
Bumps [graphql](https://github.com/graphql/graphql-js ) from 14.5.4 to 14.5.6.
- [Release notes](https://github.com/graphql/graphql-js/releases )
- [Commits](https://github.com/graphql/graphql-js/compare/v14.5.4...v14.5.6 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 04:25:24 +00:00
dependabot-preview[bot]
541cd371ac
Bump eslint from 6.3.0 to 6.4.0 in /backend
...
Bumps [eslint](https://github.com/eslint/eslint ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v6.3.0...v6.4.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 04:23:37 +00:00
dependabot-preview[bot]
e89ae1f8d5
Bump @nuxtjs/apollo from 4.0.0-rc12 to 4.0.0-rc13 in /webapp
...
Bumps [@nuxtjs/apollo](https://github.com/nuxt-community/apollo-module ) from 4.0.0-rc12 to 4.0.0-rc13.
- [Release notes](https://github.com/nuxt-community/apollo-module/releases )
- [Commits](https://github.com/nuxt-community/apollo-module/compare/v4.0.0-rc.12...v4.0.0-rc.13 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 04:22:55 +00:00
dependabot-preview[bot]
9f4d1be37e
Bump metascraper-publisher from 5.6.6 to 5.7.4 in /backend
...
Bumps [metascraper-publisher](https://github.com/microlinkhq/metascraper ) from 5.6.6 to 5.7.4.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.6.6...v5.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 04:22:52 +00:00
dependabot-preview[bot]
a189b388d9
Bump date-fns from 2.1.0 to 2.2.1 in /backend
...
Bumps [date-fns](https://github.com/date-fns/date-fns ) from 2.1.0 to 2.2.1.
- [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.1.0...v2.2.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 04:22:13 +00:00
dependabot-preview[bot]
a8aee791df
Bump metascraper-audio from 5.6.6 to 5.7.4 in /backend
...
Bumps [metascraper-audio](https://github.com/microlinkhq/metascraper ) from 5.6.6 to 5.7.4.
- [Release notes](https://github.com/microlinkhq/metascraper/releases )
- [Changelog](https://github.com/microlinkhq/metascraper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/microlinkhq/metascraper/compare/v5.6.6...v5.7.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-17 04:21:41 +00:00
Robert Schäfer
01e4cf83e6
Add CodeTriage helpers badge
2019-09-17 02:28:53 +02:00
roschaefer
889a7cdd24
Intermediate commit
2019-09-17 02:20:24 +02:00
Robert Schäfer
793a4b7882
Merge pull request #1582 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-image-5.7.4
...
Bump metascraper-image from 5.6.6 to 5.7.4 in /backend
2019-09-17 02:17:16 +02:00
Robert Schäfer
98569fa9e1
Merge pull request #1587 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-a11y-5.2.0
...
Bump @storybook/addon-a11y from 5.1.11 to 5.2.0 in /webapp
2019-09-17 02:17:10 +02:00
dependabot-preview[bot]
79d60aa231
Bump @storybook/addon-a11y from 5.1.11 to 5.2.0 in /webapp
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 5.1.11 to 5.2.0.
- [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.2.0/addons/a11y )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-16 21:21:53 +00:00