kikito
|
a580e60786
|
refactor public_for_api acts_as_taggable scopes
|
2017-06-13 16:14:24 +02:00 |
|
Alberto Miedes Garcés
|
9ec8b166d7
|
Use scopes for better query performance
|
2017-06-01 20:04:51 +02:00 |
|
Alberto Miedes Garcés
|
3c7f60d625
|
Fix initializer
|
2017-05-11 22:42:43 +02:00 |
|
Alberto Miedes Garcés
|
5d9054d284
|
Merge branch 'master' into api-dev-PRs
Conflicts:
Gemfile.lock
config/routes.rb
db/dev_seeds.rb
db/schema.rb
|
2017-05-11 21:59:42 +02:00 |
|
Alberto
|
6bbcc71ecb
|
Merge branch 'master' into polls
|
2017-04-06 14:16:49 +02:00 |
|
Amaia Castro
|
5ee2c9efa0
|
Add telegram to footer and to social share button
|
2017-04-05 13:07:08 +02:00 |
|
Juanjo Bazán
|
d6cb76e491
|
removes not needed code
Kaminari has been updated
|
2017-04-03 12:30:57 +02:00 |
|
kikito
|
ba87eaa47c
|
Moves Age calculation to a module instead of monkeypatching Date
|
2017-02-03 15:35:41 +01:00 |
|
kikito
|
3535cfc0d6
|
implements Date#age_in_years extension method
|
2017-02-03 12:46:07 +01:00 |
|
Alberto Miedes Garcés
|
073ce38a8d
|
Improved API docs autogeneration
|
2017-01-27 12:39:44 +01:00 |
|
Alberto Miedes Garcés
|
4b7cebf686
|
Improved public_for_api scopes and corresponding specs
|
2017-01-26 18:29:59 +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
|
69fc161b83
|
Show taggings in API
|
2017-01-26 10:48:05 +01:00 |
|
Juanjo Bazán
|
238c01cecd
|
Merge pull request #1345 from aspgems/bug_compile_ckeditor_locales
Fixes bug. Compiles all locales for ckeditor.
|
2017-01-13 11:49:58 +01:00 |
|
Juanma
|
119061bd4c
|
Fixes bug. Compiles all locales for ckeditor.
|
2017-01-13 09:40:33 +01:00 |
|
Alberto Miedes Garcés
|
7a9373942a
|
Testing GraphQL 1.3.0 in Travis
|
2017-01-12 20:11:47 +01:00 |
|
Alberto Miedes Garcés
|
d1f14ffb93
|
Simplify the way GraphQL 'resolve' is used
|
2017-01-12 19:51:58 +01:00 |
|
Raimond Garcia
|
f2dc822bfa
|
Merge pull request #1334 from consul/budgets
WIP Budgets
|
2017-01-10 22:43:27 +01:00 |
|
rgarcia
|
0049b6154c
|
testing devise mailer
|
2017-01-10 20:04:01 +01:00 |
|
Alberto Miedes Garcés
|
6940b90260
|
Add more fields to api.yml
|
2017-01-09 14:11:51 +01:00 |
|
Alberto Miedes Garcés
|
b0bd30e3d1
|
Move api config file parsing method into the ApiTypesCreator class
|
2017-01-09 13:36:53 +01:00 |
|
Alberto Miedes Garcés
|
398bc8c211
|
Split api types creation and query type creation between two different classes
|
2017-01-08 13:39:50 +01:00 |
|
rgarcia
|
3ba57bbab2
|
adds valuator tags
|
2017-01-08 13:24:05 +01:00 |
|
Alberto Miedes Garcés
|
b9d2bc2801
|
Wrote specs for QueryType creation
|
2017-01-08 12:45:48 +01:00 |
|
Alberto Miedes Garcés
|
7027164867
|
Clean code
|
2017-01-08 11:37:56 +01:00 |
|
Alberto Miedes Garcés
|
0b302c2afc
|
Move code from GraphQL initializer into GraphQL::TypeCreator
|
2017-01-07 23:04:30 +01:00 |
|
Alberto Miedes Garcés
|
d76e4518e6
|
Extract QueryRoot resolve functions into its own classes
|
2017-01-07 22:43:42 +01:00 |
|
rgarcia
|
dde1d34172
|
fixes conflicts with master
|
2017-01-05 01:56:35 +01:00 |
|
Alberto Miedes Garcés
|
6445fffc0d
|
Merge branch 'master' into api-dev-0.18.11
|
2017-01-04 16:21:32 +01:00 |
|
Alberto Miedes Garcés
|
b36deb0382
|
Read API types and fields from config/api.yml
|
2017-01-04 14:26:30 +01:00 |
|
Fernando Blat
|
8350143496
|
Don't fetch setting if table doesn't exist
|
2017-01-04 13:37:55 +01:00 |
|
Alberto Miedes Garcés
|
0b4004042f
|
Expose age_range instead of date_of_birth for Voter/User class
|
2017-01-02 14:12:37 +01:00 |
|
kikito
|
68d598a43d
|
Merge branch 'master' into budgets
|
2017-01-02 12:10:23 +01:00 |
|
Alberto Miedes Garcés
|
f4e0ef7eea
|
Truncate votes api timestamp to hour
|
2017-01-02 12:00:58 +01:00 |
|
Alberto Miedes Garcés
|
8fe38f889b
|
Fix typo
|
2017-01-02 10:52:27 +01:00 |
|
kikito
|
4adf32d582
|
Changes initializer to avoid crash when migrating database from scratch
|
2017-01-02 10:02:34 +01:00 |
|
Alberto Miedes Garcés
|
4783f14eb4
|
Show voter info in api
|
2017-01-02 00:13:16 +01:00 |
|
Alberto Miedes Garcés
|
7dc4d80e7b
|
Read GraphQL field types from file instead of from database
|
2017-01-01 19:36:07 +01:00 |
|
Alberto Miedes Garcés
|
0f663603d0
|
Only create field to retrieve single objects in QueryRoot if ID was exposed
|
2016-12-29 14:19:11 +01:00 |
|
Alberto Miedes Garcés
|
90130f20e7
|
Add Votes info to api
|
2016-12-29 12:03:00 +01:00 |
|
Alberto Miedes Garcés
|
80c3108a18
|
Add Tag to api
|
2016-12-29 11:13:57 +01:00 |
|
Alberto Miedes Garcés
|
074a8182f6
|
Add ProposalNotification to api
|
2016-12-29 10:58:40 +01:00 |
|
rgarcia
|
0a6e86ea83
|
increase delayed job max run time to 30 minutes
|
2016-12-28 11:41:41 +01:00 |
|
rgarcia
|
c9f62bf2b9
|
fixes conflicts
|
2016-12-28 11:41:32 +01:00 |
|
Alberto Miedes Garcés
|
90ff84b6ef
|
Update API fields for Comment
|
2016-12-27 18:18:22 +01:00 |
|
Alberto Miedes Garcés
|
0e501e2edd
|
Update API fields for Debate, User and Geozone
|
2016-12-27 18:18:00 +01:00 |
|
Alberto Miedes Garcés
|
506696df0a
|
Call <ApiModel>::public_for_api if available
|
2016-12-27 18:17:02 +01:00 |
|
kikito
|
9d97421b0e
|
Merge branch 'master' into budgets
|
2016-12-27 14:02:12 +01:00 |
|
Alberto Miedes Garcés
|
2741dcf03c
|
Temporary remove organizations from API
|
2016-12-26 20:45:46 +01:00 |
|
Alberto Miedes Garcés
|
5daf59e813
|
Update Proposal fields exposed in API
|
2016-12-26 13:42:45 +01:00 |
|