5888 Commits

Author SHA1 Message Date
Grzegorz Leoniec
58cef3ec21
Fixed search 2019-02-19 12:58:03 +01:00
Grzegorz Leoniec
33cc5d5982
Store last search value in store 2019-02-19 12:42:51 +01:00
Lala Sabathil
a7b7052b48
Merge pull request #138 from Human-Connection/dependabot/submodules/Nitro-Backend-c5c62d2
Bump Nitro-Backend from `13c6743` to `c5c62d2`
2019-02-19 12:38:45 +01:00
Lala Sabathil
99d47bcee8
Merge pull request #140 from Human-Connection/dependabot/submodules/Nitro-Web-d857252
Bump Nitro-Web from `9ba2200` to `d857252`
2019-02-19 12:38:39 +01:00
Lala Sabathil
faea41a7eb
Merge pull request #137 from Human-Connection/dependabot/submodules/API-8f0edaf
Bump API from `02dcc22` to `8f0edaf`
2019-02-19 12:37:53 +01:00
Lala Sabathil
f4f3134fc5
Merge pull request #134 from Human-Connection/dependabot/submodules/WebApp-d4917da
Bump WebApp from `e153eb6` to `d4917da`
2019-02-19 12:37:36 +01:00
Grzegorz Leoniec
61a00feb60
Use VueX store for searching and better testabillity 2019-02-19 12:30:02 +01:00
dependabot[bot]
2ec60abc19
Bump eslint from 5.14.0 to 5.14.1
Bumps [eslint](https://github.com/eslint/eslint) from 5.14.0 to 5.14.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v5.14.0...v5.14.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 11:21:24 +00:00
dependabot[bot]
736fe85349
Merge pull request #186 from Human-Connection/dependabot/npm_and_yarn/eslint-plugin-vue-5.2.2 2019-02-19 11:14:31 +00:00
Grzegorz Leoniec
01c470a36e
Removed times-circle.svg 2019-02-19 12:03:05 +01:00
Grzegorz Leoniec
f867b53e64
Small cleanup 2019-02-19 12:02:20 +01:00
Grzegorz Leoniec
34a863424b
Show search results while typing 2019-02-19 10:37:31 +01:00
dependabot[bot]
cb741d9158
Bump Nitro-Web from 9ba2200 to d857252
Bumps [Nitro-Web](https://github.com/Human-Connection/Nitro-Web) from `9ba2200` to `d857252`.
- [Release notes](https://github.com/Human-Connection/Nitro-Web/releases)
- [Commits](9ba22002b7...d8572520e8)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 04:25:39 +00:00
dependabot[bot]
4de6265baa
Bump graphql-shield from 5.1.3 to 5.3.0
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 5.1.3 to 5.3.0.
- [Release notes](https://github.com/maticzav/graphql-shield/releases)
- [Commits](https://github.com/maticzav/graphql-shield/compare/v5.1.3...v5.3.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 04:17:52 +00:00
dependabot[bot]
e4eebdf65c
Bump eslint-plugin-vue from 5.2.1 to 5.2.2
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.2.1 to 5.2.2.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.2.1...v5.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-19 04:17:21 +00:00
Robert Schäfer
8a7435ebb7 Clean up seed-db.js 2019-02-19 01:51:04 +01:00
Robert Schäfer
f7831dbbb7 Simplify package.json
We don't have to wait for a seedServer if we access the database
directly.
2019-02-19 01:44:30 +01:00
Robert Schäfer
4488cc9864 Seed comments 2019-02-19 01:43:11 +01:00
Robert Schäfer
1afcb4b0c9 Seed organizations 2019-02-19 01:17:38 +01:00
Robert Schäfer
a981181e94 Seed user shouts 2019-02-19 01:04:05 +01:00
Robert Schäfer
62d450ef68 Remove boilerplate code with method relate() 2019-02-19 00:54:21 +01:00
Robert Schäfer
eb22555797 Change API: create/relate
Separating the relations from mere properties removes boilerplate code.
2019-02-19 00:17:06 +01:00
Robert Schäfer
e51817c849 Seed follow relations between users 2019-02-18 23:49:54 +01:00
Robert Schäfer
f9083c8d4b Remove obsolete legacy seeds 2019-02-18 23:39:06 +01:00
Robert Schäfer
df9b4b9b8b Seed blacklisted relationships between users 2019-02-18 23:37:44 +01:00
Robert Schäfer
dd8fe73e6d Create more posts, connect users with badges 2019-02-18 23:26:46 +01:00
Robert Schäfer
aa2ce1f639 Remove redundancy in database cleaner 2019-02-18 23:02:52 +01:00
Robert Schäfer
924a57a7ca Seed badges and tags 2019-02-18 22:48:22 +01:00
Robert Schäfer
437e8589f8 Categories posts in seeding 2019-02-18 18:08:45 +01:00
Robert Schäfer
9dba02cf09 Create posts by multiple authors 2019-02-18 17:23:12 +01:00
Grzegorz Leoniec
cbbd33301f
Improved search query 2019-02-18 16:57:17 +01:00
Robert Schäfer
1734554a88 Fix seeds without the use of neode
@appinteractive ping
2019-02-18 15:35:45 +01:00
Robert Schäfer
f024bd3821 Remove redundancy 2019-02-18 13:25:11 +01:00
Robert Schäfer
f17242b824 Transfer relevant changes from branch neode 2019-02-18 12:57:07 +01:00
Wolfgang Huß
2d99d3903e Added instruction for Docker install and little corrections 2019-02-18 12:51:52 +01:00
Lala Sabathil
d0ff95000a
Merge branch 'master' into 37-full-text-search-top-bar 2019-02-18 10:50:06 +01:00
Lala Sabathil
c49f90ea4c
Merge branch 'master' into editor 2019-02-18 10:48:52 +01:00
Lala Sabathil
db540df130
Merge branch 'master' into extract-styleguide 2019-02-18 10:41:44 +01:00
Lala Sabathil
d8572520e8
Merge pull request #184 from Human-Connection/dependabot/npm_and_yarn/@babel/core-7.3.3
Bump @babel/core from 7.2.2 to 7.3.3
2019-02-18 10:41:20 +01:00
Lala Sabathil
49b1a2044a
Merge branch 'master' into extract-styleguide 2019-02-18 10:41:05 +01:00
Lala Sabathil
6b24f80977
Merge branch 'master' into dependabot/npm_and_yarn/@babel/core-7.3.3 2019-02-18 10:32:06 +01:00
Lala Sabathil
dc2ac6e6fe
Merge pull request #132 from Human-Connection/dependabot/npm_and_yarn/date-fns-2.0.0-alpha.27
Bump date-fns from 2.0.0-alpha.26 to 2.0.0-alpha.27
Force push, because build already tested with travis, but restarted.
2019-02-18 10:31:26 +01:00
Lala Sabathil
0a774740bb
Merge branch 'master' into 37-full-text-search-top-bar 2019-02-18 10:23:27 +01:00
dependabot[bot]
626d6007b7
Bump date-fns from 2.0.0-alpha.26 to 2.0.0-alpha.27
Bumps [date-fns](https://github.com/date-fns/date-fns) from 2.0.0-alpha.26 to 2.0.0-alpha.27.
- [Release notes](https://github.com/date-fns/date-fns/releases)
- [Changelog](https://github.com/date-fns/date-fns/blob/master/CHANGELOG.md)
- [Commits](https://github.com/date-fns/date-fns/compare/v2.0.0-alpha.26...v2.0.0-alpha.27)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-18 09:15:47 +00:00
dependabot[bot]
657b891065
Bump @babel/core from 7.2.2 to 7.3.3
Bumps [@babel/core](https://github.com/babel/babel) from 7.2.2 to 7.3.3.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.2.2...v7.3.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-18 09:15:20 +00:00
Lala Sabathil
748c0cedc2
Merge pull request #180 from Human-Connection/dependabot/npm_and_yarn/eslint-plugin-vue-5.2.1
Bump eslint-plugin-vue from 5.1.0 to 5.2.1
2019-02-18 10:12:50 +01:00
dependabot[bot]
5639aed285
Bump eslint-plugin-vue from 5.1.0 to 5.2.1
Bumps [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) from 5.1.0 to 5.2.1.
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v5.1.0...v5.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-18 08:58:23 +00:00
Lala Sabathil
8c109131c0
Merge pull request #185 from Human-Connection/dependabot/npm_and_yarn/eslint-5.14.0
Bump eslint from 5.13.0 to 5.14.0
2019-02-18 09:55:05 +01:00
dependabot[bot]
90450e1251
Bump Nitro-Backend from 13c6743 to c5c62d2
Bumps [Nitro-Backend](https://github.com/Human-Connection/Nitro-Backend) from `13c6743` to `c5c62d2`.
- [Release notes](https://github.com/Human-Connection/Nitro-Backend/releases)
- [Commits](13c67437d8...c5c62d2839)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-18 05:58:28 +00:00
dependabot[bot]
6461a43bef
Bump got from 9.5.0 to 9.6.0
Bumps [got](https://github.com/sindresorhus/got) from 9.5.0 to 9.6.0.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v9.5.0...v9.6.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-18 04:50:56 +00:00