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

alphagov / performanceplatform-admin
82%
master: 93%

Build:
Build:
LAST BUILD BRANCH: paas-migration
DEFAULT BRANCH: master
Repo Added 21 Jul 2014 12:41PM UTC
Files 33
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 tidy-dashboard-editing
branch: tidy-dashboard-editing
CHANGE BRANCH
x
Reset
  • tidy-dashboard-editing
  • 73958164-flag-dashboard-admin
  • 73958524-create-dashboard-form
  • 73958524-create-module-form
  • 76808354-bugfix-parsing-spreadsheets
  • add-cache-control-no-cache
  • add-coverage
  • add-coveralls-badge
  • add-dashboard-title-to-form
  • add-development-signin
  • add-digital-takeup-module
  • add-drone-ci
  • add-link-to-dashboard
  • add-logging
  • add-missing-ses-credentials
  • add-quality
  • add-save-and-continue-button
  • add-sentry-tracking
  • add-start-app
  • add-user-satisfaction
  • allow-local-development-config
  • alphabetize-clone-modules-list
  • alphabetize-things
  • apply-dashboard
  • apply-for-a-dashboard
  • apply-for-a-dashboard2
  • assign-owning-organisation-to-dashboard
  • builder-cpt
  • builder-hub-page
  • bump-client
  • catch-expired-token-403
  • change-redis-prefix
  • clone-a-dashboard
  • clone-dashboard
  • clone-module
  • clone-module-final
  • consolidate-permissions
  • container-builds-and-cache
  • copy-and-guidance-changes
  • create-user-sat-data-set
  • dashboard-editing
  • dashboard-sections
  • dashboard-unpublish
  • desc-field-type
  • digital-take-up-download
  • error-formats
  • extend-org-list
  • feature/autopep8
  • feature/builder-cost-per-tx
  • feature/bump-client-version
  • feature/delete-dashboard
  • feature/fix-preview-deploys
  • feature/handle-signon-reauth
  • feature/new-dashboard-controller
  • feature/upgrade-requests
  • feature/upload-data-from-file
  • feautre/signon-client-id
  • fetch-environment-from-config
  • fix-clone-dashboard
  • fix-cpt-query-param
  • fix-cpt-template-data
  • fix-dashboards-with-no-org
  • fix-expired-token-error
  • fix-expired-token-problem
  • fix-hub-page
  • fix-js
  • fix-lik
  • fix-redirect-on-update
  • fix-sign-out
  • fix-unpublishing-of-dashboards
  • fix/cpt-module-config
  • fix/dataset-auto-ids
  • fix/json_errors
  • format-upload-data-timestamps-to-utc
  • govuk-dev-vm
  • group-by-group
  • handle-failures-upload-data
  • handle-no-signin-permission
  • improve-docs
  • improve-start-app-script
  • improve-status-endpoint
  • instant-preview
  • list-dashboards-standalone
  • list-data-sets
  • list-my-datasets
  • master
  • module-type-templates
  • move_title_to_top
  • new-move-and-remove
  • nice-page-when-no-signin-permission
  • no-httmock
  • old-template-fixes
  • paas-migration
  • prefill-visualisation
  • pretty-print-json
  • publish-dashboard
  • query-params-fix
  • re-restructure-admin-app
  • reauth_wip
  • record-notes-on-dashboard
  • recover-missing-tests
  • redis-on-travis
  • remove-dataset-permission
  • remove-duplicate-import
  • remove-group-from-list
  • remove-module
  • remove-redis
  • remove-redis-session
  • remove-upload-logged-out
  • reorder-modules
  • reorder-modules-clean
  • replicate-db-server-name
  • restructure-app
  • revert-admin-dataset-dropdown
  • revert-revert-select-groups-and-types
  • revert-select-groups-and-types
  • rewrite-signed-in-decorator
  • sass_that_works
  • select-group-and-types
  • select-groups-and-types
  • send-correct-published-state
  • send-dashboard-for-review
  • sort-requirements
  • spreadsheets
  • standardised-error-messages-from-backdrop
  • stop-retrying-requests
  • template-fixes
  • template-improvements
  • template-words-and-urls
  • templates
  • temporary-single-cost-per-transaction-schema-fix
  • transform-dotfile
  • tweak-copy-and-guidance
  • typo-error-message
  • ui-improvements
  • update-backdrop-url
  • update-log-file-location
  • upload-a-spreadsheet
  • upload-spreadsheets
  • upload-status
  • upload-wip
  • use-real-env
  • use-resource-view

pending completion
470

push

travis-ci

timmow
Fix updating of module descriptions

The form field had been called module_description as it clashed with an
internal wtforms method called description, which stopped the magic
method working. Instead use .data and .fields, which we already do with
module_id

470 of 571 relevant lines covered (82.31%)

0.82 hits per line

Relevant lines Covered
Build:
Build:
571 RELEVANT LINES 470 COVERED LINES
0.82 HITS PER LINE
Source Files on tidy-dashboard-editing
  • 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
470 tidy-dashboard-editing Fix updating of module descriptions The form field had been called module_description as it clashed with an internal wtforms method called description, which stopped the magic method working. Instead use .data and .fields, which we already do wit... push 02 Oct 2014 04:15PM UTC timmow travis-ci pending completion  
468 tidy-dashboard-editing Merge pull request #64 from alphagov/move_title_to_top Move title and description to the top of the form push 02 Oct 2014 04:10PM UTC jcbashdown travis-ci pending completion  
467 tidy-dashboard-editing Move title and description to the top of the form - Seems like the most human friendly approach to doing a form to me - I think about the title before the kind of service, and I feel like I'm not alone here Pull #64 02 Oct 2014 04:03PM UTC roc travis-ci pending completion  
464 tidy-dashboard-editing Dashboard module info should be json array On the dashboard edit / create page the module info field should be a json array of strings. This commit parses it as such and adds a bit of validation around what's coming through. push 02 Oct 2014 12:38PM UTC robyoung travis-ci pending completion  
460 tidy-dashboard-editing Add sensible create form things for the update case. push 02 Oct 2014 11:26AM UTC Jacob Ashdown travis-ci pending completion  
455 tidy-dashboard-editing Add sensible create form things for the update case. push 02 Oct 2014 10:27AM UTC Jacob Ashdown travis-ci pending completion  
See All Builds (771)
  • 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

© 2025 Coveralls, Inc