Commit Graph

2151 Commits (fc5c5385705fce3149ad52817b2744e53e3b852c)

Author SHA1 Message Date
Adam Boutcher dbf996e3c6 Update Darwin Build Matrix. 2022-07-26 15:52:07 +01:00
Adam Boutcher 86a7ea155d Test Mac M1 Builds, Fix Windows 32bit. 2022-07-26 15:49:37 +01:00
Adam Boutcher 2958fe7430 Wrong Branch
aevert oTest Mac M1 Builds"

This reverts commit ec6deacbf4.
2022-07-26 15:46:54 +01:00
Adam Boutcher ec6deacbf4 Test Mac M1 Builds 2022-07-26 15:45:09 +01:00
Adam Boutcher 7a161da3a2 Unstable and Stable Build to Go Version 1.17.x 2022-07-26 15:39:18 +01:00
Adam 758d22ae21
Merge pull request #150 from adamboutcher/go_17_build
Go 17 build
2022-07-26 14:44:32 +01:00
Adam Boutcher f63271c43e Dev Build to Go Version 1.17.x 2022-07-26 14:43:38 +01:00
Adam ff843f8a2d
Merge branch 'statping-ng:dev' into dev 2022-07-26 14:35:55 +01:00
Adam ffd830fb29
Merge pull request #138 from geoffroya/issues/137
dev: Add base.gohtml in assets [#137](https://github.com/statping-ng/
2022-07-25 13:45:21 +01:00
Adam f6124bbdd2
Merge pull request #141 from vintury/patch-1
fix http_proxy param
2022-07-18 09:53:14 +01:00
Adam af0afa9f12
Merge pull request #144 from svetlemodry/czech.js-typo-fixed-svetlemodry
Typo fixed in czech.js
2022-07-15 22:38:33 +01:00
Jaroslav Lichtblau 0bf4ab422b
Typo fixed in czech.js
Typo fixed in czech.js
2022-06-27 19:53:44 +02:00
Viktor Sidorenko 15e8eb57d6
fix http_proxy param
Hello.
In latest build of statping (v0.90.80) not worked http requests via http_proxy.
This commit can fix this.
2022-06-24 17:37:27 +03:00
Geoffroy Arnoud d0555d792f Removed useless logging messages [#137](https://github.com/statping-ng/statping-ng/issues/137) 2022-06-22 14:32:03 +02:00
Geoffroy Arnoud 96a844a014 dev: Add base.gohtml in assets [#137](https://github.com/statping-ng/statping-ng/issues/137) 2022-06-17 11:37:00 +02:00
Adam b7ecf0c31b
Merge pull request #123 from xahhy/fix/log-search-error
fix: log search error
2022-03-22 14:50:12 +00:00
herb 5f54a7421f fix: log search error 2022-03-21 13:33:37 +08:00
Jonathan Barney b6b5d98af8 restore cache hit 2022-03-09 08:32:51 -07:00
Jonathan Barney ff0b84311e update version on workflow 2022-03-09 08:28:49 -07:00
Jonathan Barney 6a21f20a83 bump go versino 2022-03-09 08:19:25 -07:00
Jonathan Barney 50a62c813a replace go version 2022-03-09 08:12:48 -07:00
Jonathan Barney b6824569bd bump go version 2022-03-09 01:39:30 -07:00
Jonathan Barney 3bd4d03ffb bump go version 2022-03-09 01:33:47 -07:00
Jonathan Barney 6bfdc566e9 remove coveralls testing coverage 2022-03-09 01:04:46 -07:00
Jonathan Barney 035db9650b test with updated slack-url 2022-03-09 00:45:00 -07:00
Jonathan Barney 1de547e9bd fix docker-compose 2022-03-09 00:26:01 -07:00
Jonathan Barney 783b6180f7 bump node,go,docker-compose versions
build fixes
mod updates
2022-03-09 00:01:29 -07:00
Adam Boutcher 40f31e3110 Version bump 2022-01-27 13:16:51 +00:00
Adam 6ef714dd65
Merge pull request #109 from statping-ng/dev
Dev 0.90.80 to unstable 0.90.80
2022-01-26 16:53:44 +00:00
Adam Boutcher f504deda3a Updated Changelog 2022-01-26 16:49:42 +00:00
Willy dd3508de9d
move is_release, is_stable and is_unstable to data job
once again, having this in one place is nice
2022-01-25 13:55:16 +01:00
Adam 178704a41b
Merge pull request #106 from twouters/bugfix/87
Fix config directory permission validation
2022-01-25 11:13:41 +00:00
Adam Boutcher 4996b87d03 Version bump 2022-01-25 11:11:28 +00:00
Willy 5655592864
add a data job to fetch the version in one central place
the only downside to this is that every job now has a dependency on data, but I think that's acceptable
2022-01-25 11:51:16 +01:00
Willy a2ebef4da6
remove jobs that we won't be using anyway
this includes sentry and homebrew releases and slack notifications
2022-01-25 11:02:46 +01:00
Willy 76c9ff0dd4
create a github release from workflow artifacts on stable/unstable runs
this is based on the artifact's file names, currently `statping-*`.
2022-01-25 11:01:51 +01:00
Willy 24b521031d
allow build while tests are running
this produces build artifacts faster at the cost of potentially "wasted" processing time
2022-01-25 10:59:07 +01:00
Willy 1eae526665
disabled darwin/386 for now
the build step doesn't output a file. this can be fixed later
2022-01-25 10:58:02 +01:00
Willy 09862f5ad3
enable optional debug output for xgo
this was previously enabled for the dev workflow and disabled for stable/unstable.
having more output could be useful at some point
2022-01-25 10:57:00 +01:00
Adam 1f5472d35b
Merge pull request #108 from statping-ng/dev
0.90.79 Dev to unstable
2022-01-24 11:32:00 +00:00
Adam Boutcher 31ae62c6a0 Updated changelog - ready to go unstable 2022-01-24 11:26:16 +00:00
Thomas Wouters 6071f4e96d Fix config directory permission validation
Directories were reported as read-only as soon as the effective uid didn't the
match directory owner.

Rewrite permission validation to properly support UNIX permissions.

Does not support for Access Control Lists.

Fixes #87
2022-01-20 18:59:56 +01:00
Adam 251cac14de
Merge pull request #89 from meatlayer/patch-1
Update russian.js
2022-01-05 20:23:03 +00:00
Dmitriy e59fc1f5a5
Update russian.js
Since Russian is my native language, 
I have corrected some incorrect phrases, declensions and cases to better display them in "statping-ng".
2021-12-31 13:48:40 +03:00
Adam 423837f172
Merge pull request #84 from michaelkrieger/patch-1
Permit the healthcheck to work if a BASE_PATH is set
2021-12-18 13:47:59 +00:00
Adam e70df4b22f
Merge pull request #83 from adamboutcher/remove_email
Remove statping emailer - NOT SMTP
2021-12-16 22:08:16 +00:00
Michael Krieger 461a0eeea3
Permit the healthcheck to work if a BASE_PATH is set
You can set the environment variable BASE_PATH=statping so that https://yoursite.domain:1234/statping/ is how the app is accessed.  Note that a forward-slash is not used (which would otherwise allow just the variable to be dropped in). In order to do that, the healthcheck, which does not obey BASE_PATH, must be disabled. This should make it continue to work.
2021-12-16 15:52:30 -05:00
Adam bc371874a7
Merge pull request #2 from adamboutcher/remove_email
Update notifiers.go
2021-12-16 16:04:17 +00:00
Adam 86ecefcef9
Update notifiers.go
Removed statping emailer from notifier list.
2021-12-16 16:03:34 +00:00
Adam 7c22038a73
Merge pull request #1 from adamboutcher/remove_email
Remove email
2021-12-16 15:53:16 +00:00