6760 Commits

Author SHA1 Message Date
mattwr18
afb443ac0d Update resolver to match one Donations node
- there should only ever be one Donations node to start off with, if
that changes in the future for some reason, then we'd need to look into
changing the match to something that makes more sense.
2019-11-11 19:14:06 +01:00
mattwr18
835a098731 Set up backend for DonationsInfo
Co-authored-by: Mike Aono <aonomike@gmail.com>
2019-11-11 18:14:33 +01:00
Alina Beck
ffb3ff896e add tests for DonationInfo component (wip) 2019-11-11 17:36:04 +03:00
Alina Beck
61cb7dd7c2 add ProgressBar tests 2019-11-11 16:28:39 +03:00
Alina Beck
d15a1a8105 style donations info for mobile 2019-11-11 15:57:29 +03:00
Alina Beck
2cd7ee9ac6 add donations info page to admin pages 2019-11-11 15:07:26 +03:00
Alina Beck
f6de44b337 place donation info in separate component
compute title and label according to selected locale and donation values
2019-11-11 13:09:51 +03:00
Alina Beck
768f5f6631 extract progress bar into separate component 2019-11-11 12:31:10 +03:00
Alina Beck
88436c3cf7 add donation info with hardcoded values 2019-11-11 12:05:09 +03:00
Alina Beck
263ee16e3d
Merge pull request #2159 from Human-Connection/migrate-design-tokens
Migrate design tokens
2019-11-11 10:06:10 +03:00
mattwr18
9c60775c81 Merge branch 'master' of github.com:Human-Connection/Human-Connection into migrate-design-tokens 2019-11-07 10:41:39 +01:00
mattwr18
1fd3fd8e41
Merge pull request #2158 from Human-Connection/dependabot/npm_and_yarn/webapp/babel/core-7.7.2
build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp
2019-11-07 10:39:23 +01:00
mattwr18
a344919154
Merge pull request #2157 from Human-Connection/dependabot/npm_and_yarn/webapp/vue-svg-loader-0.14.0
build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp
2019-11-07 10:38:52 +01:00
mattwr18
28c9bb17c6
Merge pull request #2151 from Human-Connection/2150_remove-graphql-request
Remove graphql-requests
2019-11-07 10:16:04 +01:00
mattwr18
cb2b8ddad7
Merge pull request #2148 from Human-Connection/2128-close-all-sessions
close all open sessions
2019-11-07 10:05:59 +01:00
Alexander Friedland
f023fa40c9
Merge pull request #2126 from Human-Connection/1994-load-latest-posts-on-logo-click
Implement refresh posts, fix duplicate posts bug
2019-11-07 09:53:03 +01:00
Alexander Friedland
377b0eb2b3
Merge pull request #2118 from Human-Connection/fix-2057
Fix: Email is Case-Sensitive
2019-11-07 09:52:47 +01:00
Alina Beck
1e7b32cbbb aaah fix lint errors 2019-11-07 11:07:42 +03:00
dependabot-preview[bot]
b83586d9d9
build(deps-dev): bump @babel/core from 7.7.0 to 7.7.2 in /webapp
Bumps [@babel/core](https://github.com/babel/babel) from 7.7.0 to 7.7.2.
- [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.7.0...v7.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-07 04:24:28 +00:00
dependabot-preview[bot]
4e97bdaea9
build(deps-dev): bump vue-svg-loader from 0.12.0 to 0.14.0 in /webapp
Bumps [vue-svg-loader](https://github.com/visualfanatic/vue-svg-loader) from 0.12.0 to 0.14.0.
- [Release notes](https://github.com/visualfanatic/vue-svg-loader/releases)
- [Commits](https://github.com/visualfanatic/vue-svg-loader/commits/0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-07 04:23:21 +00:00
roschaefer
874b34211c Fix lint 2019-11-07 00:55:21 +01:00
Alina Beck
6814ca9376 make new design tokens globally available 2019-11-06 22:55:04 +03:00
Alina Beck
983587dcb8 add new design tokens to storybook webpack config 2019-11-06 22:48:46 +03:00
aonomike
c1938bacbf Remove graphql-requests
- Remove package-lock.json because we are using yarn
- Remove every instance of graphql-requests as the backend doesnt use it anymore
- Remove graphql-request dependancy from the backend
- Update scripts for running tests in package.json and remove the unused scripts
- Update travis.yml to run the new test scripts
2019-11-06 21:42:34 +03:00
Youri Seichter
d262ed678c close all open sessions 2019-11-06 18:32:25 +01:00
mattwr18
2a860297c7
Merge pull request #2135 from Human-Connection/dependabot/npm_and_yarn/backend/babel/preset-env-7.7.1
build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend
2019-11-06 16:36:50 +01:00
dependabot-preview[bot]
a221aae5fb
build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /backend
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.3 to 7.7.1.
- [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.6.3...v7.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 13:23:51 +00:00
mattwr18
3e084d09d7
Merge pull request #2136 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-7.0.2
build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend
2019-11-06 14:21:55 +01:00
mattwr18
302b4d2270
Merge pull request #2134 from Human-Connection/dependabot/npm_and_yarn/backend/babel/node-7.7.0
build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend
2019-11-06 14:21:32 +01:00
mattwr18
ad5a69c793
Merge pull request #2132 from Human-Connection/dependabot/npm_and_yarn/webapp/babel/core-7.7.0
build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp
2019-11-06 14:21:15 +01:00
dependabot-preview[bot]
5a084e12e9
build(deps-dev): bump @babel/core from 7.6.4 to 7.7.0 in /webapp
Bumps [@babel/core](https://github.com/babel/babel) from 7.6.4 to 7.7.0.
- [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.6.4...v7.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 09:16:10 +00:00
dependabot-preview[bot]
06917d7774
build(deps-dev): bump @babel/node from 7.6.3 to 7.7.0 in /backend
Bumps [@babel/node](https://github.com/babel/babel) from 7.6.3 to 7.7.0.
- [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.6.3...v7.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 09:15:45 +00:00
dependabot-preview[bot]
79bb29acc8
build(deps): bump graphql-shield from 7.0.1 to 7.0.2 in /backend
Bumps [graphql-shield](https://github.com/maticzav/graphql-shield) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/maticzav/graphql-shield/releases)
- [Commits](https://github.com/maticzav/graphql-shield/compare/v7.0.1...v7.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 09:13:29 +00:00
mattwr18
0867940197
Merge pull request #2133 from Human-Connection/dependabot/npm_and_yarn/webapp/babel/preset-env-7.7.1
build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp
2019-11-06 10:13:27 +01:00
mattwr18
707837fa6a
Merge pull request #2131 from Human-Connection/dependabot/npm_and_yarn/backend/babel/register-7.7.0
build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend
2019-11-06 10:12:48 +01:00
mattwr18
2cc3c7e0d4
Merge pull request #2130 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-middleware-4.0.2
build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend
2019-11-06 10:11:15 +01:00
mattwr18
0df4a327a1
Merge pull request #2129 from Human-Connection/dependabot/npm_and_yarn/backend/babel/cli-7.7.0
build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend
2019-11-06 10:10:37 +01:00
mattwr18
558f0b7485
Merge pull request #2091 from Human-Connection/1851-tags-clickable
1851 tags clickable
2019-11-06 09:59:11 +01:00
Alina Beck
fc387f63e2 add design token addon to storybook 2019-11-06 10:37:52 +03:00
Alina Beck
699c9600f2 copy-paste all tokens from nitro-styleguide 2019-11-06 10:04:05 +03:00
dependabot-preview[bot]
b6959837cf
build(deps-dev): bump @babel/preset-env from 7.6.3 to 7.7.1 in /webapp
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.6.3 to 7.7.1.
- [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.6.3...v7.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 04:22:42 +00:00
dependabot-preview[bot]
bad6a46294
build(deps-dev): bump @babel/register from 7.6.2 to 7.7.0 in /backend
Bumps [@babel/register](https://github.com/babel/babel) from 7.6.2 to 7.7.0.
- [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.6.2...v7.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 04:21:36 +00:00
dependabot-preview[bot]
af95360704
build(deps): bump graphql-middleware from 4.0.1 to 4.0.2 in /backend
Bumps [graphql-middleware](https://github.com/prisma/graphql-middleware) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/prisma/graphql-middleware/releases)
- [Commits](https://github.com/prisma/graphql-middleware/compare/v4.0.1...v4.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 04:20:51 +00:00
dependabot-preview[bot]
bea37818ac
build(deps-dev): bump @babel/cli from 7.6.4 to 7.7.0 in /backend
Bumps [@babel/cli](https://github.com/babel/babel) from 7.6.4 to 7.7.0.
- [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.6.4...v7.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-11-06 04:20:15 +00:00
mattwr18
5609622e4a
Merge pull request #2123 from Human-Connection/dependabot/npm_and_yarn/backend/graphql-shield-7.0.1
build(deps): bump graphql-shield from 7.0.0 to 7.0.1 in /backend
2019-11-05 19:39:48 +01:00
roschaefer
807ac00a12 Fix backend tests 2019-11-05 18:06:10 +01:00
roschaefer
20b47b873e refactor: add new email, display server response 2019-11-05 15:23:31 +01:00
mattwr18
2ea0364242 Implement refresh posts, fix duplicate posts bug
- on logo click
- scrollToTop
- remove duplicate records

Co-authored-by: kachulio1 <jngugi88@gmail.com>
2019-11-05 14:57:54 +01:00
roschaefer
2a53eb2e6c refactor: use email of backend response in Signup 2019-11-05 14:24:02 +01:00
mattwr18
f64b71e746
Merge pull request #2121 from Human-Connection/dependabot/npm_and_yarn/backend/merge-graphql-schemas-1.7.2
build(deps): bump merge-graphql-schemas from 1.7.0 to 1.7.2 in /backend
2019-11-05 11:09:25 +01:00