Commit graph

96 commits

Author SHA1 Message Date
Matthew Dillon
5e5121fc65 Validate user password
Fixes #29.
2015-11-13 13:43:09 -07:00
Matthew Dillon
a482a083bf Drop metadata attr
Fixes #26
2015-11-13 13:08:08 -07:00
Matthew Dillon
f2a1c7c645 New char type
Fixes #30
https://github.com/lib/pq/issues/24
2015-10-29 13:04:35 -07:00
Matthew Dillon
708eed5817 json-api error format
Part of #11.
2015-10-14 10:28:09 -07:00
Matthew Dillon
2894efaf46 Drop soft-delete
Fixes #13.
2015-10-13 16:03:18 -07:00
Matthew Dillon
ae17363f8b Model validation, initial cut
Fixes #11.
2015-10-13 15:28:44 -07:00
Matthew Dillon
a678eb4017 Cleaning up missing comments 2015-10-13 13:44:26 -07:00
Matthew Dillon
d46e721063 Refactor delete handlers
Fixes #18.
2015-10-13 13:42:19 -07:00
Matthew Dillon
62734899e2 Refactor create handlers
Fixes #17.
2015-10-13 12:51:08 -07:00
Matthew Dillon
299cd718b9 Making interface slightly more generic for create and update 2015-10-13 12:43:00 -07:00
Matthew Dillon
b87077a1df Refactoring update handlers.
Fixes #16.
2015-10-13 12:38:18 -07:00
Matthew Dillon
3bfb6fe2b7 Refactor DbGetUserByID
Fixes #15
2015-10-13 09:13:35 -07:00
Matthew Dillon
e283ec7004 Password change 2015-10-12 20:43:59 -07:00
Matthew Dillon
0326b5e3c1 Refactor users/list 2015-10-12 11:00:49 -07:00
Matthew Dillon
efb0cc13fa Golint 2015-10-05 10:34:21 -07:00
Matthew Dillon
a880fdea82 Errors package 2015-10-05 10:34:07 -07:00
Matthew Dillon
335d573d23 Restructuring into packages. 2015-10-05 10:33:49 -07:00
Matthew Dillon
6030310caa Rebooting 2015-03-20 15:52:29 -08:00
Matthew Dillon
41ee2857ee Ember data: characteristics 2015-02-03 12:32:24 -09:00
Matthew Dillon
af515e3e3c Ember data: convey strain/meas. relationships 2015-01-26 11:39:26 -09:00
Matthew Dillon
4be150f897 Ember data: convey species/strain relationships. 2015-01-26 09:49:39 -09:00
Matthew Dillon
1dbfb3bc54 Ember data: convey genera/species relationships 2015-01-21 09:31:56 -09:00
Matthew Dillon
334d254517 Fixed a typo in client 2015-01-20 09:47:10 -09:00
Matthew Dillon
1c79f5561a Measurements changes for ember data. 2015-01-16 08:39:58 -09:00
Matthew Dillon
a03a9837a6 Strains changes for ember data. 2015-01-15 17:06:04 -09:00
Matthew Dillon
a669cf8d93 Returning nil on delete, fix species test 2015-01-15 17:01:07 -09:00
Matthew Dillon
eb7c778be8 Species changes for ember data. 2015-01-15 16:51:40 -09:00
Matthew Dillon
63a690903c Dropping cookie, stick with headers. 2015-01-13 15:57:17 -09:00
Matthew Dillon
02f46aab11 Uniform trailing slashes, client.URL() 2015-01-12 12:58:48 -09:00
Matthew Dillon
980367e527 User changes for ember data. 2015-01-12 08:51:47 -09:00
Matthew Dillon
8052ab425c Genus changes for ember data. 2015-01-11 17:51:45 -09:00
Matthew Dillon
6cd80ca66a model pointer string representation. 2015-01-09 06:40:18 -09:00
Matthew Dillon
52a680dcd7 Subroutes: measurements. 2015-01-09 06:36:38 -09:00
Matthew Dillon
b5af05de9d Subroutes: strains 2015-01-08 16:15:31 -09:00
Matthew Dillon
7b7f519c01 Fixed issue with NullString JSON unmarshalling.
Updated Measurements.Notes test.
2015-01-08 15:51:50 -09:00
Matthew Dillon
7da59ffef2 Auth (subroutes), password. 2015-01-07 16:14:30 -09:00
Matthew Dillon
ea73ecedb9 Working on securing routes and adding auth levels. 2014-12-18 11:14:55 -09:00
Matthew Dillon
f912a434b5 Users: NullTime, removing transaction from insert. 2014-12-17 15:29:13 -09:00
Matthew Dillon
950b15a117 Renaming observations to characteristics 2014-12-12 10:34:56 -09:00
Matthew Dillon
c1323f9c1f Renaming observation types to characteristic types 2014-12-12 10:24:59 -09:00
Matthew Dillon
8dc07e3cc8 Cleaning up null values in json 2014-12-06 14:55:35 -09:00
Matthew Dillon
bc6e585b8d Updating measurement model (test methods) 2014-12-03 15:33:28 -09:00
Matthew Dillon
d092637b33 Measurements can be one of three types. 2014-12-03 13:52:21 -09:00
Matthew Dillon
641203ceb9 Adding ‘isolated from’ to strains. 2014-12-03 13:14:58 -09:00
Matthew Dillon
f33205e721 Measurements — adding notes, changing schema 2014-12-03 12:54:13 -09:00
Matthew Dillon
4eecb36e34 Delete a measurement 2014-12-02 14:45:00 -09:00
Matthew Dillon
bc3c724a1d Update a measurement 2014-12-02 14:37:53 -09:00
Matthew Dillon
d462935682 List measurements
Also, fixed typo in router.
2014-12-02 14:26:51 -09:00
Matthew Dillon
87ac729c98 Create a measurement 2014-12-01 10:14:22 -09:00
Matthew Dillon
ca1fbe882c Get a measurement 2014-11-30 20:05:54 -09:00