Commit Graph

72 Commits

Author SHA1 Message Date
88430a3e51 migrate to tracing and remove log 2021-05-11 11:39:55 +05:30
d3a3b1e1f2 use full qualified name for log statements 2021-05-09 00:16:13 +05:30
87dc7547b8 add startup banner 2021-05-06 23:37:15 +05:30
aa6b788669 refactor routing 2021-05-06 12:52:14 +05:30
4d1118eb36 refactor it tests 2021-05-06 12:51:58 +05:30
62e4f27283 Update readme 2021-05-06 10:35:07 +05:30
da125c6d99 change names of it tests 2021-05-05 23:30:52 +05:30
f6f9a18d9f add build-info endpoint 2021-05-05 23:30:45 +05:30
402acef2fa change default log level 2021-05-05 23:16:24 +05:30
40e805088c Add license file 2021-05-05 23:16:15 +05:30
4c70546905 update ci yml
switch back to swatinem cache
switch rustc back to stable
2021-05-05 20:16:07 +05:30
1d8b4c16a4 remove env var in ci 2021-05-05 20:03:00 +05:30
26b76e4226 Add integration tests 2021-05-05 20:00:11 +05:30
eb9e97c3aa error handling improvements 2021-05-02 21:58:18 +05:30
da01fee1f8 fix lint 2021-05-02 17:06:42 +05:30
af0a3ce0c5 Merge branch 'master' of https://git.arcusiridis.com/nova/Actix-Demo 2021-05-02 16:47:58 +05:30
efbfe3e0fe error handling improvements 2021-05-02 16:47:23 +05:30
226d3cde4f Merge branch 'main' of https://github.com/rohan-sircar/actix-demo 2021-05-01 20:01:58 +05:30
Rohan Sircar
62be0e0476
add symlink for powerpc gcc and linker env 2021-04-29 22:15:52 +05:30
Rohan Sircar
c4e48e56bc
Try installing powerpc64 gcc package 2021-04-29 01:31:06 +05:30
75039778de update drone yaml 2021-04-28 16:37:04 +05:30
0e5b787657 update drone yaml 2021-04-28 16:21:42 +05:30
7ad00ac0ac update drone yaml 2021-04-28 16:16:57 +05:30
c12fb24404 update drone ci file 2021-04-28 15:50:18 +05:30
b87ddc393b add .drone.yml 2021-04-27 22:55:42 +05:30
81a72578a1 make app docker volume friendly 2021-04-27 16:52:27 +05:30
Rohan Sircar
919e5d3751
boo github doesn't give a way to invalidate cache 2021-04-26 20:10:43 +05:30
Rohan Sircar
87cac97a2d
Add cache action back 2021-04-26 01:03:00 +05:30
a5fd41dbd1 temporarily remove cache 2021-04-24 23:45:34 +05:30
d219bf29e4 downgrade ubuntu runner version in ci 2021-04-24 23:39:19 +05:30
938920fcad Merge branch 'main' of https://github.com/rohan-sircar/actix-demo 2021-04-24 23:05:43 +05:30
871c533944 fix powerpc ci.yml 2021-04-24 23:05:41 +05:30
Rohan Sircar
4ccd2e664d
fix ci.yml 2021-04-24 22:54:12 +05:30
Rohan Sircar
5982d54cec
fix ci.yml 2021-04-24 22:52:59 +05:30
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
2021-04-24 22:46:11 +05:30
7b18bd8967 fix dockerfile 2021-04-23 23:01:14 +05:30
bbdd9b9abd minor enhancements 2021-04-23 21:10:02 +05:30
Rohan Sircar
73e9904173
Merge pull request #1 from rohan-sircar/cache-action
use github cache action instead
2021-04-23 17:53:51 +05:30
f027c0ab7b try github cache action instead 2021-04-23 17:48:54 +05:30
fdc151a885 experiment with removing cache 2021-04-23 17:00:49 +05:30
470c4ec4bf Merge branch 'main' of https://github.com/rohan-sircar/actix-demo 2021-04-23 16:21:29 +05:30
e3ed49664c update ci file
remove ppc target again
2021-04-23 16:21:26 +05:30
Rohan Sircar
57f26a0ddf
foo 2021-04-23 00:38:46 +05:30
Rohan Sircar
e3f1cdf3f9
whoops 2021-04-23 00:31:47 +05:30
133b48d9d6 update ci file 2021-04-23 00:05:53 +05:30
85bc92ad9b update ci file
fix powerpc build
2021-04-23 00:00:44 +05:30
a624c31240 fix ci file 2021-04-22 23:31:23 +05:30
6649b27869 many changes
re-enable cross and os-matrix cross
remove jsonwebtoken since it doesn't compile on ppc
improve docker build and make it publish to docker.io
2021-04-22 23:26:30 +05:30
b24ee90852 revert clippy continue on error 2021-04-22 20:35:48 +05:30
c4bc4a2f4b fix clippy errors 2021-04-22 20:35:17 +05:30