8462 Commits

Author SHA1 Message Date
roschaefer
02367f93e0 Generate changelog with auto-changelog
Hopefully the last time
2020-01-20 16:32:47 +01:00
roschaefer
7e26e56654 chore(release): 0.2.2 v0.2.2 2020-01-20 15:26:09 +01:00
dependabot-preview[bot]
4639b1c6c5 build(deps): bump metascraper-title from 5.10.3 to 5.10.5 in /backend (#2835)
Bumps [metascraper-title](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-20 15:19:40 +01:00
dependabot-preview[bot]
ac4fb71097 build(deps): bump metascraper-publisher in /backend (#2836)
Bumps [metascraper-publisher](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-20 15:19:26 +01:00
dependabot-preview[bot]
a67bf9d9b7 build(deps): bump metascraper-audio from 5.10.3 to 5.10.5 in /backend (#2840)
Bumps [metascraper-audio](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-20 15:19:10 +01:00
Robert Schäfer
985d77c65b
Merge pull request #2838 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-author-5.10.5
build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend
0.2.1
2020-01-20 11:35:25 +01:00
roschaefer
98a4521ecc Add back missing search constraint 2020-01-20 11:28:36 +01:00
mattwr18
b22e9bd7f7
Merge pull request #2832 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-url-5.10.5
build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend
2020-01-20 11:20:14 +01:00
ogerly
73b005a900 test: added some test 2020-01-20 11:18:35 +01:00
roschaefer
ce664040c6 docs(backend): How to create & run data migrations 2020-01-20 11:00:52 +01:00
roschaefer
b063847849 refactor: Make db:setup init stage of migrate 2020-01-20 11:00:52 +01:00
roschaefer
daf2c40cae Implement Neo4J store for migrate 2020-01-20 10:59:15 +01:00
roschaefer
30268dec09 build(deps): Add migrate for neo4j data migrations
Implement a migration to merge duplicate user accounts with reactive
programming. Those duplicate user accounts existed, because around 40
users have decided to register again while we experienced a bug
related to normalized emails in our database.
2020-01-20 10:59:15 +01:00
roschaefer
c0e2675912 refactor(neo4j) Setup constraints with neode 2020-01-20 10:58:33 +01:00
mattwr18
daa5bf8b6c
Merge pull request #2831 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-lang-5.10.5
build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend
2020-01-20 10:55:43 +01:00
mattwr18
7b73c990ec Remove unintended changes to class name/comment 2020-01-20 10:19:39 +01:00
mattwr18
8750df1aff Remove unrelated changes to cypress config 2020-01-20 10:17:21 +01:00
mattwr18
1da872ba1e Update SearchableInput spec after rebase 2020-01-20 10:11:48 +01:00
mattwr18
74a7db5388 Convert missed ds-avatar, fix cypress test 2020-01-20 10:08:27 +01:00
mattwr18
e31b9ff015 Fix failing cypress test
- the click trigger event lives on avatar-menu-trigger
2020-01-20 10:08:27 +01:00
mattwr18
da1eedbac2 Remove debug for dotenv, cp cypress env for travis 2020-01-20 10:08:27 +01:00
mattwr18
6efd2fa345 Fix: Cypress Neo4j authentication without Docker
- It's a bit of a pain to need to run Docker just to run the cypress
tests, and while it would be nice to use the same .env, we have an issue
with relative paths, dotenv, and cypress playing nice together.
2020-01-20 10:08:12 +01:00
mattwr18
b7c26f5a3e Revert missed class name to be renamed
- I would like to rename HcPostCard to PostCard, but I decided to do it
in another PR as it's not relevant to the issue this PR addresses
2020-01-20 10:07:27 +01:00
mattwr18
177121d64d Rename class back to open separate PR 2020-01-20 10:07:27 +01:00
mattwr18
77ef3b0406 Fix failing tests 2020-01-20 10:07:02 +01:00
mattwr18
2cc350936f Update HcUser to UserTeaser 2020-01-20 10:06:31 +01:00
mattwr18
fdf00fc0c6 Follow @alina-beck's PR review suggestions
- Update styling
- Avoid nested tags
- Rename components with two names
- Add story

- Co-authored-by: Alina Beck <alina.beck@mail.com>
2020-01-20 10:04:30 +01:00
mattwr18
5c7a6ace08 Refactor
- Move mouse events to nuxt-link
- use .native
- refactor deprecated slot syntax
2020-01-20 10:04:30 +01:00
mattwr18
27c23fa9ac Improve styling of User.vue
- Remove avatar class
- fix competing styles
- follow rscss guidlines
2020-01-20 10:04:30 +01:00
mattwr18
905f34c827 Support use of initials, add tests, move component
- if there is no user.avatar, we show a user's initials - up to 3
characters unless there is no name or the name is 'Anonymous'. This is
to support users who on the old alpha were allowed to be anonymous (do
we still want to support this?)

- Add test cases for ☝️
- Refactor to not use any styleguide components and move UserAvatar to
generic directory
2020-01-20 10:04:30 +01:00
mattwr18
068e2b4417 Fix styling, renaming classes 2020-01-20 10:04:30 +01:00
mattwr18
b090b1177f Migrate the bare minimum
- follow @alina-beck PR review
2020-01-20 10:04:30 +01:00
mattwr18
978c04178c
Merge pull request #2802 from Human-Connection/better_cypress_import
refactor(modules): Various import fixes
2020-01-20 10:01:26 +01:00
dependabot-preview[bot]
b73d3aa9d2
build(deps): bump metascraper-author from 5.10.3 to 5.10.5 in /backend
Bumps [metascraper-author](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-20 08:29:38 +00:00
dependabot-preview[bot]
4907aa90bc
build(deps): bump metascraper-url from 5.10.3 to 5.10.5 in /backend
Bumps [metascraper-url](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-20 08:29:25 +00:00
dependabot-preview[bot]
6a700c60a5
build(deps): bump metascraper-lang from 5.10.3 to 5.10.5 in /backend
Bumps [metascraper-lang](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-20 08:29:18 +00:00
mattwr18
97c8f4dc06
Merge pull request #2839 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-description-5.10.5
build(deps): bump metascraper-description from 5.10.3 to 5.10.5 in /backend
2020-01-20 09:28:56 +01:00
mattwr18
84cdfa8a19
Merge pull request #2834 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-notes-5.3.6
build(deps-dev): bump @storybook/addon-notes from 5.3.5 to 5.3.6 in /webapp
2020-01-20 09:28:20 +01:00
mattwr18
bfd38e4108
Merge pull request #2833 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-youtube-5.10.5
build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend
2020-01-20 09:28:03 +01:00
mattwr18
ecd10d3868
Merge pull request #2830 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-5.10.5
build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend
2020-01-20 09:27:37 +01:00
mattwr18
8d6fb236fd
Merge pull request #2829 from Human-Connection/dependabot/npm_and_yarn/backend/metascraper-soundcloud-5.10.5
build(deps): bump metascraper-soundcloud from 5.10.3 to 5.10.5 in /backend
2020-01-20 09:27:20 +01:00
dependabot-preview[bot]
d4356df6ba
build(deps): bump metascraper-description in /backend
Bumps [metascraper-description](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-20 04:22:25 +00:00
dependabot-preview[bot]
731fd1ad18
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.5 to 5.3.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.6/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.6/addons/notes)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 04:20:48 +00:00
dependabot-preview[bot]
df35ba750a
build(deps): bump metascraper-youtube from 5.10.3 to 5.10.5 in /backend
Bumps [metascraper-youtube](https://github.com/microlinkhq/metascraper-youtube) from 5.10.3 to 5.10.5.
- [Release notes](https://github.com/microlinkhq/metascraper-youtube/releases)
- [Commits](https://github.com/microlinkhq/metascraper-youtube/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 04:20:34 +00:00
dependabot-preview[bot]
225fd0235e
build(deps): bump metascraper from 5.10.3 to 5.10.5 in /backend
Bumps [metascraper](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-20 04:19:17 +00:00
dependabot-preview[bot]
5d77b2a47e
build(deps): bump metascraper-soundcloud in /backend
Bumps [metascraper-soundcloud](https://github.com/microlinkhq/metascraper-soundcloud) from 5.10.3 to 5.10.5.
- [Release notes](https://github.com/microlinkhq/metascraper-soundcloud/releases)
- [Commits](https://github.com/microlinkhq/metascraper-soundcloud/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-20 04:18:45 +00:00
Robert Schäfer
d3473050c4
Merge pull request #2725 from Human-Connection/2229_remove_obsolete_translation
fix(translations): Remove duplicate and mistranslated item from code of conduct
2020-01-17 22:28:10 +01:00
Robert Schäfer
1e75aca5fb
Merge pull request #2820 from Human-Connection/dependabot/npm_and_yarn/webapp/storybook/addon-a11y-5.3.6
build(deps-dev): bump @storybook/addon-a11y from 5.3.3 to 5.3.6 in /webapp
2020-01-17 18:38:31 +01:00
roschaefer
178143dfb7 refactor(modules): Various import fixes
* DRY schema stitching code
* Use same `.env` configuration file for cypress tests

That last part I couldn't improve a lot. I thought it might be possible
with cypress to import all files from a folder. But since it must be
browser compatible and our backend is not using webpack or anything,
it remains a goal unreached.

close #2773
close #2774
2020-01-17 15:59:19 +01:00
dependabot-preview[bot]
00665f789e
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.3 to 5.3.6.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/v5.3.6/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v5.3.6/addons/a11y)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-17 14:47:01 +00:00