| 2017-01-11 |
switched visibility over to an enum. updated the project objects accordingly. Added some more unit tests. Updated locale files with visibility text
briley
committed
on 11 Jan 2017
|
|---|---|
| 2017-01-10 |
added unit test for exported_plan. added validations to exported_plan and has_many side of relationship to user and plan
briley
committed
on 10 Jan 2017
|
|
removed tests for methods that should be purged from templates model (See issue #89)
briley
committed
on 10 Jan 2017
|
|
|
Added a few 'TODO:' statements indicating some methods we should remove. (Do a "grep -r 'TODO:' ./app"). Added some template and comments unit tests
briley
committed
on 10 Jan 2017
|
|
|
added validations to the Answer model and added unit test
briley
committed
on 10 Jan 2017
|
|
|
removed organisation_type unit test since its being replaced with a flag on the organisation object
briley
committed
on 10 Jan 2017
|
|
|
switched visibility to be a bit flag using FlagShihTzu instead of a lookup table. adjusted db migration. Removed all of the empty stub test files generated by the rails scaffolding mechanism.
briley
committed
on 10 Jan 2017
|
|
| 2017-01-06 |
fixed functional tests on static_pages controller
Brian Riley
committed
on 6 Jan 2017
|
|
finsihed adding visibility to project details page as radio button options. Updated public DMPs page to work with new visibility and moved it to the static pages controller since it falls outside of normal security. Updated all locale files accordingly
Brian Riley
committed
on 6 Jan 2017
|
|
|
finsihed adding visibility to project details page as radio button options. Updated public DMPs page to work with new visibility and moved it to the static pages controller since it falls outside of normal security. Updated all locale files accordingly
Brian Riley
committed
on 6 Jan 2017
|
|
| 2017-01-05 |
added unit test for new visibility model and updated projects test to check visibility
Brian Riley
committed
on 5 Jan 2017
|
|
Added visibility model, and started updating tests for public dmps controller but we need to create fixtures which is extremely difficult with the current state of the DB. Will wait for refactor before finishing tests.
Brian Riley
committed
on 5 Jan 2017
|
|
| 2017-01-04 |
working on public dmp export
briley
committed
on 4 Jan 2017
|
|
worked on routing and controller tests for new public dmps. Fixed routing tests so that they use rails route helpers
briley
committed
on 4 Jan 2017
|
|
|
added tests for public DMPs routes and controller endpoints
briley
committed
on 4 Jan 2017
|
|
| 2017-01-03 |
Added is_test and is_public flags to the projects table. Added unit tests for new fields. Removed unecessary attr_accessible section from projects model. Added setters for new flag fields so that only one can be true at a given time
briley
committed
on 3 Jan 2017
|
| 2016-12-21 |
added and finalized unit tests for user, token_permission_types, identifier_Schemes, user_identifiers, organisations
briley
committed
on 21 Dec 2016
|
| 2016-12-20 |
added unit tests for question format
briley
committed
on 20 Dec 2016
|
|
attempted to add some unit tests for Answers but the data will be changing so much that it did not make sense to continue at this point. Created tests for Language
briley
committed
on 20 Dec 2016
|
|
| 2016-12-19 |
Added test fixtures for answers, questions, question formats, and answer formats
briley
committed
on 19 Dec 2016
|
|
removed test fixtures for Settings.
briley
committed
on 19 Dec 2016
|
|
|
Added test fixtures for ExportedPlan and Settings.
briley
committed
on 19 Dec 2016
|
|
| 2016-12-14 |
finished up application controller tests
briley
committed
on 14 Dec 2016
|
| 2016-12-12 |
updated roles test fixture to use the modified magic string name
briley
committed
on 12 Dec 2016
|
|
Added magic strings and identifier schemes to new ES locale file. Updated names of magic string categories so that they match the table names
briley
committed
on 12 Dec 2016
|
|
| 2016-12-08 |
fixed bug in new config test
briley
committed
on 8 Dec 2016
|
|
moved devise config checks to a test
briley
committed
on 8 Dec 2016
|
|
|
finished application_helper tests
briley
committed
on 8 Dec 2016
|
|
|
added initial application_helper tests
briley
committed
on 8 Dec 2016
|
|
|
added simplecov gem for testing to provide us with a test coverage report. Added a test for application_helper.rb. Removed tab characters from application_helper.rb and added some lines to help with readability
briley
committed
on 8 Dec 2016
|