Rohan Sircar
95e5c47c69
remove unbounded get users api endpoint
1 year ago
Rohan Sircar
c993ef87ee
Add endpoints for search and pagination
also add non-blocking logger
1 year ago
Rohan Sircar
0c64225bcf
remove unneeded files
1 year ago
Rohan Sircar
b6801e1821
many changes - mainly moving to refined newtypes
other changes -
add dependencies for implementing refined newtypes -
derive-more/validators
rename Plain logger format to Pretty
rename regexs package to regex
1 year ago
Rohan Sircar
4673818894
Switch to ApiResponse struct instead of ErrorModel
1 year ago
Rohan Sircar
1d74b75ca8
change hash_cost to u32
1 year ago
Rohan Sircar
5c8720d40c
add cargo-make makefile
1 year ago
Rohan Sircar
4dd9be5749
Add diesel tracing
1 year ago
Rohan Sircar
88430a3e51
migrate to tracing and remove `log`
1 year ago
Rohan Sircar
d3a3b1e1f2
use full qualified name for log statements
1 year ago
Rohan Sircar
87dc7547b8
add startup banner
1 year ago
Rohan Sircar
aa6b788669
refactor routing
1 year ago
Rohan Sircar
4d1118eb36
refactor it tests
1 year ago
Rohan Sircar
62e4f27283
Update readme
1 year ago
Rohan Sircar
da125c6d99
change names of it tests
1 year ago
Rohan Sircar
f6f9a18d9f
add build-info endpoint
1 year ago
Rohan Sircar
402acef2fa
change default log level
1 year ago
Rohan Sircar
40e805088c
Add license file
1 year ago
Rohan Sircar
4c70546905
update ci yml
switch back to swatinem cache
switch rustc back to stable
1 year ago
Rohan Sircar
1d8b4c16a4
remove env var in ci
1 year ago
Rohan Sircar
26b76e4226
Add integration tests
1 year ago
Rohan Sircar
eb9e97c3aa
error handling improvements
1 year ago
Rohan Sircar
da01fee1f8
fix lint
1 year ago
Rohan Sircar
af0a3ce0c5
Merge branch 'master' of https://git.arcusiridis.com/nova/Actix-Demo
1 year ago
Rohan Sircar
efbfe3e0fe
error handling improvements
1 year ago
Rohan Sircar
226d3cde4f
Merge branch 'main' of https://github.com/rohan-sircar/actix-demo
1 year ago
Rohan Sircar
62be0e0476
add symlink for powerpc gcc and linker env
1 year ago
Rohan Sircar
c4e48e56bc
Try installing powerpc64 gcc package
1 year ago
Rohan Sircar
75039778de
update drone yaml
1 year ago
Rohan Sircar
0e5b787657
update drone yaml
1 year ago
Rohan Sircar
7ad00ac0ac
update drone yaml
1 year ago
Rohan Sircar
c12fb24404
update drone ci file
1 year ago
Rohan Sircar
b87ddc393b
add .drone.yml
1 year ago
Rohan Sircar
81a72578a1
make app docker volume friendly
1 year ago
Rohan Sircar
919e5d3751
boo github doesn't give a way to invalidate cache
1 year ago
Rohan Sircar
87cac97a2d
Add cache action back
1 year ago
Rohan Sircar
a5fd41dbd1
temporarily remove cache
1 year ago
Rohan Sircar
d219bf29e4
downgrade ubuntu runner version in ci
1 year ago
Rohan Sircar
938920fcad
Merge branch 'main' of https://github.com/rohan-sircar/actix-demo
1 year ago
Rohan Sircar
871c533944
fix powerpc ci.yml
1 year ago
Rohan Sircar
4ccd2e664d
fix ci.yml
1 year ago
Rohan Sircar
5982d54cec
fix ci.yml
1 year ago
Rohan Sircar
565e6bc5e4
Changes to ci
instead of docker layer caching, build binary in runner itself and copy
binary to dockerfile
old Dockerfile is now build.Dockerfile whereas new one is ci.Dockerfile
caching docker layers was taking more time than building the image from
scratch
add powerpc build (for the 100th time) but without cross in it's own
job
1 year ago
Rohan Sircar
7b18bd8967
fix dockerfile
1 year ago
Rohan Sircar
bbdd9b9abd
minor enhancements
1 year ago
Rohan Sircar
73e9904173
Merge pull request #1 from rohan-sircar/cache-action
use github cache action instead
1 year ago
Rohan Sircar
f027c0ab7b
try github cache action instead
1 year ago
Rohan Sircar
fdc151a885
experiment with removing cache
1 year ago
Rohan Sircar
470c4ec4bf
Merge branch 'main' of https://github.com/rohan-sircar/actix-demo
1 year ago
Rohan Sircar
e3ed49664c
update ci file
remove ppc target again
1 year ago