Wolfgang Huß
|
bd0cde685b
|
Fix lint
|
2020-04-09 11:09:28 +02:00 |
|
Wolfgang Huß
|
20dd610e27
|
Define database migration to create implemented notifications
- Create notifications for all old filed reports to all of their submitters.
|
2020-04-09 10:38:50 +02:00 |
|
Wolfgang Huß
|
ce245d65fa
|
Cleanup
|
2020-04-09 10:36:36 +02:00 |
|
Wolfgang Huß
|
7478b788a6
|
Cleanup
|
2020-04-09 08:18:03 +02:00 |
|
Wolfgang Huß
|
566697d9cd
|
Cleanup
|
2020-04-08 16:25:55 +02:00 |
|
Wolfgang Huß
|
db7908139c
|
Cleanup
|
2020-04-08 15:56:27 +02:00 |
|
Wolfgang Huß
|
5f9156c750
|
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1709-send-feedbacks-in-report-processes-second-approach
|
2020-04-03 15:39:59 +02:00 |
|
Wolfgang Huß
|
b417667d31
|
Rename return property of 'extractNotificationDataOfCurrentUser'
- Renamed 'report' to 'filedReport'.
- Commented on the need of deep nested and similair properties for GQL of notifications.
|
2020-04-03 15:25:07 +02:00 |
|
Wolfgang Huß
|
f8de595d3b
|
Extent storybook NotificationsTable with filed report notifications
|
2020-04-03 13:43:42 +02:00 |
|
mattwr18
|
6818f06c03
|
Merge pull request #3401 from Human-Connection/dependabot/npm_and_yarn/backend/jest-25.2.6
build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend
|
2020-04-03 11:42:28 +02:00 |
|
Wolfgang Huß
|
dfecb525fd
|
Fix lint
|
2020-04-03 09:28:05 +02:00 |
|
Wolfgang Huß
|
6f8b48024d
|
Fix Cypher for notifications queries
- Fixed GQL queries for notifications – normal, aerkAsRead, subscriptions add.
- Refactored notifications tests to check for authors of all types.
|
2020-04-03 08:59:17 +02:00 |
|
dependabot-preview[bot]
|
b0cbd5e6b9
|
build(deps-dev): bump jest from 25.2.4 to 25.2.6 in /backend
Bumps [jest](https://github.com/facebook/jest) from 25.2.4 to 25.2.6.
- [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/v25.2.4...v25.2.6)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-03 06:24:47 +00:00 |
|
mattwr18
|
c147b03350
|
Merge pull request #3402 from Human-Connection/dependabot/npm_and_yarn/backend/aws-sdk-2.652.0
build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend
|
2020-04-03 08:23:59 +02:00 |
|
dependabot-preview[bot]
|
e2c9f2018b
|
build(deps): bump aws-sdk from 2.651.0 to 2.652.0 in /backend
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.651.0 to 2.652.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.651.0...v2.652.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-03 04:17:50 +00:00 |
|
dependabot-preview[bot]
|
7218f72e0b
|
build(deps-dev): bump babel-jest from 25.2.4 to 25.2.6 in /backend
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.4 to 25.2.6.
- [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/v25.2.6/packages/babel-jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-03 04:16:39 +00:00 |
|
dependabot-preview[bot]
|
a52cc8b903
|
build(deps): bump aws-sdk from 2.650.0 to 2.651.0 in /backend
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.650.0 to 2.651.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.650.0...v2.651.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-02 04:17:17 +00:00 |
|
Wolfgang Huß
|
1036540a00
|
Clean up
|
2020-04-01 16:14:24 +02:00 |
|
Wolfgang Huß
|
d0cf1cc185
|
Fix lint
|
2020-04-01 15:53:57 +02:00 |
|
Wolfgang Huß
|
0d690e1a6a
|
Merge branch '3389-refactor-searches-unit-tests-to-return-errors' of github.com:Human-Connection/Human-Connection into 1709-send-feedbacks-in-report-processes-second-approach
|
2020-04-01 14:45:43 +02:00 |
|
mattwr18
|
58944a0c65
|
refactor(tests): return errors
|
2020-04-01 13:32:47 +02:00 |
|
Wolfgang Huß
|
a52cbe1c66
|
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 1709-send-feedbacks-in-report-processes-second-approach
# Conflicts:
# backend/src/db/seed.js
# backend/src/middleware/notifications/notificationsMiddleware.js
# backend/src/schema/resolvers/notifications.js
# webapp/components/NotificationsTable/NotificationsTable.spec.js
|
2020-04-01 12:22:56 +02:00 |
|
dependabot-preview[bot]
|
10696cf64a
|
build(deps): bump ioredis from 4.16.0 to 4.16.1 in /backend
Bumps [ioredis](https://github.com/luin/ioredis) from 4.16.0 to 4.16.1.
- [Release notes](https://github.com/luin/ioredis/releases)
- [Changelog](https://github.com/luin/ioredis/blob/master/Changelog.md)
- [Commits](https://github.com/luin/ioredis/compare/v4.16.0...v4.16.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-01 05:58:18 +00:00 |
|
mattwr18
|
aec58520b9
|
Merge pull request #3383 from Human-Connection/dependabot/npm_and_yarn/backend/uuid-7.0.3
build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend
|
2020-04-01 07:56:07 +02:00 |
|
mattwr18
|
7dfdfde2ae
|
Merge pull request #3382 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-7.2.2
build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend
|
2020-04-01 07:55:45 +02:00 |
|
dependabot-preview[bot]
|
44f30974d2
|
build(deps): bump uuid from 7.0.2 to 7.0.3 in /backend
Bumps [uuid](https://github.com/uuidjs/uuid) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/uuidjs/uuid/releases)
- [Changelog](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uuidjs/uuid/compare/v7.0.2...v7.0.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-01 04:15:54 +00:00 |
|
dependabot-preview[bot]
|
89527a3ffd
|
build(deps): bump graphql-shield from 7.2.1 to 7.2.2 in /backend
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 7.2.1 to 7.2.2.
- [Release notes](https://github.com/maticzav/graphql-shield/releases)
- [Commits](https://github.com/maticzav/graphql-shield/compare/v7.2.1...v7.2.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-01 04:15:21 +00:00 |
|
dependabot-preview[bot]
|
c7f39cb714
|
build(deps): bump aws-sdk from 2.649.0 to 2.650.0 in /backend
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.649.0 to 2.650.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.649.0...v2.650.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-04-01 04:14:56 +00:00 |
|
mattwr18
|
1a6b764b92
|
Merge pull request #3379 from Human-Connection/dependabot/npm_and_yarn/backend/aws-sdk-2.649.0
build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend
|
2020-03-31 10:04:31 +02:00 |
|
mattwr18
|
3f1522d724
|
Merge pull request #3366 from Human-Connection/dependabot/npm_and_yarn/backend/jest-25.2.4
build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend
|
2020-03-31 10:03:56 +02:00 |
|
dependabot-preview[bot]
|
0e091145cb
|
build(deps): bump aws-sdk from 2.648.0 to 2.649.0 in /backend
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.648.0 to 2.649.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.648.0...v2.649.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-31 04:16:16 +00:00 |
|
dependabot-preview[bot]
|
474b9114e4
|
build(deps-dev): bump jest from 25.2.3 to 25.2.4 in /backend
Bumps [jest](https://github.com/facebook/jest) from 25.2.3 to 25.2.4.
- [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/v25.2.3...v25.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-30 20:16:34 +00:00 |
|
Robert Schäfer
|
9d4fdfc026
|
Merge pull request #3362 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-plugin-node-11.1.0
build(deps-dev): bump eslint-plugin-node from 11.0.0 to 11.1.0 in /backend
|
2020-03-30 22:15:22 +02:00 |
|
Robert Schäfer
|
0bfeb94fab
|
Merge pull request #3367 from Human-Connection/dependabot/npm_and_yarn/backend/eslint-plugin-import-2.20.2
build(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 in /backend
|
2020-03-30 22:14:20 +02:00 |
|
Robert Schäfer
|
f9e5d84779
|
Merge pull request #3375 from Human-Connection/set-maxSockets-to-avoid-rate-limit-error
fix(migration): Set maxSockets to avoid rate limit
|
2020-03-30 22:09:32 +02:00 |
|
dependabot-preview[bot]
|
fcc8b0091f
|
build(deps-dev): bump eslint-plugin-node in /backend
Bumps [eslint-plugin-node](https://github.com/mysticatea/eslint-plugin-node) from 11.0.0 to 11.1.0.
- [Release notes](https://github.com/mysticatea/eslint-plugin-node/releases)
- [Commits](https://github.com/mysticatea/eslint-plugin-node/compare/v11.0.0...v11.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-30 15:17:16 +00:00 |
|
dependabot-preview[bot]
|
2fd27310a4
|
build(deps-dev): bump eslint-plugin-import in /backend
Bumps [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from 2.20.1 to 2.20.2.
- [Release notes](https://github.com/benmosher/eslint-plugin-import/releases)
- [Changelog](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md)
- [Commits](https://github.com/benmosher/eslint-plugin-import/compare/v2.20.1...v2.20.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-30 15:17:14 +00:00 |
|
mattwr18
|
d45875d5cb
|
Merge pull request #3368 from Human-Connection/dependabot/npm_and_yarn/backend/aws-sdk-2.648.0
build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend
|
2020-03-30 17:14:07 +02:00 |
|
mattwr18
|
f7c8166ead
|
Merge pull request #3364 from Human-Connection/dependabot/npm_and_yarn/backend/sentry/node-5.15.4
build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend
|
2020-03-30 17:12:58 +02:00 |
|
mattwr18
|
52b5a4b0f8
|
fix(migration): Set maxSockets to avoid rate limit
|
2020-03-30 14:14:06 +02:00 |
|
dependabot-preview[bot]
|
c4ee082c12
|
build(deps): bump aws-sdk from 2.647.0 to 2.648.0 in /backend
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.647.0 to 2.648.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Changelog](https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js/compare/v2.647.0...v2.648.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-30 04:19:10 +00:00 |
|
dependabot-preview[bot]
|
dae696f33b
|
build(deps): bump @sentry/node from 5.15.2 to 5.15.4 in /backend
Bumps [@sentry/node](https://github.com/getsentry/sentry-javascript) from 5.15.2 to 5.15.4.
- [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.15.2...5.15.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-30 04:16:58 +00:00 |
|
dependabot-preview[bot]
|
4f4ec49051
|
build(deps-dev): bump babel-jest from 25.2.3 to 25.2.4 in /backend
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.3 to 25.2.4.
- [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/v25.2.4/packages/babel-jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-30 04:16:29 +00:00 |
|
mattwr18
|
f4604b8128
|
Merge pull request #3359 from Human-Connection/upgrade-to-version-0.6.0
chore: upgrade to v0.6.0
|
2020-03-27 16:43:21 +01:00 |
|
Robert Schäfer
|
79c1a27680
|
Merge pull request #3337 from Human-Connection/dependabot/npm_and_yarn/backend/helmet-3.22.0
build(deps): bump helmet from 3.21.3 to 3.22.0 in /backend
|
2020-03-27 15:54:02 +01:00 |
|
Robert Schäfer
|
9b6c187685
|
Merge pull request #3352 from Human-Connection/dependabot/npm_and_yarn/backend/aws-sdk-2.647.0
build(deps): bump aws-sdk from 2.638.0 to 2.647.0 in /backend
|
2020-03-27 14:17:47 +01:00 |
|
mattwr18
|
29f49a85c0
|
chore: upgreade to v0.6.0
|
2020-03-27 14:00:34 +01:00 |
|
mattwr18
|
4347d5efe9
|
Merge pull request #3343 from Human-Connection/remove_dangling_image_urls
Remove dangling image urls
|
2020-03-27 11:44:57 +01:00 |
|
dependabot-preview[bot]
|
d801e9fa8f
|
build(deps-dev): bump babel-jest from 25.2.1 to 25.2.3 in /backend
Bumps [babel-jest](https://github.com/facebook/jest/tree/HEAD/packages/babel-jest) from 25.2.1 to 25.2.3.
- [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/v25.2.3/packages/babel-jest)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-27 09:48:18 +00:00 |
|
mattwr18
|
0eae7b9c82
|
Merge pull request #3351 from Human-Connection/dependabot/npm_and_yarn/backend/date-fns-2.11.1
build(deps): bump date-fns from 2.11.0 to 2.11.1 in /backend
|
2020-03-27 10:45:40 +01:00 |
|