reverted an unwanted commmit

pull/1097/head
Rhythm 2022-01-04 16:37:27 +05:30
parent 2d7f1cd982
commit 7f73808065
505 changed files with 12 additions and 14 deletions

0
.dockerignore Executable file → Normal file
View File

0
.gitattributes vendored Executable file → Normal file
View File

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

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

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

0
.gitignore vendored Executable file → Normal file
View File

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

0
CHANGELOG.md Executable file → Normal file
View File

0
CloudronManifest.json Executable file → Normal file
View File

0
Dockerfile Executable file → Normal file
View File

0
Dockerfile.base Executable file → Normal file
View File

0
LICENSE Executable file → Normal file
View File

0
Makefile Executable file → Normal file
View File

0
README.md Executable file → Normal file
View File

0
app.json Executable file → Normal file
View File

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

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

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

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

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

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

@ -99,7 +99,6 @@ 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 Executable file → Normal file
View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

0
doc.go Executable file → Normal file
View File

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 49 KiB

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

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

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

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

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

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

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

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

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

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

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
frontend/public/favicon/android-icon-36x36.png Executable file → Normal 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 Executable file → Normal 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 Executable file → Normal 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 Executable file → Normal 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 Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

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

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

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

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

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

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

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

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

0
frontend/public/favicon/apple-icon-57x57.png Executable file → Normal 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 Executable file → Normal 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 Executable file → Normal 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