Commit Graph

269 Commits (cef7d3a322d812f1ec196d778a58a95b5f959bb1)

Author SHA1 Message Date
hunterlong 8f85654040 tests 2020-06-10 09:04:34 -07:00
hunterlong 434c8f2906 checkin test 2020-06-08 20:56:51 -07:00
hunterlong 6156a55e12 code cleanup, debug mode (pprof), new env vars: DISABLE_HTTP, LOGS_MAX_COUNT, LOGS_MAX_AGE, LOGS_MAX_SIZE, DISABLE_COLORS, fixed DISABLE_LOGS bool env, mobile notifier update to fit the next mobile app update, 2020-06-08 17:51:37 -07:00
hunterlong c06eba3bc8 code cleanup, debug mode (pprof), new env vars: DISABLE_HTTP, LOGS_MAX_COUNT, LOGS_MAX_AGE, LOGS_MAX_SIZE, DISABLE_COLORS, fixed DISABLE_LOGS bool env, mobile notifier update to fit the next mobile app update, 2020-06-05 17:36:39 -07:00
hunterlong cfdee4659b tests 2020-06-04 07:08:53 -07:00
hunterlong 8fd585120a language 2020-06-02 00:22:26 -07:00
hunterlong d463f548ad language 2020-06-02 00:05:13 -07:00
hunterlong 98175ab326 i18n implementation for frontend, oauth url fixes, added language into Core, 2020-06-01 23:56:19 -07:00
hunterlong 5d66e34e56 include netgo tag during golang build process 2020-05-25 22:11:32 -07:00
hunterlong 65f32896cf stale issue bot fix, test fix 2020-05-22 20:41:27 -07:00
hunterlong ad03ef545d patch 2020-05-21 05:04:45 -07:00
hunterlong bfd173d7d7 updated ICMP to use system ping command (doesnt need root), added tests for TCP/HTTP TLS and non-TLS service checks 2020-05-21 00:10:35 -07:00
hunterlong a8bae268ea TCP service fix for services that are not using TLS (different packages) 2020-05-20 19:53:09 -07:00
hunterlong 42fb363673 version up, TLS, ADMIN_PASS to ADMIN_PASSWORD 2020-05-20 00:10:04 -07:00
hunterlong 7630eb3263 TLS with TCP 2020-05-19 23:59:28 -07:00
hunterlong 4618d56c18 mTLS service check (http) 2020-05-19 23:41:50 -07:00
hunterlong bcd38ec668 bulk SQL records insert fix, chunk size per db type 2020-05-18 21:17:38 -07:00
hunterlong 6de67a1906 bulk SQL records insert fix 2020-05-18 20:46:54 -07:00
hunterlong f9ab560736 including NAME, DESCRIPTION, and DOMAIN env vars to be used when Statping is setup (automatically), modified docker-compose full stack yml. 2020-05-15 17:21:54 -07:00
hunterlong 1bd9e98163 added --config flag to specify config.yml file 2020-05-10 14:40:45 -07:00
hunterlong 42e1b0216a fixed authentication via cookies, oauth login, 2020-05-04 13:45:43 -07:00
hunterlong d52b02eb3e notifiers update with variables using golang template lib, new variables documentation tab, Replacer func now contains it's own struct, humanize lib (but its meh) 2020-05-02 02:51:47 -07:00
hunterlong 4cd669b9d0 comments and organization 2020-05-01 17:53:35 -07:00
hunterlong b4159359b2 fix for Authorization header 2020-05-01 17:19:54 -07:00
hunterlong 333ebd9c28 comment updates, postman tests on the live API collection 2020-05-01 03:43:32 -07:00
hunterlong 6cfb9feb84 unique permalink, utils.replacer test 2020-05-01 03:25:54 -07:00
hunterlong 94485e3a9e better text for Service UI, add core if SAMPLE_DATA is set to false, start service if added from services.yml 2020-05-01 02:26:57 -07:00
hunterlong 73c3366625 removing api_key (unused) 2020-04-30 23:59:16 -07:00
hunterlong d9e3cabb4e remove API_KEY (unused code), just use API_SECRET, YAML unmarshal, services.yml services auto creation 2020-04-30 01:35:33 -07:00
Emanuel Bennici 5c5f137df7
Use custom 'Content-Type' header if user has set it
Let the user set `Content-Type` header.
2020-04-27 13:56:54 +02:00
hunterlong c31f46da5c wow. my bad 2020-04-24 08:11:18 -07:00
hunterlong 6d87a378b5 config.yml loading 2020-04-23 20:55:14 -07:00
hunterlong ad3dac860d config.yml loading 2020-04-23 20:48:21 -07:00
hunterlong a332ba5cf0 config.yml loading 2020-04-23 19:26:09 -07:00
hunterlong bc3937a5dc admin default login 2020-04-21 22:46:48 -07:00
hunterlong 969beb2cb5 docker build, static golang builds 2020-04-21 22:24:50 -07:00
hunterlong 676ae77fad envs 2020-04-20 08:17:22 -07:00
hunterlong 0a29350d5f oauth 2020-04-19 20:02:34 -07:00
hunterlong 87a76f715b http redirection option, issue #502, #499 2020-04-19 05:53:23 -07:00
hunterlong 5cd3e90b43 http redirection option, issue #502, #499 2020-04-19 04:16:44 -07:00
hunterlong 7355105c68 additional testing 2020-04-19 01:03:50 -07:00
hunterlong 9636f058de build bruh 2020-04-17 05:52:53 -07:00
hunterlong 160979676b removed env issues 2020-04-16 22:51:55 -07:00
hunterlong 25d6f3b66a error handling, tests, fixes 2020-04-16 20:21:17 -07:00
hunterlong 38601e7652 more tests 2020-04-16 10:55:47 -07:00
hunterlong cead240508 more tests 2020-04-16 10:32:54 -07:00
hunterlong 701fac0298 viper/cobra configs, psql updates 2020-04-16 02:57:00 -07:00
hunterlong 428a840c3d postgres issue fixed, SAMPLE_DATA env 2020-04-15 06:05:22 -07:00
hunterlong 445308e558 removed unused log 2020-04-14 19:04:50 -07:00
hunterlong dbdf92411f checkin demo api key 2020-04-14 10:26:33 -07:00
hunterlong 3b7df28c47 UI, and more issue fixes 2020-04-14 09:08:50 -07:00
hunterlong b3b41f58fa incidents, UX 2020-04-13 04:17:09 -07:00
hunterlong fe2cdb915a tests 2020-04-12 16:23:39 -07:00
hunterlong bbd36d3698 sentry optional 2020-04-11 15:18:43 -07:00
hunterlong 74d77b6300 notifier updates for UX, UI updates, cypress testing 2020-04-10 22:59:51 -07:00
Hunter Long aaeaefc489 tests 2020-04-09 16:53:36 -07:00
Hunter Long bbfb21ec03 checkins, UX, and fixes 2020-04-08 18:47:27 -07:00
hunterlong fa035fdbc7 oauth, UX 2020-04-07 07:56:49 -07:00
hunterlong d7190719e0 oauth, incidents, fixes 2020-04-07 04:53:32 -07:00
Hunter Long 3e791c2c74 design changes, incidents 2020-04-06 17:06:46 -07:00
Hunter Long efcdd9fdd8 design changes, form updates, API fixes 2020-04-03 17:28:09 -07:00
hunterlong 514d0f59e8 removed comments 2020-04-01 21:44:41 -07:00
Hunter Long 1d3418a9f0 cypress updates, change to SQLite database package and settings, 2020-03-31 11:41:12 -07:00
Hunter Long ff887d9e51 travis 2020-03-28 18:21:32 -07:00
hunterlong 30d70cb6ac check gRPC services, fixed bug for notifiers on clean install 2020-03-25 16:30:52 -07:00
hunterlong 7d385b4da2 notification fixes, tests 2020-03-25 11:46:50 -07:00
hunterlong f331e9bbf9 notify after x failures, variable replacer, 0.90.16 2020-03-22 19:50:30 -07:00
hunterlong f953eea1dd SCSS fixes 2020-03-22 00:57:17 -07:00
hunterlong a7b49500ca additional updates on issues 2020-03-22 00:09:45 -07:00
hunterlong 4327569bac https://github.com/statping/statping/issues/431 2020-03-21 17:35:33 -07:00
Hunter Long 80cf8d7ac3 travis 2020-03-19 04:04:09 -07:00
Hunter Long 8e4dac1bd3 updates 2020-03-18 18:50:53 -07:00
Hunter Long e4a06e7e91 fix 2020-03-17 00:52:57 -07:00
Hunter Long f4007999cd fix 2020-03-17 00:34:20 -07:00
Hunter Long 8170885236 additional 2020-03-16 20:13:07 -07:00
Hunter Long 70276d490d tests 2020-03-16 11:31:40 -07:00
hunterlong dc3ae74070 building 2020-03-16 11:28:45 -07:00
hunterlong 106dd1a47c ok 2020-03-15 23:51:15 -07:00
Hunter Long 12275f7522 notifications!!! 2020-03-13 20:13:20 -07:00
Hunter Long d8a02b31a2 incidents vue 2020-03-12 21:06:06 -07:00
Hunter Long 2654822915 vue 2020-03-12 01:09:25 -07:00
hunterlong 6958f41997 vue 2020-03-11 21:58:56 -07:00
Hunter Long bbf8073315 vue 2020-03-10 21:37:52 -07:00
hunterlong b0ea8b3621 ye 2020-03-10 08:52:07 -07:00
hunterlong de6cf2407f building 2020-03-10 01:49:57 -07:00
Hunter Long e0288b21a4 vue 2020-03-09 22:24:35 -07:00
Hunter Long f62dcd4336 vue 2020-03-09 11:17:55 -07:00
hunterlong 71b7254fce ye 2020-03-09 08:15:15 -07:00
hunterlong a14fb1f616 ye 2020-03-08 14:32:26 -07:00
hunterlong 6e8e74b60d ye 2020-03-08 11:13:27 -07:00
Hunter Long c28f4fdfe0 updates 2020-03-07 17:23:41 -08:00
Hunter Long 04a84a2488 vue builds 2020-03-07 02:59:25 -08:00
Hunter Long c92f99a455 db changes 2020-03-06 14:18:06 -08:00
Hunter Long 7dc285295b db changes 2020-03-06 01:33:46 -08:00
Hunter Long 66ec613953 db changes 2020-03-05 19:03:18 -08:00
Hunter Long db84aa0fbb vue 2020-03-05 09:11:15 -08:00
Hunter Long 7151501fca vue 2020-03-05 00:27:51 -08:00
Hunter Long 349f50af9c vue 2020-03-04 21:38:56 -08:00
Hunter Long f677f49293 vue 2020-03-04 07:58:42 -08:00
Hunter Long 0d82b59586 refactor 2020-03-04 06:20:47 -08:00