49 Commits

Author SHA1 Message Date
9b276bd644
Adds route for filtering actions by planID
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-03 11:12:31 -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
95d945dda7
Added plan by id route and error handling and organisation 2021-01-01 08:41:17 -06:00
bbb0cf3f42
Adds way to check for not found error on id search
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-01 08:07:55 -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
e77d3c4d5e
Adds health check and test 2020-12-31 18:47:27 -06:00
0e16bb5361
Adds healthy check to model 2020-12-31 18:05:06 -06:00
2bda056ca7
Adds route to retrieve all plans and tests thereof, and json tags for model
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-31 11:20:00 -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
b6a6c9375f
Adds timezone to config 2020-12-29 18:12:04 -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
7ae7f294da
adds go fmt to do.sh commands and makes indents friendlier spaced 2020-12-29 15:04:41 -06:00
c0d5a543f0
No need for empty main_test file
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 13:59:08 -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
506e7f64b6
Moved os dependence to main.go and had db code return error 2020-12-29 10:39:42 -06:00
52646fbfb7
Less verbose 2020-12-29 10:12:03 -06:00
240f3f5aae
Add run function and make test robust and return correctly 2020-12-29 10:10:02 -06:00
ea20a8cc3c
Adding permission change to jenkinsfile
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 09:56:26 -06:00
4801411b1d
Adds do.sh build script
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-29 09:42:33 -06:00
0a6caeffc5
Removing error check that can never be forced
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-28 17:02:07 -06:00
538e23708a
adds error test for config
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-28 16:53:39 -06:00
8cc2de5c2a
adds test for default values of config 2020-12-28 16:47:37 -06:00
da50161a92
Makes config testable
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-28 16:30:10 -06:00
3977d395f3
adding blank tests so all packages represented
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-28 08:55:07 -06:00
6a3cdb1877
deleting static as unnecessary for now 2020-12-27 20:13:56 -06:00
ff0a8b97be
Adds junit and coverage to jenkinsfile 2020-12-27 20:07:46 -06:00
403295b2b4
makes lint fail the build
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-27 19:34:38 -06:00
1c00a06c10
Fix lint issues 2020-12-27 19:33:54 -06:00
4b8fd5d78a
adds lint to jenkinsfile
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-27 19:16:21 -06:00
f947dd2912
Adds additional models, slightly more tests 2020-12-27 19:14:27 -06:00
2c5e84d836
adds create and update time to actions
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-26 15:04:51 -06:00
3a5961f003
adds basic db stuff
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-26 12:44:05 -06:00
2365fc75cf gets emails to be same as other thing
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2020-12-24 22:24:21 -06:00
914de124b3 adds test satisfier
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
2020-12-24 22:21:47 -06:00
93fb0f89b2 removing golint
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
2020-12-24 22:18:34 -06:00
b7241a4385 makes gopath workspace
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
2020-12-24 22:16:06 -06:00
3fc2598dbb Disabling cgo in jenkinsfile
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
2020-12-24 22:14:01 -06:00
d3c550e97e adds gopath to jenkinsfile
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
2020-12-24 22:12:38 -06:00
a4094ba801 fixing jenkinsfile
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
2020-12-24 22:06:19 -06:00
56f747640f adding jenkinsfile
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
2020-12-24 22:01:58 -06:00
81b1286336
initial commit 2020-12-24 21:35:38 -06:00