Commit Graph

2151 Commits (fc5c5385705fce3149ad52817b2744e53e3b852c)

Author SHA1 Message Date
Adam Boutcher 819c0bf375 Moved reliance on assets.statping.com to our github site. 2021-09-11 21:04:10 +01:00
nils1323 e764f639d0
Fix logic
check if it is var1 is not necessary because telegram only needs strings and no numbers
2021-09-06 17:37:43 +02:00
Nils 5a0639a14e adjust info text 2021-09-05 20:36:15 +02:00
Nils eb5589eeaf allow numeric input when using telegram 2021-09-05 20:09:30 +02:00
Adam 2e1b9a1dac
Merge pull request #25 from nils1323/dev
Fix for Root Dockerfile building from Dockerhub not source and also adjusting Makefile
2021-09-05 18:41:27 +01:00
Fjuro c250ad73a3
Add Czech language 2021-09-05 18:08:45 +02:00
Florian Feldmann 0bd42f3eae
Update german language 2021-09-05 03:20:17 +02:00
Adam b940e9c8be
Merge pull request #33 from adamboutcher/snapcraft_fix
Snap now a service and works correctly
2021-09-03 20:16:15 +01:00
Adam Boutcher dedfbaca9d Snap now a service and works correctly 2021-09-03 20:15:15 +01:00
Adam 0036bb1abc
Merge pull request #31 from adamboutcher/snapcraft_fix
Remove snapcraft as a statping service
2021-09-03 19:39:14 +01:00
Adam Boutcher 66df2f116a Remove snapcraft as a statping service 2021-09-03 19:35:23 +01:00
Adam d1493c2a44
Merge pull request #30 from adamboutcher/snapcraft_fix
Tweaks to make Snapcrafts Build
2021-09-03 19:23:33 +01:00
Adam Boutcher 1504265fb1 Tweaks to make Snapcrafts Build 2021-09-03 19:22:28 +01:00
Nils 57e594823a fix naming in docker-compose 2021-08-28 20:50:11 +02:00
Nils a222b0148a fixed naming for dockerhub 2021-08-28 20:42:12 +02:00
nils1323 ad416c9499
remove docker-vue 2021-08-28 02:13:22 +02:00
nils1323 9327dbbf52
Apply suggestions from code review
Co-authored-by: Willy <jemand771@gmx.net>
2021-08-28 02:10:54 +02:00
nils1323 e5c7c4541d
add description for Image with binary
Co-authored-by: Willy <jemand771@gmx.net>
2021-08-28 02:00:50 +02:00
Nils ccbf9baaf0 adjust image names to be statping-ng/statping-ng 2021-08-28 00:48:22 +02:00
Nils e36323c247 remove base-image 2021-08-28 00:47:35 +02:00
Nils 6a0250b0ea reduce size of Image 2021-08-28 00:18:56 +02:00
Nils 25a5aada2c Dockerfile build local files not remote files 2021-08-28 00:08:20 +02:00
Adam 1f11e31781
Update 1_dev.yml 2021-08-25 18:55:23 +01:00
Adam Boutcher 203b84c724 Uplaod whatever darwin binary, this isnt for release 2021-08-25 15:21:46 +01:00
Adam Boutcher 694d3b94a1 Darwin Build Test 2021-08-25 15:04:38 +01:00
Adam Boutcher 01619c93c0 Darwin 32bit build test 2021-08-25 14:52:02 +01:00
Adam Boutcher aa2fcc976b Updates to statping install script, including a new quiet for curl. 2021-08-25 10:53:08 +01:00
Adam Boutcher a2139e91bc Try a fix for snaps. 2021-08-25 10:52:21 +01:00
Adam Boutcher 0e4fc8542f Workflow for unstable now uses unstable branch. 2021-08-25 10:36:44 +01:00
Adam Boutcher 6c5c5d1827 Fixed bad workflow logic on dev. 2021-08-25 10:35:40 +01:00
Adam Boutcher a76ba0c4ed Fixed bad workflow logic. 2021-08-25 10:33:20 +01:00
Adam Boutcher 3bd621e0e3 Test darwin 32bit on dev 2021-08-25 10:31:18 +01:00
Adam Boutcher 49efcaf104 Windows 32bit for unstable, Windows 32/64 and darwin 64 for stable. 2021-08-25 10:30:58 +01:00
Adam Boutcher 4611f9e66d Updated README 2021-08-24 13:13:29 +01:00
Adam adb0c5682a
Update README.md
Updated a docker link
2021-08-23 10:25:28 +01:00
jemand771 e896d8afbc
also temporarily disable darwin build (@jemand771 remember to revert this) 2021-08-22 01:24:15 +02:00
jemand771 1c207ed5e0
temporarily disable windows build (@jemand771 remember to revert this) 2021-08-22 01:05:29 +02:00
jemand771 19f03b6b07
disable test job and add some comments 2021-08-22 01:03:41 +02:00
jemand771 c79694862f
more typos 2021-08-22 00:49:49 +02:00
jemand771 48578d092d
fix yaml typo 2021-08-22 00:48:59 +02:00
jemand771 51365a4407
fix env variable problem
turns out the workflow-wide `env` context doesn't work in job-level if conditions
(it does however in step-level if conditions, which seems odd)
2021-08-22 00:46:58 +02:00
jemand771 2d1cdd449c
Merge remote-tracking branch 'origin/dev-docker-build-changes' into dev-docker-build-changes 2021-08-22 00:33:59 +02:00
jemand771 8ab7896596
replace - with _ in actions env variable names
not sure if this was what's breaking the workflow
2021-08-22 00:33:40 +02:00
Willy ce7782a36e
Merge branch 'statping-ng:dev' into dev-docker-build-changes 2021-08-22 00:31:22 +02:00
jemand771 0086580f7a
add environment variables for controlling jobs 2021-08-22 00:28:40 +02:00
jemand771 eab22bec0d
add environment variables for controlling jobs 2021-08-22 00:25:56 +02:00
jemand771 d3d1b7cb6a
first attempt of merging build workflows
they are really similar and there's no need to maintain 3.5 versions of the same file
2021-08-22 00:14:10 +02:00
jemand771 9ea8cecb23
merge dockerfiles and remove :base tag 2021-08-21 23:33:17 +02:00
Adam Boutcher e88c26364b Fixed multi-arch compression on mac and windows builds 2021-08-20 17:07:32 +01:00
Adam Boutcher bd8061a8f6 Enable 32bit mac and windows build as a test 2021-08-20 16:39:41 +01:00