diff --git a/.dockerignore b/.dockerignore old mode 100755 new mode 100644 diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS old mode 100755 new mode 100644 diff --git a/.github/dependabot.yml b/.github/dependabot.yml old mode 100755 new mode 100644 diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.vscode/launch.json b/.vscode/launch.json old mode 100755 new mode 100644 diff --git a/CHANGELOG.md b/CHANGELOG.md old mode 100755 new mode 100644 diff --git a/CloudronManifest.json b/CloudronManifest.json old mode 100755 new mode 100644 diff --git a/Dockerfile b/Dockerfile old mode 100755 new mode 100644 diff --git a/Dockerfile.base b/Dockerfile.base old mode 100755 new mode 100644 diff --git a/LICENSE b/LICENSE old mode 100755 new mode 100644 diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/app.json b/app.json old mode 100755 new mode 100644 diff --git a/cmd/cli.go b/cmd/cli.go old mode 100755 new mode 100644 diff --git a/cmd/cli_test.go b/cmd/cli_test.go old mode 100755 new mode 100644 diff --git a/cmd/commands.go b/cmd/commands.go old mode 100755 new mode 100644 diff --git a/cmd/doc.go b/cmd/doc.go old mode 100755 new mode 100644 diff --git a/cmd/flags.go b/cmd/flags.go old mode 100755 new mode 100644 diff --git a/cmd/main.go b/cmd/main.go old mode 100755 new mode 100644 index 2123f94f..b0e0c778 --- a/cmd/main.go +++ b/cmd/main.go @@ -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) } diff --git a/configs/perf.yml b/configs/perf.yml old mode 100755 new mode 100644 diff --git a/configs/prod.yml b/configs/prod.yml old mode 100755 new mode 100644 diff --git a/configs/stage.yml b/configs/stage.yml old mode 100755 new mode 100644 diff --git a/database/database.go b/database/database.go old mode 100755 new mode 100644 diff --git a/database/grouping.go b/database/grouping.go old mode 100755 new mode 100644 diff --git a/database/interface.go b/database/interface.go old mode 100755 new mode 100644 diff --git a/database/routines.go b/database/routines.go old mode 100755 new mode 100644 diff --git a/database/time.go b/database/time.go old mode 100755 new mode 100644 diff --git a/dev/Dockerfile.dev b/dev/Dockerfile.dev old mode 100755 new mode 100644 diff --git a/dev/README.md b/dev/README.md old mode 100755 new mode 100644 diff --git a/dev/docker-compose.db.yml b/dev/docker-compose.db.yml old mode 100755 new mode 100644 diff --git a/dev/docker-compose.full.yml b/dev/docker-compose.full.yml old mode 100755 new mode 100644 diff --git a/dev/docker-compose.lite.yml b/dev/docker-compose.lite.yml old mode 100755 new mode 100644 diff --git a/dev/grafana/dashboard.yml b/dev/grafana/dashboard.yml old mode 100755 new mode 100644 diff --git a/dev/grafana/datasource.yml b/dev/grafana/datasource.yml old mode 100755 new mode 100644 diff --git a/dev/grafana/grafana.ini b/dev/grafana/grafana.ini old mode 100755 new mode 100644 diff --git a/dev/grafana/statping_dashboard.json b/dev/grafana/statping_dashboard.json old mode 100755 new mode 100644 diff --git a/dev/init.service b/dev/init.service old mode 100755 new mode 100644 diff --git a/dev/init.sh b/dev/init.sh old mode 100755 new mode 100644 diff --git a/dev/kubernetes.yml b/dev/kubernetes.yml old mode 100755 new mode 100644 diff --git a/dev/modd.conf b/dev/modd.conf old mode 100755 new mode 100644 diff --git a/dev/portainer.json b/dev/portainer.json old mode 100755 new mode 100644 diff --git a/dev/postman.json b/dev/postman.json old mode 100755 new mode 100644 diff --git a/dev/postman_env_mysql.json b/dev/postman_env_mysql.json old mode 100755 new mode 100644 diff --git a/dev/postman_env_postgres.json b/dev/postman_env_postgres.json old mode 100755 new mode 100644 diff --git a/dev/postman_env_sqlite.json b/dev/postman_env_sqlite.json old mode 100755 new mode 100644 diff --git a/dev/prometheus.yml b/dev/prometheus.yml old mode 100755 new mode 100644 diff --git a/dev/pwd-stack.yml b/dev/pwd-stack.yml old mode 100755 new mode 100644 diff --git a/dev/services_in_text.txt b/dev/services_in_text.txt old mode 100755 new mode 100644 diff --git a/dev/statping.gpg b/dev/statping.gpg old mode 100755 new mode 100644 diff --git a/doc.go b/doc.go old mode 100755 new mode 100644 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100755 new mode 100644 diff --git a/frontend/.babelrc b/frontend/.babelrc old mode 100755 new mode 100644 diff --git a/frontend/.eslintrc.json b/frontend/.eslintrc.json old mode 100755 new mode 100644 diff --git a/frontend/.gitignore b/frontend/.gitignore old mode 100755 new mode 100644 diff --git a/frontend/.stylelintrc.json b/frontend/.stylelintrc.json old mode 100755 new mode 100644 diff --git a/frontend/babel.config.js b/frontend/babel.config.js old mode 100755 new mode 100644 diff --git a/frontend/config/dev.env b/frontend/config/dev.env old mode 100755 new mode 100644 diff --git a/frontend/config/helpers.js b/frontend/config/helpers.js old mode 100755 new mode 100644 diff --git a/frontend/config/prod.env b/frontend/config/prod.env old mode 100755 new mode 100644 diff --git a/frontend/config/sentry.properties b/frontend/config/sentry.properties old mode 100755 new mode 100644 diff --git a/frontend/config/webpack.config.common.js b/frontend/config/webpack.config.common.js old mode 100755 new mode 100644 diff --git a/frontend/config/webpack.config.dev.js b/frontend/config/webpack.config.dev.js old mode 100755 new mode 100644 diff --git a/frontend/config/webpack.config.prod.js b/frontend/config/webpack.config.prod.js old mode 100755 new mode 100644 diff --git a/frontend/cypress.json b/frontend/cypress.json old mode 100755 new mode 100644 diff --git a/frontend/cypress/fixtures/example.json b/frontend/cypress/fixtures/example.json old mode 100755 new mode 100644 diff --git a/frontend/cypress/integration/0_setup_spec.js b/frontend/cypress/integration/0_setup_spec.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/integration/groups_spec.js b/frontend/cypress/integration/groups_spec.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/integration/incidents_spec.js b/frontend/cypress/integration/incidents_spec.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/integration/messages_spec.js b/frontend/cypress/integration/messages_spec.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/integration/notifiers_spec.js b/frontend/cypress/integration/notifiers_spec.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/integration/services_spec.js b/frontend/cypress/integration/services_spec.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/integration/settings_spec.js b/frontend/cypress/integration/settings_spec.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/integration/users_spec.js b/frontend/cypress/integration/users_spec.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/plugins/index.js b/frontend/cypress/plugins/index.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/support/commands.js b/frontend/cypress/support/commands.js old mode 100755 new mode 100644 diff --git a/frontend/cypress/support/index.js b/frontend/cypress/support/index.js old mode 100755 new mode 100644 diff --git a/frontend/package.json b/frontend/package.json old mode 100755 new mode 100644 diff --git a/frontend/public/banner.png b/frontend/public/banner.png old mode 100755 new mode 100644 diff --git a/frontend/public/base.gohtml b/frontend/public/base.gohtml old mode 100755 new mode 100644 diff --git a/frontend/public/css/base.css b/frontend/public/css/base.css old mode 100755 new mode 100644 diff --git a/frontend/public/css/bootstrap.min.css b/frontend/public/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/frontend/public/css/codemirror-colorpicker.css b/frontend/public/css/codemirror-colorpicker.css old mode 100755 new mode 100644 diff --git a/frontend/public/css/codemirror.css b/frontend/public/css/codemirror.css old mode 100755 new mode 100644 diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/android-icon-144x144.png b/frontend/public/favicon/android-icon-144x144.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/android-icon-192x192.png b/frontend/public/favicon/android-icon-192x192.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/android-icon-36x36.png b/frontend/public/favicon/android-icon-36x36.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/android-icon-48x48.png b/frontend/public/favicon/android-icon-48x48.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/android-icon-72x72.png b/frontend/public/favicon/android-icon-72x72.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/android-icon-96x96.png b/frontend/public/favicon/android-icon-96x96.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-114x114.png b/frontend/public/favicon/apple-icon-114x114.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-120x120.png b/frontend/public/favicon/apple-icon-120x120.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-144x144.png b/frontend/public/favicon/apple-icon-144x144.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-152x152.png b/frontend/public/favicon/apple-icon-152x152.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-180x180.png b/frontend/public/favicon/apple-icon-180x180.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-57x57.png b/frontend/public/favicon/apple-icon-57x57.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-60x60.png b/frontend/public/favicon/apple-icon-60x60.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-72x72.png b/frontend/public/favicon/apple-icon-72x72.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-76x76.png b/frontend/public/favicon/apple-icon-76x76.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon-precomposed.png b/frontend/public/favicon/apple-icon-precomposed.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/apple-icon.png b/frontend/public/favicon/apple-icon.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/browserconfig.xml b/frontend/public/favicon/browserconfig.xml old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/favicon-16x16.png b/frontend/public/favicon/favicon-16x16.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/favicon-32x32.png b/frontend/public/favicon/favicon-32x32.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/favicon-96x96.png b/frontend/public/favicon/favicon-96x96.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/favicon.ico b/frontend/public/favicon/favicon.ico old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/manifest.json b/frontend/public/favicon/manifest.json old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/ms-icon-144x144.png b/frontend/public/favicon/ms-icon-144x144.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/ms-icon-150x150.png b/frontend/public/favicon/ms-icon-150x150.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/ms-icon-310x310.png b/frontend/public/favicon/ms-icon-310x310.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/ms-icon-70x70.png b/frontend/public/favicon/ms-icon-70x70.png old mode 100755 new mode 100644 diff --git a/frontend/public/favicon/social.png b/frontend/public/favicon/social.png old mode 100755 new mode 100644 diff --git a/frontend/public/img/banner.png b/frontend/public/img/banner.png old mode 100755 new mode 100644 diff --git a/frontend/public/index.html b/frontend/public/index.html old mode 100755 new mode 100644 diff --git a/frontend/public/js/codemirror-colorpicker.min.js b/frontend/public/js/codemirror-colorpicker.min.js old mode 100755 new mode 100644 diff --git a/frontend/public/js/codemirror.js b/frontend/public/js/codemirror.js old mode 100755 new mode 100644 diff --git a/frontend/public/js/css.js b/frontend/public/js/css.js old mode 100755 new mode 100644 diff --git a/frontend/public/js/rangePlugin.js b/frontend/public/js/rangePlugin.js old mode 100755 new mode 100644 diff --git a/frontend/public/robots.txt b/frontend/public/robots.txt old mode 100755 new mode 100644 diff --git a/frontend/src/API.js b/frontend/src/API.js old mode 100755 new mode 100644 diff --git a/frontend/src/App.vue b/frontend/src/App.vue old mode 100755 new mode 100644 diff --git a/frontend/src/assets/banner.png b/frontend/src/assets/banner.png old mode 100755 new mode 100644 diff --git a/frontend/src/assets/css/bootstrap.min.css b/frontend/src/assets/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/frontend/src/assets/js/bootstrap.min.js b/frontend/src/assets/js/bootstrap.min.js old mode 100755 new mode 100644 diff --git a/frontend/src/assets/js/css.js b/frontend/src/assets/js/css.js old mode 100755 new mode 100644 diff --git a/frontend/src/assets/js/rangePlugin.js b/frontend/src/assets/js/rangePlugin.js old mode 100755 new mode 100644 diff --git a/frontend/src/assets/logo.png b/frontend/src/assets/logo.png old mode 100755 new mode 100644 diff --git a/frontend/src/assets/scss/base.scss b/frontend/src/assets/scss/base.scss old mode 100755 new mode 100644 diff --git a/frontend/src/assets/scss/forms.scss b/frontend/src/assets/scss/forms.scss old mode 100755 new mode 100644 diff --git a/frontend/src/assets/scss/index.scss b/frontend/src/assets/scss/index.scss old mode 100755 new mode 100644 diff --git a/frontend/src/assets/scss/layout.scss b/frontend/src/assets/scss/layout.scss old mode 100755 new mode 100644 diff --git a/frontend/src/assets/scss/mixin.scss b/frontend/src/assets/scss/mixin.scss old mode 100755 new mode 100644 diff --git a/frontend/src/assets/scss/mobile.scss b/frontend/src/assets/scss/mobile.scss old mode 100755 new mode 100644 diff --git a/frontend/src/assets/scss/variables.scss b/frontend/src/assets/scss/variables.scss old mode 100755 new mode 100644 diff --git a/frontend/src/codemirror_json.js b/frontend/src/codemirror_json.js old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/Checkins.vue b/frontend/src/components/Dashboard/Checkins.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/Configs.vue b/frontend/src/components/Dashboard/Configs.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/DashboardIndex.vue b/frontend/src/components/Dashboard/DashboardIndex.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/DashboardMessages.vue b/frontend/src/components/Dashboard/DashboardMessages.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/DashboardServices.vue b/frontend/src/components/Dashboard/DashboardServices.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/DashboardUsers.vue b/frontend/src/components/Dashboard/DashboardUsers.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/EditService.vue b/frontend/src/components/Dashboard/EditService.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/Failures.vue b/frontend/src/components/Dashboard/Failures.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/GroupedServices.vue b/frontend/src/components/Dashboard/GroupedServices.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/Importer.vue b/frontend/src/components/Dashboard/Importer.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/Incidents.vue b/frontend/src/components/Dashboard/Incidents.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/ServiceEvents.vue b/frontend/src/components/Dashboard/ServiceEvents.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/ServiceInfo.vue b/frontend/src/components/Dashboard/ServiceInfo.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/ServiceSparkLine.vue b/frontend/src/components/Dashboard/ServiceSparkLine.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/ServicesList.vue b/frontend/src/components/Dashboard/ServicesList.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/ThemeEditor.vue b/frontend/src/components/Dashboard/ThemeEditor.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/TopNav.vue b/frontend/src/components/Dashboard/TopNav.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Dashboard/Variables.vue b/frontend/src/components/Dashboard/Variables.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Elements/IncidentUpdate.vue b/frontend/src/components/Elements/IncidentUpdate.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Elements/LoadButton.vue b/frontend/src/components/Elements/LoadButton.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Elements/Loading.vue b/frontend/src/components/Elements/Loading.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Elements/Modal.vue b/frontend/src/components/Elements/Modal.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Elements/chart_options.js b/frontend/src/components/Elements/chart_options.js old mode 100755 new mode 100644 diff --git a/frontend/src/components/Index/Footer.vue b/frontend/src/components/Index/Footer.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Index/Group.vue b/frontend/src/components/Index/Group.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Index/GroupServiceFailures.vue b/frontend/src/components/Index/GroupServiceFailures.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Index/Header.vue b/frontend/src/components/Index/Header.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Index/IncidentsBlock.vue b/frontend/src/components/Index/IncidentsBlock.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Index/MessageBlock.vue b/frontend/src/components/Index/MessageBlock.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/AdvancedChart.vue b/frontend/src/components/Service/AdvancedChart.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/Analytics.vue b/frontend/src/components/Service/Analytics.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/FailuresBarChart.vue b/frontend/src/components/Service/FailuresBarChart.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/MiniSparkLine.vue b/frontend/src/components/Service/MiniSparkLine.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/ServiceBlock.vue b/frontend/src/components/Service/ServiceBlock.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/ServiceChart.vue b/frontend/src/components/Service/ServiceChart.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/ServiceFailures.vue b/frontend/src/components/Service/ServiceFailures.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/ServiceHeatmap.vue b/frontend/src/components/Service/ServiceHeatmap.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/ServiceSparkList.vue b/frontend/src/components/Service/ServiceSparkList.vue old mode 100755 new mode 100644 diff --git a/frontend/src/components/Service/ServiceTopStats.vue b/frontend/src/components/Service/ServiceTopStats.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/Checkin.vue b/frontend/src/forms/Checkin.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/CoreSettings.vue b/frontend/src/forms/CoreSettings.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/Group.vue b/frontend/src/forms/Group.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/IncidentUpdates.vue b/frontend/src/forms/IncidentUpdates.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/InputSwitch.vue b/frontend/src/forms/InputSwitch.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/Integration.vue b/frontend/src/forms/Integration.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/Login.vue b/frontend/src/forms/Login.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/Message.vue b/frontend/src/forms/Message.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/Notifier.vue b/frontend/src/forms/Notifier.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/OAuth.vue b/frontend/src/forms/OAuth.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/Service.vue b/frontend/src/forms/Service.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/Setup.vue b/frontend/src/forms/Setup.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/ToggleSwitch.vue b/frontend/src/forms/ToggleSwitch.vue old mode 100755 new mode 100644 diff --git a/frontend/src/forms/User.vue b/frontend/src/forms/User.vue old mode 100755 new mode 100644 diff --git a/frontend/src/graphing.js b/frontend/src/graphing.js old mode 100755 new mode 100644 diff --git a/frontend/src/icons.js b/frontend/src/icons.js old mode 100755 new mode 100644 diff --git a/frontend/src/languages/data.csv b/frontend/src/languages/data.csv old mode 100755 new mode 100644 diff --git a/frontend/src/languages/english.js b/frontend/src/languages/english.js old mode 100755 new mode 100644 diff --git a/frontend/src/languages/french.js b/frontend/src/languages/french.js old mode 100755 new mode 100644 diff --git a/frontend/src/languages/german.js b/frontend/src/languages/german.js old mode 100755 new mode 100644 diff --git a/frontend/src/languages/index.js b/frontend/src/languages/index.js old mode 100755 new mode 100644 diff --git a/frontend/src/languages/russian.js b/frontend/src/languages/russian.js old mode 100755 new mode 100644 diff --git a/frontend/src/languages/spanish.js b/frontend/src/languages/spanish.js old mode 100755 new mode 100644 diff --git a/frontend/src/main.js b/frontend/src/main.js old mode 100755 new mode 100644 diff --git a/frontend/src/mixin.js b/frontend/src/mixin.js old mode 100755 new mode 100644 diff --git a/frontend/src/pages/Dashboard.vue b/frontend/src/pages/Dashboard.vue old mode 100755 new mode 100644 diff --git a/frontend/src/pages/Index.vue b/frontend/src/pages/Index.vue old mode 100755 new mode 100644 diff --git a/frontend/src/pages/Login.vue b/frontend/src/pages/Login.vue old mode 100755 new mode 100644 diff --git a/frontend/src/pages/Logs.vue b/frontend/src/pages/Logs.vue old mode 100755 new mode 100644 diff --git a/frontend/src/pages/NotFound.vue b/frontend/src/pages/NotFound.vue old mode 100755 new mode 100644 diff --git a/frontend/src/pages/Service.vue b/frontend/src/pages/Service.vue old mode 100755 new mode 100644 diff --git a/frontend/src/pages/Settings.vue b/frontend/src/pages/Settings.vue old mode 100755 new mode 100644 diff --git a/frontend/src/routes.js b/frontend/src/routes.js old mode 100755 new mode 100644 diff --git a/frontend/src/store.js b/frontend/src/store.js old mode 100755 new mode 100644 diff --git a/frontend/test/API.spec.js b/frontend/test/API.spec.js old mode 100755 new mode 100644 diff --git a/frontend/test/Store.spec.js b/frontend/test/Store.spec.js old mode 100755 new mode 100644 diff --git a/frontend/test/forms/Login.spec.js b/frontend/test/forms/Login.spec.js old mode 100755 new mode 100644 diff --git a/frontend/test/pages/Index.spec.js b/frontend/test/pages/Index.spec.js old mode 100755 new mode 100644 diff --git a/frontend/test/setup.js b/frontend/test/setup.js old mode 100755 new mode 100644 diff --git a/frontend/vue.config.js b/frontend/vue.config.js old mode 100755 new mode 100644 diff --git a/frontend/webpack.config.js b/frontend/webpack.config.js old mode 100755 new mode 100644 diff --git a/frontend/yarn.lock b/frontend/yarn.lock old mode 100755 new mode 100644 diff --git a/go.mod b/go.mod old mode 100755 new mode 100644 diff --git a/handlers/api.go b/handlers/api.go old mode 100755 new mode 100644 diff --git a/handlers/api_test.go b/handlers/api_test.go old mode 100755 new mode 100644 diff --git a/handlers/authentication.go b/handlers/authentication.go old mode 100755 new mode 100644 diff --git a/handlers/checkin.go b/handlers/checkin.go old mode 100755 new mode 100644 diff --git a/handlers/checkins_test.go b/handlers/checkins_test.go old mode 100755 new mode 100644 diff --git a/handlers/dashboard.go b/handlers/dashboard.go old mode 100755 new mode 100644 diff --git a/handlers/doc.go b/handlers/doc.go old mode 100755 new mode 100644 diff --git a/handlers/downtimes.go b/handlers/downtimes.go old mode 100755 new mode 100644 diff --git a/handlers/function.go b/handlers/function.go old mode 100755 new mode 100644 diff --git a/handlers/groups.go b/handlers/groups.go old mode 100755 new mode 100644 diff --git a/handlers/groups_test.go b/handlers/groups_test.go old mode 100755 new mode 100644 diff --git a/handlers/handlers.go b/handlers/handlers.go old mode 100755 new mode 100644 diff --git a/handlers/incident.go b/handlers/incident.go old mode 100755 new mode 100644 diff --git a/handlers/incidents_test.go b/handlers/incidents_test.go old mode 100755 new mode 100644 diff --git a/handlers/index.go b/handlers/index.go old mode 100755 new mode 100644 diff --git a/handlers/jwt.go b/handlers/jwt.go old mode 100755 new mode 100644 diff --git a/handlers/messages.go b/handlers/messages.go old mode 100755 new mode 100644 diff --git a/handlers/messages_test.go b/handlers/messages_test.go old mode 100755 new mode 100644 diff --git a/handlers/middleware.go b/handlers/middleware.go old mode 100755 new mode 100644 diff --git a/handlers/notifications.go b/handlers/notifications.go old mode 100755 new mode 100644 diff --git a/handlers/notifiers_test.go b/handlers/notifiers_test.go old mode 100755 new mode 100644 diff --git a/handlers/oauth.go b/handlers/oauth.go old mode 100755 new mode 100644 diff --git a/handlers/oauth_custom.go b/handlers/oauth_custom.go old mode 100755 new mode 100644 diff --git a/handlers/oauth_github.go b/handlers/oauth_github.go old mode 100755 new mode 100644 diff --git a/handlers/oauth_google.go b/handlers/oauth_google.go old mode 100755 new mode 100644 diff --git a/handlers/oauth_slack.go b/handlers/oauth_slack.go old mode 100755 new mode 100644 diff --git a/handlers/oauth_test.go b/handlers/oauth_test.go old mode 100755 new mode 100644 diff --git a/handlers/routes.go b/handlers/routes.go old mode 100755 new mode 100644 diff --git a/handlers/scope.go b/handlers/scope.go old mode 100755 new mode 100644 diff --git a/handlers/server.go b/handlers/server.go old mode 100755 new mode 100644 diff --git a/handlers/services.go b/handlers/services.go old mode 100755 new mode 100644 diff --git a/handlers/services_test.go b/handlers/services_test.go old mode 100755 new mode 100644 diff --git a/handlers/setup.go b/handlers/setup.go old mode 100755 new mode 100644 diff --git a/handlers/theme_test.go b/handlers/theme_test.go old mode 100755 new mode 100644 diff --git a/handlers/users.go b/handlers/users.go old mode 100755 new mode 100644 diff --git a/handlers/users_test.go b/handlers/users_test.go old mode 100755 new mode 100644 diff --git a/notifiers/amazon_sns.go b/notifiers/amazon_sns.go old mode 100755 new mode 100644 diff --git a/notifiers/amazon_sns_test.go b/notifiers/amazon_sns_test.go old mode 100755 new mode 100644 diff --git a/notifiers/command.go b/notifiers/command.go old mode 100755 new mode 100644 diff --git a/notifiers/command_test.go b/notifiers/command_test.go old mode 100755 new mode 100644 diff --git a/notifiers/discord.go b/notifiers/discord.go old mode 100755 new mode 100644 diff --git a/notifiers/discord_test.go b/notifiers/discord_test.go old mode 100755 new mode 100644 diff --git a/notifiers/email.go b/notifiers/email.go old mode 100755 new mode 100644 diff --git a/notifiers/email_test.go b/notifiers/email_test.go old mode 100755 new mode 100644 diff --git a/notifiers/generate.go b/notifiers/generate.go old mode 100755 new mode 100644 diff --git a/notifiers/gotify.go b/notifiers/gotify.go old mode 100755 new mode 100644 diff --git a/notifiers/gotify_test.go b/notifiers/gotify_test.go old mode 100755 new mode 100644 diff --git a/notifiers/line_notify.go b/notifiers/line_notify.go old mode 100755 new mode 100644 diff --git a/notifiers/mobile.go b/notifiers/mobile.go old mode 100755 new mode 100644 diff --git a/notifiers/mobile_test.go b/notifiers/mobile_test.go old mode 100755 new mode 100644 diff --git a/notifiers/notifiers.go b/notifiers/notifiers.go old mode 100755 new mode 100644 diff --git a/notifiers/notifiers_test.go b/notifiers/notifiers_test.go old mode 100755 new mode 100644 diff --git a/notifiers/pushover.go b/notifiers/pushover.go old mode 100755 new mode 100644 diff --git a/notifiers/pushover_test.go b/notifiers/pushover_test.go old mode 100755 new mode 100644 diff --git a/notifiers/slack.go b/notifiers/slack.go old mode 100755 new mode 100644 diff --git a/notifiers/slack_test.go b/notifiers/slack_test.go old mode 100755 new mode 100644 diff --git a/notifiers/statping_emailer.go b/notifiers/statping_emailer.go old mode 100755 new mode 100644 diff --git a/notifiers/statping_emailer_test.go b/notifiers/statping_emailer_test.go old mode 100755 new mode 100644 diff --git a/notifiers/telegram.go b/notifiers/telegram.go old mode 100755 new mode 100644 diff --git a/notifiers/telegram_test.go b/notifiers/telegram_test.go old mode 100755 new mode 100644 diff --git a/notifiers/twilio.go b/notifiers/twilio.go old mode 100755 new mode 100644 diff --git a/notifiers/twilio_test.go b/notifiers/twilio_test.go old mode 100755 new mode 100644 diff --git a/notifiers/webhook.go b/notifiers/webhook.go old mode 100755 new mode 100644 diff --git a/notifiers/webhook_test.go b/notifiers/webhook_test.go old mode 100755 new mode 100644 diff --git a/react-frontend/.gitignore b/react-frontend/.gitignore old mode 100755 new mode 100644 diff --git a/react-frontend/package.json b/react-frontend/package.json old mode 100755 new mode 100644 diff --git a/react-frontend/public/favicon.ico b/react-frontend/public/favicon.ico old mode 100755 new mode 100644 diff --git a/react-frontend/public/index.html b/react-frontend/public/index.html old mode 100755 new mode 100644 diff --git a/react-frontend/public/manifest.json b/react-frontend/public/manifest.json old mode 100755 new mode 100644 diff --git a/react-frontend/public/robots.txt b/react-frontend/public/robots.txt old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/App.jsx b/react-frontend/src/components/App.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Badge/Badge.jsx b/react-frontend/src/components/Badge/Badge.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Badge/index.js b/react-frontend/src/components/Badge/index.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Button/Button.jsx b/react-frontend/src/components/Button/Button.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Button/index.js b/react-frontend/src/components/Button/index.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/ContentHeader.jsx b/react-frontend/src/components/ContentHeader.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Group.jsx b/react-frontend/src/components/Group.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/GroupItem.jsx b/react-frontend/src/components/GroupItem.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/GroupServiceFailures.jsx b/react-frontend/src/components/GroupServiceFailures.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Image/Image.jsx b/react-frontend/src/components/Image/Image.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Image/index.js b/react-frontend/src/components/Image/index.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/IncidentService.jsx b/react-frontend/src/components/IncidentService.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/IncidentUpdate.jsx b/react-frontend/src/components/IncidentUpdate.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/IncidentsBlock.jsx b/react-frontend/src/components/IncidentsBlock.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Link/Link.jsx b/react-frontend/src/components/Link/Link.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Link/index.js b/react-frontend/src/components/Link/index.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/MessageBlock.jsx b/react-frontend/src/components/MessageBlock.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Navbar/NavHelpers.jsx b/react-frontend/src/components/Navbar/NavHelpers.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Navbar/Navbar.jsx b/react-frontend/src/components/Navbar/Navbar.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Navbar/images/india-flag.svg b/react-frontend/src/components/Navbar/images/india-flag.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Navbar/index.js b/react-frontend/src/components/Navbar/index.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/ServiceBlock.jsx b/react-frontend/src/components/ServiceBlock.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/ServiceCard.jsx b/react-frontend/src/components/ServiceCard.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/ServiceChart.jsx b/react-frontend/src/components/ServiceChart.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/ServiceLoader.jsx b/react-frontend/src/components/ServiceLoader.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/ServiceTopStats.jsx b/react-frontend/src/components/ServiceTopStats.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/ServicesList.jsx b/react-frontend/src/components/ServicesList.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/ServicesPage.jsx b/react-frontend/src/components/ServicesPage.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/SubServiceCard.jsx b/react-frontend/src/components/SubServiceCard.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Text/Text.jsx b/react-frontend/src/components/Text/Text.jsx old mode 100755 new mode 100644 diff --git a/react-frontend/src/components/Text/index.js b/react-frontend/src/components/Text/index.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/config/API.js b/react-frontend/src/config/API.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/config/langs.js b/react-frontend/src/config/langs.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/hooks/useIntersectionObserver.js b/react-frontend/src/hooks/useIntersectionObserver.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/index.js b/react-frontend/src/index.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/dots-with-cut.png b/react-frontend/src/static/dots-with-cut.png old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/fonts/lato.woff b/react-frontend/src/static/fonts/lato.woff old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/fonts/lato.woff2 b/react-frontend/src/static/fonts/lato.woff2 old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/home-features.svg b/react-frontend/src/static/home-features.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/info.svg b/react-frontend/src/static/info.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/capital-loans.svg b/react-frontend/src/static/product-icons-blue/banking/capital-loans.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/capital.svg b/react-frontend/src/static/product-icons-blue/banking/capital.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/cash-advance.svg b/react-frontend/src/static/product-icons-blue/banking/cash-advance.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/corporate-cards.svg b/react-frontend/src/static/product-icons-blue/banking/corporate-cards.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/current-account.svg b/react-frontend/src/static/product-icons-blue/banking/current-account.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/payout-links.svg b/react-frontend/src/static/product-icons-blue/banking/payout-links.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/payouts.svg b/react-frontend/src/static/product-icons-blue/banking/payouts.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/payroll.svg b/react-frontend/src/static/product-icons-blue/banking/payroll.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/tax-payments.svg b/react-frontend/src/static/product-icons-blue/banking/tax-payments.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/vendor-payments.svg b/react-frontend/src/static/product-icons-blue/banking/vendor-payments.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/banking/x.svg b/react-frontend/src/static/product-icons-blue/banking/x.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/explore-banking.svg b/react-frontend/src/static/product-icons-blue/explore-banking.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/explore-payments.svg b/react-frontend/src/static/product-icons-blue/explore-payments.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/index.js b/react-frontend/src/static/product-icons-blue/index.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/partners.svg b/react-frontend/src/static/product-icons-blue/partners.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/app-store.svg b/react-frontend/src/static/product-icons-blue/payments/app-store.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/cred-pay.svg b/react-frontend/src/static/product-icons-blue/payments/cred-pay.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/instant-settlements.svg b/react-frontend/src/static/product-icons-blue/payments/instant-settlements.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/invoices.svg b/react-frontend/src/static/product-icons-blue/payments/invoices.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/payment-buttons.svg b/react-frontend/src/static/product-icons-blue/payments/payment-buttons.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/payment-gateway.svg b/react-frontend/src/static/product-icons-blue/payments/payment-gateway.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/payment-links.svg b/react-frontend/src/static/product-icons-blue/payments/payment-links.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/payment-pages.svg b/react-frontend/src/static/product-icons-blue/payments/payment-pages.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/payments-mobile-app.svg b/react-frontend/src/static/product-icons-blue/payments/payments-mobile-app.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/route.svg b/react-frontend/src/static/product-icons-blue/payments/route.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/smart-collect.svg b/react-frontend/src/static/product-icons-blue/payments/smart-collect.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/subscriptions.svg b/react-frontend/src/static/product-icons-blue/payments/subscriptions.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/thirdwatch.svg b/react-frontend/src/static/product-icons-blue/payments/thirdwatch.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/payments/upi-autopay.svg b/react-frontend/src/static/product-icons-blue/payments/upi-autopay.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/pricing.svg b/react-frontend/src/static/product-icons-blue/pricing.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/resources.svg b/react-frontend/src/static/product-icons-blue/resources.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/support.svg b/react-frontend/src/static/product-icons-blue/support.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/unregistered-business.svg b/react-frontend/src/static/product-icons-blue/unregistered-business.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/product-icons-blue/x-hover.svg b/react-frontend/src/static/product-icons-blue/x-hover.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/razorpay-logo-white.svg b/react-frontend/src/static/razorpay-logo-white.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/razorpay-logo.svg b/react-frontend/src/static/razorpay-logo.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/static/razorpay-x-logo.svg b/react-frontend/src/static/razorpay-x-logo.svg old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/css/bootstrap.min.css b/react-frontend/src/styles/css/bootstrap.min.css old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/base.scss b/react-frontend/src/styles/scss/base.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/colors.scss b/react-frontend/src/styles/scss/colors.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/font.scss b/react-frontend/src/styles/scss/font.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/forms.scss b/react-frontend/src/styles/scss/forms.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/index.scss b/react-frontend/src/styles/scss/index.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/layout.scss b/react-frontend/src/styles/scss/layout.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/mixin.scss b/react-frontend/src/styles/scss/mixin.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/mobile.scss b/react-frontend/src/styles/scss/mobile.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/reset.scss b/react-frontend/src/styles/scss/reset.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/styles/scss/variables.scss b/react-frontend/src/styles/scss/variables.scss old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/border.js b/react-frontend/src/theme/border.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/breakpoints.js b/react-frontend/src/theme/breakpoints.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/button.js b/react-frontend/src/theme/button.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/colors.js b/react-frontend/src/theme/colors.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/gradients.js b/react-frontend/src/theme/gradients.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/heading.js b/react-frontend/src/theme/heading.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/index.js b/react-frontend/src/theme/index.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/link.js b/react-frontend/src/theme/link.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/list.js b/react-frontend/src/theme/list.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/shadows.js b/react-frontend/src/theme/shadows.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/text.js b/react-frontend/src/theme/text.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/theme.js b/react-frontend/src/theme/theme.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/typography.js b/react-frontend/src/theme/typography.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/theme/z-indices.js b/react-frontend/src/theme/z-indices.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/utils/DateUtils.js b/react-frontend/src/utils/DateUtils.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/utils/constants.js b/react-frontend/src/utils/constants.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/utils/data.js b/react-frontend/src/utils/data.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/utils/general.js b/react-frontend/src/utils/general.js old mode 100755 new mode 100644 diff --git a/react-frontend/src/utils/helper.js b/react-frontend/src/utils/helper.js old mode 100755 new mode 100644 diff --git a/react-frontend/yarn.lock b/react-frontend/yarn.lock old mode 100755 new mode 100644 diff --git a/snapcraft.yaml b/snapcraft.yaml old mode 100755 new mode 100644 diff --git a/source/doc.go b/source/doc.go old mode 100755 new mode 100644 diff --git a/source/generate_help.go b/source/generate_help.go old mode 100755 new mode 100644 index 6bccd7cf..16fd4f62 --- a/source/generate_help.go +++ b/source/generate_help.go @@ -1,3 +1,4 @@ +//go:build ignore // +build ignore package main diff --git a/source/generate_languages.go b/source/generate_languages.go old mode 100755 new mode 100644 index 66ae635a..c796e3ef --- a/source/generate_languages.go +++ b/source/generate_languages.go @@ -1,3 +1,4 @@ +//go:build ignore // +build ignore package main diff --git a/source/generate_version.go b/source/generate_version.go old mode 100755 new mode 100644 index 3c0df432..62241777 --- a/source/generate_version.go +++ b/source/generate_version.go @@ -1,3 +1,4 @@ +//go:build ignore // +build ignore package main diff --git a/source/source.go b/source/source.go old mode 100755 new mode 100644 index d4d43078..0a05a514 --- a/source/source.go +++ b/source/source.go @@ -1,5 +1,9 @@ package source +//go:generate go run generate_help.go +//go:generate go run generate_version.go +//go:generate go run generate_languages.go + import ( "fmt" "github.com/GeertJohan/go.rice" @@ -192,7 +196,7 @@ func CopyAllToPublic(box *rice.Box) error { if exclude[info.Name()] { return nil } - if strings.Contains(path, "js") { + if strings.Contains(path, "/js") { return nil } if info.IsDir() { diff --git a/source/source_test.go b/source/source_test.go old mode 100755 new mode 100644 diff --git a/source/wiki.go b/source/wiki.go old mode 100755 new mode 100644 diff --git a/types/checkins/checkins_test.go b/types/checkins/checkins_test.go old mode 100755 new mode 100644 diff --git a/types/checkins/database.go b/types/checkins/database.go old mode 100755 new mode 100644 diff --git a/types/checkins/database_hits.go b/types/checkins/database_hits.go old mode 100755 new mode 100644 diff --git a/types/checkins/failures.go b/types/checkins/failures.go old mode 100755 new mode 100644 diff --git a/types/checkins/methods.go b/types/checkins/methods.go old mode 100755 new mode 100644 diff --git a/types/checkins/routine.go b/types/checkins/routine.go old mode 100755 new mode 100644 diff --git a/types/checkins/samples.go b/types/checkins/samples.go old mode 100755 new mode 100644 diff --git a/types/checkins/struct.go b/types/checkins/struct.go old mode 100755 new mode 100644 diff --git a/types/configs/config_test.go b/types/configs/config_test.go old mode 100755 new mode 100644 diff --git a/types/configs/configs_form.go b/types/configs/configs_form.go old mode 100755 new mode 100644 diff --git a/types/configs/connection.go b/types/configs/connection.go old mode 100755 new mode 100644 diff --git a/types/configs/database.go b/types/configs/database.go old mode 100755 new mode 100644 diff --git a/types/configs/file.go b/types/configs/file.go old mode 100755 new mode 100644 diff --git a/types/configs/latest_sql.go b/types/configs/latest_sql.go old mode 100755 new mode 100644 diff --git a/types/configs/load.go b/types/configs/load.go old mode 100755 new mode 100644 index 53207b95..ea3c3465 --- a/types/configs/load.go +++ b/types/configs/load.go @@ -2,7 +2,6 @@ package configs import ( "errors" - "fmt" "github.com/statping/statping/utils" "gopkg.in/yaml.v2" "os" @@ -45,14 +44,12 @@ func LoadConfigs(cfgFile string) (*DbConfig, error) { if env, ok := os.LookupEnv("APP_ENV"); ok { fileName = "/configs/" + env + ".yml" } - fmt.Println("1") + cfgFile = utils.Directory + fileName - fmt.Println(utils.Directory) writeAble, err := utils.DirWritable(utils.Directory) if err != nil { return nil, err } - if !writeAble { return nil, errors.New("Directory %s is not writable: " + utils.Directory) } @@ -144,7 +141,7 @@ func LoadConfigs(cfgFile string) (*DbConfig, error) { } log.Infof("Set db env vars") - fmt.Println("4") + configs := &DbConfig{ DbConn: p.GetString("DB_CONN"), DbHost: p.GetString("DB_HOST"), @@ -178,6 +175,5 @@ func LoadConfigs(cfgFile string) (*DbConfig, error) { if configs.DbConn == "" { return configs, errors.New("Starting in setup mode") } - fmt.Println("5") return configs, nil } diff --git a/types/configs/methods.go b/types/configs/methods.go old mode 100755 new mode 100644 diff --git a/types/configs/migration.go b/types/configs/migration.go old mode 100755 new mode 100644 index 4c83e01b..c9bd9f04 --- a/types/configs/migration.go +++ b/types/configs/migration.go @@ -23,7 +23,6 @@ import ( ) func (d *DbConfig) ResetCore() error { - fmt.Println("1") if d.Db.HasTable("core") { if d.Db.Error() != nil { return errors.New("Unable to connect to database in RestCore") diff --git a/types/configs/struct.go b/types/configs/struct.go old mode 100755 new mode 100644 diff --git a/types/core/database.go b/types/core/database.go old mode 100755 new mode 100644 diff --git a/types/core/samples.go b/types/core/samples.go old mode 100755 new mode 100644 diff --git a/types/core/struct.go b/types/core/struct.go old mode 100755 new mode 100644 diff --git a/types/doc.go b/types/doc.go old mode 100755 new mode 100644 diff --git a/types/downtimes/database.go b/types/downtimes/database.go old mode 100755 new mode 100644 diff --git a/types/downtimes/methods.go b/types/downtimes/methods.go old mode 100755 new mode 100644 diff --git a/types/downtimes/struct.go b/types/downtimes/struct.go old mode 100755 new mode 100644 diff --git a/types/errors.go b/types/errors.go old mode 100755 new mode 100644 diff --git a/types/errors/common.go b/types/errors/common.go old mode 100755 new mode 100644 diff --git a/types/errors/struct.go b/types/errors/struct.go old mode 100755 new mode 100644 diff --git a/types/failures/database.go b/types/failures/database.go old mode 100755 new mode 100644 diff --git a/types/failures/failures_test.go b/types/failures/failures_test.go old mode 100755 new mode 100644 diff --git a/types/failures/interface.go b/types/failures/interface.go old mode 100755 new mode 100644 diff --git a/types/failures/samples.go b/types/failures/samples.go old mode 100755 new mode 100644 diff --git a/types/failures/struct.go b/types/failures/struct.go old mode 100755 new mode 100644 diff --git a/types/groups/database.go b/types/groups/database.go old mode 100755 new mode 100644 diff --git a/types/groups/groups_test.go b/types/groups/groups_test.go old mode 100755 new mode 100644 diff --git a/types/groups/samples.go b/types/groups/samples.go old mode 100755 new mode 100644 diff --git a/types/groups/struct.go b/types/groups/struct.go old mode 100755 new mode 100644 diff --git a/types/hits/database.go b/types/hits/database.go old mode 100755 new mode 100644 diff --git a/types/hits/interface.go b/types/hits/interface.go old mode 100755 new mode 100644 diff --git a/types/hits/samples.go b/types/hits/samples.go old mode 100755 new mode 100644 diff --git a/types/hits/struct.go b/types/hits/struct.go old mode 100755 new mode 100644 diff --git a/types/incidents/database.go b/types/incidents/database.go old mode 100755 new mode 100644 diff --git a/types/incidents/database_updates.go b/types/incidents/database_updates.go old mode 100755 new mode 100644 diff --git a/types/incidents/incidents_test.go b/types/incidents/incidents_test.go old mode 100755 new mode 100644 diff --git a/types/incidents/samples.go b/types/incidents/samples.go old mode 100755 new mode 100644 diff --git a/types/incidents/struct.go b/types/incidents/struct.go old mode 100755 new mode 100644 diff --git a/types/messages/database.go b/types/messages/database.go old mode 100755 new mode 100644 diff --git a/types/messages/hooks.go b/types/messages/hooks.go old mode 100755 new mode 100644 diff --git a/types/messages/messages_test.go b/types/messages/messages_test.go old mode 100755 new mode 100644 diff --git a/types/messages/samples.go b/types/messages/samples.go old mode 100755 new mode 100644 diff --git a/types/messages/struct.go b/types/messages/struct.go old mode 100755 new mode 100644 diff --git a/types/metrics/database.go b/types/metrics/database.go old mode 100755 new mode 100644 diff --git a/types/metrics/metrics.go b/types/metrics/metrics.go old mode 100755 new mode 100644 diff --git a/types/metrics/services.go b/types/metrics/services.go old mode 100755 new mode 100644 diff --git a/types/notifications/database.go b/types/notifications/database.go old mode 100755 new mode 100644 diff --git a/types/notifications/hooks.go b/types/notifications/hooks.go old mode 100755 new mode 100644 diff --git a/types/notifications/methods.go b/types/notifications/methods.go old mode 100755 new mode 100644 diff --git a/types/notifications/struct.go b/types/notifications/struct.go old mode 100755 new mode 100644 diff --git a/types/notifier/interface.go b/types/notifier/interface.go old mode 100755 new mode 100644 diff --git a/types/null/marshal.go b/types/null/marshal.go old mode 100755 new mode 100644 diff --git a/types/null/null_test.go b/types/null/null_test.go old mode 100755 new mode 100644 diff --git a/types/null/types.go b/types/null/types.go old mode 100755 new mode 100644 diff --git a/types/null/unmarshal.go b/types/null/unmarshal.go old mode 100755 new mode 100644 diff --git a/types/services/checkins.go b/types/services/checkins.go old mode 100755 new mode 100644 diff --git a/types/services/constants.go b/types/services/constants.go old mode 100755 new mode 100644 diff --git a/types/services/database.go b/types/services/database.go old mode 100755 new mode 100644 diff --git a/types/services/failures.go b/types/services/failures.go old mode 100755 new mode 100644 diff --git a/types/services/hits.go b/types/services/hits.go old mode 100755 new mode 100644 diff --git a/types/services/incidents.go b/types/services/incidents.go old mode 100755 new mode 100644 diff --git a/types/services/methods.go b/types/services/methods.go old mode 100755 new mode 100644 diff --git a/types/services/notifications.go b/types/services/notifications.go old mode 100755 new mode 100644 diff --git a/types/services/notifier.go b/types/services/notifier.go old mode 100755 new mode 100644 diff --git a/types/services/routine.go b/types/services/routine.go old mode 100755 new mode 100644 diff --git a/types/services/routine_test.go b/types/services/routine_test.go old mode 100755 new mode 100644 diff --git a/types/services/samples.go b/types/services/samples.go old mode 100755 new mode 100644 diff --git a/types/services/services_test.go b/types/services/services_test.go old mode 100755 new mode 100644 diff --git a/types/services/services_test_alerts_test.go b/types/services/services_test_alerts_test.go old mode 100755 new mode 100644 diff --git a/types/services/struct.go b/types/services/struct.go old mode 100755 new mode 100644 diff --git a/types/services/yaml.go b/types/services/yaml.go old mode 100755 new mode 100644 diff --git a/types/time.go b/types/time.go old mode 100755 new mode 100644 diff --git a/types/time_test.go b/types/time_test.go old mode 100755 new mode 100644 diff --git a/types/users/auth.go b/types/users/auth.go old mode 100755 new mode 100644 diff --git a/types/users/database.go b/types/users/database.go old mode 100755 new mode 100644 diff --git a/types/users/hooks.go b/types/users/hooks.go old mode 100755 new mode 100644 diff --git a/types/users/sample.go b/types/users/sample.go old mode 100755 new mode 100644 diff --git a/types/users/scopes.go b/types/users/scopes.go old mode 100755 new mode 100644 diff --git a/types/users/struct.go b/types/users/struct.go old mode 100755 new mode 100644 diff --git a/types/users/users_test.go b/types/users/users_test.go old mode 100755 new mode 100644 diff --git a/utils/doc.go b/utils/doc.go old mode 100755 new mode 100644 diff --git a/utils/encryption.go b/utils/encryption.go old mode 100755 new mode 100644 diff --git a/utils/env.go b/utils/env.go old mode 100755 new mode 100644 diff --git a/utils/file.go b/utils/file.go old mode 100755 new mode 100644 diff --git a/utils/log.go b/utils/log.go old mode 100755 new mode 100644 diff --git a/utils/perlin.go b/utils/perlin.go old mode 100755 new mode 100644 diff --git a/utils/time.go b/utils/time.go old mode 100755 new mode 100644 diff --git a/utils/utils.go b/utils/utils.go old mode 100755 new mode 100644 diff --git a/utils/utils_custom.go b/utils/utils_custom.go old mode 100755 new mode 100644 index 10273fc8..4f644785 --- a/utils/utils_custom.go +++ b/utils/utils_custom.go @@ -32,12 +32,9 @@ func DirWritable(path string) (bool, error) { return false, errors.New("unable to get stat") } - /*if uint32(os.Geteuid()) != stat.Uid { - fmt.Println(os.Geteuid()) - fmt.Println(stat.Uid ) - + if uint32(os.Geteuid()) != stat.Uid { return false, errors.New("user doesn't have permission to write to this directory") - }*/ + } return true, nil } diff --git a/utils/utils_test.go b/utils/utils_test.go old mode 100755 new mode 100644 diff --git a/utils/utils_windows.go b/utils/utils_windows.go old mode 100755 new mode 100644 diff --git a/version.txt b/version.txt old mode 100755 new mode 100644