Ankit Nayan
fc244edc50
Update CODEOWNERS
2022-02-25 18:07:07 +05:30
Vishal Sharma
10fc3bf456
Add section for CPU architecture
2022-02-24 09:57:03 +05:30
Prashant Shahi
a5bf4c1a61
ci(push): 👷 push workflow update ( #695 )
...
* ci(push): 👷 remove prefix v for docker images
Signed-off-by: Prashant Shahi <prashant@signoz.io>
* ci(push): 👷 remove path trigger and update tags regex
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-02-09 21:46:07 +05:30
Prashant Shahi
420f601a68
ci(push): 👷 add develop branch and remove second tag ( #694 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-02-09 20:35:25 +05:30
Prashant Shahi
2de6574835
chore(k3s): 🩹 set up hotrod at start
2022-02-08 23:29:26 +05:30
Prashant Shahi
cd04a39d3d
chore: 🚚 rename config .yaml to yml for behaviorbot
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-02-02 16:41:13 +05:30
Prashant Shahi
d92a3e64f5
ci(k3s): 💚 fix correct raw github URL for hotrod
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-01-31 18:24:05 +05:30
Prashant Shahi
8f0df5e1e3
ci(k3s): 🩹 simple fix as per the helm chart changes ( #651 )
2022-01-28 22:59:07 +05:30
Prashant Shahi
dcb17fb33a
ci(k3s): k3s CI workflow enhancements ( #643 )
...
* ci(k3s): k3s CI workflow enhancements
* ci(k3s): 💚 Fix the names of deployment and statefulset
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-01-26 12:48:29 +05:30
Prashant Shahi
8059fe14da
chore: 🔧 Add behaviorbot config YAML ( #640 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-01-25 11:33:08 +05:30
Prashant Shahi
cbbd3ce6ad
chore: add codeowners for automatic review request ( #633 )
...
Signed-off-by: Prashant Shahi <prashant@signoz.io>
2022-01-22 16:08:19 +05:30
Prashant Shahi
cac31072a9
ci: use pull_request_target for remove label permission ( #618 )
2022-01-17 21:35:44 +05:30
Yoni Bettan
b0b235cbc5
ci: making some improvements to e2e-k3s workflow ( #615 )
...
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
2022-01-17 15:59:27 +05:30
Yoni Bettan
e0e4c7afe6
ci: filtering 'push' workflow to main and release branches ( #614 )
...
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
2022-01-17 15:17:31 +05:30
Yoni Bettan
1eb0013352
ci: removing file filtering from some workflows ( #610 )
...
There are other files that can affect the correctness of the code rather
than the src files like the deployment yamls, Makefile etc.
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
2022-01-17 11:40:17 +05:30
Yoni Bettan
51dc54bcb9
ci: removing the timeout from the rollout command
...
It makes the flow fail for some reason.
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
2022-01-12 11:45:09 +02:00
Yoni Bettan
0bc82237fc
ci: making sure the sample-application is up before running the job ( #603 )
...
ci: making sure the sample-application is up before running the job
* tmp - timeout
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
2022-01-12 14:57:14 +05:30
Yoni Bettan
53045fc58e
ci: inject local images to k3d instead of publishing them ( #600 )
2022-01-11 14:42:56 +05:30
Yoni Bettan
9808c03d6d
Merge pull request #593 from ybettan/push-workflow-pr
...
ci: adding 'push' workflow
2022-01-10 12:38:50 +02:00
Yoni Bettan
e08bf85edf
ci: using --wait helm install flag instead of waiting manually
...
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
2022-01-10 12:28:05 +02:00
Yoni Bettan
e555e05f58
ci: adding 'push' workflow
...
This workflow will push up to 2 images with 4 tags, depending on
if they changed since the last image.
* query-service:<git sha>
* query-service:master
* frontend:<git sha>
* frontend:master
Signed-off-by: Yoni Bettan <ybettan@redhat.com>
2022-01-09 13:30:33 +02:00
Yoni Bettan
e4ef059d19
ci: requiring the 'ok-to-test' label for running some workflows
...
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>
2022-01-08 21:19:04 +02:00
Yoni Bettan
b433d4ad4a
Revert "ci: requiring the 'ok-to-test' label for running some workflows ( #592 )" ( #595 )
...
This reverts commit b3d5d6c281a4d2913cbe6b3064fc3c6c42e8fc3e.
2022-01-08 16:37:38 +05:30
Yoni Bettan
b3d5d6c281
ci: requiring the 'ok-to-test' label for running some workflows ( #592 )
...
* 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>
2022-01-08 12:51:46 +05:30
Yoni Bettan
9a2aa7bcbd
ci: adding 'e2e' GH workflows ( #579 )
...
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>
2022-01-08 12:44:14 +05:30
Yoni Bettan
1b398039e3
Swapping images on the "build" GH workflow. ( #578 )
...
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>
2022-01-04 16:17:16 +05:30
Adam Szatyin
ce78013646
feat: add ESLint and Prettier to CI pipeline ( #329 )
2021-10-11 16:30:50 +05:30
Adam Szatyin
6f4327bfa1
feat: add Sonar analysis to build pipeline ( #324 )
2021-10-11 16:26:43 +05:30
Raj Babu Das
f883d02ff7
fixing codeql workflow ( #283 )
...
* fixing codeql
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* fixing codeql
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
2021-08-29 13:01:38 +05:30
Raj Babu Das
fff9031bf7
Adding codeql ( #253 )
...
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2021-08-29 10:37:34 +05:30
palash-signoz
ac789ffcf0
bug: commitlint.yml is fixed ( #266 )
...
Co-authored-by: Ankit Nayan <ankit@signoz.io>
2021-08-23 11:52:28 +05:30
Ankit Nayan
aca67d4f33
fix: removing action on pr as secret is not shared by forked repos
2021-08-20 12:42:49 +05:30
Ankit Nayan
77c0237ba1
feat: PR will trigger build and push of docker image in pattern pull-NUMBER
2021-08-19 20:23:24 +05:30
palash-signoz
a2acee209c
commit lint is fixed ( #261 )
2021-08-18 18:56:44 +05:30
Ankit Nayan
3f32322385
chore: adding commitlint
2021-08-03 02:06:34 +05:30
Ankit Nayan
29c26777b6
fix: fixed branch name in release drafter
2021-08-03 01:31:41 +05:30
Ankit Nayan
f861a5c77d
adding release-drafter
2021-08-03 01:04:59 +05:30
Ankit Nayan
d1a4bb10ea
Update push.yaml
2021-08-02 23:37:41 +05:30
Raj Babu Das
b1169c7315
Adding multi architecture (ARM64 and AMD64) support for signoz components ( #201 )
...
* Adding multi arch support for amd64 and arm64
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* test
* reset package-lock.json
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* reset yarn-lock.json
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* reset yarn-lock.json
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
2021-07-14 23:36:27 +05:30
Raj Babu Das
1d5ce423f2
Fixing github workflow push pipeline ( #190 )
...
* adding download env step in github workflow
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* adding download env step in github workflow
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
2021-06-26 18:10:23 +05:30
Raj Babu Das
0c12eaf89b
adding download env step in github workflow ( #189 )
...
* adding download env step in github workflow
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* adding download env step in github workflow
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
2021-06-26 00:44:13 +05:30
Raj Babu Das
09586faed2
Adding CI pipeline with github workflow for query service, frontend, flattener ( #173 )
...
* Adding github workflow for signoz
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* Adding github workflow for signoz
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* minor fix
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* minor fix
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
* changing branch name from master to main
Signed-off-by: rajdas98 <mail.rajdas@gmail.com>
2021-06-25 23:54:21 +05:30
Anwesh Nayak
c69b9ae62a
feat(docs): Update bug_report.md and add version section ( #152 )
...
* feat(docs): Update bug_report.md and add version section
* fix(docs): remove duplicate additional context error in markdown
Co-authored-by: anweshknayak <anweshnayak@Anweshs-MacBook-Air.local>
2021-06-07 20:50:26 +05:30
Pranay Prateek
571c08c58e
Update issue templates
2021-05-22 19:01:39 +05:30
Pranay Prateek
092cfc7804
Update issue templates
2021-05-22 18:38:31 +05:30