As of now, the 'e2e-k3s' workflow will require the 'ok-to-test' label in
order to get triggered.
In addition to that, on each change to the PR on the relevant files,
Github will remove the label from it and it will be required again.
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
* ci: adding 'e2e' GH workflows
The flow contains of multiple steps:
* build 'query-service' and 'frontend' images and push them to the image registry
* deploy a disposable k3s cluster
* deploy the app on the cluster
* set a tunnel to allow accessing the UI from the web browser
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
* ci: requiring the 'ok-to-test' label for running some workflows
As of now, the 'e2e' workflow will require the 'ok-to-test' label in
order to get triggered.
In addition to that, on each change to the PR, Github will remove the
label from it and it will be required again.
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
The flow contains of multiple steps:
* build 'query-service' and 'frontend' images and push them to the image registry
* deploy a disposable k3s cluster
* deploy the app on the cluster
* set a tunnel to allow accessing the UI from the web browser
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
query-service job is currently building flattener and flattener job is
currently building query-service.
This PR should fix that mix.
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
* fix(UI): graph legends is fixed
* chore(UI): some changes regarding the color of the chart is updated
* full view css is fixed
* usage explorer graph is fixed
* default query is removed
* fix: scroll is removed
While porting the webpack config file from typescript to
javascript, commit 3e0f5a866d963a65738f0fe2d6c747fdfca05a65 accidentally removed
style-loader from config setting. Due to this, the CSS file
wasn't being attached with the bundled html file.
Fixed this by adding the style-loader back to config settings
in webpack.
* feat(UI): sendfeedback is updated
* chore(UI): config slack hook url is updated
* fix(chore): button size is updated
* fix(bug): user feedback is updated
* chore(bug): z-index is fixed
* fix(bug): applayout is updated
* fix(bug): applayout is updated
* fix(FE): removed time filter from settings page #374
* declared an array consisting of routes,in which we won't have to render time filter component
* fix(UI): global down is removed from the alerts page
Co-authored-by: Mohmin2 <mohmin@expansionjs.com>
Co-authored-by: Mohmn <naqashmohmin1@gmail.com>
Co-authored-by: Ankit Nayan <ankit@signoz.io>