Matt Rider
ea923ae1dc
Merge branch 'master' of github.com:Human-Connection/Human-Connection into post-needs-to-have-category#1222
2019-08-20 21:29:10 +02:00
Matt Rider
512bf32b0c
Update cypress tests, fix broken comment reactivity
2019-08-20 21:27:00 +02:00
Matt Rider
8735045d11
Update cypress tests, post query
2019-08-20 20:13:29 +02:00
dependabot-preview[bot]
575fd9fa97
Bump @nuxtjs/apollo from 4.0.0-rc9 to 4.0.0-rc11 in /webapp
...
Bumps [@nuxtjs/apollo](https://github.com/nuxt-community/apollo-module ) from 4.0.0-rc9 to 4.0.0-rc11.
- [Release notes](https://github.com/nuxt-community/apollo-module/releases )
- [Commits](https://github.com/nuxt-community/apollo-module/compare/v4.0.0-rc.9...v4.0.0-rc.11 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 17:10:15 +00:00
Robert Schäfer
89b377fee1
Merge pull request #1281 from Human-Connection/272-add_error_reporting
...
272 add error reporting
2019-08-20 19:07:49 +02:00
Robert Schäfer
af377fd06c
Merge pull request #1298 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-config-standard-14.0.0
...
Bump eslint-config-standard from 13.0.1 to 14.0.0 in /backend
2019-08-20 19:05:07 +02:00
Alina Beck
626e9e24d4
use rowGap property with gridRowGap as fallback
2019-08-20 15:46:41 +01:00
Matt Rider
7bbbf40bcc
Update seeds to create post with a category
2019-08-20 16:39:26 +02:00
Matt Rider
a000719663
Merge branch 'master' of github.com:Human-Connection/Human-Connection into post-needs-to-have-category#1222
2019-08-20 16:13:38 +02:00
Matt Rider
29f39c4f45
Update backend tests
...
- Every test that created or updated a post needed to be updated to add categoryIds
2019-08-20 15:54:51 +02:00
Matt Rider
c614e4de47
Update UI, component tests
...
- enforce that a post cannot be created or updated with no categories nor more than 3 categories
2019-08-20 15:53:07 +02:00
roschaefer
c3edc92436
Fix lint
2019-08-20 14:06:24 +02:00
Robert Schäfer
a8baca47ae
Merge pull request #1302 from Human-Connection/dependabot/npm_and_yarn/backend/uuid-3.3.3
...
Bump uuid from 3.3.2 to 3.3.3 in /backend
2019-08-20 14:05:29 +02:00
mattwr18
282b1eda20
Merge pull request #1295 from Human-Connection/fix_security_issues_on_production
...
Configure dbms.security.procedures
2019-08-20 13:52:23 +02:00
mattwr18
830552cfc4
Merge pull request #1018 from Human-Connection/1017-send-out-notifications-on-create-omment
...
🍰 Send out notifications on CreateComment
2019-08-20 13:25:34 +02:00
dependabot-preview[bot]
728dde01e7
Bump uuid from 3.3.2 to 3.3.3 in /backend
...
Bumps [uuid](https://github.com/kelektiv/node-uuid ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/kelektiv/node-uuid/releases )
- [Changelog](https://github.com/kelektiv/node-uuid/blob/master/CHANGELOG.md )
- [Commits](https://github.com/kelektiv/node-uuid/compare/v3.3.2...v3.3.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 10:11:14 +00:00
dependabot-preview[bot]
d5d1dd77cd
Bump eslint-config-standard from 13.0.1 to 14.0.0 in /backend
...
Bumps [eslint-config-standard](https://github.com/standard/eslint-config-standard ) from 13.0.1 to 14.0.0.
- [Release notes](https://github.com/standard/eslint-config-standard/releases )
- [Changelog](https://github.com/standard/eslint-config-standard/blob/master/CHANGELOG.md )
- [Commits](https://github.com/standard/eslint-config-standard/compare/v13.0.1...v14.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 10:09:18 +00:00
Robert Schäfer
569cdb1f75
Merge pull request #1297 from Human-Connection/dependabot/npm_and_yarn/backend/neode-0.3.2
...
Bump neode from 0.3.1 to 0.3.2 in /backend
2019-08-20 12:08:46 +02:00
Robert Schäfer
da7ab5a5f8
Merge pull request #1299 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-config-prettier-6.1.0
...
Bump eslint-config-prettier from 6.0.0 to 6.1.0 in /webapp
2019-08-20 12:07:42 +02:00
Robert Schäfer
00299b3e0b
Merge pull request #1304 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-config-prettier-6.1.0
...
Bump eslint-config-prettier from 6.0.0 to 6.1.0 in /backend
2019-08-20 12:07:24 +02:00
Robert Schäfer
ab24832249
Merge pull request #1301 from Human-Connection/dependabot/npm_and_yarn/webapp/eslint-plugin-standard-4.0.1
...
Bump eslint-plugin-standard from 4.0.0 to 4.0.1 in /webapp
2019-08-20 12:06:51 +02:00
Robert Schäfer
6e688a88ee
Merge pull request #1300 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-plugin-standard-4.0.1
...
Bump eslint-plugin-standard from 4.0.0 to 4.0.1 in /backend
2019-08-20 12:06:35 +02:00
roschaefer
175b187f69
Update the COMMIT env var on every deployment
...
This should do the trick: First update the configmap, then trigger a
rollout. The new pods should have the update environment variables.
2019-08-20 11:28:41 +02:00
Matt Rider
e79347637c
Merge branch 'master' of github.com:Human-Connection/Human-Connection into post-needs-to-have-category#1222
2019-08-20 09:52:11 +02:00
dependabot-preview[bot]
b4b7f05301
Bump neode from 0.3.1 to 0.3.2 in /backend
...
Bumps [neode](https://github.com/adam-cowley/neode ) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/adam-cowley/neode/releases )
- [Commits](https://github.com/adam-cowley/neode/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 07:42:06 +00:00
mattwr18
ec44425def
Merge pull request #1296 from Human-Connection/dependabot/npm_and_yarn/neode-0.3.2
...
Bump neode from 0.3.1 to 0.3.2
2019-08-20 09:39:59 +02:00
Matt Rider
f5ef859cc9
Merge branch 'master' of github.com:Human-Connection/Human-Connection into add-masonry-grid
2019-08-20 08:52:31 +02:00
Matt Rider
dc1e25b090
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1017-send-out-notifications-on-create-omment
2019-08-20 08:38:00 +02:00
Matt Rider
a77c9638f6
Refactor Notification.vue
...
- Follow @alina-beck's suggestions, use notification over notification: true, use span with font weight and margin-right to remove
2019-08-20 08:36:05 +02:00
dependabot-preview[bot]
06b2a5b2a4
Bump eslint-config-prettier from 6.0.0 to 6.1.0 in /backend
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.0.0 to 6.1.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.0.0...v6.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 04:25:52 +00:00
dependabot-preview[bot]
ee8ea57682
Bump eslint-plugin-standard from 4.0.0 to 4.0.1 in /webapp
...
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/standard/eslint-plugin-standard/releases )
- [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.0...v4.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 04:24:31 +00:00
dependabot-preview[bot]
62e3245007
Bump eslint-plugin-standard from 4.0.0 to 4.0.1 in /backend
...
Bumps [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/standard/eslint-plugin-standard/releases )
- [Commits](https://github.com/standard/eslint-plugin-standard/compare/v4.0.0...v4.0.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 04:24:10 +00:00
dependabot-preview[bot]
f29507b6f6
Bump eslint-config-prettier from 6.0.0 to 6.1.0 in /webapp
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 6.0.0 to 6.1.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.0.0...v6.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 04:23:28 +00:00
dependabot-preview[bot]
f3097ae6e9
Bump neode from 0.3.1 to 0.3.2
...
Bumps [neode](https://github.com/adam-cowley/neode ) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/adam-cowley/neode/releases )
- [Commits](https://github.com/adam-cowley/neode/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-20 04:21:38 +00:00
Wolfgang Huß
83a538d345
Write backend tests
...
Rename files.
Co-Authored-By: mattwr18 <mattwr18@gmail.com>
2019-08-19 22:13:42 +02:00
roschaefer
df2949a6ca
Configure dbms.security.procedures
...
Bug:
> apoc.cluster.graph is unavailable because it is sandboxed and has dependencies
> outside of the sandbox. Sandboxing is controlled by the
> dbms.security.procedures.unrestricted setting
See: https://stackoverflow.com/a/48773575
2019-08-19 22:08:53 +02:00
roschaefer
07a90b8865
Simplify webapp sentry configuration
...
If commit is set, use it as `release`.
2019-08-19 21:43:22 +02:00
roschaefer
fcb944b7c4
Add documentation to setup error reporting
2019-08-19 21:21:51 +02:00
roschaefer
58795ad990
Implement error reporting for the backend
2019-08-19 20:14:43 +02:00
roschaefer
4d29206982
Configure sentry for nuxtJS
2019-08-19 20:14:43 +02:00
Robert Schäfer
2e3cc0a039
Merge pull request #1284 from Human-Connection/dependabot/npm_and_yarn/backend/babel-jest-24.9.0
...
Bump babel-jest from 24.8.0 to 24.9.0 in /backend
2019-08-19 20:04:36 +02:00
Robert Schäfer
aea77329c9
Merge pull request #1285 from Human-Connection/dependabot/npm_and_yarn/dotenv-8.1.0
...
Bump dotenv from 8.0.0 to 8.1.0
2019-08-19 20:04:22 +02:00
Robert Schäfer
a20ed6abf6
Merge pull request #1287 from Human-Connection/dependabot/npm_and_yarn/webapp/jest-24.9.0
...
Bump jest from 24.8.0 to 24.9.0 in /webapp
2019-08-19 20:04:14 +02:00
Robert Schäfer
bc6f8849c0
Merge pull request #1288 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-6.2.0
...
Bump eslint from 6.1.0 to 6.2.0 in /backend
2019-08-19 20:04:04 +02:00
Matt Rider
555c5254bc
Add tests, validations for too many categories
...
- Co-authored-by: Joseph Ngugi <jngugi88@gmail.com>
2019-08-19 17:31:55 +02:00
Alina Beck
3703fc787a
fix lint errors – thanks github editor
2019-08-19 16:23:38 +01:00
Wolfgang Huß
aae5fd396e
Merge branch '1017-send-out-notifications-on-create-omment' of https://github.com/Human-Connection/Human-Connection into 1062-notification-about-comment-on-post
...
# Conflicts:
# backend/src/middleware/handleNotifications/handleNotifications.js
# backend/src/middleware/handleNotifications/handleNotifications.spec.js
# webapp/components/notifications/Notification/Notification.vue
# webapp/components/notifications/NotificationMenu/NotificationMenu.vue
2019-08-19 16:58:18 +02:00
dependabot-preview[bot]
e8483e28d0
Bump dotenv from 8.0.0 to 8.1.0
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 8.0.0 to 8.1.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/v8.0.0...v8.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-19 14:56:51 +00:00
Matt Rider
3b09c31cbb
Merge branch 'master' of github.com:Human-Connection/Human-Connection into post-needs-to-have-category#1222
2019-08-19 16:55:29 +02:00
Robert Schäfer
13d9965599
Merge pull request #1294 from Human-Connection/1221-fix-logout-login-bug
...
Downgrade @nuxtjs/apollo
2019-08-19 16:54:51 +02:00