mattwr18
853ff9b92b
Stub component, rename component, refactor
...
- We need to stub the Editor since it throws difficult to interpret
errors about view.root.getSelection, but we want to stub it's methods
as well, so that we don't need a guard clause just for tests.
- CommentForm is already multiword
- Favor update over result for Vue apollo smart queries
2020-01-23 14:03:14 +01:00
mattwr18
d15037607c
Add component test for direct reply to comment
...
- we have found it challenging to add component tests that mount the
tiptap editor, so we are stubbing it, which means that we will add e2e
tests to up the coverage of how much of the workflow has automated tests
2020-01-23 13:05:36 +01:00
Alexander Friedland
9776efe760
Merge branch 'master' into 1680-Direct_answer_on_Comment
2020-01-22 11:46:04 +01:00
ogerly
21fa211e0c
test: specs not ok, lint is ok
2020-01-22 11:31:23 +01:00
ogerly
00c0397919
test: specs is not ok
2020-01-22 11:25:44 +01:00
mattwr18
2554add36a
Merge pull request #2861 from Human-Connection/dependabot/npm_and_yarn/expect-25.1.0
...
build(deps-dev): bump expect from 24.9.0 to 25.1.0
2020-01-22 10:18:13 +01:00
mattwr18
dfe149c8cf
Merge pull request #2866 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-a11y-5.3.8
...
build(deps-dev): bump @storybook/addon-a11y from 5.3.7 to 5.3.8 in /webapp
2020-01-22 09:44:15 +01:00
mattwr18
ec06bf6c13
Merge pull request #2864 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-notes-5.3.8
...
build(deps-dev): bump @storybook/addon-notes from 5.3.7 to 5.3.8 in /webapp
2020-01-22 09:43:53 +01:00
mattwr18
da05da2a45
Merge pull request #2862 from Human-Connection/dependabot/npm_and_yarn/backend/jest-25.1.0
...
build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend
2020-01-22 09:42:38 +01:00
dependabot-preview[bot]
70f4491238
build(deps-dev): bump @storybook/addon-a11y in /webapp
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 5.3.7 to 5.3.8.
- [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.3.8/addons/a11y )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-22 04:21:18 +00:00
dependabot-preview[bot]
d6b78e4794
build(deps-dev): bump @storybook/addon-notes in /webapp
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.7 to 5.3.8.
- [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.3.8/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-22 04:20:09 +00:00
dependabot-preview[bot]
9326551885
build(deps-dev): bump jest from 24.9.0 to 25.1.0 in /backend
...
Bumps [jest](https://github.com/facebook/jest ) from 24.9.0 to 25.1.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.9.0...v25.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-22 04:19:24 +00:00
dependabot-preview[bot]
bb79d1aa52
build(deps-dev): bump expect from 24.9.0 to 25.1.0
...
Bumps [expect](https://github.com/facebook/jest/tree/HEAD/packages/expect ) from 24.9.0 to 25.1.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/v25.1.0/packages/expect )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-22 04:18:34 +00:00
Robert Schäfer
5cd57a0cc5
docs(deployment): Explain how to setup metrics ( #2825 )
...
* docs(deployment): Explain how to setup metrics
close #2411
close #2777
* Update docs with some info I found useful
Co-authored-by: mattwr18 <mattwr18@gmail.com>
2020-01-21 23:19:17 +01:00
mattwr18
901245b718
Merge pull request #2700 from Human-Connection/2675-migrate-avatar-component-2
...
refactor(styleguide): Migrate Avatar component to monorepo
2020-01-21 19:11:14 +01:00
mattwr18
769c0cd105
Merge branch 'master' of github.com:Human-Connection/Human-Connection into 2675-migrate-avatar-component-2
2020-01-21 17:08:51 +01:00
mattwr18
8fe6ad77e0
Merge pull request #2686 from Human-Connection/279-blacklist-users-content
...
feat: Convert block/unblock to mute/unmute
0.2.2
2020-01-21 17:05:09 +01:00
mattwr18
46343c923c
Fix cypress tests after renamed variables
2020-01-21 17:03:50 +01:00
Alina Beck
24898f5fe2
quick fix tests relying on classes of child components
...
changing class names in the UserTeaser leads to tests failing for other components, like SearchableInput and NotificationsTable – I just updated the classes but long-term it would be good to find a way to not rely on implementation details of child components – maybe just test if the child component is rendered?
2020-01-21 17:07:00 +03:00
Alina Beck
287e9ce484
remove unused trunc prop
2020-01-21 17:00:37 +03:00
Alina Beck
e93332b173
display username below slug when there is no date-time
2020-01-21 17:00:20 +03:00
Mogge
bdb729b461
removed obsolete German keys ( #2845 )
2020-01-21 13:15:19 +01:00
dependabot-preview[bot]
3b24ae3d85
build(deps-dev): bump @vue/server-test-utils in /webapp ( #2852 )
...
Bumps [@vue/server-test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/server-test-utils ) from 1.0.0-beta.30 to 1.0.0-beta.31.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases )
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/packages/server-test-utils/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.0.0-beta.31/packages/server-test-utils )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 13:14:26 +01:00
dependabot-preview[bot]
bf08d2f9fb
build(deps-dev): bump @storybook/vue from 5.3.6 to 5.3.7 in /webapp ( #2857 )
...
Bumps [@storybook/vue](https://github.com/storybookjs/storybook/tree/HEAD/app/vue ) from 5.3.6 to 5.3.7.
- [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.3.7/app/vue )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 13:13:13 +01:00
dependabot-preview[bot]
8142bf132c
build(deps-dev): bump @storybook/addon-a11y in /webapp ( #2858 )
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 5.3.6 to 5.3.7.
- [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.3.7/addons/a11y )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 13:12:48 +01:00
Alina Beck
d20421cb70
clean up UserAvatar a little
2020-01-21 13:26:14 +03:00
mattwr18
858f122a44
Merge pull request #2849 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-image-5.10.5
...
build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend
2020-01-21 10:34:32 +01:00
mattwr18
0a552358f6
Merge pull request #2848 from Human-Connection/dependabot/npm_and_yarn/backend/wait-on-4.0.0
...
build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend
2020-01-21 10:34:01 +01:00
Alina Beck
c5af2dbfb4
truncate overflowing user name
2020-01-21 11:58:54 +03:00
mattwr18
66564583c5
Merge pull request #2856 from Human-Connection/dependabot/npm_and_yarn/webapp/v-tooltip-2.0.3
...
build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp
2020-01-21 09:26:55 +01:00
mattwr18
49773fb594
Merge pull request #2855 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-notes-5.3.7
...
build(deps-dev): bump @storybook/addon-notes from 5.3.6 to 5.3.7 in /webapp
2020-01-21 09:26:11 +01:00
mattwr18
5eb82657f6
Merge pull request #2854 from Human-Connection/dependabot/npm_and_yarn/backend/sanitize-html-1.21.1
...
build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend
2020-01-21 09:24:47 +01:00
dependabot-preview[bot]
8123ab3708
build(deps): bump metascraper-image from 5.10.3 to 5.10.5 in /backend
...
Bumps [metascraper-image](https://github.com/microlinkhq/metascraper ) from 5.10.3 to 5.10.5.
- [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.10.3...v5.10.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 08:24:33 +00:00
mattwr18
ef789cfd2a
Merge pull request #2853 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-video-5.10.5
...
build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend
2020-01-21 09:23:18 +01:00
mattwr18
92527a5968
Merge pull request #2851 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-date-5.10.5
...
build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend
2020-01-21 09:22:32 +01:00
mattwr18
a98f468324
Merge pull request #2850 from Human-Connection/dependabot/npm_and_yarn/webapp/vue/test-utils-1.0.0-beta.31
...
build(deps-dev): bump @vue/test-utils from 1.0.0-beta.30 to 1.0.0-beta.31 in /webapp
2020-01-21 09:21:53 +01:00
dependabot-preview[bot]
30a4bca1a9
build(deps): bump wait-on from 3.3.0 to 4.0.0 in /backend
...
Bumps [wait-on](https://github.com/jeffbski/wait-on ) from 3.3.0 to 4.0.0.
- [Release notes](https://github.com/jeffbski/wait-on/releases )
- [Commits](https://github.com/jeffbski/wait-on/compare/v3.3.0...v4.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 08:21:09 +00:00
mattwr18
ce23e6b33a
Merge pull request #2847 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-logo-5.10.5
...
build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend
2020-01-21 09:19:23 +01:00
mattwr18
f4a7bf0083
Merge pull request #2846 from Human-Connection/dependabot/npm_and_yarn/backend/hapi/joi-17.1.0
...
build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend
2020-01-21 09:18:52 +01:00
dependabot-preview[bot]
cb583e5285
build(deps): bump v-tooltip from 2.0.2 to 2.0.3 in /webapp
...
Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases )
- [Commits](https://github.com/Akryum/vue-tooltip/compare/v2.0.2...v2.0.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 04:21:08 +00:00
dependabot-preview[bot]
166081ebfc
build(deps-dev): bump @storybook/addon-notes in /webapp
...
Bumps [@storybook/addon-notes](https://github.com/storybookjs/storybook/tree/HEAD/addons/notes ) from 5.3.6 to 5.3.7.
- [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.3.7/addons/notes )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 04:20:36 +00:00
dependabot-preview[bot]
ffa4e337bf
build(deps): bump sanitize-html from 1.20.1 to 1.21.1 in /backend
...
Bumps [sanitize-html](https://github.com/punkave/sanitize-html ) from 1.20.1 to 1.21.1.
- [Release notes](https://github.com/punkave/sanitize-html/releases )
- [Changelog](https://github.com/apostrophecms/sanitize-html/blob/master/CHANGELOG.md )
- [Commits](https://github.com/punkave/sanitize-html/commits/1.21.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 04:20:35 +00:00
dependabot-preview[bot]
a3a6eb9957
build(deps): bump metascraper-video from 5.10.3 to 5.10.5 in /backend
...
Bumps [metascraper-video](https://github.com/microlinkhq/metascraper ) from 5.10.3 to 5.10.5.
- [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.10.3...v5.10.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 04:20:06 +00:00
dependabot-preview[bot]
a54f9f3382
build(deps): bump metascraper-date from 5.10.3 to 5.10.5 in /backend
...
Bumps [metascraper-date](https://github.com/microlinkhq/metascraper ) from 5.10.3 to 5.10.5.
- [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.10.3...v5.10.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 04:19:36 +00:00
dependabot-preview[bot]
2bb707598f
build(deps-dev): bump @vue/test-utils in /webapp
...
Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils ) from 1.0.0-beta.30 to 1.0.0-beta.31.
- [Release notes](https://github.com/vuejs/vue-test-utils/releases )
- [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md )
- [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.0.0-beta.31/packages/test-utils )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 04:19:21 +00:00
dependabot-preview[bot]
f0743f0677
build(deps): bump metascraper-logo from 5.10.3 to 5.10.5 in /backend
...
Bumps [metascraper-logo](https://github.com/microlinkhq/metascraper ) from 5.10.3 to 5.10.5.
- [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.10.3...v5.10.5 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 04:18:05 +00:00
dependabot-preview[bot]
17ce55ae1a
build(deps): bump @hapi/joi from 17.0.2 to 17.1.0 in /backend
...
Bumps [@hapi/joi](https://github.com/hapijs/joi ) from 17.0.2 to 17.1.0.
- [Release notes](https://github.com/hapijs/joi/releases )
- [Commits](https://github.com/hapijs/joi/compare/v17.0.2...v17.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-21 04:17:37 +00:00
mattwr18
2bcdf21429
Merge pull request #2844 from Human-Connection/release_0.2.2
...
Release 0.2.2
2020-01-20 17:21:18 +01:00
dependabot-preview[bot]
ce98a0024a
build(deps-dev): bump @storybook/addon-actions in /webapp ( #2842 )
...
Bumps [@storybook/addon-actions](https://github.com/storybookjs/storybook/tree/HEAD/addons/actions ) from 5.3.5 to 5.3.7.
- [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.3.7/addons/actions )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 16:33:16 +01:00
roschaefer
02367f93e0
Generate changelog with auto-changelog
...
Hopefully the last time
2020-01-20 16:32:47 +01:00