Lakhan Samani
|
9a6f1a659a
|
Allow empty email
|
2023-10-26 00:55:10 +05:30 |
|
Vishwas Shashidhar
|
ea2596b9ae
|
support darwin-arm64 builds
|
2023-09-30 23:23:10 +05:30 |
|
Lakhan Samani
|
4e7ec6cb7b
|
[chore]: add command to generate db template
|
2023-04-15 08:13:10 +05:30 |
|
Lakhan Samani
|
2c227b5518
|
chore: delete couchbase container after tests
|
2023-03-29 07:10:36 +05:30 |
|
Lakhan Samani
|
c23fb1bb32
|
[server] update arangodb version for test 3.10.3
|
2023-02-06 20:39:22 +05:30 |
|
Lakhan Samani
|
a1df2ce31f
|
[server] use encryption_key for couchbase env as hash is reserved keyword
|
2023-01-31 11:18:20 +05:30 |
|
Lakhan Samani
|
748761926d
|
[server] fix make command
|
2023-01-25 05:19:01 +05:30 |
|
Lakhan Samani
|
a52b7c86e7
|
[server] add couchbase to all db test
|
2023-01-19 23:29:48 +05:30 |
|
Lakhan Samani
|
504d0f34d7
|
[server] add couchbase envs
|
2023-01-19 23:28:21 +05:30 |
|
Lakhan Samani
|
cb5af1e679
|
use non c binding for sqlite
|
2022-11-09 13:07:20 +05:30 |
|
Lakhan Samani
|
a18046748b
|
chore: add cgo param to gox
|
2022-11-09 04:09:55 +05:30 |
|
Lakhan Samani
|
19f9caf478
|
chore: test gox + buildx
|
2022-11-09 03:47:28 +05:30 |
|
manoj
|
dccc70e5c0
|
resolve conflict with main branch
|
2022-10-08 15:47:44 +05:30 |
|
Manoj
|
dba8944565
|
provider: dynamo-db support added
|
2022-10-03 01:08:12 +05:30 |
|
Lakhan Samani
|
6f46f1e6ef
|
chore: update gqlgen to 0.17.20
|
2022-09-30 15:37:59 +05:30 |
|
Lakhan Samani
|
587828b59b
|
feat: add helper for updating all users
|
2022-08-02 14:12:36 +05:30 |
|
Lakhan Samani
|
a48b809a89
|
feat: add tests for email template resolvers
|
2022-07-17 13:37:34 +05:30 |
|
Lakhan Samani
|
69b56c9912
|
fix: disable mutex for testing purpose
|
2022-05-31 15:00:11 +05:30 |
|
Lakhan Samani
|
cf8762b7a0
|
fix: slice envs
|
2022-05-31 08:14:03 +05:30 |
|
Lakhan Samani
|
1276af43ef
|
Add new line char
|
2022-02-12 19:36:29 +05:30 |
|
Lakhan Samani
|
66d42fc2bc
|
Add support for public private key from admin apis
|
2022-02-12 19:34:22 +05:30 |
|
Lakhan Samani
|
f1b4141367
|
Feat/dashboard (#105)
|
2022-01-17 11:32:13 +05:30 |
|
Lakhan Samani
|
cf4d94a7aa
|
feat: add dashboard setup with esbuild + chakra-ui
|
2021-12-29 11:56:19 +05:30 |
|
Lakhan Samani
|
4c53eb97d2
|
fix: enable code spliting for app
|
2021-12-29 04:16:31 +05:30 |
|
Lakhan Samani
|
46a91fde20
|
fix: version var in make file
|
2021-12-24 17:47:35 +05:30 |
|
Lakhan Samani
|
8dd8252a46
|
fix: move test to __test__ folder
|
2021-12-24 07:40:04 +05:30 |
|
Lakhan Samani
|
3ee79c3937
|
fix: unique constraint data
|
2021-12-22 15:31:45 +05:30 |
|
Lakhan Samani
|
8f7582e1ec
|
fix: add valid origin check for cors (#83)
Resolves #72
|
2021-12-21 18:46:54 +05:30 |
|
Lakhan Samani
|
bedc3d0b50
|
fix: arangodb get one queries
|
2021-12-20 17:33:11 +05:30 |
|
Lakhan Samani
|
00565c8717
|
Fix/cookie host (#76)
* fix: cookie host
* feat: add test for url utils
* fix: url test
* fix: multi domain cookie if allowed
|
2021-12-11 06:41:35 +05:30 |
|
Lakhan Samani
|
ee83d00866
|
fix: add linux build
|
2021-09-11 13:51:00 +05:30 |
|
Lakhan Samani
|
7d71f66080
|
fix: use native build
|
2021-09-11 12:45:04 +05:30 |
|
Lakhan Samani
|
252aebce4b
|
fix: add different jobs for windows and darwin with expected Go envs
|
2021-09-11 11:15:15 +05:30 |
|
Lakhan Samani
|
05cf85e0e5
|
fix: make file
|
2021-09-11 07:41:03 +05:30 |
|
Lakhan Samani
|
89725c2da2
|
fix: make file
|
2021-09-11 07:08:19 +05:30 |
|
Lakhan Samani
|
695614497c
|
fix: use cgo enabled for windows and linux
|
2021-09-10 14:52:29 +05:30 |
|
Lakhan Samani
|
55e6357a5f
|
fix: remove cgo from build
|
2021-09-09 12:02:16 +05:30 |
|
Lakhan Samani
|
579d1512ac
|
chore: fix release action
|
2021-09-09 11:37:32 +05:30 |
|
Lakhan Samani
|
f88363e6dc
|
feat: login wall (#42)
* feat: add login-wall app
* fix: rename vars
* fix: rename vars
* update docker file
* add validations for app state
* add host check for app
* fix: docker file
|
2021-08-04 12:18:57 +05:30 |
|