| 2017-01-30 |
removed old test fixtures and replaced with seeds.rb data. no point in maintaining both
briley
committed
on 30 Jan 2017
|
|---|---|
| 2017-01-26 |
resolved merge conflicts
briley
committed
on 26 Jan 2017
|
| 2017-01-25 |
fixed merge conflicts
briley
committed
on 25 Jan 2017
|
|
Merge branch 'DigitalCurationCentre-removing_unused_tables' into removing_unused_tables
briley
committed
on 25 Jan 2017
|
|
| 2017-01-10 |
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
|
|
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-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-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 |
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-12 |
updated roles test fixture to use the modified magic string name
briley
committed
on 12 Dec 2016
|
|
replaces Organisation. with Org. in all files
xsrust
committed
on 12 Dec 2016
|
|
| 2016-11-10 |
Had to remove code that was building devise omniauth connections dynamically. The timing of when the rails engine builds the routes and the models is not conducive to this approach
briley
committed
on 10 Nov 2016
|
| 2016-11-09 |
Added domain to the identifier_Scheme table. Added unit and functional tests for the identifier_scheme functionality
briley
committed
on 9 Nov 2016
|
| 2016-11-04 |
Added tests for the new omniauth functionality
Brian Riley
committed
on 4 Nov 2016
|
| 2016-11-02 |
removed template relationship tests in User test
briley
committed
on 2 Nov 2016
|
|
added template, version and phase test fixtures
briley
committed
on 2 Nov 2016
|
|
|
removed user_status and user_type from tests
briley
committed
on 2 Nov 2016
|
|
|
fixed db migration so that it does not update user records in TEST mode. Added sqlite3 to gemfile for tests. Added languages fixture
briley
committed
on 2 Nov 2016
|
|
|
moved in new fixtures
briley
committed
on 2 Nov 2016
|
|
| 2016-08-12 |
|
| 2016-08-03 |
Added in missing bug fixes (#13)
...
Brian Riley
authored
on 3 Aug 2016
GitHub
committed
on 3 Aug 2016
|
| 2016-07-28 |
Sam's fix for the API token issue (#11)
...
Jimmy Angelakos
authored
on 28 Jul 2016
Brian Riley
committed
on 28 Jul 2016
|
| 2016-07-22 |
|
|
Merged conflicts
Brian Riley
committed
on 22 Jul 2016
|
|
| 2016-07-15 |
updated fixtures to allow thorough testing of the models
xsrust
committed
on 15 Jul 2016
|