Commit graph

257 commits

Author SHA1 Message Date
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
01036de04d Fixes #8: merges measurement tables. 2014-11-13 17:12:04 -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
9326a06699 Adding in translated measurement view 2014-11-05 15:28: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
bedddfdec1 Setting created & update cols. 2014-11-02 20:48:10 -09:00
Matthew Dillon
f48ee87ccd NullTime in normalizeTime & tests 2014-10-31 09:38:49 -08:00
Matthew Dillon
58344b82a5 Importing data, realized need to handle NULLs. 2014-10-30 16:24:15 -08: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
20d65bd561 Minor whitespace cleanup. 2014-10-27 15:40:53 -08:00
Matthew Dillon
94973aa1f7 Cleaning up route names 2014-10-26 17:10:54 -08:00
Matthew Dillon
c088386a00 Refactoring model & api tests. 2014-10-24 16:02:19 -08:00
Matthew Dillon
cb383d84e7 #7: datastore convenience functions. 2014-10-24 15:11:08 -08:00
Matthew Dillon
b50084c7a6 Merge pull request #5 from thermokarst/species
Implement Species
2014-10-24 10:45:14 -08:00
Matthew Dillon
4669aff3c2 Species - delete 2014-10-24 10:42:31 -08:00
Matthew Dillon
22d2b8b41d Finishing up changes from previous commit 2014-10-24 10:08:12 -08:00
Matthew Dillon
8580c9b54e Adding basic dockerfile 2014-10-23 18:50:43 -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
b045ded9cd Importing base schema 2014-10-23 16:14:34 -08:00
Matthew Dillon
7e74d672ba Using struct attrs to match desired db schema 2014-10-16 09:22:27 -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
ed2ba26654 Removed commented portion 2014-10-15 14:11:17 -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
6fe6d5d189 Left 'post' instead of 'user' 2014-10-13 15:34:18 -08:00
Matthew Dillon
205a932e2a Merge pull request #4 from thermokarst/genus
Genus / Genera, gtg.
2014-10-13 15:32:49 -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
c271f4b6b3 sslmode declared in datastore. 2014-10-13 10:17:20 -08:00
Matthew Dillon
59a0cfd4bf Genera: api. 2014-10-13 10:15:33 -08:00
Matthew Dillon
533adbdd09 Genera: datastore. 2014-10-13 09:55:20 -08:00
Matthew Dillon
9155ee88f1 Genera: router & models 2014-10-13 09:23:02 -08:00
Matthew Dillon
08ae818d74 Fixes #2: Don’t log error if db is new. 2014-10-07 20:48:20 -08:00
Matthew Dillon
8fa594e3f0 DB Migrations
Replacing modl’s built-in table creation and removal
with manual migrations. Thanks to @DavidHuie for
gomigrate!
2014-10-06 17:09:41 -08:00
Matthew Dillon
c5f94ab67d Adding travis build badge to README. 2014-10-03 16:05:56 -08:00
Matthew Dillon
10a3a604be Merge pull request #1 from thermokarst/initial-architecture
Initial architecture.
2014-10-03 16:03:34 -08:00
Matthew Dillon
b3d39f7630 Adding travis-ci config. 2014-10-03 16:00:45 -08:00
Matthew Dillon
f0cd2c1d79 Turning on modl database trace. 2014-10-03 15:52:49 -08:00
Matthew Dillon
1f12c9eb09 Fixing up API tests. 2014-10-03 15:52:17 -08:00
Matthew Dillon
0eae5fc6b8 Added API tests. 2014-10-02 16:41:13 -08:00
Matthew Dillon
c0b54d821e User creation, DB transactions, createdb flag changes. 2014-10-01 13:09:36 -08:00