Commit graph

2396 commits

Author SHA1 Message Date
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
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
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
Taha Yassine Kraiem
b8367d87f8 feat(api): EE fixed No of pages count widget 2022-04-28 14:59:22 +02:00
Taha Yassine Kraiem
51c75657ab feat(api): EE fixed No of pages count widget 2022-04-28 14:08:23 +02:00
rjshrjndrn
94adb69f6b fix(nginx): proper x-forward-for proxying
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-04-27 15:00:54 +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
Taha Yassine Kraiem
55b504cc22 feat(alerts): changed build script 2022-04-26 16:30:48 +02:00
Taha Yassine Kraiem
f57bf7205c feat(assist): EE fixed geoip-unknown ip 2022-04-26 12:47:18 +02:00
Taha Yassine Kraiem
1832567beb feat(assist): fixed geoip-unknown ip 2022-04-26 12:44:07 +02:00
ShiKhu
43669c082c gofmt 2022-04-25 23:09:52 +02:00
ShiKhu
d79a14f6d0 fix(tracker):3.5.10:fix pre-start & resources duplication 2022-04-25 19:06:09 +02:00
ShiKhu
b21419a8b9 fix(backend): bad_request starts from 400 2022-04-25 18:38:11 +02:00
Shekar Siri
530d04ffe0 change(ui) - removed errors count check 2022-04-25 18:33:08 +02:00
ShiKhu
ef46e798d4 fix(frontend-assist):clear disconnection timeout before haveing the new one 2022-04-25 17:13:04 +02:00
Mehdi Osman
b8a11dd5d9
Update env.js 2022-04-25 16:52:50 +02:00
Taha Yassine Kraiem
dc9f105173 feat(api): removed tracker version from projects responses 2022-04-25 16:46:07 +02:00
Mehdi Osman
a08411f177
Update env.js 2022-04-25 16:22:22 +02:00
Mehdi Osman
33f6d35c05
Update vars.yaml 2022-04-25 16:07:10 +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
Rajesh Rajendran
4a5b65a72a
Update third-party.md 2022-04-25 10:42:02 +00:00
Shekar Siri
8a69d24c1d fix(ui) - error message handle obj 2022-04-25 12:04:16 +02:00
Taha Yassine Kraiem
920d1104e9 feat(api): allow proxy-headers for LB 2022-04-25 11:26:36 +02:00
Taha Yassine Kraiem
bc0f41ce59 Merge remote-tracking branch 'origin/api-v1.5.5' into dev 2022-04-25 10:40:37 +02:00
Taha Yassine Kraiem
f30849d7b5 feat(connector): handle undefined database
feat(connector): fixed typo
2022-04-25 10:40:15 +02:00
ShiKhu
8d7273b506 code(tracker):package-lock update 2022-04-23 15:52:45 +02:00
ShiKhu
f169adc24a feat(frontend-player): animate clicks 2022-04-23 15:32:19 +02:00
ShiKhu
263dd79d7f fix(backend-http):read from request without copying byts to array first 2022-04-23 13:54:56 +02:00
Mehdi Osman
d392f4ca89
Update env.js 2022-04-22 19:26:43 +02:00
Shekar Siri
6f89cf4991 fix(ui) - subfilters check 2022-04-22 19:13:16 +02:00
Taha Yassine Kraiem
bede7116ca feat(alerts): changed build script
feat(alerts): changed Dockerfile
2022-04-22 18:49:41 +02:00
Taha Yassine Kraiem
68d235caa2 Merge remote-tracking branch 'origin/api-v1.5.5' into dev 2022-04-22 18:08:48 +02:00
Taha Yassine Kraiem
39fa397bc5 feat(api): chalice-assist configurable-timeout 2022-04-22 17:35:24 +02:00
Taha Yassine Kraiem
6e1226f718 Merge remote-tracking branch 'origin/api-v1.5.5' into dev 2022-04-22 16:25:45 +02:00
Taha Yassine Kraiem
9b4f49f653 feat(assist): assist EE-WS changes 2022-04-22 16:25:20 +02:00