rjshrjndrn
|
b72a332cd0
|
chore(build): returning from function
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
|
2022-05-04 11:38:23 +02:00 |
|
Alex Kaminskii
|
82084c9717
|
fix (backend): build.sh build_service incapsulate
|
2022-05-04 11:23:38 +02:00 |
|
Alexander
|
15563ca582
|
Merge pull request #442 from openreplay/http_refactoring
Http service refactoring
|
2022-05-04 10:10:07 +02:00 |
|
Alexander Zavorotynskiy
|
414fbee962
|
Fixed build.sh file
|
2022-05-03 13:55:56 +02:00 |
|
Alexander Zavorotynskiy
|
b2456e9ac6
|
Removed debug lines from build.sh
|
2022-05-03 12:33:43 +02:00 |
|
Alexander Zavorotynskiy
|
18d18164b3
|
Added temporary hack for http service building
|
2022-05-03 10:42:24 +02:00 |
|
Alexander Zavorotynskiy
|
d02ecba354
|
Added missed return statements
|
2022-05-02 17:38:53 +02:00 |
|
Alexander Zavorotynskiy
|
5ec46ad753
|
Moved assets cache logic
|
2022-05-02 17:36:33 +02:00 |
|
Alexander Zavorotynskiy
|
69cabaecfe
|
Moved the rest of the code to separate dirs
|
2022-05-02 15:28:51 +02:00 |
|
Alexander Zavorotynskiy
|
df722761e5
|
Moved server to a separate dir
|
2022-05-02 15:20:10 +02:00 |
|
Alexander Zavorotynskiy
|
c347198fc1
|
Moved http handlers to a separate dir
|
2022-05-02 15:05:45 +02:00 |
|
Alexander Zavorotynskiy
|
f01ef3ea03
|
Made a correct project structure for http service
|
2022-05-02 14:47:13 +02:00 |
|
Alexander Zavorotynskiy
|
66e190221d
|
Removed global objects (moved service initialization into serviceBuilder)
|
2022-05-02 14:36:02 +02:00 |
|
Rajesh Rajendran
|
867f92dfc7
|
Update development.md
|
2022-04-30 18:07:45 +02:00 |
|
Alexander Zavorotynskiy
|
b0bb5bd922
|
Moved configuration to the separate file
|
2022-04-29 17:23:20 +02:00 |
|
Alexander Zavorotynskiy
|
10edeb6e2d
|
Refactoring of http handlers
|
2022-04-29 16:53:28 +02:00 |
|
rjshrjndrn
|
89ba052d41
|
chore(vagrant): Adding development readme
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
|
2022-04-29 12:17:01 +02:00 |
|
Alexander Zavorotynskiy
|
dc69131499
|
Deleted commented (unused) code
|
2022-04-29 11:22:00 +02:00 |
|
ShiKhu
|
cb01c3cb28
|
fix(backend/storage): codefix
|
2022-04-28 19:21:45 +02:00 |
|
ShiKhu
|
6d4800feea
|
feat(backend/storage):split files into 2
|
2022-04-28 19:14:23 +02:00 |
|
Alexander Zavorotynskiy
|
de3ba9c7f6
|
fix(backend): added missed return in error case
|
2022-04-28 18:02:56 +02:00 |
|
Alexander Zavorotynskiy
|
3132db6205
|
fix(backend): fixed possible panic in the defer
|
2022-04-28 17:55:56 +02:00 |
|
ShiKhu
|
c2d1bcdb35
|
Merge branch 'backend' into dev
|
2022-04-28 17:03:25 +02:00 |
|
ShiKhu
|
60d0d42d69
|
fix(backend): Dockerfile.bundle fix
|
2022-04-28 17:02:53 +02:00 |
|
ShiKhu
|
d64cd12eb6
|
fix(backend):pprof launch addr: use port only
|
2022-04-28 17:02:13 +02:00 |
|
Rajesh Rajendran
|
f3b6bda163
|
Vagrant for local contribution (#434)
* chore(vagrant): initial vagrantfile
* chore(vagrant): adding instructions after installation
* chore(vagrant): Adding vagrant user to docker group
* chore(vagrant): use local docker daemon for k3s
* chore(vagrant): fix comment
* chore(vagrant): adding hostname in /etc/hosts
* chore(vagrant): fix doc
* chore(vagrant): limiting cpu
* chore(frontend): initialize dev env
* chore(docker): adding dockerignore
* chore(dockerfile): using cache for fasten build
* chore(dockerignore): update
* chore(docker): build optimizations
* chore(build): all components build option
* chore(build): utilities build fix
* chore(scrpt): remove debug message
* chore(vagrant): provision using stable branch always
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
|
2022-04-27 12:54:40 +00:00 |
|
ShiKhu
|
43669c082c
|
gofmt
|
2022-04-25 23:09:52 +02:00 |
|
ShiKhu
|
b21419a8b9
|
fix(backend): bad_request starts from 400
|
2022-04-25 18:38:11 +02:00 |
|
ShiKhu
|
e1b3d20dc8
|
feat(backend-ender): fire missing_resource event
|
2022-04-25 15:21:41 +02:00 |
|
ShiKhu
|
e5e6008eb8
|
feat(backend-ender):fire bad_request on Fetch with status >=300
|
2022-04-25 14:01:55 +02:00 |
|
ShiKhu
|
263dd79d7f
|
fix(backend-http):read from request without copying byts to array first
|
2022-04-23 13:54:56 +02:00 |
|
ShiKhu
|
0716819492
|
fix(backend): url path correct parsing
|
2022-04-22 00:29:25 +02:00 |
|
ShiKhu
|
af7bb58825
|
fix(backend): do not insert pase_path to pages
|
2022-04-21 18:30:45 +02:00 |
|
ShiKhu
|
6f547d4c83
|
fix(backend): fix fetch sql insertion
|
2022-04-21 17:28:58 +02:00 |
|
ShiKhu
|
6642784f58
|
fix(backend-integrations): no exit on request error
|
2022-04-15 21:23:15 +02:00 |
|
ShiKhu
|
970cfa352e
|
fix(backend/pkg/postgres): SQL syntax fix
|
2022-04-15 21:06:29 +02:00 |
|
ShiKhu
|
fb60c5d085
|
fix(backend):pprof server start
|
2022-04-13 23:02:12 +02:00 |
|
ShiKhu
|
2bb97b3ddf
|
feat(backend): pprof on http worker
|
2022-04-13 21:53:13 +02:00 |
|
ShiKhu
|
0fcaf7bce0
|
feat(backend): request autocomplete use path
|
2022-04-13 15:56:24 +02:00 |
|
ShiKhu
|
3bc9bd8df4
|
feat(backend): insert url parts for pages and requests
|
2022-04-13 14:26:58 +02:00 |
|
ShiKhu
|
4fa1751a68
|
fix(backend-storage): dir clean in routine; MAX_POLL_INTERVAL_MS env var
|
2022-04-06 16:53:49 +02:00 |
|
ShiKhu
|
011cbd006b
|
fix(ackend-assets): use cachePath in timeout map instead of original url
|
2022-04-04 20:40:21 +02:00 |
|
ShiKhu
|
3b3015e025
|
fix(backend-http): always Close() body
|
2022-04-03 13:31:54 +02:00 |
|
ShiKhu
|
c8872064ec
|
code(backend): use 1.18 time features
|
2022-04-01 19:43:46 +02:00 |
|
ShiKhu
|
6196e79d00
|
feat(backend): everyday update of an assets' version
|
2022-04-01 19:16:24 +02:00 |
|
ShiKhu
|
197c39f96a
|
feat(backend): go v.1.18 upgrade
|
2022-04-01 19:14:08 +02:00 |
|
ShiKhu
|
a0a82e0d77
|
codeclean(backend): remove alert.go
|
2022-04-01 17:19:46 +02:00 |
|
ShiKhu
|
daa5a7fad5
|
codefix(backend): code-format & Close() body on /i
|
2022-03-30 18:30:33 +02:00 |
|
ShiKhu
|
8c97576970
|
codefix(backend): autoCommit as init consumer parameter
|
2022-03-30 18:27:33 +02:00 |
|
ShiKhu
|
18a1071060
|
fix(backend): trim rawURL string before resolving
|
2022-03-18 17:27:49 +01:00 |
|