Robert Schäfer
b2d1685b06
WIP: Integrate permissionless app into setup hooks
2019-01-15 00:39:06 +01:00
Robert Schäfer
9d541d8f27
Clean up helper.js
2019-01-14 23:31:00 +01:00
Robert Schäfer
6f487e2687
Fix non-deterministic erros in testing
...
Without the `--runInBand` flag, jest will create a worker pool of child
processes and run the tests withing. No surprise, why the tests were
running completely non-deterministically! If we clear the database in
the middle of the tests we will end up with no records, or if we run the
factories in several tests we end up with many duplicate records.
FYI: @mattwr18 @appinteractive @tansaku @Kachulio1
2019-01-14 23:22:12 +01:00
Robert Schäfer
70b20302fe
Probably exposed #106
2019-01-14 23:00:21 +01:00
Robert Schäfer
75ee9bf9b4
Fix seed data in docker environment
...
@appinteractive
Running
```
docker-compose -f ../Nitro-Backend/docker-compose.yml -f ../Nitro-Backend/docker-compose.travis.yml up
```
from the Nitro-Web folder gives me an error when running seed data.
The configuration in this commit fixes it on my machine. I guess that
will fix the frontend build, too.
2019-01-14 21:50:42 +01:00
Robert Schäfer
d0b975e782
Getting strange non-deterministic errors
2019-01-14 20:54:11 +01:00
Grzegorz Leoniec
a8a18314f8
Fixed modal setup
2019-01-14 18:12:18 +01:00
Grzegorz Leoniec
a20430f3e9
Improved modal
2019-01-14 17:54:26 +01:00
Grzegorz Leoniec
bfd0feae49
Merge branch 'master' into report-content
2019-01-14 17:17:48 +01:00
Grzegorz Leoniec
8635cd162f
Merge branch 'master' into report-content
2019-01-14 17:16:19 +01:00
Grzegorz Leoniec
77b8277906
Fixed settings and admin menues
2019-01-14 17:12:04 +01:00
Grzegorz Leoniec
79749e6570
Fixed isOwner permission
2019-01-14 17:07:20 +01:00
Grzegorz Leoniec
6e0380e5f6
Fixed LocaleSwitch issue with new Menu
2019-01-14 16:10:26 +01:00
Grzegorz Leoniec
d93c360cb7
merged master in
2019-01-14 16:09:05 +01:00
Grzegorz Leoniec
6a343ccd94
remove disabled styling for inputs
2019-01-14 16:07:58 +01:00
Robert Schäfer
6bbc76911a
Refactor test cases
2019-01-14 16:07:52 +01:00
Grzegorz Leoniec
c9008a23cb
Use matcher for user menu
2019-01-14 16:07:42 +01:00
Grzegorz Leoniec
989a723d4d
use standard exact router link class in nuxt
2019-01-14 16:06:09 +01:00
Grzegorz Leoniec
598dd9cda7
Added matcher prop for menu
2019-01-14 16:05:55 +01:00
Robert Schäfer
6326e243f4
Merge pull request #130 from Human-Connection/language-menu
...
Language menu
2019-01-14 15:25:05 +01:00
Grzegorz Leoniec
1cb4156422
Fixed linting issue
2019-01-14 14:52:16 +01:00
Grzegorz Leoniec
07c437ccaa
Fixed issues after styleguide upgrade
2019-01-14 14:45:42 +01:00
Grzegorz Leoniec
cb773eb2ce
Upgrade Styleguide
2019-01-14 13:57:52 +01:00
dependabot[bot]
2383e24faf
Merge pull request #109 from Human-Connection/dependabot/submodules/Nitro-Web-c334a81
2019-01-14 04:18:21 +00:00
dependabot[bot]
3d04e11b99
Merge pull request #108 from Human-Connection/dependabot/submodules/Nitro-Backend-617a62a
2019-01-14 04:18:03 +00:00
dependabot[bot]
1d3897c254
Bump Nitro-Web from c124602 to c334a81
...
Bumps [Nitro-Web](https://github.com/Human-Connection/Nitro-Web ) from `c124602` to `c334a81`.
- [Release notes](https://github.com/Human-Connection/Nitro-Web/releases )
- [Commits](c124602c89...c334a81410 )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14 04:17:28 +00:00
dependabot[bot]
5ca5790bb6
Bump Nitro-Backend from b2bad4f to 617a62a
...
Bumps [Nitro-Backend](https://github.com/Human-Connection/Nitro-Backend ) from `b2bad4f` to `617a62a`.
- [Release notes](https://github.com/Human-Connection/Nitro-Backend/releases )
- [Commits](b2bad4fedb...617a62a40c )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-14 04:17:26 +00:00
Grzegorz Leoniec
249d6ecd9e
Merge branch 'master' into language-menu
2019-01-13 15:44:17 +01:00
Grzegorz Leoniec
3a90c84a21
Merge branch 'master' into locations
2019-01-13 15:43:37 +01:00
Grzegorz Leoniec
fb885ddcda
Merge branch 'master' into 106_authorization
2019-01-13 15:42:21 +01:00
Grzegorz Leoniec
617a62a40c
Merge pull request #104 from DakshMiglani/master
...
fix #41 jwt strategy
2019-01-13 15:41:15 +01:00
Grzegorz Leoniec
f0d0ced015
Merge branch 'master' into locations
2019-01-13 14:41:15 +01:00
Grzegorz Leoniec
8fe8500b24
Normalize offset for topbar locale switch
2019-01-13 14:39:46 +01:00
Grzegorz Leoniec
ff0d4e3a70
Remove outline for links inside topbar
2019-01-13 14:39:24 +01:00
Grzegorz Leoniec
a07b71dea4
Fixed dropdown trigger link active status while open
2019-01-13 14:31:48 +01:00
dependabot[bot]
9d284da73e
Merge pull request #85 from Human-Connection/dependabot/npm_and_yarn/apollo-cache-inmemory-1.3.12
2019-01-12 21:09:49 +00:00
dependabot[bot]
c334a81410
Merge pull request #114 from Human-Connection/dependabot/npm_and_yarn/vuex-i18n-1.11.0
2019-01-12 20:53:38 +00:00
dependabot[bot]
53044c4cf6
Bump apollo-cache-inmemory from 1.3.11 to 1.3.12
...
Bumps [apollo-cache-inmemory](https://github.com/apollographql/apollo-client ) from 1.3.11 to 1.3.12.
- [Release notes](https://github.com/apollographql/apollo-client/releases )
- [Changelog](https://github.com/apollographql/apollo-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/apollographql/apollo-client/commits )
Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-01-12 20:51:19 +00:00
dependabot[bot]
a27363632c
Merge pull request #110 from Human-Connection/dependabot/npm_and_yarn/eslint-plugin-jest-22.1.3
2019-01-12 20:48:39 +00:00
Grzegorz Leoniec
a5c41f0e55
Merge branch 'master' into dependabot/npm_and_yarn/vuex-i18n-1.11.0
2019-01-12 21:41:19 +01:00
Grzegorz Leoniec
3f67630de5
Improve look of topbar links and locale switch
2019-01-12 18:22:43 +01:00
Grzegorz Leoniec
b59ff6a7f0
Improved Avatar menu
2019-01-12 18:16:31 +01:00
Grzegorz Leoniec
c50c794e12
Improved LocaleSwitch and Avatar Item in Topbar
2019-01-12 17:39:33 +01:00
Grzegorz Leoniec
f7f6eeab39
Improved Topbar link positioning and language item
2019-01-12 17:07:23 +01:00
Grzegorz Leoniec
9f03ac3cd9
Sort Languages alphabetically
2019-01-12 17:07:00 +01:00
Grzegorz Leoniec
d6f5232d45
User Português for Portuguese
2019-01-12 17:06:43 +01:00
Grzegorz Leoniec
aa9cfceba9
Try to fix build issues
2019-01-12 15:50:51 +01:00
Grzegorz Leoniec
08c947bacd
Try to fix build by providing default env vars
2019-01-12 14:52:50 +01:00
Grzegorz Leoniec
aa920040a9
Try to fix build by providing default env vars
2019-01-12 14:48:03 +01:00
Grzegorz Leoniec
f6b5516352
Fixed content menu positioning
2019-01-12 14:39:28 +01:00