Commit Graph

1030 Commits

Author SHA1 Message Date
Dorian 14eae95a53 Update changelog with new support ticket fixed. 2017-03-11 00:08:26 -05:00
Dorian 40f70b8235 Fix location of pushed Docker images to Docker Hub. 2017-03-10 23:45:34 -05:00
Dorian 85feee6b67 Fix location of pushed Docker images to Docker Hub. 2017-03-10 23:18:08 -05:00
Dorian 5c8f70617b Improve login setup for docker publishing. 2017-03-10 23:01:46 -05:00
Dorian 0e3da2f239 Make scripts more debuggable. 2017-03-10 22:39:24 -05:00
Dorian b0444388b3 Add scripts for tagging and releasing latest versions. 2017-03-10 22:16:23 -05:00
Dorian a13bc25735 Attempt to push to Docker Hub via CircleCI. 2017-03-10 22:04:16 -05:00
Dorian c314bae95e Merged in refactor-test-setup (pull request #19)
Refactor test setup and add additional tests.

Approved-by: Dorian Pula
2017-03-10 22:43:11 +00:00
Dorian 296206339b Add changelog for fix. 2017-03-10 17:42:57 -05:00
Dorian 18c3ce53f0 Add support for handling double posting of same user.
Fix non-json test to make builds green.
2017-03-10 17:37:05 -05:00
Dorian 673a4180ee Add test for double posting same user. 2017-03-10 09:05:01 -05:00
Dorian 2e1297b982 Add test for multiple user deletion. 2017-03-10 08:49:05 -05:00
Dorian 9df6ff95c2 Make handling and testing of user responses more natural. 2017-03-10 08:37:40 -05:00
Dorian b0753b5c85 Fix up tests to not use template values. 2017-03-10 00:07:50 -05:00
Dorian 3b52f85e6c Add tests for non-existent users.
Simplify the types of test for the users.
2017-03-09 22:06:38 -05:00
Dorian 5a328d613d Improve self user tests by avoiding the need for a template. 2017-03-09 21:20:09 -05:00
Dorian f2018f3bb6 Expand out self and my variants of steps. 2017-03-09 08:44:33 -05:00
Dorian f19d05a3b6 Rework test of authentication to use randomly generated users. 2017-03-09 00:24:15 -05:00
Dorian eb58c5b1f6 Add test randomization to flesh out tests. 2017-03-08 21:54:25 -05:00
Dorian 6f0ed08d0c Refactor user authentication tests. 2017-03-08 21:40:28 -05:00
Dorian 8446354b59 Refactor user authentication tests. 2017-03-08 21:25:23 -05:00
Dorian bba746b984 Simplifying the API server tasks. 2017-03-08 21:20:08 -05:00
Dorian 136e9c7fed Remove unused utility code. 2017-03-08 21:13:22 -05:00
Dorian f0edc6ebbf Remove manually past in DB connection.
Rely on environment variables instead.
2017-03-08 21:08:29 -05:00
Dorian 247136fd6f Fix where git info from container gets stored. 2017-03-08 08:26:38 -05:00
Dorian 282ecdddcb Release version 0.6.1 as a quick hotfix to version numbers. 2017-03-07 23:10:04 -05:00
Dorian 55cb3d9fcd Update changelog before tagging new version of Rookeries. 2017-03-07 17:29:55 -05:00
Dorian a59e942c0f Merged in issue-34-add-git-info-to-status (pull request #18)
Issue 34 add git info to status

Approved-by: Dorian Pula
2017-03-07 21:13:46 +00:00
Dorian 55e0ed513c Update changelog with work. 2017-03-07 15:56:08 -05:00
Dorian 496ac04cf0 Remove unused testing function for Flask. 2017-03-07 15:54:15 -05:00
Dorian f1f4c9cf01 Add git revision to the status endpoint. 2017-03-07 15:53:09 -05:00
Dorian 9c83de3225 Merged in issue-27-add-multi-user-support (pull request #17)
Issue 27 add multi user support

Approved-by: Dorian Pula
2017-03-07 13:24:49 +00:00
Dorian 2fb465ebec Update changelog with feature work. 2017-03-07 08:24:20 -05:00
Dorian da8aba962c Implement modification of users. 2017-03-07 01:01:03 -05:00
Dorian 7dc600755c Implement creation of users. 2017-03-06 18:21:04 -05:00
Dorian f4d22c8796 Add tests for attempting to create users with improper data. 2017-03-06 17:44:36 -05:00
Dorian b225b27e5d Add initial request checking and deserialization of users. 2017-03-06 09:04:02 -05:00
Dorian a3a43f7742 Replace code for changing ID to self link for user. 2017-03-05 20:57:12 -05:00
Dorian 1461ce281c Initial work on user creation. 2017-03-05 20:51:32 -05:00
Dorian 43a43eb48b Implement deletion of users. 2017-03-05 20:39:06 -05:00
Dorian 55a4e28cf4 Add links to user resource. 2017-03-05 18:38:39 -05:00
Dorian ea0c21a0a7 Add support and tests for user profiles. 2017-03-04 15:38:37 -05:00
Dorian 8aa2d4dd95 Build out assertion for existing user model. 2017-03-03 17:43:02 -05:00
Dorian 103d11b654 Add tests for getting own user accounts. 2017-03-02 21:09:29 -05:00
Dorian b2f115498b Improve the tests for user management. 2017-03-02 18:18:07 -05:00
Dorian 24ad951685 Notes to self. 2017-03-02 00:03:17 -05:00
Dorian 189bf0e19d Enable automatic generation of scenarios. 2017-03-01 23:58:05 -05:00
Dorian ce04805856 Add support to not allow unauthorized access of users dependent on roles. 2017-03-01 22:34:23 -05:00
Dorian 0eb3aaa776 Simplify models by using Flask-SQLAlchemy paradigms. 2017-03-01 13:39:53 -05:00
Dorian 9c20d5c251 Simplify views by using Flask-SQLAlchemy paradigms. 2017-03-01 13:37:12 -05:00