changed stuff

pull/1067/head
Rhythm 2021-12-06 13:58:16 +05:30
parent ee5a4b8f37
commit d2c95aeb52
505 changed files with 14 additions and 12 deletions

0
.dockerignore Normal file → Executable file
View File

0
.gitattributes vendored Normal file → Executable file
View File

0
.github/CODEOWNERS vendored Normal file → Executable file
View File

0
.github/dependabot.yml vendored Normal file → Executable file
View File

0
.github/workflows/semgrep.yml vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.vscode/launch.json vendored Normal file → Executable file
View File

0
CHANGELOG.md Normal file → Executable file
View File

0
CloudronManifest.json Normal file → Executable file
View File

0
Dockerfile Normal file → Executable file
View File

0
Dockerfile.base Normal file → Executable file
View File

0
LICENSE Normal file → Executable file
View File

0
Makefile Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
app.json Normal file → Executable file
View File

0
cmd/cli.go Normal file → Executable file
View File

0
cmd/cli_test.go Normal file → Executable file
View File

0
cmd/commands.go Normal file → Executable file
View File

0
cmd/doc.go Normal file → Executable file
View File

0
cmd/flags.go Normal file → Executable file
View File

1
cmd/main.go Normal file → Executable file
View File

@ -99,6 +99,7 @@ func start() {
confgs, err = configs.LoadConfigs(configFile)
if err != nil {
log.Infoln("Starting in Setup Mode")
fmt.Println(err)
if err = handlers.RunHTTPServer(); err != nil {
exit(err)
}

0
configs/perf.yml Normal file → Executable file
View File

0
configs/prod.yml Normal file → Executable file
View File

0
configs/stage.yml Normal file → Executable file
View File

0
database/database.go Normal file → Executable file
View File

0
database/grouping.go Normal file → Executable file
View File

0
database/interface.go Normal file → Executable file
View File

0
database/routines.go Normal file → Executable file
View File

0
database/time.go Normal file → Executable file
View File

0
dev/Dockerfile.dev vendored Normal file → Executable file
View File

0
dev/README.md vendored Normal file → Executable file
View File

0
dev/docker-compose.db.yml vendored Normal file → Executable file
View File

0
dev/docker-compose.full.yml vendored Normal file → Executable file
View File

0
dev/docker-compose.lite.yml vendored Normal file → Executable file
View File

0
dev/grafana/dashboard.yml Normal file → Executable file
View File

0
dev/grafana/datasource.yml Normal file → Executable file
View File

0
dev/grafana/grafana.ini Normal file → Executable file
View File

0
dev/grafana/statping_dashboard.json Normal file → Executable file
View File

0
dev/init.service vendored Normal file → Executable file
View File

0
dev/init.sh vendored Normal file → Executable file
View File

0
dev/kubernetes.yml vendored Normal file → Executable file
View File

0
dev/modd.conf vendored Normal file → Executable file
View File

0
dev/portainer.json vendored Normal file → Executable file
View File

0
dev/postman.json vendored Normal file → Executable file
View File

0
dev/postman_env_mysql.json vendored Normal file → Executable file
View File

0
dev/postman_env_postgres.json vendored Normal file → Executable file
View File

0
dev/postman_env_sqlite.json vendored Normal file → Executable file
View File

0
dev/prometheus.yml vendored Normal file → Executable file
View File

0
dev/pwd-stack.yml vendored Normal file → Executable file
View File

0
dev/services_in_text.txt vendored Normal file → Executable file
View File

0
dev/statping.gpg vendored Normal file → Executable file
View File

0
doc.go Normal file → Executable file
View File

0
docker-compose.yml Normal file → Executable file
View File

0
frontend/.babelrc Normal file → Executable file
View File

0
frontend/.eslintrc.json Normal file → Executable file
View File

0
frontend/.gitignore vendored Normal file → Executable file
View File

0
frontend/.stylelintrc.json Normal file → Executable file
View File

0
frontend/babel.config.js Normal file → Executable file
View File

0
frontend/config/dev.env Normal file → Executable file
View File

0
frontend/config/helpers.js Normal file → Executable file
View File

0
frontend/config/prod.env Normal file → Executable file
View File

0
frontend/config/sentry.properties Normal file → Executable file
View File

0
frontend/config/webpack.config.common.js Normal file → Executable file
View File

0
frontend/config/webpack.config.dev.js Normal file → Executable file
View File

0
frontend/config/webpack.config.prod.js Normal file → Executable file
View File

0
frontend/cypress.json Normal file → Executable file
View File

0
frontend/cypress/fixtures/example.json Normal file → Executable file
View File

0
frontend/cypress/integration/0_setup_spec.js Normal file → Executable file
View File

0
frontend/cypress/integration/groups_spec.js Normal file → Executable file
View File

0
frontend/cypress/integration/incidents_spec.js Normal file → Executable file
View File

0
frontend/cypress/integration/messages_spec.js Normal file → Executable file
View File

0
frontend/cypress/integration/notifiers_spec.js Normal file → Executable file
View File

0
frontend/cypress/integration/services_spec.js Normal file → Executable file
View File

0
frontend/cypress/integration/settings_spec.js Normal file → Executable file
View File

0
frontend/cypress/integration/users_spec.js Normal file → Executable file
View File

0
frontend/cypress/plugins/index.js Normal file → Executable file
View File

0
frontend/cypress/support/commands.js Normal file → Executable file
View File

0
frontend/cypress/support/index.js Normal file → Executable file
View File

0
frontend/package.json Normal file → Executable file
View File

0
frontend/public/banner.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

0
frontend/public/base.gohtml Normal file → Executable file
View File

0
frontend/public/css/base.css Normal file → Executable file
View File

0
frontend/public/css/bootstrap.min.css vendored Normal file → Executable file
View File

0
frontend/public/css/codemirror-colorpicker.css Normal file → Executable file
View File

0
frontend/public/css/codemirror.css Normal file → Executable file
View File

0
frontend/public/favicon.ico Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

0
frontend/public/favicon/android-icon-144x144.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

0
frontend/public/favicon/android-icon-192x192.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
frontend/public/favicon/android-icon-36x36.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

0
frontend/public/favicon/android-icon-48x48.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

0
frontend/public/favicon/android-icon-72x72.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

0
frontend/public/favicon/android-icon-96x96.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

0
frontend/public/favicon/apple-icon-114x114.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

0
frontend/public/favicon/apple-icon-120x120.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
frontend/public/favicon/apple-icon-144x144.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

0
frontend/public/favicon/apple-icon-152x152.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

0
frontend/public/favicon/apple-icon-180x180.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

0
frontend/public/favicon/apple-icon-57x57.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

0
frontend/public/favicon/apple-icon-60x60.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

0
frontend/public/favicon/apple-icon-72x72.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Some files were not shown because too many files have changed in this diff Show More