Commit Graph

101 Commits

Author SHA1 Message Date
Denis Gukov
7443671059 feat(be): add access key encryption 2021-08-31 04:02:41 +05:00
Denis Gukov
974f3066e5 feat(be): stopping hung tasks 2021-08-31 00:42:11 +05:00
Denis Gukov
c6a02a81fe fix(be): handing empty forign column name 2021-08-30 21:04:18 +05:00
Denis Gukov
cb5f27d9ed fix(be): migrations for mysql and postgres 2021-08-30 20:11:08 +05:00
Denis Gukov
92895f9f3c refactor(be): remove unused columns 2021-08-30 19:24:20 +05:00
Denis Gukov
0b3b56620c refactor(config): add field dialect 2021-08-28 22:03:34 +05:00
Denis Gukov
22e422e15a feat(cli): add user management commands 2021-08-28 16:44:41 +05:00
Denis Gukov
335dad3745 fix(be): project_id value for each task 2021-08-26 13:01:42 +05:00
Denis Gukov
473b68c00c refactor(be): remove duplication beteen bolt and sql events implementation 2021-08-25 09:48:38 +05:00
Denis Gukov
586f56247e style(be): pass linter 2021-08-24 22:56:40 +05:00
Denis Gukov
551ef97233 fix(be): add quotes to user table in queties to support postgres 2021-08-24 22:52:35 +05:00
Denis Gukov
63a4a32ac1 feat: refactor to support postgres 2021-08-24 20:20:34 +05:00
Denis Gukov
8d5c57ea5c feat: support Postgres dialect 2021-08-24 15:51:21 +05:00
Denis Gukov
d269a53625 feat(be): add user id to activity log 2021-08-20 11:28:50 +05:00
Denis Gukov
27eab684c2 feat(cli): add arg -useradd for adding user via command line 2021-08-16 02:35:44 +05:00
Denis Gukov
a1b2d2dc7f fix(be): returns correct error object if user not found 2021-08-11 19:54:27 +05:00
Denis Gukov
c9f64b51cf fix(be): returns store according configuration 2021-06-25 02:17:50 +05:00
Denis Gukov
cca0e95dea fix(be): pass unit tests 2021-06-25 01:53:48 +05:00
Denis Gukov
a6b4b1438f style(be): linter 2021-06-25 00:58:39 +05:00
Denis Gukov
b60e927fc6 fix(be): correct sorting for boltdb 2021-06-25 00:53:36 +05:00
Denis Gukov
482d24422b feat: tasks for BoltDB 2021-06-24 22:45:28 +05:00
Denis Gukov
2b8a942e33 fix(be): remove boltdb user 2021-05-17 02:44:42 +05:00
Denis Gukov
c607b20b26 feat: remove old ui 2021-05-15 17:59:06 +05:00
Denis Gukov
31342eeece test(be): replace t.Failed() to t.Fatal() 2021-05-15 17:40:31 +05:00
Denis Gukov
bdd0977706 test(be): add some tests for bolt db 2021-05-15 17:23:47 +05:00
Denis Gukov
bf91af5198 feat(db): boltdb soft delete 2021-05-15 16:27:42 +05:00
Denis Gukov
ca05dd94db fix(be): return correct http error code 2021-05-14 17:31:24 +05:00
Denis Gukov
0aee57643b test(be): delete user and project for boltdb 2021-05-14 16:57:51 +05:00
Denis Gukov
bc5f7946fc test(be): tests for bolt implementation 2021-05-14 16:47:32 +05:00
Denis Gukov
855228e22c fix(be): boltdb - empty lists 2021-05-14 04:23:23 +05:00
Denis Gukov
2624a72bcf feat(be): run boltdb backend 2021-05-14 03:37:45 +05:00
Denis Gukov
c2628bf909 fix(be): correct marshalling for boltdb 2021-05-14 02:17:16 +05:00
Denis Gukov
c0a0e71417 refactor(be): rename db tables prop objects 2021-05-14 00:45:54 +05:00
Denis Gukov
0e7c8b7f63 fix(be): boltdb backet validation 2021-05-13 19:33:04 +05:00
Denis Gukov
b0d0561966 fix(be): add required param 2021-05-13 19:23:12 +05:00
Denis Gukov
dade5a3a7b feat(be): implemented all Store interface methods by BoltDb implementation 2021-05-13 18:49:32 +05:00
Denis Gukov
6a652be1f4 feat(be): implement all except tesks for BoltDB 2021-05-13 03:56:31 +05:00
Denis Gukov
052499730b feat(be): implement session, project with boltdb 2021-05-10 01:08:10 +05:00
Denis Gukov
67acad9c32 feat(be): add env, tempalte and inv implementation for bolt 2021-05-09 01:25:31 +05:00
Denis Gukov
0cc640b48b feat(be): bolt helper functions like for sql 2021-05-08 22:25:00 +05:00
Denis Gukov
55e8024b23 refactor: move ObjectProperies to db package 2021-05-07 15:08:34 +05:00
Denis Gukov
c16406c924 fix: return Sql() method to SqlDb type for dredd tests 2021-05-06 18:12:21 +05:00
Denis Gukov
dafd619134 feat: complate migration to Store. Remove Sql() method 2021-05-06 17:49:26 +05:00
Denis Gukov
82c3b62660 refactor: user auth via Store 2021-05-06 17:41:31 +05:00
Denis Gukov
d21b32fe6c refactor(be): remove method fetch, use Store instaed of it 2021-05-06 13:34:44 +05:00
Denis Gukov
696353ffdf feat(be): init boltdb 2021-04-10 02:02:35 +05:00
Denis Gukov
0787920d97 fix(web2): password field for new/edited user 2021-03-13 02:13:39 +05:00
Denis Gukov
779760d6aa fix(be): lint 2021-03-13 01:30:17 +05:00
Denis Gukov
ac2132f290 fix(ci): capabilities 2021-03-13 01:20:18 +05:00
Denis Gukov
d0392485eb feat: migrate logging to Store 2021-03-12 22:41:41 +05:00