History for dmpopidor / test
2016-12-08
@briley
finished application_helper tests
briley committed on 8 Dec 2016
@briley
added initial application_helper tests
briley committed on 8 Dec 2016
@briley
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
2016-11-16
@briley
fixed authentication integration test. updated test_helper to compensate for Devise sometimes having an intermediate redirect
briley committed on 16 Nov 2016
@briley
Added registration controller tests, updated reference to Devise's deprectaed 'bypass' with bypass_sign_in', added some test helper to verify redirects to welcome page (for unauthorized attempts) and projects list page (for authorized). Added language_id back to attr_accessible on User model
briley committed on 16 Nov 2016
@briley
Added registration controller tests, updated reference to Devise's deprectaed 'bypass' with bypass_sign_in', added some test helper to verify redirects to welcome page (for unauthorized attempts) and projects list page (for authorized). Added language_id back to attr_accessible on User model
briley committed on 16 Nov 2016
@briley
Added authentication test and registration controller test. Added troubleshooting info to README. Added generic omniauth id to registration form
briley committed on 16 Nov 2016
2016-11-10
@briley
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
@briley
removed white space
briley committed on 10 Nov 2016
2016-11-09
@briley
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-08
@briley
added identifier_Schemes table check to user.rb model. Both ActiveAdmin and Devise attempt to initialize the object during a rake command which forces a 'table does not exist' error.
briley committed on 8 Nov 2016
2016-11-04
@Brian Riley
Added tests for the new omniauth functionality
Brian Riley committed on 4 Nov 2016
2016-11-02
@briley
fixed issue with settings data saved to the DB using an old version of the gem. stripped html tags from question text for display in the export form.
briley committed on 2 Nov 2016
@briley
attempting to silence the activerecord log during tests.
briley committed on 2 Nov 2016
@briley
attempting to silence the activerecord log during tests.
briley committed on 2 Nov 2016
@briley
tidied up new tests and fixtures. Commented out old tests that were failing. Updated relationship between TokenPermissionType and Organisation so that token_permission_type.organisations works
briley committed on 2 Nov 2016
@briley
commented out guidance and guidance_group tests
briley committed on 2 Nov 2016
@briley
fixed some existing template and guidance tests. Fixed reference to user.organisations in the GuidanceGroup model
briley committed on 2 Nov 2016
@briley
updated fixture reference in api_projects_controller_test
briley committed on 2 Nov 2016
@briley
removed forced test flunks from api_projects_controller_test
briley committed on 2 Nov 2016
@briley
commented out guidance_group and guidance tests because they were referencing old defunct fixtures
briley committed on 2 Nov 2016
@briley
removed template relationship tests in User test
briley committed on 2 Nov 2016
@briley
added template, version and phase test fixtures
briley committed on 2 Nov 2016
@briley
removed user_status and user_type from tests
briley committed on 2 Nov 2016
@briley
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
@briley
moved in new fixtures
briley committed on 2 Nov 2016
@briley
moved in some initial unit tests for user and org models
briley committed on 2 Nov 2016
2016-08-12
@Damodar Sojka
Merging master (#20) ...
Damodar Sojka authored on 12 Aug 2016 Brian Riley committed on 12 Aug 2016
2016-08-03
@Brian Riley
Added in missing bug fixes (#13) ...
Brian Riley authored on 3 Aug 2016 GitHub committed on 3 Aug 2016
2016-07-28
@Jimmy Angelakos
Sam's fix for the API token issue (#11) ...
Jimmy Angelakos authored on 28 Jul 2016 Brian Riley committed on 28 Jul 2016