Commit graph

49 commits

Author SHA1 Message Date
rjshrjndrn
3259c6667a ci(helm): use atomic for deploying
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 16:11:35 +02:00
rjshrjndrn
e38ad0a7b2 ci(build): moving env sample
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 16:08:37 +02:00
rjshrjndrn
16bfdc5c9c ci(fix): inject proper env value.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 15:37:47 +02:00
rjshrjndrn
08d2375683 ci(actions): enable docker buildkit
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 15:03:19 +02:00
rjshrjndrn
abe4f17bbc ci(fix): spelling
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 14:59:11 +02:00
rjshrjndrn
f17fd33120 chore(build): Creating separate build for cicd
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 14:57:24 +02:00
rjshrjndrn
260d758592 ci(fix): change build
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 12:57:56 +02:00
rjshrjndrn
aaf42f6157 ci(frontend): remove docker caching
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 12:52:07 +02:00
rjshrjndrn
e975c07482 ci(frontend): optimizing build for caching
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 12:49:59 +02:00
rjshrjndrn
bdc3fcf22b ci(frontend): run only the latest build
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 12:37:44 +02:00
rjshrjndrn
46b3ec2025 ci(fix): change step name
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 12:22:51 +02:00
rjshrjndrn
126a7561d8 ci(frontend): removed npm caching from host
As the build is happening in container.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 12:20:14 +02:00
rjshrjndrn
febdfd72e3 ci(fix): frontend buld deploy
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 12:13:50 +02:00
rjshrjndrn
4288da245c ci(frontend): Update deploy to helm chart.
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-24 12:00:09 +02:00
Shekar Siri
719dab4b8e
Update frontend.yaml 2022-06-22 16:38:34 +02:00
Rajesh Rajendran
26daf936c5
removing cache for worker build 2022-06-21 10:53:21 +00:00
rjshrjndrn
94fc4d693e fix(actions): image override
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-20 11:40:07 +02:00
rjshrjndrn
215d889782 ci(workers): build both ee and oss for deployment changes
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-06-17 11:01:52 +02:00
rjshrjndrn
f5e013329f chore(action): removing unnecessary file 2022-06-03 16:32:06 +02:00
rjshrjndrn
06eeabe494 chore(actions): enable build from branch 2022-06-03 12:48:24 +02:00
Rajesh Rajendran
97094107fe
GH actions for ee (#488)
* chore(actions): changing installation method

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* fix(actions): inject ee license key and image tag

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* fix(actions): image tag overload

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-05-19 15:04:01 +00:00
Rajesh Rajendran
5041bcb177
GH aciton with new format (#479)
* chore(actions): update GH Actions to new deployment format

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* fix(actions): yaml indentation

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* fix(actions): image override

helm doesn't support multipart yaml files.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* chore(action): enable docker image cache

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* chore(actions): chalice deployment

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* chore(actions): check previous image prior deploying

Because we're using an umbrella chart and not storing the image tags
which is deployed from actions anywhere, a new deployment will reset all
older deployed image tags. For that we've to fetch the existing image
tags and feed it to the current deployment.

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* fix(actions): static path the build input

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>

* chore(actions): adding dev branch to chalice deployment

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-05-17 20:07:02 +00:00
Alex Kaminskii
b6d57b45ab chore(github-workflow): backend 2022-05-05 12:49:44 +02:00
Alexander Zavorotynskiy
a4278aec23 [http] removed extra log in main.go
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-05-04 12:17:33 +02:00
rjshrjndrn
767fa31026 chore(actions): include cmd dir for build
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-05-04 12:09:46 +02:00
Shekar Siri
d7740ebc0b
Update frontend.yaml 2022-04-08 18:20:22 +02:00
Shekar Siri
652ea0493a
workflow dispatch 2022-03-30 10:58:08 +02:00
rjshrjndrn
341954c9d9 fix(actions): get worker images
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2022-03-14 13:28:30 +01:00
Mehdi Osman
52539e7aa2
Delete frontend-ee.yaml 2022-01-26 12:30:56 +01:00
Mehdi Osman
6dbf80741d
Update frontend.yaml 2022-01-26 12:25:36 +01:00
Shekar Siri
f7f70589c3 fix(ui) - main to dev conflicts 2021-12-04 02:19:16 +05:30
ShiKhu
3d142bcf67 fix (github-wf-backend): diff on last commit 2021-11-10 15:49:07 +01:00
ShiKhu
bdcc8989f7 feat (github workflow): backend service rebuild on pkg dependency change 2021-11-10 15:45:38 +01:00
Mehdi Osman
514c8bf2dd
Update codeql-analysis.yml 2021-09-22 11:43:36 +02:00
Mehdi Osman
00cda9ace8
Create codeql-analysis.yml 2021-09-22 11:34:16 +02:00
Rajesh Rajendran
48f1978657 fix(ci): fix image tag 2021-06-24 10:49:22 +05:30
Kraiem Taha Yassine
c818e25ff0
Assist (#51)
* feat(api): assist peerJS server

* feat(api): install assist_server dependencies and start it with the API

* feat(api): assist: list live sessions

* feat(nginx): expose assist_server and block peers listing

* feat(api): merged sourcemaps reader and assist-server
feat(api): change image definition
feat(api): changed service start command
feat(utilities): created full server & image definition
feat(nginx): reset chalice configuration

* feat(utilities): utilities.yaml

* feat(nginx): utilities URL

* feat(utilities): utilities template

* feat(ci): Adding utilities GH action.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* feat(utilities): build script

Co-authored-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-06-23 21:17:31 +02:00
Shekar Siri
f562355aed
v1.1.0 (#31)
* ci(deployment): injecting secrets

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* fix: typo

* feat(installation): Enterprise license check

* fix(install): reset ee cli args

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* Fix typo

* Update README.md

* feat (tracker-axios): init plugin

* fix (tracker-axios): version patch

* Fixed alert's unknown metrics handler

* fix (tracker-mobx): dev-dependencies and updated package-lock

* feat: APIs for user session data deleteion - wip

* fix: alert metric value of performance.speed_index

* Build and deploy scripts for enterprise edition (#13)

* feat(installation): enterprise installation

* chore(install): enabling ansible gather_facts

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(install): quotes for enterprise key

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(installation): enterprise install dbs

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(install): rename yaml

* chore(install): change image tag

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(install): License key variable added

* chore(deployment): Injecting enterprise license key in workers.

* chore(install): remove deprecated files

* chore(install): make domain_name mandatory in vars.yaml

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(actions): ee workers

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* feat(install): use local docker instead of crictl

You can use the images built in the local machine, in installation,
without putting that in any external registry.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* feat: APIs for user session data deleteion

* feat: prefix deleted mobs with DEL_

* feat: schedules to delete mobs

* chore(ci): fix ee build

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* feat(build): passing build args to internal scripts

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(install): moving kafka topic creation at the end

Kafka pods usually takes time to be active.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(install): removing auth service.

* chore(install): Adding rancher for cluster management

* chore(install): proper name for alerts template

* separate requirements and clean up

* feat (frontend): typescript support

* feat (tracker): 3.0.4: maintain baseURL & connAttempt options

* feat(api): changed license validation

* feat(api): ee-license fix for unprovided value

* feat(api): fixed ee-signup cursor

* feat(api): FOS fix replay-mob issue

* feat(api): ee log ch-resources query

* chore(ci): change openreplay-cli with kube-install.sh

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* ci(actions): change ee naming

* feat(api): removed ch-logs

* feat(install): injecting ee variables only on ee installation.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* chore(install): remove licence key from ee

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* fix(install): ch values for chalice

* feat(clickhouse): moved creation scripts to EE folder

* fix (backend-ee): disable ios tables so far

* chore(install): remove deprecated mandatory variables.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* feat(api): remove duplicate files & changed signup

* fix(backend-ee): ch prepare after commit

* fix(backend-ee): syntax

* feat(api): added missing EE tenant column

* fix(scripts-ee): correct default clickhouse host

* feat(api): changed version_number location

* feat(api): ee log ch-errors query

* feat(api): ee fix ch-errors query

* feat: skip to issue button (#23)

* feat(api): 🐛 ee fix ambiguous ch-error query & accounts endpoint

* Feature: Autoplay Sessions (#22)

* feat: autoplay sessions

* change: removed unused import

* auto play filter by tab

* feat(api): changed JWT authorizer & API_KEY authorizer & fix undefined project_key

* feat (backend-devops): Dockerfile for all services in one image

* feat(sourcemap-uploader): --verbose argument use instead of --log

* feat(api): log middleware

* Feature - dom inspector (#28)

* feat (frontend): typescript support

* feat(frontend): DOM Inspector init

* fix(frontend): use tailwind bg

* feat(frontend dom-inspector): add element selection & deletion

* fix(frontend): todo comment

* di - styling wip

* feature(di) - editor theme

* feat(frontend): parse attributes with RE (+ability to add)

* feature(di) - input width

* fix(ui): di - review changes

Co-authored-by: ShiKhu <alex.kaminsky.11@gmail.com>

* chore(install): remove depricated init_dbs

* feat(api): ee override multi-tenant-core

* fix(frontend-build): gen css types before build

* fix(ui) - checking for the license (#30)

Co-authored-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
Co-authored-by: Mehdi Osman <estradino@users.noreply.github.com>
Co-authored-by: ShiKhu <alex.kaminsky.11@gmail.com>
Co-authored-by: KRAIEM Taha Yassine <tahayk2@gmail.com>
Co-authored-by: Rajesh Rajendran <rjshrjndrn@users.noreply.github.com>
Co-authored-by: ourvakan <hi-psi@yandex.com>
Co-authored-by: tahayk2@gmail.com <enissay4ever4github>
2021-06-11 23:31:29 +05:30
Rajesh Rajendran
0113194397 ci(deployment): use script to push the image
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-05-22 05:22:12 +05:30
Rajesh Rajendran
ef2753fa40 ci(deploy): Injecting domain_name
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-05-20 23:11:59 +05:30
Rajesh Rajendran
5d1b80f4e0 chore(actions): pushing internalized to script.
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-05-17 21:48:25 +05:30
Rajesh Rajendran
9634339e13
ci(workers): fix ee build
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-05-11 15:47:02 +05:30
Rajesh Rajendran
403b40fd19 ci(front): verbose logs
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-05-10 23:47:34 +05:30
Rajesh Rajendran
9552ccd84b
ci(workers): display which image to build
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-05-10 23:33:14 +05:30
Rajesh Rajendran
3f2eec37f7
ci(frontend): fixing deploying to kubernetes
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-05-10 23:30:02 +05:30
Rajesh Rajendran
3bb9289187 Revert "tmp: enabling debug."
This reverts commit f94610f623.
2021-05-10 23:22:24 +05:30
Rajesh Rajendran
a755c0e19f ci(deployment): fix kube deployment
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-05-10 23:21:39 +05:30
Rajesh Rajendran
f94610f623 tmp: enabling debug.
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-05-10 08:48:23 +05:30
Rajesh Rajendran
bc44960041 feat(scripts): initial commit of build and deploy scripts. 2021-05-10 08:26:03 +05:30