mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-24 19:07:47 +00:00
* feat(keys): add support for multiple ingestion keys * ci(git): remove vendor/ from git * feat(gateway): create a proxy for sending requests to the gateway * fix(sqlite): remove keys schema * fix(api): replace with constant * fix(server): remove redundant options * fix(server): remove redundant options * test(gateway): add unit tests for gateway proxy * ci(docker): update gateway url * refactor(gateway): move gateway to api layer * fix(manager): fix declared error in manager * feat(testing): add a new testing docker-compose * fix(license): revert to nil license since select will never return a norows error * feat(gateway): add feature flags * chore(server): add a logger --------- Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Github actions
Testing the UI manually on each PR
First we need to make sure the UI is ready
- Check the
Start tunnelstep ine2e-k8s/deploy-on-k3s-clusterjob and make sure you seeyour url is: https://pull-<number>-signoz.loca.lt - This job will run until the PR is merged or closed to keep the local tunneling alive
- github will cancel this job if the PR wasn't merged after 6h
- if the job was cancel, go to the action and press
Re-run all jobs
Now you can open your browser at https://pull--signoz.loca.lt and check the UI.
Environment Variables
To run GitHub workflow, a few environment variables needs to add in GitHub secrets
| Variables | Description | Example |
|---|---|---|
| REPONAME | Provide the DockerHub user/organisation name of the image. | signoz |
| DOCKERHUB_USERNAME | Docker hub username | signoz |
| DOCKERHUB_TOKEN | Docker hub password/token with push permission | **** |
| SONAR_TOKEN | SonarCloud token | **** |