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

eaudeweb / lcc-toolkit / 154 / 1
59%
develop: 59%

Build:
Build:
LAST BUILD BRANCH: 1.7.8
DEFAULT BRANCH: develop
Ran 29 Oct 2017 04:34PM UTC
Files 41
Run time 1s
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

29 Oct 2017 04:32PM UTC coverage: 58.418% (-5.9%) from 64.286%
154.1

push

travis-ci

web-flow
Merge develop into master (#39)

* Adding support for templates dir and static files

* Adding base template and index

* Support for less and adding a template with frontend styles

* Add models for Taxonomy Tags and Clasifications. Add fixtures for all models.

* Disable lessjs for now

* Minimal model for country artefact & fixtures

* Making the fixtures class property imutable

* Remove first migration. Add requirements file. Arrange imports in models.

* Adding user profile, roles and fixtures

* Change the logo with something bogus, but looking good

* Have the UserProfile models properly created

* Setting up login & logout views

* Updating templates & added AJAX call to login operation

* Small improvement with using already imported modules

* Add small testing for taxonomy. Update Taxonomy Tags.

* Update fixture for Taxonomy Classification

* Intruducing class based views

* Minimal Legislation model creation

* Adding a forgotten template

* Add template for legislation list. Add legislation fixture.

* Merge with latest updated on develop

* Updating templates, views for having a main page for legislatio

* Initial version of legislation meta-data insertion into system

* Add filters for Legislation Explorer

* Fix typo in urls

* WIP on validation of law addition & adding templates & views for save and next

* Removing debugger

* Grunt setup for less and js concat

* styling for classificaations and tags

* styling for first 3 fields in /add

* removed static files from git

* added concat to grunt default task

* first design integration for legislation add

* improved functionality and styling for upload

* tags and classifications check functionality

* finally a working solution

* Add Legislation View & Presentation

* Removing not needed data

* Update .gitignore

* Add LegislationPage model. Add basic view and template for Legislation Details. Add pagination for raw text content of a legislation file.

* Add aditional_year_details to Legislation model. Add legislation_filter.js file.

* Get legislation pages in view instead of template

* Update package.json

* Order laws by date added. Fix error for laws without pages.

* Making postgres as default backend database

* Adding only one transaction to Legislation Page save

* Removing migrations file

* Minor coding style fixes & removing some leftovers

* User workflow consistency improvement

* Update LegislationArticle model

* Add form for articles

* Update raw text pagination. Improve user workflow.

* Merge branch with develop

* Fix merge bugs

* checkboxes styling fix

* more checkbox fixes

* added pdf to page

* pdf sync with ajax pages

* Add error handling for 'Add Legislation'

* Update coding style

* styling for pdf and text section on legistlation articles

* minor styling issue

* added production grunt script

* included app scrips in production grunt script

* Workaround for traceback generated by user without a country

* Add page for listing the articles of a law

* Add 'Save & View articles' button on 'Add articles' page

* Legislation edit, view & frontend

* Adding forgotten template file

* Add edit option for Articles

* Minor coding styles fixes

* Updating settings.py in preparation for production deployment

* Allowing any hosts ...

* legislation sidebar and select styling

* fixed ajax pages | added logos

* more styling

* unclosed div

* buttons classes

* styling for legislation view

* FLAGS

* article view styling

* more styling

* add article fixes

* fixed filter ajax

* prevent favicon error

* js validation and filter fixes

* Remove null character from page text

* Made the landing page copyright info more appropriate

* checkboxes functionality fix

* selection to textarea functionality

* Changing MEDIA_ROOT to be outside django project

* small fixes

* added jquery validate

* more styling

* oups

* more changes to templates and styling

* Fix small bugs. Add missing titles to some pages.

* Small fixes after deployment review

* Update Legislation model after feedback

* Add new legislation fields on Add & Edit Legislation pages

* Restrict classification on LegislationAdd and ArticlesAdd

* Small template fixes

* Add Docker

* split requirement; move static files to assets directory

* create localsettings for app specific variables

* reorganise docker-compose files

* refactor docker image

* add installation instructions

* add GNU v3 license

* grunt should search in assets directory

* add a .gitignore for Python

* add instructions for debugging

* mount docker-entrypoint-initdb.d read-only

* bugfix: psql cannot connect to postgres

* serve static files from the same directory as app

* use tagged image in production

* serve the app with gunicorn

* install sentry; crashme function for testing

* integrate sentry user feedback

* disable google analytics on devel

* disable sentry on devel

* add elastic; move to docker version 2 because we don't have support for mem_limit

* remove python-dev netcat-traditional

* python:3-slim

* add logspout

* Add travis yml

* move nginx to prod only

* fix docker badge

* fix STATIC_ROOT path

* Add missing lib

* Sudo install

* Add coverage

* Refactor Docker setup to avoid duplication

* Add elasticsearch packages to requirements.txt

* Add models for Assessment review

* Set up Django REST

* Add serializer for Question Model

* Update filter after category on Question view

* Add test for Answers. Add serializers for Taxonomy.

* [refs #4626] Skeleton for registration form.

* adding django-role-permissions dependency
* removing UserRole models, django-role-permissions will be used instead
* setting up basic registration form
* fixing docker-compose.override.dev.yml to include static files from host

* [refs #4626] Cleanup validation.

* Configure elasticsearch and create legislations index

* Fixing port, default is 80.

* Add Question fixture

* Add basic template & url for Legal Assessment. Add related name for Assessment model.

* [refs #4626] Registration form: create inactive user.

Create passwordless user and assign desired role. Mark user as inactive.

* [refs #4626] (WIP) Email addministrators.

* [refs #4626] New fields to registration form and user profile.

* Remove sqlite default to encourage using postgres in development

* Change sample postgres password in postgres.env.example to corresponde to sample value in init.sql.example (avoids confusion when setting up env)

* style on checkboses, added label, toggle check on label click

* Update README

* Add answer on Question serializers. Fix error on Legislation Add form.

* Change .env.example files so their values can be used in development with no changes

* [refs #4626] User registration approval workflow.

* approve / deny support
* send email for all actions
* include url to set password in approval email

* Gitignore media folder

* [refs #4626] Rebase with 'refactor' branch.

* Refactor (#35)

Refactor project structure

* Comment elasticsearch

* Add js lib

* Update .gitignore

* Don't use gunicorn in development

* Fix pdf_file_name error

* [refs #4626] Refactoring registration form.

Using the Django way!

* Fix bootstrap renaming

* Add missing data for pdf viewer

* [refs #4626] Refactoring remaining registration forms.

* Fix broken js for Add articles

* Change some fields to not be required

* Fix text on Add Legislation Form. Fix paths in Gruntfile.

* Add merging migration

* Fix Question fixtures to match new classifications. Squash migrations. Add views & serializers for assessment & countries.

* [refs #4633] CountryMetadata.

* CountryMetadata model and related models.
* Merging migrations.
* Updating load_countries command.
* Updating fixtures and CountryMetadata model.
* Adding country detail view.
* Removing UserPatchMixin. Adding middleware.

  Created middleware that adds user_profile on request. This ensures
  request.user_profile is available in all views.

* Fixing logged in user header flag.
* Cleaning up views/__init__.py. No more star imports.

* Squash all migrations.

* Fix iso error for Country model.

* new layout wip

* new layout - still wip

* [refs #4633] Allow user to customise country metadata.

* Add GAP model. Add new tags. Add questions and gaps for the first part of the legal assessment.

* Fix broken tests

* Delete old objects before adding new fixtures.

* header background

* sticky page menu

* new menu color and icons

* page title changes

* Fix bugs in Add & Edit Article pages. Make tags not mandatory for articles. Add posibility to delete articles.

* navigation and titles

* iso 3 flags + headings cleanup

* Add all metadata fields for Legislation Details page.

* Add breadcrumbs for legislation section.

* Fix iso for UserProfile flag property.

* Add 'Add articles' button on View Articles page.

* Remove link from current page in breadcrumbs.

* legislation detail half page

* legislation detail styling

* styling for tags and classifications in legislation details

* legislation explorer styling

* Add other results option for Legislation Detail page.

* articles list styling

* Add link for 'other results' in Legislation Detail page.

* small style fixes

* legislation detail right side styling

* Remove half class from Legislation Detail page if there are no other results.

* heading improvement + lorem ipsum

746 of 1277 relevant lines covered (58.42%)

0.58 hits per line

Source Files on job 154.1
  • Tree
  • List 0
  • Changed 17
  • Source Changed 17
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 154
  • Travis Job 154.1
  • 99eb6758 on github
  • Prev Job for on master (#120.1)
  • Next Job for on master (#165.1)
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