holderdeord/hdo-storting-importer

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.travis.yml
Gemfile
Guardfile
LICENSE
README.md
Rakefile
bin/hdo-converter
data/dld-issues.json
data/dld-issues.xml
data/dld-votes.json
data/promises-alle.csv
hdo-storting-importer.gemspec
lib/hdo/storting_importer/schema.json
lib/hdo/storting_importer/schema/category.json
lib/hdo/storting_importer/schema/committee.json
lib/hdo/storting_importer/schema/committee_membership.json
lib/hdo/storting_importer/schema/district.json
lib/hdo/storting_importer/schema/parliament_issue.json
lib/hdo/storting_importer/schema/parliament_issue_details.json
lib/hdo/storting_importer/schema/parliament_period.json
lib/hdo/storting_importer/schema/parliament_session.json
lib/hdo/storting_importer/schema/party.json
lib/hdo/storting_importer/schema/party_membership.json
lib/hdo/storting_importer/schema/promise.json
lib/hdo/storting_importer/schema/proposition.json
lib/hdo/storting_importer/schema/representative.json
lib/hdo/storting_importer/schema/vote.json
lib/hdo/storting_importer.rb118
A
1 hr
lib/hdo/storting_importer/api_data_source.rb90
lib/hdo/storting_importer/caching_data_source.rb79
lib/hdo/storting_importer/category.rb53
lib/hdo/storting_importer/cli.rb68
lib/hdo/storting_importer/committee.rb41
A
2 hrs
lib/hdo/storting_importer/committee_membership.rb36
lib/hdo/storting_importer/core_ext/enumerable.rb9
lib/hdo/storting_importer/data_source.rb26
lib/hdo/storting_importer/disk_data_source.rb51
lib/hdo/storting_importer/district.rb41
A
2 hrs
lib/hdo/storting_importer/has_json_schema.rb79
lib/hdo/storting_importer/in_memory_cache.rb12
lib/hdo/storting_importer/inspectable.rb24
A
25 mins
lib/hdo/storting_importer/ivar_equality.rb18
lib/hdo/storting_importer/parliament_issue.rb100
A
1 hr
lib/hdo/storting_importer/parliament_issue_details.rb71
A
55 mins
lib/hdo/storting_importer/parliament_period.rb46
A
3 hrs
lib/hdo/storting_importer/parliament_session.rb46
A
3 hrs
lib/hdo/storting_importer/parsing_data_source.rb67
lib/hdo/storting_importer/party.rb42
lib/hdo/storting_importer/party_membership.rb35