Commit Graph

126 Commits (dev)

Author SHA1 Message Date
Hunter Long 3c0d68b9fa UI fixes 2020-12-20 02:44:46 -08:00
Hunter Long 26a1d49789 manifest.json 404 error fix, removed sentry logging, slowed down AWS translations calls 2020-12-18 02:38:43 -08:00
Hunter Long a03f93b433 PR merges, version bump, removed internal cache, removed unused http server complexities 2020-12-15 00:40:26 -08:00
hunterlong 559e0b9ff4 fix for graphs being stuck 2020-10-28 17:57:45 -07:00
hunterlong f12b332916 revert docker user 2020-10-13 01:07:20 -07:00
hunterlong adfc113cbc form updates, version up 2020-10-01 10:06:07 -07:00
Hunter Long 781b8db721
Merge branch 'master' into dev 2020-09-18 12:38:24 -07:00
hunterlong b7008f87e1 service view fix - https://github.com/statping/statping/issues/808 https://github.com/statping/statping/issues/811 https://github.com/statping/statping/issues/800 2020-09-18 12:36:36 -07:00
Hunter Long 93d9dc9915
0.90.68 (#821)
- Added DB_DSN env for mysql, postgres or sqlite DSN database connection string
- Added READ_ONLY env for a read only connection to the database
- Added Custom OAuth OpenID toggle switch in settings (appends 'openid' in scope)
- Fixed Custom OAuth response_type issue
- Added Configs tab in Settings to edit the config.yml from frontend
2020-09-18 10:53:34 -07:00
Hunter Long 1eb0b85db5
Merge branch 'master' into dev 2020-09-18 10:53:00 -07:00
hunterlong 8659bd5453 read_only DB env, DSN env 2020-09-16 00:01:44 -07:00
Hunter Long a216187055
0.90.67 (#817)
* notifier panic fix

* portainer template

* remove default host from discord notifier

* fix for updating fields

* fix for updating fields

* fixed notifier panic

* fixed notifier panic

* test fix

* test fix

* missing login banner image

* dont delete admin if DEMO_MODE

* updatess to service on Dashboard

* notifier endpoint fixes, timeframe rounding chart data

* modal for UI confirmations

* UI fixes, import/export views

* export HTTP test

* start/end time

* i18n language generate script from aws

* i18n language generate script from aws

* i18n language generate

* bug: use v-model.number instead of v-model to capture notify_before (#813)

Co-authored-by: Hunter Long <Info@socialeck.com>

* theme editor fixes, config changes

* css fix

Co-authored-by: Marc Binder <marcandrebinder@gmail.com>
2020-09-14 19:34:51 -07:00
Hunter Long 7e12133579
Merge branch 'master' into dev 2020-09-14 19:34:21 -07:00
hunterlong 4dd7f509a6 theme editor fixes, config changes 2020-09-14 16:00:35 -07:00
Hunter Long 6d8f78db09
v0.90.66 (#815)
* notifier panic fix

* portainer template

* remove default host from discord notifier

* fix for updating fields

* fix for updating fields

* fixed notifier panic

* fixed notifier panic

* test fix

* test fix

* missing login banner image

* dont delete admin if DEMO_MODE

* updatess to service on Dashboard

* notifier endpoint fixes, timeframe rounding chart data

* modal for UI confirmations

* UI fixes, import/export views

* export HTTP test

* start/end time

* i18n language generate script from aws

* i18n language generate script from aws

* i18n language generate

* bug: use v-model.number instead of v-model to capture notify_before (#813)

Co-authored-by: Hunter Long <Info@socialeck.com>

Co-authored-by: Marc Binder <marcandrebinder@gmail.com>
2020-09-12 13:42:14 -07:00
hunterlong a3ce4124f6 UI fixes, import/export views 2020-09-08 17:56:39 -07:00
Hunter Long 5d85c3ce39
v0.90.65 (#805)
* notifier panic fix

* portainer template

* remove default host from discord notifier

* fix for updating fields

* fix for updating fields

* fixed notifier panic

* fixed notifier panic

* test fix

* test fix

* missing login banner image

* dont delete admin if DEMO_MODE

* updatess to service on Dashboard

* notifier endpoint fixes, timeframe rounding chart data

* modal for UI confirmations
2020-09-02 14:00:31 -07:00
hunterlong 8c0543a161 notifier panic fix 2020-08-25 13:38:47 -07:00
hunterlong 3067bc085a ui features, failure reasons (generic), help view generated from Wiki 2020-08-18 12:39:55 -07:00
hunterlong c30cc403c7 workflow 2020-08-17 11:18:32 -07:00
hunterlong 1a438a6198 0.90.62 updates 2020-07-30 16:14:41 -07:00
hunterlong 0d9f6f19b2 version up 2020-07-19 20:57:54 -07:00
hunterlong 7120015c7c letsencrypt enable ENV var 2020-07-15 10:09:00 -07:00
hunterlong eda0c507c5 LetsEncrypt SSL cert process with ENVs, JWT token key from API secret SHA256 2020-07-14 21:26:54 -07:00
hunterlong cd72270ca7 version up 2020-07-09 14:58:10 -07:00
hunterlong 0229dbc59a login fix 2020-07-04 12:18:56 -07:00
hunterlong dd9f4cac6d version up 2020-06-25 17:19:50 -07:00
hunterlong 66e71086f7 version up 2020-06-18 18:20:00 -07:00
hunterlong 6fceb832d4 slack notifier fix, i18n updates, yayness 2020-06-18 00:58:54 -07:00
hunterlong de144b67dd prometheus metric updates 2020-06-16 04:04:54 -07:00
hunterlong c3418e2473 quick fix for not null sql field 2020-06-15 22:49:35 -07:00
hunterlong 3d0e718ee1 changelog, version up, tests 2020-06-15 01:10:13 -07:00
hunterlong 622d697c6b CLI fixes for PORT and IP/HOST 2020-06-13 18:45:04 -07:00
hunterlong e27b8de55e version up, default GET http method, metrics 2020-06-12 18:23:30 -07:00
hunterlong ca299a0ee7 exit 0 for non processing commands 2020-06-11 02:38:14 -07:00
hunterlong d3d1f9d2a0 version up 2020-06-10 11:04:39 -07:00
hunterlong 128c53e5e1 language 2020-06-04 06:13:32 -07:00
hunterlong 5ae1c76ba5 PR #612 merged, version up 2020-06-01 18:37:22 -07:00
hunterlong 5d66e34e56 include netgo tag during golang build process 2020-05-25 22:11:32 -07:00
hunterlong ad03ef545d patch 2020-05-21 05:04:45 -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 0116560831 version up 2020-05-18 22:38:43 -07:00
hunterlong e30a9a0289 twilio notifier fix, enabled more testing 2020-05-15 03:24:04 -07:00
hunterlong 68ab5fed19 version up 2020-05-10 16:26:36 -07:00
hunterlong 19dc78cd7d version up, switching back to XGO 2020-05-04 23:43:30 -07:00
hunterlong 8ac6fff7bf version up, is today a tuesday? 2020-05-02 04:06:02 -07:00
hunterlong f6edf08b19 version up 2020-05-01 23:13:33 -07:00
hunterlong 82a58cbc2b version update 2020-05-01 04:05:58 -07:00
hunterlong c31f46da5c wow. my bad 2020-04-24 08:11:18 -07:00