37 Commits

Author SHA1 Message Date
eb8838ab75
Add store/postgres tests for current plan 2021-01-31 13:57:54 -06:00
6ad0112683
Adds tests for inmemory store 2021-01-31 12:26:39 -06:00
b9cea2347c
Adds error store tests 2021-01-31 12:18:58 -06:00
e420bf303a
Adds tests for model code 2021-01-31 12:15:30 -06:00
92ddd9e0fe
Current plan beats primary plan 2021-01-31 11:54:41 -06:00
8c17aa9d6d
Adds current plan implementation 2021-01-31 11:42:47 -06:00
2465b0a73a
Adds user id to actions 2021-01-30 12:40:58 -06:00
f84c9b6ea2
Adds error store test for missing store 2021-01-25 12:30:38 -06:00
8eff1115c5
Fixes failing tests, but incompletely 2021-01-17 15:10:24 -06:00
4708a2b8ff
adds user_id as a selectable field
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-17 11:37:44 -06:00
4989848335
Fixes table create order 2021-01-17 11:25:38 -06:00
d02d48e7c8
Adds user id field to plan 2021-01-17 11:22:14 -06:00
2a3d789292
Makes error store allow update if error only on get 2021-01-17 11:13:29 -06:00
169afed5c9
Adds some stuff for only failing on the subsequent retrieve
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-12 19:12:39 -06:00
d8604dc3cc
Adds inmemorystore to help refactor tests
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-12 18:16:47 -06:00
c8b8f87f6c
Change to select by username because that makes more sense 2021-01-12 11:36:44 -06:00
f59593e9e8
adds create user func 2021-01-12 11:17:03 -06:00
3ea8603368
Adds user table and adds support for config flag to drop DB on restart
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-11 20:15:36 -06:00
0faef20441 fmt changes
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
gitea-deepak/gogmagog/pipeline/pr-master This commit looks good
2021-01-09 23:54:52 -06:00
395231e1bf adds test for errors in update
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-09 23:53:16 -06:00
bc68115ce1 adds update action method 2021-01-09 23:39:03 -06:00
2c630aff95 Adds additional postgres insert fields for action
Some checks are pending
gitea-deepak/gogmagog/pipeline/head This commit looks good
gitea-deepak/gogmagog/pipeline/pr-master Build queued...
2021-01-09 22:25:14 -06:00
325aa46cf2 Adds actions insert to store 2021-01-09 21:50:54 -06:00
70ddd91d6b
Adds actions, changes time to pointers to make nillable.
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-01 11:49:22 -06:00
cd7f919eb2
Removes calls to log.Fatal, adds check for null store
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-31 18:56:21 -06:00
0e16bb5361
Adds healthy check to model 2020-12-31 18:05:06 -06:00
6d104dc72a
adds missing test from postgres select actions by plan id
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-30 11:11:52 -06:00
72e3fbe05b
adds test for commit failure check
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 19:16:13 -06:00
acf793ae41
Adds select actions by plan function 2020-12-29 19:10:54 -06:00
e6158e680f
Adds extra test for postgres case
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 19:02:15 -06:00
9f5f5413d1
Adds insert plan function
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 18:44:37 -06:00
9c56ea56e2
Adds insertplan to model 2020-12-29 18:20:28 -06:00
0c6f686ce5
added select plan by id
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 16:26:30 -06:00
ba18d011bd
Fixes Postgres to be postgres style bindvars
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 16:16:09 -06:00
ad47895597
Add select by action id 2020-12-29 16:08:31 -06:00
50bbcdc71d
adds full action fields to struct
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 15:05:00 -06:00
8f78b80043
Adds some db tests using sql mock and slightly reorganises to facilitate testing
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 13:43:32 -06:00