Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using Popolo engine #334

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
83981b6
added popolo-engine gem
rezzo Dec 17, 2014
ab6586e
created the mongodb indexes
rezzo Dec 17, 2014
98d0e1f
added mongodb config file
rezzo Dec 17, 2014
06575a8
Scraping persons from popit storing in a local mongo and retrieving them
Dec 22, 2014
00d7a0b
adding add_scraping_task to the scrapper
Dec 22, 2014
989d311
Scraping extra data from the persons
Dec 22, 2014
9c88114
Adding other names to persons
Dec 22, 2014
73d109a
Scrapping other names and processing up to 4 names
Dec 22, 2014
05714b0
Adding a second other name
Dec 23, 2014
5165cd7
Adding a motion scraper that currently only creates a record
Dec 23, 2014
4a23bf0
Getting motions
Dec 23, 2014
630fcb2
Moving clearing of the database to the spec_helper
Dec 23, 2014
7ca15fe
Using voting as a motion
Dec 23, 2014
a9055d7
Failing one of the tests
Dec 26, 2014
dc13707
Failing one of the tests
Dec 26, 2014
1e2ed1b
Adding a vote event to the thing
Dec 26, 2014
4812e2d
Updating popolo-engine
Dec 26, 2014
a06e6e1
Expecting a person to be related to a vote
Dec 26, 2014
fef29ca
Scraping votes and relating
Dec 29, 2014
10091fc
Adding slack notifications to travis
Dec 29, 2014
8e6e696
Scraping according to records
Dec 29, 2014
9f06a44
scraping when empty records
Dec 29, 2014
e580e78
Merging master into popolo-engine
Dec 29, 2014
9064e74
Scraping people and logging if no persons could be found
Dec 29, 2014
22e6895
Moving listen (2.8.3) in Gemfile.lock for some reason that my compute…
Dec 30, 2014
009a5bc
Removing requesting controllers in routes.rb
Dec 30, 2014
e2d99e7
added rescue exception for congressman picture
rezzo Dec 30, 2014
b1ca213
Getting the bill number into motions
Dec 30, 2014
954dfc1
Merge branch 'popolo-engine' of github.com:ciudadanointeligente/legis…
Dec 30, 2014
ee405e0
Adding a votes action
Dec 31, 2014
6387516
Adding votes.html haml
Dec 31, 2014
26aec2a
Bringing another person into the votes thing
Dec 31, 2014
5c8f596
small refactoring
Dec 31, 2014
215a87f
Displaying votes
Dec 31, 2014
c9c186d
Escrapeando votos de los diputados
Jan 6, 2015
56c1532
WIP
Jan 8, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ before_script:
- rake db:migrate
# creating default admin user
- rake db:seed

notifications:
slack: ciudadanoi:GjbzR4EjJZEiDQCKpvrKHW8E
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ gem 'httparty'
gem 'json'
gem 'protected_attributes'
gem 'rake', '10.1.1'
gem 'popolo', :github => 'opennorth/popolo-engine'
gem 'pupa', :github => 'opennorth/pupa-ruby'
Loading