mattwr18
8647cba648
Temporarily use latest image for migration job
...
- it hasn't been deployed yet, therefore is not in any versioned image
2020-01-30 20:59:56 +01:00
mattwr18
4cbe8a2c5a
Update deployments following Helm best practices
...
- image is set configurable and set to the app version for version
control
- imagePullPolicy revert earlier changes to flatten hierarchy since helm
create uses .Values.image.pullPolicy
- update imagePullPolicy to IfNotPresent since this is the default with
helm create and fits with our strategy as well.
- Source, https://helm.sh/docs/topics/chart_best_practices/pods/
2020-01-30 17:39:13 +01:00
mattwr18
7472a0bc72
Add labels following Helm best practices
...
- There are 4 recommended labels, and one optional that were added.
- Source, https://helm.sh/docs/topics/chart_best_practices/labels/
2020-01-30 17:20:15 +01:00
mattwr18
43753e52f2
Rename Job file following Helm best practices
...
- "Template file names should reflect the resource kind in the name."
- Source, https://helm.sh/docs/topics/chart_best_practices/templates/#structure-of-templates
2020-01-30 16:48:36 +01:00
mattwr18
2e6dfbbd42
Refactor values.yaml following Helm best practices
...
- Variables should use camel case.
- Favor flat hierarchy over nested.
- "Every defined property in values.yaml should be documented. The
documentation string should begin with the name of the property it
describes, and then give at least a one-sentence description."
- Source, https://helm.sh/docs/topics/chart_best_practices/values/
2020-01-30 16:37:12 +01:00
mattwr18
c3548e5d8d
Add db-migrations-job, not working yet
2020-01-30 15:50:51 +01:00
mattwr18
87b58bcf9c
Fix deploy script with new naming convention
2020-01-30 13:40:30 +01:00
mattwr18
b47f46157c
Merge pull request #2714 from Human-Connection/1724-block-users
...
feat: Blocked users cannot comment on posts
2020-01-30 11:39:03 +01:00
dependabot-preview[bot]
f22d36dd21
build(deps): bump @sentry/node from 5.11.1 to 5.11.2 in /backend ( #2927 )
...
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript ) from 5.11.1 to 5.11.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.11.1...5.11.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-30 11:37:00 +01:00
mattwr18
60cd593826
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1724-block-users
2020-01-30 10:47:50 +01:00
mattwr18
bcc1ab167e
Improve styling per @alina-beck review
2020-01-30 10:46:43 +01:00
mattwr18
16185ce03e
Merge pull request #2925 from Human-Connection/dependabot/npm_and_yarn/webapp/cookie-universal-nuxt-2.1.1
...
build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp
2020-01-30 09:40:06 +01:00
mattwr18
1af53fe493
Merge pull request #2928 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxtjs/sentry-3.1.0
...
build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp
2020-01-30 08:40:52 +01:00
dependabot-preview[bot]
00a644996f
build(deps): bump @nuxtjs/sentry from 3.0.1 to 3.1.0 in /webapp
...
Bumps [@nuxtjs/sentry](https://github.com/nuxt-community/sentry-module ) from 3.0.1 to 3.1.0.
- [Release notes](https://github.com/nuxt-community/sentry-module/releases )
- [Changelog](https://github.com/nuxt-community/sentry-module/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nuxt-community/sentry-module/compare/v3.0.1...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-30 04:18:54 +00:00
mattwr18
de605c1d7d
Merge pull request #2899 from Human-Connection/open-source-bounties
...
docs(CONTRIBUTING): Add open-source bounty program
2020-01-29 20:43:57 +01:00
mattwr18
10d84dc388
Merge pull request #2926 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-config-prettier-6.10.0
...
build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /webapp
2020-01-29 20:43:01 +01:00
mattwr18
a74abbb053
Reorganize helm charts, add lifecycle hooks
...
- remove namespace, since it's best practice to use the cli to add it,
@roschaefer points out
- organize templates into directories
- migrations should be ran after the backend has started...
- should init really be ran every time??
2020-01-29 20:39:47 +01:00
Moriz Wahl
30b90478a1
cypress test is passing again
2020-01-29 10:57:45 +01:00
dependabot-preview[bot]
01aa015960
build(deps-dev): bump eslint-config-prettier in /webapp
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.9.0...v6.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29 09:03:48 +00:00
Moriz Wahl
b513da9756
spec is running again
2020-01-29 10:03:01 +01:00
mattwr18
6cd10d78be
Merge pull request #2924 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-7.0.9
...
build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend
2020-01-29 10:01:35 +01:00
mattwr18
de52994b0c
Merge pull request #2923 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-config-prettier-6.10.0
...
build(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 in /backend
2020-01-29 10:01:13 +01:00
dependabot-preview[bot]
277fd4d9dd
build(deps): bump cookie-universal-nuxt from 2.1.0 to 2.1.1 in /webapp
...
Bumps [cookie-universal-nuxt](https://github.com/microcipcip/cookie-universal ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/microcipcip/cookie-universal/releases )
- [Commits](https://github.com/microcipcip/cookie-universal/compare/v2.1.0...v2.1.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29 04:21:36 +00:00
dependabot-preview[bot]
4b0adf3eeb
build(deps): bump graphql-shield from 7.0.8 to 7.0.9 in /backend
...
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield ) from 7.0.8 to 7.0.9.
- [Release notes](https://github.com/maticzav/graphql-shield/releases )
- [Commits](https://github.com/maticzav/graphql-shield/compare/v7.0.8...v7.0.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29 04:20:19 +00:00
dependabot-preview[bot]
cc6daa9bb9
build(deps-dev): bump eslint-config-prettier in /backend
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.9.0 to 6.10.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v6.9.0...v6.10.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29 04:19:42 +00:00
roschaefer
910f122087
Fix lint and cypress
2020-01-29 02:02:58 +01:00
roschaefer
f9c42ab2a5
refactor(seeds): Use buildList to setup lists
2020-01-28 23:40:41 +01:00
roschaefer
fc367297e3
Get rid of different factory files
...
..and fix some cypress tests
2020-01-28 23:12:50 +01:00
roschaefer
2fc71d75a5
Refactor factory for comments
2020-01-28 22:43:27 +01:00
roschaefer
95bfb090fd
Refactor factory for posts
2020-01-28 22:43:26 +01:00
roschaefer
3d1a964120
Add missing dependency rosie for cypress tests
2020-01-28 22:43:26 +01:00
roschaefer
094fa196e6
Fix factories for cypress tests
2020-01-28 22:43:26 +01:00
roschaefer
2a79c53765
Refactor user factory
2020-01-28 22:43:26 +01:00
roschaefer
63939fa9e0
Refactor all dependencies without dependencies
2020-01-28 22:43:26 +01:00
roschaefer
ee5a2349c0
build(deps): Add rosie for factories
...
Why have I not seen this before?
2020-01-28 22:43:26 +01:00
Robert Schäfer
65811e2d8b
Merge pull request #2898 from Human-Connection/add_underline_menu_button
...
feat(editor): Underline markup for posts+comments
2020-01-28 22:34:30 +01:00
roschaefer
b6f6cb4be8
docs(CONTRIBUTING): Use @mattwr18's wording
2020-01-28 22:28:05 +01:00
Moriz Wahl
d20c94b453
Image size reduced
2020-01-28 22:26:54 +01:00
Robert Schäfer
d98b30fce1
Merge pull request #2919 from Human-Connection/2894-add-migration-for-muted-relationship
...
fix(backend): Add migration for muted relationship
2020-01-28 22:24:14 +01:00
Moriz Wahl
d4e496b9e6
error image rendered
2020-01-28 21:48:22 +01:00
Moriz Wahl
31790a9ebc
Imported images from https://github.com/Human-Connection/WebApp/blob/develop/static/assets/svg/errors/
2020-01-28 21:45:01 +01:00
mattwr18
aa799e6f6b
Merge branch 'master' of github.com:Human-Connection/Human-Connection into helm
2020-01-28 21:07:17 +01:00
mattwr18
6a1079ac42
Clean up
2020-01-28 21:05:26 +01:00
mattwr18
1c10f3769c
Drop nitro prefix
2020-01-28 20:57:55 +01:00
mattwr18
b05e997743
Update templates and deploy to develop
...
- proof of concept that this works!
2020-01-28 20:55:08 +01:00
mattwr18
c2764e5565
Merge pull request #2914 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-a11y-5.3.9
...
build(deps-dev): bump @storybook/addon-a11y from 5.3.8 to 5.3.9 in /webapp
2020-01-28 11:35:43 +01:00
Moriz Wahl
7315cacb5a
Text for 403 error is localized
...
I hacked the error.vue to catch the default 404 error message and to display a localized message instead. I found no better way to do it. Any ideas?
2020-01-28 10:18:15 +01:00
Moriz Wahl
a4907f2bcb
localised error message for cannot edit post
2020-01-28 10:18:15 +01:00
Moriz Wahl
04ff82f880
Cypress test fixed
2020-01-28 10:18:15 +01:00
Moriz Wahl
9948f4ef20
improved layout, key-name changed
2020-01-28 10:18:15 +01:00