Commit Graph

609 Commits

Author SHA1 Message Date
knoxfighter
003e3f04d6 added go test & correct file copies 2020-01-29 01:59:37 +01:00
knoxfighter
54df135af8 install modern version of nodejs 2020-01-29 01:50:41 +01:00
knoxfighter
459a0c841a added nodejs and npm 2020-01-29 01:42:23 +01:00
knoxfighter
757941b107 first test for travis without docker 2020-01-29 01:23:51 +01:00
knoxfighter
fd4fa6b342 testoutput to check whats built in PR 2020-01-29 01:12:53 +01:00
knoxfighter
b9c97316dc fixed mkdir fails, when running on other repo 2020-01-29 00:39:04 +01:00
knoxfighter
acf879c1b1 added echo testoutput to travis 2020-01-29 00:35:15 +01:00
knoxfighter
724258c462 added pwd testoutput to travis 2020-01-29 00:32:11 +01:00
Mitch Roote
dea2c91b50 Update dockerfile URL 2020-01-07 20:23:40 -05:00
Mitch Roote
80cc8c3931
Merge pull request #158 from mroote/improve_ci_build
Add dockerfile to build releases
2020-01-07 19:32:07 -05:00
Mitch Roote
86801aca05 Update ci pipeline 2020-01-07 19:09:29 -05:00
Mitch Roote
0ca3516116 Add packagelock.json 2020-01-07 19:03:52 -05:00
Mitch Roote
1cdfe28237 remove windows os 2020-01-07 18:53:06 -05:00
Mitch Roote
89405d51b0 Fix multiple go versions 2020-01-07 18:53:06 -05:00
Mitch Roote
f7bfd339f4 run on develop 2020-01-07 18:53:06 -05:00
Mitch Roote
e765d54ad3 Deploy to github 2020-01-07 18:53:06 -05:00
Mitch Roote
8d58ddb268 Add dockerfile to build release 2020-01-07 18:53:04 -05:00
Mitch Roote
cd1ec3bd4c
Merge pull request #166 from knoxfighter/Feature/go-deps
Feature/go deps
2020-01-07 18:49:15 -05:00
knoxfighter
a3c181439f use mkdir-p to ignore exists error 2019-10-30 15:42:01 +01:00
knoxfighter
3cdf79d205 updated readme for new package management 2019-10-30 00:26:59 +01:00
knoxfighter
3d984b687d ran go mod tidy to cleanup go.mod 2019-10-29 23:41:38 +01:00
knoxfighter
7c23146f19 removed unneeded gopkglist 2019-10-29 23:37:29 +01:00
knoxfighter
8cca1b2cff added more things to clean & added clean before creating build 2019-10-29 22:53:06 +01:00
knoxfighter
4266251c70 changed makefile to run with go modules 2019-10-29 22:04:53 +01:00
knoxfighter
5ebe1548f0 go 1.11 is not supported by gomodules 2019-10-29 20:11:45 +01:00
knoxfighter
fdead2aad4 run test in correct subdirectory 2019-10-29 20:10:09 +01:00
knoxfighter
e42840cf35 set module environmental variable 2019-10-29 20:00:23 +01:00
knoxfighter
13a5bcf152 disabled go-get installs 2019-10-29 19:49:27 +01:00
knoxfighter
5ea4af56ab added package management via go modules (go v1.11) 2019-10-29 16:00:27 +01:00
Mitch Roote
dfe8a65a9a
Merge pull request #164 from knoxfighter/Bugfix/windows-filelock
added missing file closing
2019-10-19 10:03:46 -04:00
knoxfighter
e7f3ce9834 added missing file.Close() & some closing error handling 2019-10-13 21:47:55 +02:00
knoxfighter
f7131613c1
Merge pull request #157 from dgw/makefile-bundle-fix
Makefile: Fix app bundle dependency in zip build target
2019-08-07 01:10:04 +02:00
dgw
cf3972c105
Makefile: Fix app bundle dependency in zip build target
The dependency name and target name got out of sync somewhere.
2019-08-06 11:17:05 -05:00
Mitch Roote
118cd8b303 remove param 2019-08-01 19:57:08 -04:00
Mitch Roote
8fbd4db229
Merge pull request #138 from CodeLingoBot/rewrite
Fix function comments based on best practices from Effective Go
2019-08-01 19:37:21 -04:00
Mitch Roote
fad10210a9
Merge pull request #155 from Psychomantis71/master
Fix for the glibc issue on RHEL/Centos
2019-08-01 19:34:50 -04:00
Mitch Roote
b967f1cbe0 Add .vscode to gitignore 2019-08-01 19:30:21 -04:00
aperkovic
7c05665fb9 Removed extra log line, moving autostart feature to new development branch 2019-07-30 10:42:32 +02:00
aperkovic
759aae40e5 Optimised GLIBC fix, added autostart feature 2019-07-26 17:05:42 +02:00
aperkovic
02ce64ddbb Fixed logging of factorio version, removed commented line 2019-07-24 13:41:15 +02:00
aperkovic
2fe4d3dec6 Added support for custom glibc location (RHEL/CENTOS) 2019-07-24 13:06:40 +02:00
knoxfighter
d0c266f887
Merge pull request #153 from knoxfighter/Bugfix/travis_windows_tip
bugfix travis-ci
2019-05-30 23:48:13 +02:00
knoxfighter
1d98925725 use newest patch instead of patch 0 2019-05-30 00:54:02 +02:00
knoxfighter
fc471f2d2b use latest v1.x to test 2019-05-30 00:35:46 +02:00
knoxfighter
8e21cdea72 only run tip when on linux & test-removal of GOPATH 2019-05-30 00:22:25 +02:00
knoxfighter
e9c6d69156
Merge pull request #144 from knoxfighter/Feature/savefile-design
savefile upload design
2019-05-30 00:07:37 +02:00
knoxfighter
743aeff981 fixed weird hover design 2019-05-29 23:50:26 +02:00
knoxfighter
844c925a4b Merge branch 'develop' into Feature/savefile-design
# Conflicts:
#	src/handlers.go
2019-05-29 23:30:49 +02:00
knoxfighter
f8723454e8
Merge pull request #137 from knoxfighter/fix-login-page
Fix login page
2019-05-29 23:17:50 +02:00
knoxfighter
91bcf5cf95 updated npm dependencies 2019-05-29 21:52:10 +02:00