45 Commits

Author SHA1 Message Date
c3be0b8e54
Adds put plan route
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-02-07 15:27:12 -06:00
5e030a5bc3
Uses plan description instead of date 2021-02-02 15:58:18 -06:00
b47abbfc0b
Adds put route tests for current plans
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-31 14:29:53 -06:00
4905d18222
Adds tests for post current plan 2021-01-31 14:24:05 -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
d37c53c60b
Add put test unauthorized
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-30 12:44:47 -06:00
2465b0a73a
Adds user id to actions 2021-01-30 12:40:58 -06:00
6dd91f5a1b
Adds tests for auth route
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-25 16:23:42 -06:00
249fabbd7a
Adds tests for register route 2021-01-25 15:18:56 -06:00
c9675b1573
Adds last currentUser route tests
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-25 15:00:07 -06:00
63a9e2ff58
Adds tests for context errors 2021-01-25 14:58:06 -06:00
28325c8d7b
Adds current user tests. 2021-01-25 14:51:28 -06:00
4d093ed99a
Adds plan route unauthorised tests
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-25 14:34:17 -06:00
42d808165b
Adds current user route
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-24 19:45:56 -06:00
c1ae0706f9
Route now gets user ID from context with custom middleware
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-17 17:33:40 -06:00
8eff1115c5
Fixes failing tests, but incompletely 2021-01-17 15:10:24 -06:00
d02d48e7c8
Adds user id field to plan 2021-01-17 11:22:14 -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
3648d5a1cc
Removing unnecessary type 2021-01-12 18:53:54 -06:00
1c3555d8b7
Removed multistore
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-12 18:46:24 -06:00
417a7cf982
Decouples routers and adds auth for plans and actions call
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-12 16:15:28 -06:00
ab1dab6619
jwt auth token return 2021-01-12 15:52:46 -06:00
262321a1e2
Adds auth route that checks username and password
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-12 12:43:45 -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
55c8c739b0
fmt
A
2021-01-11 20:38:11 -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
c0175fc9bc
fixes content-type for post and put on actions
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-10 11:58:16 -06:00
86a4a28aee
adds put action route
All checks were successful
gitea-deepak/gogmagog/pipeline/pr-master This commit looks good
2021-01-10 11:27:32 -06:00
a5528be456
Adding new func
All checks were successful
gitea-deepak/gogmagog/pipeline/pr-master This commit looks good
2021-01-10 10:38:03 -06:00
bc68115ce1 adds update action method 2021-01-09 23:39:03 -06:00
dc18440821 Fixes test to improve coverage
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-09 22:10:44 -06:00
4b4070df98 Adds test for action post 2021-01-09 22:05:54 -06:00
325aa46cf2 Adds actions insert to store 2021-01-09 21:50:54 -06:00
ebee8a304b
codestyle fix
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-09 16:18:21 -06:00
3f13118312
Adds more error handling and sets plan date
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-09 16:11:43 -06:00
27cdde132d
Adds post endpoint for creating plans
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-03 20:28:46 -06:00
f8b1949c28
Adds route to create plans 2021-01-03 20:15:39 -06:00
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
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