Alberto Miedes Garcés
70a1dbde94
Fix bug when parsing query variables sent by the GraphiQL desktop client
2017-01-31 13:52:25 +01:00
Alberto Miedes Garcés
fd240b2fc7
Rescue all exceptions in production
2017-01-27 14:46:26 +01:00
Alberto Miedes Garcés
c52602e04b
Simplify the way ApiTypesCreator is used
2017-01-27 13:13:19 +01:00
Alberto Miedes Garcés
620c83fb69
Simplify the way QueryTypeCreator is used
2017-01-27 12:54:33 +01:00
Alberto Miedes Garcés
5b7cbccd19
Merge branch 'master' into api-dev
2017-01-26 12:39:59 +01:00
Alberto Miedes Garcés
ef6d089022
Refactor GraphqlController
2017-01-25 11:17:08 +01:00
Alberto Miedes Garcés
18fb1485eb
No need to specify the resolve type for GraphQL::Schema
...
This was needed back in the 0.18.11 version but not anymore after the
update to 1.3.0
2017-01-16 11:28:28 +01:00
Alberto Miedes Garcés
232f5aa621
Parse GraphQL query variables to JSON
...
This is required after updating the gem to 1.3.0
2017-01-16 11:25:12 +01:00
rgarcia
5f7269a070
displays unfeasible budgets link from home
2017-01-16 03:09:08 +01:00
Raimond Garcia
69c043a886
Merge pull request #1356 from consul/budget-emails
...
Budget emails
2017-01-15 19:15:39 +01:00
rgarcia
537de8c46c
Merge branch 'master' into budget-emails
2017-01-15 18:58:20 +01:00
rgarcia
289666bb4d
loads tag cloud in balloting phase
2017-01-15 12:08:41 +01:00
rgarcia
938ba40306
loads categories in sidebar for balloting phase
2017-01-15 12:06:38 +01:00
rgarcia
68bf119c18
sends unfeasible budget investment
2017-01-14 17:02:33 +01:00
rgarcia
82322ee233
sends budget investment created email
2017-01-14 16:10:43 +01:00
rgarcia
17946b292b
fixes specs
2017-01-13 16:37:39 +01:00
rgarcia
b2b9954e6d
allows user to support only in one heading per group
2017-01-13 15:24:57 +01:00
Alberto Miedes Garcés
7a9373942a
Testing GraphQL 1.3.0 in Travis
2017-01-12 20:11:47 +01:00
Juanjo Bazán
053a3e7b41
makes user page to show only active feature comments
2017-01-10 21:28:04 +01:00
Juanjo Bazán
a5338a4455
removes problematic html_safe link from flash notice
...
No need for it now that investments are public
2017-01-09 18:16:59 +01:00
rgarcia
f2d23b56e0
fixes conflicts with budgets
2017-01-09 13:33:01 +01:00
rgarcia
be10972406
fixes management specs
2017-01-08 13:39:01 +01:00
rgarcia
3ba57bbab2
adds valuator tags
2017-01-08 13:24:05 +01:00
rgarcia
fd28f6c2b3
adds tags to investment
2017-01-08 11:37:02 +01:00
kikito
b7a0aa3b57
Fixes i18n errors now that they are detected by i18n-tasks
2017-01-06 19:55:23 +01:00
kikito
3c9e08b06f
Adds organization_name attribute to budget investments
2017-01-06 18:43:55 +01:00
kikito
b36bb7bb97
fixes permission error when entering my ballot
2017-01-05 18:25:00 +01:00
kikito
248755a801
Modifies the investment orders shown by phase
2017-01-05 17:38:36 +01:00
kikito
7eba0fee50
Deactivates /ballot view when not in the balloting phase
2017-01-05 15:18:16 +01:00
rgarcia
c3380d18fa
fixes conflicts with budgets
2017-01-05 13:14:09 +01:00
kikito
635de83f86
prints the right value in budgets table
2017-01-04 18:48:01 +01:00
kikito
9c66fa0dc8
removes filter from valuation index page
2017-01-04 16:31:16 +01:00
Alberto Miedes Garcés
6445fffc0d
Merge branch 'master' into api-dev-0.18.11
2017-01-04 16:21:32 +01:00
kikito
5ac2d9ccc9
started working on tags for budget investments. Error in investments/show because paths are hard
2017-01-03 17:13:28 +01:00
Alberto Miedes Garcés
2c5925f947
Refactor GraphqlController
2017-01-03 13:24:00 +01:00
kikito
9e4b2fda89
Adds phases to form
2017-01-01 15:03:58 +01:00
kikito
110a4091f8
Adds budget investment location
2016-12-29 17:30:21 +01:00
kikito
34ee8c1c48
Makes Budgets editable, and makes their description editable with html
2016-12-29 16:21:42 +01:00
kikito
d2356c18d0
Adds toggle_selection action
2016-12-28 19:11:59 +01:00
kikito
010aeaa9ac
i18n
2016-12-28 17:42:15 +01:00
kikito
9d97421b0e
Merge branch 'master' into budgets
2016-12-27 14:02:12 +01:00
Alberto Miedes Garcés
d4b049175c
Merge branch 'master' into api-dev-0.18.11
2016-12-26 12:55:17 +01:00
kikito
84418bd671
Fixes issue in has_orders concern
2016-12-25 22:58:21 +01:00
kikito
e15377b7d8
Load @assigned_heading in addition to loading @heading
2016-12-25 12:54:48 +01:00
kikito
ef0acaf20f
Only creates ballot when budget balloting
2016-12-25 12:54:32 +01:00
kikito
3fd1993f74
only creates ballots when budget balloting
2016-12-25 12:54:07 +01:00
kikito
03ef20bfde
Merges orders_helper functionality inside has_orders concern
...
Both these objects where using/setting a variable called valid_orders.
As a results, some specs where becoming flacky
(features/budgets/investments_spec.rb, balloting phase). By putting
them together, there is no `valid_orders` variable any more (everything
is @valid_orders) and the flackyness is gone.
2016-12-24 14:42:46 +01:00
Juanjo Bazán
d057c9457d
Merge branch 'master' into signature-sheets
2016-12-23 20:23:56 +01:00
kikito
54bd5aeeb1
adds @budget param to apply_filters_and_search
2016-12-22 20:26:21 +01:00
kikito
260b9aa1e4
loads @investment_ids in ballot lines controller
2016-12-22 20:25:41 +01:00