Commit graph

46 commits

Author SHA1 Message Date
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
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
be9e6481d0 Roughing in JWT-based authentication.
Todo: Actually utilize this stuff somewhere.
2014-12-10 13:52:26 -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
Matthew Dillon
eccbffb86d Delete a unit type 2014-11-30 16:10:38 -09:00
Matthew Dillon
76baee1fa7 Update a unit type 2014-11-30 15:55:02 -09:00
Matthew Dillon
d535cd85ff List unit types 2014-11-30 15:33:28 -09:00
Matthew Dillon
b7caffa373 Create a unit type 2014-11-30 15:11:51 -09:00
Matthew Dillon
c2bfc8b93b Get a unit type 2014-11-29 17:20:47 -09:00
Matthew Dillon
431ba7ed91 Delete a text measurement type 2014-11-28 17:26:01 -09:00
Matthew Dillon
49621ca27b Update a text measurement type 2014-11-27 11:34:42 -09:00
Matthew Dillon
e368426aad List text measurement types 2014-11-26 22:51:09 -09:00
Matthew Dillon
b1dad9bfbd Create text measurement type 2014-11-26 22:13:46 -09:00
Matthew Dillon
3e0ca9df8c Get a text measurement type 2014-11-26 21:56:25 -09:00
Matthew Dillon
952224e2df Delete an observation 2014-11-21 18:58:07 -09:00
Matthew Dillon
b90da728fe Update an observation 2014-11-21 16:48:55 -09:00
Matthew Dillon
dac0721a41 List observations. 2014-11-20 15:48:59 -09:00
Matthew Dillon
f867e5c424 Create a new observation 2014-11-20 10:36:21 -09:00
Matthew Dillon
a018d2bd7a Get an observation. 2014-11-18 10:41:24 -09:00
Matthew Dillon
68b98f6d6b Delete an observation type 2014-11-10 15:24:16 -09:00
Matthew Dillon
73f7b580c1 Update observation types. 2014-11-10 15:13:45 -09:00
Matthew Dillon
186edad1db List Observation types 2014-11-07 16:45:46 -09:00
Matthew Dillon
0e767390b5 create an observation type 2014-11-04 16:13:55 -09:00
Matthew Dillon
4fd7bf8eba Get an observation type 2014-11-03 16:12:50 -09:00
Matthew Dillon
df95dfc930 Delete strain. 2014-10-29 14:11:50 -08:00
Matthew Dillon
ff0e37d2ef Update strain. Fixed EML/EMBL typo in json. 2014-10-29 13:39:31 -08:00
Matthew Dillon
b8bda910cd List strains. 2014-10-29 13:23:25 -08:00
Matthew Dillon
6bba9058aa Create a strain. 2014-10-29 13:09:54 -08:00
Matthew Dillon
6c118f47f7 Get a strain. 2014-10-28 16:14:14 -08:00
Matthew Dillon
4669aff3c2 Species - delete 2014-10-24 10:42:31 -08:00
Matthew Dillon
c8d1d0a84f species update wip 2014-10-23 18:25:15 -08:00
Matthew Dillon
5244ae529a Species: List species. 2014-10-23 17:29:07 -08:00
Matthew Dillon
7fe5566edf Create species, cleanup schema.
- create species
- species genus_id not null
2014-10-15 16:43:09 -08:00
Matthew Dillon
830a8805c9 Species Read - Order of ops:
router/routes.go
router/api.go
models/species_test.go
models/species.go
models/client.go
datastore/migrations/addspecies.sql
datastore/migrations/dropspecies.sql
datastore/species_test.go
datastore/species.go
datastore/datastore.go
api/species_test.go
api/species.go
api/handler.go
2014-10-15 13:01:11 -08:00
Matthew Dillon
279651930e A few big changes
- Adding timezone to source config
- genera: update record (missed a few pieces)
- genera: delete record
2014-10-13 15:26:35 -08:00
Matthew Dillon
33194ffd2f Genera: update record. 2014-10-13 12:22:50 -08:00
Matthew Dillon
9155ee88f1 Genera: router & models 2014-10-13 09:23:02 -08:00
Matthew Dillon
c0b54d821e User creation, DB transactions, createdb flag changes. 2014-10-01 13:09:36 -08:00
Matthew Dillon
76d5264474 Adding list() to client & api route. 2014-09-30 09:51:07 -08:00
Matthew Dillon
da7be2e150 Rocking github.com/sourcegraph/thesrc template
- Working in client, router, and basic models (user)
2014-09-24 11:19:31 -08:00