2646 Commits

Author SHA1 Message Date
Robert Schäfer
c67825392c Silence expected error messages on build server
@ulfgebhardt we have a quite lengthy log output on our build server.
This `2> /dev/null` prevents the server from writing log output for
expected errors. E.g. we're testing if a user can log in with incorrect
credentials or we try to create duplicates for unique slugs. All of this
will output errors to the command line which we're not interested in.

We could think of configuring the `package.json` in a way that outputs
these error messages in case we set an environment variable:
```
DEBUG=1 yarn run test:jest
```
That would be an option. Or use the `debug` npm packages that
@Mastercuber has introduced.
2019-04-12 21:12:36 +02:00
Robert Schäfer
7bc0851b90 Fix cypress test looking for English translations
Oops, I edited the translations and did not think of cypress tests that
might depend on them, sorry cc @mattwr18
2019-04-12 21:12:36 +02:00
Robert Schäfer
85973be5b0 Contribute German translations for social media 2019-04-12 18:00:25 +02:00
Robert Schäfer
b75650ba38 Organize feature locations suggested by @datenbrei 2019-04-12 17:49:55 +02:00
Robert Schäfer
c0bff47275 Merge remote-tracking branch 'origin/master' into 236-list-social-media-accounts 2019-04-12 17:49:14 +02:00
Robert Schäfer
52be393050
Merge pull request #387 from Human-Connection/342-merge_documentation
342 merge documentation
2019-04-12 16:12:20 +02:00
Robert Schäfer
e89e038158 Prevent cypress from parsing markdown files
If there is a README.md in `integration/` folder, cypress crashes.
2019-04-12 14:54:40 +02:00
Robert Schäfer
d3ff3ca241 Merge remote-tracking branch 'origin/master' into 342-merge_documentation 2019-04-12 14:48:27 +02:00
Robert Schäfer
97dd3f8bee Link cucumber features in feature specification 2019-04-12 14:44:22 +02:00
39c6c97eda
Merge pull request #440 from Human-Connection/2019/kw15/design_differences_post
2019/kw15/design_differences_post
2019-04-12 14:14:24 +02:00
Robert Schäfer
5fd269f419 Restructure feature specification 2019-04-12 14:04:46 +02:00
Robert Schäfer
705493daff Update kubernetes README 2019-04-12 14:01:28 +02:00
Robert Schäfer
f7a1ca9911 Remove deployment todos 2019-04-12 13:55:22 +02:00
Robert Schäfer
9c79634964 And lowercase the last three items for consistency 2019-04-12 13:54:17 +02:00
Robert Schäfer
d75509a148 Name the first gitbook item "Introduction" 2019-04-12 13:53:35 +02:00
Robert Schäfer
216fc2b67c DRY + Better naming: Testing flavours and Github
cc @mattwr18

I would suggest that each subfolder like `/backend/`, `/webapp/`,
`/deployment/` and so on should have a file README.md. Thus, not only
gitbook will pick it up but also Github itself. Github is looking for a
file called README.md when iterating through subfolders.
2019-04-12 13:48:47 +02:00
Robert Schäfer
901f5b5b22 Move deployment in separate folder 2019-04-12 13:37:31 +02:00
c2ef3c9c44
possible fix for cypress create post 2019-04-12 13:37:12 +02:00
Robert Schäfer
61ee8b3a52 Remove documentation/ folder
I believe, this was created through the Gitbook UI, is that right
@mattwr18?
2019-04-12 13:34:28 +02:00
Matt Rider
444f01f879 Refactor test, component
- Remove redundant code
- change socialMediaUrl to add the attributes().href since that's the url
- grab last element of url as username, makes an assumption, but a safer one
2019-04-12 08:34:06 -03:00
Robert Schäfer
627487629b Merge more READMEs 2019-04-12 13:28:10 +02:00
00a95f956a
cypress fixes (windows) 2019-04-12 13:24:15 +02:00
Robert Schäfer
5c9e430a24 Merge feature list by @datenbrei 2019-04-12 13:07:08 +02:00
Robert Schäfer
7c951bfb50 Capitalized titles, encourage to update docs 2019-04-12 11:36:26 +02:00
Robert Schäfer
c4a1c23e0e Edit summary, remove duplicates 2019-04-12 11:32:43 +02:00
Robert Schäfer
18fb3bd7ce Specify location of SUMMARY.md
cc @mattwr @tirokk @ulfgebhardt

Found it here: https://docs.gitbook.com/integrations/github/content-configuration
2019-04-12 11:26:13 +02:00
Robert Schäfer
5339aa72d1 Rename h1 section titles
This is a great way to find out how Gitbook maps the title: Is it the
filename or the first section header?
2019-04-12 11:19:17 +02:00
34faf9b8b3
missing test case 'gibberish' for RelativeDateTime 2019-04-12 11:16:45 +02:00
Robert Schäfer
e6b325333f
Merge pull request #450 from Human-Connection/dependabot/npm_and_yarn/webapp/v-tooltip-2.0.0
Bump v-tooltip from 2.0.0-rc.33 to 2.0.0 in /webapp
2019-04-12 11:01:56 +02:00
54bfb17e31
tests for tag & category, directory refactoring, lint fixes,more 2019-04-12 11:00:54 +02:00
b7228648fc
fixed tests (missing dependency), fixed relativeDateTime language 2019-04-12 10:05:43 +02:00
e6ee0477cf
Merge branch 'master' into 2019/kw15/design_differences_post 2019-04-12 09:36:21 +02:00
dependabot[bot]
783e8daef6
Bump v-tooltip from 2.0.0-rc.33 to 2.0.0 in /webapp
Bumps [v-tooltip](https://github.com/Akryum/vue-tooltip) from 2.0.0-rc.33 to 2.0.0.
- [Release notes](https://github.com/Akryum/vue-tooltip/releases)
- [Commits](https://github.com/Akryum/vue-tooltip/commits/v2.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-12 04:48:41 +00:00
Matt Rider
366c5d776b Fix lint 2019-04-11 22:28:18 -03:00
Matt Rider
1e4fad8425 Add cucumber scenario, component tests 2019-04-11 21:23:17 -03:00
Matt Rider
8f32df2597 Add translation, linkify avatar 2019-04-11 21:22:33 -03:00
Matt Rider
e9e6104699 Readd .github directory
- deleted in the gitbook ui
2019-04-11 19:16:19 -03:00
mattwr18
4383431260
GitBook: [342-merge_documentation] 56 pages and 14 assets modified 2019-04-11 22:12:37 +00:00
Matt Rider
9bede1913b Move .gitbook/assets to root level
- contain images for the other markdown files
2019-04-11 19:03:47 -03:00
Matt Rider
0bec423a81 Delete/move documentation markdown files 2019-04-11 19:02:55 -03:00
Matt Rider
4393c66a7e Add general installation instruction 2019-04-11 18:59:55 -03:00
Matt Rider
807642f91c Add Docker installation instructions 2019-04-11 18:20:37 -03:00
Matt Rider
6d703c73d1 Add Installation, assets directory
- with screenshot of where to fork a repo
2019-04-11 17:53:53 -03:00
Matt Rider
60c56f8872 Start adding social media card section to user profile 2019-04-11 16:38:31 -03:00
Matt Rider
9bdd0742c9 Update tests, start test driving new scenario
- tests had become outdated thanks to new implementation details, namely that a socialMedia node is being created and associated with a user instead of it being an attribute of the User
- scenario to ensure other user's can view my social media
2019-04-11 16:35:22 -03:00
Robert Schäfer
4a9a1b5aab
Merge pull request #448 from Human-Connection/dependabot/docker/backend/neo4j/neo4j-3.5.4
Bump neo4j from 3.5.3 to 3.5.4 in /backend/neo4j
2019-04-11 15:33:30 +02:00
dependabot[bot]
90752629e1
Bump neo4j from 3.5.3 to 3.5.4 in /backend/neo4j
Bumps neo4j from 3.5.3 to 3.5.4.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-11 04:54:37 +00:00
Matt Rider
edd37db8fe Update frontend to display urls, update currentUser 2019-04-10 20:33:37 -03:00
Robert Schäfer
e3f3e081cc
Merge pull request #416 from Human-Connection/dependabot/npm_and_yarn/webapp/nuxt-2.6.1
Bump nuxt from 2.4.5 to 2.6.1 in /webapp
2019-04-10 19:49:20 +02:00
Robert Schäfer
d58076d0ff Consistency: Filename equals name of component 2019-04-10 18:53:46 +02:00