Commit Graph

963 Commits

Author SHA1 Message Date
knoxfighter
ef30ad33af test workflow test multiple go versions 2020-11-22 02:51:53 +01:00
knoxfighter
1f35b96fe6 test workflow with npm and go tests 2020-11-22 02:40:44 +01:00
knoxfighter
0ff3333168 added first workflow test && ignore all .env files 2020-11-22 01:50:48 +01:00
knoxfighter
a4fd23ee45
Changed links to new repo 2020-11-21 04:28:43 +01:00
Mitch Roote
9c077247a5 Update travis go versions 2020-11-20 15:07:41 -05:00
Mitch Roote
55359df403
Merge pull request #188 from OpenFactorioServerManager/fix/docker_builds
Add docker container to build release bundles
2020-11-20 14:59:57 -05:00
Mitch Roote
c8e1d9c7f7 Update manager version to 0.8.3 2020-11-20 14:54:48 -05:00
Mitch Roote
d697503d4b Use osfm/osfm docker image in compose files 2020-11-20 14:45:13 -05:00
Mitch Roote
e5a45eff1b Add docker container to build release bundles 2020-11-20 11:27:21 -05:00
Mitch Roote
e6be1e47d2 Merge branch 'develop' of github.com:OpenFactorioServerManager/factorio-server-manager into develop 2020-11-20 11:13:50 -05:00
Mitch Roote
b1bf378b45 Add static compilation flag when building 2020-11-20 11:09:57 -05:00
knoxfighter
a79e009abf
docker build has to be run with bash 2020-11-20 16:53:17 +01:00
Mitch Roote
fb6f0e65ac fix module variable 2020-11-20 10:13:22 -05:00
Mitch Roote
df7977710d Fix go modules 2020-11-20 10:10:42 -05:00
Mitch Roote
ad1228bde1 Use go modules in makefile 2020-11-20 10:03:41 -05:00
Mitch Roote
69dd7621a2 use relative path 2020-11-20 09:23:53 -05:00
Mitch Roote
81d0bc05a8 Use full path when copying entrypoint.sh 2020-11-20 09:19:08 -05:00
Jan Naahs
fc62099a04 removed index.css and changed urls in package.json 2020-11-19 23:13:22 +01:00
Jan Naahs
1974064e0e Merge remote-tracking branch 'origin/rework-ui' into rework-ui 2020-11-13 23:30:45 +01:00
Jan Naahs
c12f8df075 update CHANGELOG.md 2020-11-13 23:30:25 +01:00
Jan Naahs
ee40e0bd08
Merge pull request #18 from OpenFactorioServerManager/develop
Update from develop branch
2020-11-13 23:13:53 +01:00
Jan Naahs
a20497062e stop excluding package-lock.json 2020-11-13 23:10:41 +01:00
Jan Naahs
421eef3b95
changed screenshots in README.md 2020-11-13 23:07:38 +01:00
Jan Naahs
880468addc add screenshots 2020-11-13 23:00:27 +01:00
Jan Naahs
bc982316fa clean up 2020-11-13 22:53:22 +01:00
Jan Naahs
626dac2559 complete Mods Page except collapsable ModPacks 2020-11-13 22:49:18 +01:00
Jan Naahs
b79efab742 feature: delete modpacks 2020-10-29 22:02:52 +01:00
Jan Naahs
f92564b1a8 feature: create and list modpacks (name only) 2020-10-29 21:58:49 +01:00
knoxfighter
92899e353c
Merge pull request #185 from ita-sammann/new-docker-bundle
New docker bundle
2020-10-28 01:19:51 +01:00
Jan Naahs
fafa37f8aa remove console.log 2020-10-24 22:16:09 +02:00
Jan Naahs
be1441ece7 fix detecting old mod version 2020-10-24 22:14:50 +02:00
Jan Naahs
125e95d162 refactoring for simplification 2020-10-24 14:16:52 +02:00
Jan Naahs
5836480529 add loading state to UploadMod.jsx 2020-10-24 14:16:02 +02:00
Jan Naahs
f34c630ce1 disable Button while loading 2020-10-24 14:15:33 +02:00
Jan Naahs
44a70d0c99 add loading state mod upload 2020-10-24 13:56:04 +02:00
Jan Naahs
0e5ad369b1 add loading state to Button component 2020-10-24 13:55:49 +02:00
Jan Naahs
9cd7f040a8 skip base mod on multi mod installation 2020-10-24 13:55:15 +02:00
Jan Naahs
82a8a8d6e5 refactoring save upload to match mod upload 2020-10-24 12:25:30 +02:00
Jan Naahs
a0952f7301 complete mod upload ui 2020-10-24 12:24:58 +02:00
Jan Naahs
8f6dd7d3c0 refactoring mainly rename var f to server 2020-10-24 11:34:54 +02:00
Jan Naahs
7665a53ea2 fix race while saving server settings and more logs 2020-10-24 11:33:30 +02:00
Jan Naahs
2848c6d117
Merge pull request #15 from jannaahs/backend-refactoring
Backend refactoring
2020-10-17 11:32:28 +02:00
Jan Naahs
4e09b09fb6
Merge pull request #16 from knoxfighter/mod_portal_go_changes
changed mod_portal.go to new response design
2020-10-17 09:41:29 +02:00
knoxfighter
7b1d55dce2 dont fail tests when no login possible 2020-10-17 02:35:26 +02:00
knoxfighter
3b978b5b04
Apply suggestions from code review
use subshell & stop if something is not right

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-10-17 02:02:57 +02:00
knoxfighter
751ea66ebb changed mod_portal.go to new response design 2020-10-16 21:44:41 +02:00
knoxfighter
bd04f9c4c0 added support for creating a docker image from local sourcecode 2020-10-16 18:13:51 +02:00
knoxfighter
d39378ecfb Merge remote-tracking branch 'mroote/develop' into new-docker-bundle 2020-10-16 16:09:42 +02:00
Jan Naahs
32f52d1c33 completed mod installation ui and small adjustments 2020-10-16 13:06:05 +02:00
Jan Naahs
de79685197 wip 2020-10-11 21:28:59 +02:00