16408 Commits

Author SHA1 Message Date
Grzegorz Leoniec
c45be5f39b
Fixed i18n on SSR 2019-01-10 15:32:54 +01:00
Grzegorz Leoniec
9cfbb8429b
Removed unused steps 2019-01-10 13:54:01 +01:00
Grzegorz Leoniec
a6b8a81574
Renamed scenario "I change my name" to "change username" 2019-01-10 13:51:45 +01:00
Grzegorz Leoniec
5c7ecfc6a6
Improved integration tests 2019-01-10 13:50:20 +01:00
Grzegorz Leoniec
3382c5ef6f
Removed unused comment slashes 2019-01-10 12:11:26 +01:00
Grzegorz Leoniec
89fb7e8e07
Merged master in 2019-01-10 12:08:13 +01:00
Grzegorz Leoniec
c124602c89
Merge pull request #129 from Human-Connection/improve-dropdown
Improve dropdown
2019-01-10 12:03:00 +01:00
Grzegorz Leoniec
4676f5af5c
Fixed is-exact usage ofr user menu and optimized Dropdown internals 2019-01-10 12:01:27 +01:00
Grzegorz Leoniec
e9ac233d6c
Use Dropdown in Author Component 2019-01-10 10:29:21 +01:00
Grzegorz Leoniec
78978e9bdb
Added disabled, isOpen, openMenu, closeMenu to Dropdown 2019-01-10 10:29:02 +01:00
Grzegorz Leoniec
a7010d32cf
Improve Dropdown 2019-01-10 09:47:35 +01:00
dependabot[bot]
5b7d89d520
Merge pull request #106 from Human-Connection/dependabot/submodules/Nitro-Web-11bc54b 2019-01-10 04:26:50 +00:00
dependabot[bot]
318ffda343
Merge pull request #105 from Human-Connection/dependabot/submodules/Nitro-Backend-b2bad4f 2019-01-10 04:26:30 +00:00
dependabot[bot]
9e91da1c6a
Bump Nitro-Web from 349866f to 11bc54b
Bumps [Nitro-Web](https://github.com/Human-Connection/Nitro-Web) from `349866f` to `11bc54b`.
- [Release notes](https://github.com/Human-Connection/Nitro-Web/releases)
- [Commits](349866f20b...11bc54b851)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-10 04:26:14 +00:00
dependabot[bot]
ac1a035575
Bump Nitro-Backend from ae39c18 to b2bad4f
Bumps [Nitro-Backend](https://github.com/Human-Connection/Nitro-Backend) from `ae39c18` to `b2bad4f`.
- [Release notes](https://github.com/Human-Connection/Nitro-Backend/releases)
- [Commits](ae39c18980...b2bad4fedb)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-10 04:26:13 +00:00
dependabot[bot]
da19dee1f2
Bump eslint-plugin-jest from 22.1.2 to 22.1.3
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 22.1.2 to 22.1.3.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v22.1.2...v22.1.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-10 04:19:47 +00:00
Matt Rider
bae7b7b74d Merge branch 'master' of github.com:Human-Connection/Nitro-Web into 93-minimize-docker-image-size-with-multi-stage-build 2019-01-09 20:18:36 -02:00
Matt Rider
6948c147e2 Remove un-needed copies 2019-01-09 20:05:04 -02:00
Matt Rider
b17107438c Revert to passing build 2019-01-09 19:52:38 -02:00
Matt Rider
19a298d7f6 Add back static and plugins copy from build and test 2019-01-09 19:36:37 -02:00
Matt Rider
0acca8c73f Add copy everything in build and test 2019-01-09 19:15:48 -02:00
Matt Rider
cca09415c3 Fix copy path 2019-01-09 19:14:38 -02:00
Matt Rider
1a234e70f8 Copy over styleguide/dist 2019-01-09 18:54:42 -02:00
Robert Schäfer
0893d3740e Try to expose bug #106
It does not work as we have PERMISSIONS=disabled also in the server
we're trying to test.
2019-01-09 18:56:57 +01:00
Grzegorz Leoniec
ac04e766f9
Removed console log 2019-01-09 17:52:39 +01:00
Grzegorz Leoniec
2cb18f33d5
Try to fix build - issue #128 2019-01-09 17:43:09 +01:00
Grzegorz Leoniec
bfee061a26
Added JWT_SECRET from env var 2019-01-09 17:22:02 +01:00
Grzegorz Leoniec
ced8bd78bb
Added locations to seeded users 2019-01-09 17:21:30 +01:00
Grzegorz Leoniec
9629ca649a
Fixed user middleware 2019-01-09 17:20:25 +01:00
Robert Schäfer
9262fbb44f Start a test server only once.
This keeps our tests small. It is quite a headache though, because of an
issue with jest and with transpiling. For reasons that I don't understand
running `yarn run test:jest` sometimes complains about open handles.
I would love to hear how to make our build more reliable.
2019-01-09 14:49:35 +01:00
Daksh
fbdbabc382
Merge branch 'master' into master 2019-01-09 19:08:37 +05:30
Robert Schäfer
b2bad4fedb
Merge pull request #108 from Human-Connection/dont_run_tests_in_build_folder
Don't run tests in /dist folder
2019-01-09 14:35:29 +01:00
Robert Schäfer
13666df3e2 Don't run tests in /dist folder
If you ran `yarn run build` followed by `yarn run test:jest` it was
running the tests twice, because it matched the `/dist` folder to.
2019-01-09 13:50:59 +01:00
Grzegorz Leoniec
3765f5d046
Merge branch 'master' into locations 2019-01-09 13:37:04 +01:00
Wolfgang Huß
3edbbee9e7
New file describes how to edit this documentation 2019-01-09 13:32:35 +01:00
Grzegorz Leoniec
86c7b93386
Removed unneeded log 2019-01-09 13:14:18 +01:00
Grzegorz Leoniec
2571d82447
Disabled cypther logs and added DEBUG env var 2019-01-09 13:12:37 +01:00
Wolfgang Huß
fca4a67d76
Correction of the link
There was the „testing/" not deleted.
2019-01-09 12:03:43 +01:00
Wolfgang Huß
7085860bc7
Added section Documentation
Including the headline as link to the description how to edit this documentation.
2019-01-09 11:50:22 +01:00
dependabot[bot]
11bc54b851
Merge pull request #127 from Human-Connection/dependabot/npm_and_yarn/cookie-universal-nuxt-2.0.14 2019-01-09 09:47:35 +00:00
dependabot[bot]
7798c9fafd
Merge pull request #107 from Human-Connection/dependabot/npm_and_yarn/neo4j-graphql-js-2.2.0 2019-01-09 08:42:08 +00:00
dependabot[bot]
d77e16929d
Merge pull request #104 from Human-Connection/dependabot/submodules/Nitro-Web-349866f 2019-01-09 04:48:17 +00:00
dependabot[bot]
44da5bb1aa
Merge pull request #103 from Human-Connection/dependabot/submodules/Nitro-Backend-ae39c18 2019-01-09 04:48:08 +00:00
dependabot[bot]
d11fcb24c8
Bump Nitro-Web from 717658f to 349866f
Bumps [Nitro-Web](https://github.com/Human-Connection/Nitro-Web) from `717658f` to `349866f`.
- [Release notes](https://github.com/Human-Connection/Nitro-Web/releases)
- [Commits](717658fd62...349866f20b)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-09 04:47:45 +00:00
dependabot[bot]
6471fed480
Bump Nitro-Backend from a1b8d53 to ae39c18
Bumps [Nitro-Backend](https://github.com/Human-Connection/Nitro-Backend) from `a1b8d53` to `ae39c18`.
- [Release notes](https://github.com/Human-Connection/Nitro-Backend/releases)
- [Commits](a1b8d53e6e...ae39c18980)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-09 04:47:45 +00:00
dependabot[bot]
a6fc719145
Bump cookie-universal-nuxt from 2.0.12 to 2.0.14
Bumps [cookie-universal-nuxt](https://github.com/microcipcip/cookie-universal) from 2.0.12 to 2.0.14.
- [Release notes](https://github.com/microcipcip/cookie-universal/releases)
- [Commits](https://github.com/microcipcip/cookie-universal/compare/v2.0.12...v2.0.14)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-09 04:44:05 +00:00
dependabot[bot]
1dd852ee9f
Bump neo4j-graphql-js from 2.1.1 to 2.2.0
Bumps [neo4j-graphql-js](https://github.com/neo4j-graphql/neo4j-graphql-js) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/neo4j-graphql/neo4j-graphql-js/releases)
- [Changelog](https://github.com/neo4j-graphql/neo4j-graphql-js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/neo4j-graphql/neo4j-graphql-js/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-09 04:30:55 +00:00
Matt Rider
39f581aefb Remove redundant copies, run yarn install in production image 2019-01-08 20:39:45 -02:00
Matt Rider
7be0e0a02a Merge branch 'master' of github.com:Human-Connection/Nitro-Web into 93-minimize-docker-image-size-with-multi-stage-build 2019-01-08 20:39:20 -02:00
Grzegorz Leoniec
5ee25ead00
Merge branch 'master' into locations 2019-01-08 22:56:09 +01:00