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

andygout / theatrebase
100%

Build:
DEFAULT BRANCH: master
Repo Added 11 Sep 2015 08:47AM UTC
Files 139
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 master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • account-activation
  • add-chromedriver-for-webdriver-tests-notes
  • add-delete-confirmation-modal
  • add-delete-confirmation-modal-to-productions
  • add-licence
  • add-modal
  • add-notes-chrome-browser-for-selenium-tests
  • add-production-dates
  • add-production-dates-specificity
  • add-production-title-alphabetisation-value
  • add-theatre
  • add-vanity-urls
  • add_title_to_production_flash_msgs
  • additional-user-attributes
  • additional-user-tests
  • admin-create-user
  • admin-model-updates
  • amend-current-path-tests
  • amend-db-seeds
  • amend-element-styling
  • amend-feature-test-file-names
  • amend-form-wording
  • amend-layout-styling
  • amend-style-class-nesting
  • amend_application_title
  • apply-reload-method-to-tests
  • chromedriver
  • codebase-tidyup
  • color_error_success_msg
  • consolidate-admin-suspension-status-controllers
  • consolidate-migration-files
  • create_admin_users
  • creating_productions
  • creator-updater-user-links
  • delete-confirmation-modal
  • development
  • display-created-updated-values
  • display-user-admin-suspension-status-on-profile-page
  • edit-update-user-permissions
  • edit_delete_buttons
  • error-pages
  • extract-model-into-modules
  • extract-production-title-article
  • favicon_test
  • favicon_text
  • firefox-checkbox-justification
  • form-styling
  • form-text-maxlength-constraints
  • further-modal-modifications
  • header-home-link-hover-state-lighten-transition
  • implement_factory_girl
  • improve-admin-suspension-status-controllers-coverage
  • improve-code-climate
  • improve-code-climate-sessions-controller
  • initial_styling
  • log-out-users-on-suspension
  • log_in_log_out
  • master-test
  • minor-fixes
  • modal-blur-bg
  • modal-not-activated-unless-class-instance-can-be-deleted
  • modal-window-resize-react
  • modelling_users
  • modify-modal
  • modify-user-updater-tests
  • password-reset
  • password-reset-form-error
  • password-reset-update-method
  • patch-assign-admin-invalid
  • prevent-user-actions-updating-updated-at-value
  • production-controller-tests
  • production-creator-updater-associations
  • production-index-table
  • production_title_validation
  • rectify-test-count-alignment
  • refactor-codebase
  • refactor-html-generators
  • refactor-migration-files
  • refactor-modules
  • refactor-production-dates-validation-display
  • refactor-shared-markup-helper
  • refactor-style-classes-element-names
  • refactor-tests
  • refactor_adding_editing_productions
  • refactor_productions_feature_spec
  • remove-admin-method
  • remove-extraneous-web-request-tests
  • reorganise-tidy-tests
  • revise-confirmation-modal
  • separate-production-title-article
  • set-model-values-as-symbols
  • share-before-validation-strip-whitespace-method
  • sign-up
  • style-classes-not-elements
  • style-pagination-links
  • styling-tidyup
  • subtheatre
  • super-admin-model
  • suspended-users
  • syntactic-sugarify-tests
  • test
  • test_patch_assign_admin_invalid
  • tidy-db-migration-files
  • update-selenium-webdriver
  • update-selenium-webdriver-version
  • updating_users
  • use-chrome-browser-for-selenium-tests
  • use-concerns
  • use-merge-with-strong-params
  • user-account-activation-password-reset-modifications
  • user-admin-model-relation-tests
  • user-controller-restraints
  • user-created-by-updated-by
  • user-creator-updater-associations
  • user-index-table-display
  • user-production-permissions
  • user-tests-tidyup
  • user_refactor
  • vanity-urls
  • vanity-urls-test
  • view-edit-unactivated-users
  • window-resize-animate-modal

pending completion
1178

push

travis-ci

web-flow
Refactor codebase (#144)

* Remove: Rails 422 error page now custom error page exists

* Add: Comment in production migration file describing dates info values

* Remove: Private from shared helper methods

* Remove: Extraneous mention of updater_id in account activations controller user params

* Tighten: Model associations w/added tests

* Remove: WithUserAssociationExtension module

* Add: Account activations controller test to ensure update not possible unless logged in as user of account

* Share: get_user_by_email method between account activations + password reset controllers

* Set: User as associated updater when resetting password (w/test)

* Add: Theatre name to production browser tab text

* Amend: Flash messages styling, text and content

* Align: Private declaration in status controllers

4433 of 4436 relevant lines covered (99.93%)

33.45 hits per line

Relevant lines Covered
Build:
Build:
4436 RELEVANT LINES 4433 COVERED LINES
33.45 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1178 master Refactor codebase (#144) * Remove: Rails 422 error page now custom error page exists * Add: Comment in production migration file describing dates info values * Remove: Private from shared helper methods * Remove: Extraneous mention of up... push 08 Sep 2016 09:54PM UTC web-flow travis-ci pending completion  
1177 master Align: Private declaration in status controllers Pull #144 08 Sep 2016 09:46PM UTC web-flow travis-ci pending completion  
1158 master Refactor: HTML generators (#143) push 02 Sep 2016 07:30PM UTC web-flow travis-ci pending completion  
1157 master Refactor: HTML generators Pull #143 02 Sep 2016 07:21PM UTC web-flow travis-ci pending completion  
1152 master Refactor tests (#142) * Use: Factory Girl sequences in factories * Loop: Through models in generate URL validator spec * Use: Attrs directly rather than separately constructed params hash in production controller tests * Generate: Params... push 01 Sep 2016 07:34PM UTC web-flow travis-ci pending completion  
1151 master Remove: Extraneous creator/created user in users controller index spec Pull #142 01 Sep 2016 07:09PM UTC web-flow travis-ci pending completion  
1105 master Use: Concerns (#141) * Share: Stripping whitespace before validation in concern * Share: Using user_id as primary_key (for status models) in concern * Share: Model associations in concern push 22 Aug 2016 05:28PM UTC web-flow travis-ci pending completion  
1104 master Revert: User controller index method push 22 Aug 2016 05:19PM UTC andygout travis-ci pending completion  
1103 master Amend: User controller index method push 22 Aug 2016 05:10PM UTC andygout travis-ci pending completion  
1102 master Use: Concerns (#141) * Share: Stripping whitespace before validation in concern * Share: Using user_id as primary_key (for status models) in concern * Share: Model associations in concern push 21 Aug 2016 09:20PM UTC web-flow travis-ci pending completion  
See All Builds (1095)
  • Repo on GitHub
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

© 2026 Coveralls, Inc