Steve
d8117a33d3
Merge pull request #186 from notzippy/go-mod
...
Removed version update from Revel
2020-06-06 07:50:58 -07:00
notzippy@gmail.com
6371373eb5
Removed version update
...
Version control is maintained through go.mod file
Modified harness to only kill the application if not responded after 60 seconds in windows
2020-06-06 07:49:10 -07:00
Steve
28ac65f1c1
Merge pull request #185 from notzippy/go-mod
...
Go mod updates
2020-05-19 02:42:57 -07:00
notzippy@gmail.com
5070fb8be0
Fixed issue with new and run flag
...
Updated tests to run final test in non gopath, with new name
2020-05-19 02:23:18 -07:00
notzippy@gmail.com
904cfa2995
Added some informational messages while download
2020-05-18 12:43:00 -07:00
notzippy@gmail.com
223bd3b7c0
Added manual scan on packages in app folder
...
This allows for source code generation. Packages in <application>/app folder are scanned manually as opposed to the `packages.Load` scan which will fast fail on compile error, and leave you with go files with no syntax.
2020-05-18 11:47:01 -07:00
notzippy@gmail.com
4987ee8319
Added verbose logging to building / testing a no-vendor app
...
Removed section which raises an error when examining packages, we dont need to check for errors on foreign packages since we are importing only a slice of the data
2020-05-17 05:58:28 -07:00
notzippy@gmail.com
4bab4409b9
Updated Revel command
...
Added a check to see if harness had already started, saves a recompile on load
Added check to source info for local import renames
Removed the go/build check for path and just check existence of the path
Formatting updates
2020-05-13 22:26:05 -07:00
notzippy@gmail.com
741f49236a
Updated scanner
...
Removed scanning all the import statements, this is not needed
Added recursive scan for revel import path to pick up testunits
2020-05-08 15:41:20 -07:00
Steve
60b88a42c9
Merge pull request #180 from notzippy/go-mod
...
Initial commit to go mod
2020-05-03 21:47:09 -07:00
notzippy@gmail.com
49eef29bb5
Build and Historic build updates
...
Modified GOPATH to not modify build with go.mod
Updated go.mod to version 1.12
Updated harness to setup listener before killing process
Updated notvendored flag to --no-vendor
Updated command_config to ensure no-vendor can be build
Added additional checks in source path lookup
2020-05-03 13:39:48 -07:00
notzippy@gmail.com
9d3a554bec
Updates
...
Updated NotVendored flag
Updated travis matrix
Updated build log
2020-04-29 22:01:28 -07:00
notzippy@gmail.com
36bd6b944a
Corrected flags
2020-04-29 21:48:11 -07:00
notzippy@gmail.com
1d9df256a0
Moved test cases to run last
2020-04-29 21:39:19 -07:00
notzippy@gmail.com
ad694c0fb0
Debug travis
2020-04-29 21:32:12 -07:00
notzippy@gmail.com
fb4b56513a
Debug travis
...
Added verbose flag so we can see what is occurring,
Removed checkout for revel, not needed anymore
2020-04-29 21:13:00 -07:00
notzippy@gmail.com
20d5766eb6
Added gomod-flags
...
Added a gomod-flags parameter which allows you to run go mod commands on the go.mod file before the build is performed. This allows for development environments.
2020-04-29 17:05:39 -07:00
notzippy@gmail.com
0920905a0c
Updated to build go 1.12 and up
...
Modified to use fsnotify directlyUpdated travis to not use go deps
2020-04-28 12:56:23 -07:00
notzippy@gmail.com
31cb64e496
Check-in of command_test,
...
remaps the go mod command to use the develop branch.
2020-04-27 09:07:04 -07:00
notzippy@gmail.com
33abc47c7a
Fixed remaining test
2020-04-26 23:00:51 -07:00
notzippy@gmail.com
86736d6e43
Updated formating
...
Ran through testing individually for vendored Revel applications
2020-04-26 22:29:16 -07:00
notzippy@gmail.com
07d67846c1
Restructured command config
...
Removed go/build reference in clean
2020-04-26 22:28:46 -07:00
notzippy@gmail.com
c1aee24445
Corrected version detection, so that equal versions match
2020-04-26 22:28:46 -07:00
notzippy@gmail.com
f2b54f5a69
Updated sourceinfo
...
Added packagepathmap to the SourceInfo, this in turn allows the RevelCLI app command to pass the source paths directly to Revel directly
Added default to build to be "target" of the current folder
Renamed source processor
2020-04-26 22:28:46 -07:00
notzippy@gmail.com
3f54665d4e
Added processor to read the functions in the imported files, and populate the SourceInfo object the same as before
2020-04-26 22:28:46 -07:00
notzippy@gmail.com
548cbc1764
Upatede Error type to SourceError
...
Added processor object to code
Verified compile errors appearing
Signed-off-by: notzippy@gmail.com
2020-04-26 22:28:46 -07:00
notzippy@gmail.com
9a9511d28f
Updated so revel new works and revel run starts parsing the source.
2020-04-26 22:28:46 -07:00
notzippy@gmail.com
acb8fb631b
Initial commit to go mod
2020-04-26 22:28:46 -07:00
Steve
d2014633af
Merge pull request #176 from xXLokerXx/fix_windows_path
...
acept slash and inverted slash in src path validation
2020-04-13 07:32:55 -07:00
Steve
773f6889b4
Merge branch 'develop' into fix_windows_path
2020-04-13 07:32:03 -07:00
Steve
ca4cfa567e
Merge pull request #165 from kumakichi/fixed_import_C
...
fixed import "C"
2020-04-13 07:30:30 -07:00
Steve
436869049c
Merge pull request #179 from Laur1nMartins/Laur1nMartins/fix-linkerFlags
...
Fix linker flags inclusion in build command
2020-04-13 07:29:34 -07:00
Steve
cf2e617618
Merge branch 'develop' into Laur1nMartins/fix-linkerFlags
2020-04-13 07:29:15 -07:00
Laurin
424474a035
Fix linker flags inclusion in build comamnd
2020-02-10 10:35:43 +01:00
Steve
531aa1e209
Merge pull request #178 from helgix/package-bugfix
...
eliminates package bug on silent build problems
2019-09-30 16:54:18 -07:00
Олег Вакарев
83dfdb8ad2
this fixes error when revel package creates tar without indicating that build had errors due to unhandled error
2019-09-26 13:14:33 +03:00
xXlokerXx
6d8fcd90c1
Fix sintax error
2019-07-08 19:48:09 -05:00
xXlokerXx
aa459c1b66
Fix sintaxis error
2019-07-08 19:19:33 -05:00
xXlokerXx
0b23b3e494
Fix complexity
2019-07-08 18:38:10 -05:00
xXlokerXx
3f65e1ef41
acept slash and inverted slash in src path validation
2019-07-08 18:23:58 -05:00
san
7dce3d8967
fixed import "C"
2018-11-03 09:12:25 +08:00
Steve
149f9f992b
Merge pull request #161 from notzippy/master
...
Patch for windows
v0.21.1
2018-11-01 20:31:14 -07:00
NotZippy
dfb08d9bd2
Amended importPathFromPath to detect vendor folder from basePath, not just the word vendor in the path
2018-11-01 09:06:31 -07:00
NotZippy
98e771cd01
Patch for windows
...
Made interrupt call os.Kill for windows
Added check for process still running before killing it
2018-10-31 12:52:43 -07:00
NotZippy
5c8d5bca7f
develop v1.0.0-dev
2018-10-30 06:23:53 -07:00
NotZippy
5f558aca4e
release v0.21.0
v0.21.0
2018-10-30 06:23:52 -07:00
Steve
facfe0ecaf
Merge pull request #159 from notzippy/develop
...
Patchset for 21
2018-10-29 16:29:03 -07:00
NotZippy
ee53d2f399
Patchset for 21
...
Added Version -u to update the checked out libaraies
Enhanced new skeleton toto support http https and git schemas when cloning the skeleton repo.
Enhanced version command to fetch server version from master branch
Enhanced version command to update local repository if a new version exists on the server
2018-10-29 15:26:59 -07:00
Steve
3c48e1f83e
Merge pull request #158 from hwsoderlund/fix_compile_error
...
Fix compilation error visibility
2018-10-29 10:19:17 -07:00
Henrik Söderlund
19fb7d6776
Fix compilation error visibility
2018-10-29 16:55:59 +01:00