111 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
8ca7858069 Adds update plan method
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-02-07 15:11:44 -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
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
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
12515c2a1e Merge pull request 'auth' (#3) from auth into master
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
Reviewed-on: #3
2021-01-25 22:31:49 +00: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
93a5e9c1ba Adds middleware set userid on context method. 2021-01-25 14:50:54 -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
77e6e6bc04 Adds test for context methods 2021-01-25 14:25:12 -06:00
c28939d2b8 Adds middleware testing methods
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-25 13:33:52 -06:00
cfe5d89b22 Adds test for token encode/decode 2021-01-25 12:51:19 -06:00
f84c9b6ea2 Adds error store test for missing store 2021-01-25 12:30:38 -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
96b22a2254 Adds user by username model method 2021-01-24 19:26:47 -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
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
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
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
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
c8e33884c0 fixes lint issues
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
2021-01-11 20:39:29 -06:00
55c8c739b0 fmt
A
2021-01-11 20:38:11 -06:00
1d45635530 adds no password return by default, model cares about password but nothing downstream does
Some checks failed
gitea-deepak/gogmagog/pipeline/head There was a failure building this commit
2021-01-11 20:37:35 -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
7e7558dd5e Merge pull request 'put_actions' (#2) from put_actions into master
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
Reviewed-on: #2
2021-01-10 17:35:20 +00: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