• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

codeforamerica / ohana-api
64%
master: 99%

Build:
Build:
LAST BUILD BRANCH: mb-update-factory-bot
DEFAULT BRANCH: master
Repo Added 30 May 2013 02:33PM UTC
Files 122
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH data-merge
branch: data-merge
CHANGE BRANCH
x
Reset
  • data-merge
  • 10-user-agent
  • 104-search-for-many-languages
  • 164-fix-devise-bug
  • 185-org-autocomplete
  • 187-admin-languages
  • 188-highlight-error-fields
  • 200-remove-required-attribute
  • 238-update-readme
  • 25-api-keys
  • 304-csv-export
  • 308-add-new-program-button
  • 313-copy-service
  • 326-zip-csv-files
  • 332-improve-import-errors
  • 336-import-fixes
  • 361-csv-memory
  • 41-enable-ssl
  • 69-create-app-link
  • add-additional-fields
  • add-admin-field-to-location
  • add-codeclimate-config
  • add-contacts-to-org
  • add-contacts-to-service
  • add-devise-paranoid
  • add-docker-support
  • add-gitattributes
  • add-interpretation-services
  • add-number_type-to-phones
  • add-phones-to-org
  • add-phones-to-service
  • add-profiling-gems
  • add-programs
  • add-schedules
  • add-sms-to-phone-number-type
  • added_fields
  • admin-interface
  • admin-subdomain
  • automatically-set-super-admin
  • bootstrap-tweaks
  • cache-gems-for-travis
  • category-assignment-via-CSV
  • csv-import
  • disable-email-sending-during-db-seed
  • disable-state-validation-for-non-us
  • elasticsearch
  • expose-weekday-as-integer
  • fix-csv-import-script
  • fix-dashboard-spec
  • fix-devise-issues
  • fix-docker
  • fix-flickering-search-spec
  • fix-heroku-db-setup
  • fix-label-for-categories
  • fix-ranking-issue
  • fix-readme
  • fix-rubocop-offenses
  • fix-scss-offenses
  • full-text-search-for-org-name
  • holiday-schedules
  • holiday-schedules-admin
  • hound-config
  • inactive-services
  • installation-docs
  • latlon
  • master
  • mb-protected-attributes
  • mb-update-factory-bot
  • mb-update-gems
  • nearby
  • only-validate-presence-of-state-for-us-and-ca
  • optimize-admin-decorator
  • order-categories
  • pg-search
  • postgres
  • prevent-puma-connection-leakage
  • readme-updates
  • refactor-search
  • refactor-validators
  • remove-grape
  • remove-redis
  • remove-short-description-validations-137
  • remove-unused-code
  • remove-unused-http-headers
  • rename-fields
  • replace-location-emails-with-email
  • replace-location-urls-with-website
  • replace-mandrill-with-sendgrid
  • replace-pg-search
  • search-keyword-service-area
  • search-multiple-categories
  • select2-for-service-areas
  • service-area-filter
  • show-version-number-in-admin-interface
  • snyk-fix-80ad56c6
  • taxonomy-import
  • test
  • tweak-install-postgresql-words
  • update-README
  • update-bootstrap-sass
  • update-caching
  • update-dev-gems
  • update-devise
  • update-gems
  • update-gems-with-bummr
  • update-nearby-serializer
  • update-nokogiri
  • update-pundit
  • update-rails
  • update-readme
  • update-required-fields
  • update-root-endpoint
  • update-rubocop
  • update-ruby
  • update-ruby-and-bummr
  • update-sample-csvs
  • update-services
  • update-spec-setup
  • update-status-controller
  • update-uglifier
  • updates-seed-user-comments
  • updates-test-data
  • updates-test-data-infobox
  • upgrade-bootstrap
  • upgrade-rspec
  • upgrade-swagger
  • use-select2-tags-for-service-keywords
  • v0.3.1.0
  • v1.0
  • v1.1.0
  • v1.2.0
  • v2.0.0
  • v3.0.0
  • v3.1.0
  • wad-without-credentials

pending completion
136

push

travis-ci

monfresh
Update script permissions

431 of 670 relevant lines covered (64.33%)

0.64 hits per line

Relevant lines Covered
Build:
Build:
670 RELEVANT LINES 431 COVERED LINES
0.64 HITS PER LINE
Source Files on data-merge
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
136 data-merge Update script permissions push 13 Sep 2013 08:13PM UTC monfresh travis-ci pending completion  
135 data-merge Add script to create mongo and ES indexes on prod DB push 13 Sep 2013 05:24AM UTC monfresh travis-ci pending completion  
134 data-merge Update API documentation push 12 Sep 2013 07:24AM UTC monfresh travis-ci pending completion  
133 data-merge Add market match filter All farmers' markets that participate in Market Match: /api/search?kind=market&market_match=1 All farmers' markets that do not participate in Market Match: /api/search?kind=market&market_match=0 push 12 Sep 2013 02:47AM UTC monfresh travis-ci pending completion  
132 data-merge Add support for category search Will only search in the category field partial term: /api/search?category=workplace full term: /api/search?category=Workplace Rights push 12 Sep 2013 01:00AM UTC monfresh travis-ci pending completion  
131 data-merge Boost results where query matches category name push 12 Sep 2013 12:46AM UTC monfresh travis-ci pending completion  
130 data-merge Don't represent nearby with grape entities push 11 Sep 2013 09:29AM UTC monfresh travis-ci pending completion  
129 data-merge Add filters for kind field To search for human services: /api/search?kind=human To search for farmers' markets: /api/search?kind=market To exclude locations whose kind is either farmers' market or other: /api/search?exclude=market_other (This is... push 11 Sep 2013 08:50AM UTC monfresh travis-ci pending completion  
128 data-merge Stop using Garner for caching It's causing problems on Heroku. Our most time-consuming process was fetching all locations (/api/locations). Instead of fetching the records from the DB, it's now using ElasticSearch to return the data, which never ... push 11 Sep 2013 07:13AM UTC monfresh travis-ci pending completion  
127 data-merge Disable garner caching for /locations endpoint Garner results in 80 DB hits vs. 50 without. push 10 Sep 2013 08:53AM UTC monfresh travis-ci pending completion  
See All Builds (1061)
  • Repo on GitHub
  • CI Project
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc