Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: msdyt20/oncall
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: grafana/oncall
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Able to merge. These branches can be automatically merged.
Loading
Showing 2,480 changed files with 228,172 additions and 65,482 deletions.
15 changes: 6 additions & 9 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
venv/*
venv2.7/*
.DS_Store
frontend/node_modules
frontend/build
package-lock.json
./engine/extensions
.env
.env-hobby
# Ignore everything
*

# Allow directories
!/engine
!/grafana-plugin
246 changes: 0 additions & 246 deletions .drone.yml

This file was deleted.

33 changes: 0 additions & 33 deletions .env.example

This file was deleted.

1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.whl filter=lfs diff=lfs merge=lfs -text
16 changes: 16 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
* @grafana/grafana-irm-backend
/grafana-plugin @grafana/grafana-irm-frontend
/grafana-plugin/pkg @grafana/grafana-irm-backend
/grafana-plugin/go.mod @grafana/grafana-irm-backend
/grafana-plugin/go.sum @grafana/grafana-irm-backend
/grafana-plugin/Magefile.go @grafana/grafana-irm-backend
/docs @grafana/docs-gops @grafana/grafana-irm

# `make docs` procedure is owned by @jdbaldry of @grafana/docs-squad.
/.github/workflows/update-make-docs.yml @jdbaldry
/.github/workflows/publish-technical-documentation-next.yml @jdbaldry
/.github/workflows/publish-technical-documentation-release.yml @jdbaldry
/docs/Makefile @jdbaldry
/docs/docs.mk @jdbaldry
/docs/make-docs @jdbaldry
/docs/variables.mk @jdbaldry
Loading