Paul Tötterman
ddec572d5d
More linting
2021-02-10 16:34:20 +02:00
Paul Tötterman
3d924a016b
Lint fixes
2020-10-19 13:40:52 +03: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
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
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
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
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
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
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
773f6889b4
Merge branch 'develop' into fix_windows_path
2020-04-13 07:32:03 -07: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
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
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
NotZippy
4a877b2a8a
Modified run command to translate symlinks to absolute paths
2018-10-24 21:29:07 -07:00
NotZippy
87c9e56322
Tool updates
...
Updated tool to give more meaningful errors
Added file system as an option to fetch the skeleton from
2018-10-19 06:45:01 -07:00
NotZippy
8c21a56302
Revel tool enhancements
...
* run Command will choose CWD if no additional arguments are supplied
* Added Revel version check, compatible lists are in model/version
2018-10-12 20:40:48 -07:00
NotZippy
f4fb2ec091
Enhancements to Revel command
...
Reformat of code
Allow user to use a mix of command line arguments and flags
Enhance the import tool to detect missing packages in the modules side
Added test cases for all commands
2018-09-30 10:08:11 -07:00
NotZippy
01ccd695d4
Re added the requirement for the -a, without this the flags would not error out and cause issues
2018-09-22 15:28:22 -07:00
NotZippy
7a4e741d1c
Added a version file to revel/cmd
...
Updated import path detection to make it smarter. You can now use absolute paths etc..
2018-09-22 13:37:27 -07:00
NotZippy
3ad381d45b
Enhanced package and build to by default not include any source code
2018-09-14 21:32:20 -07:00
NotZippy
d0baaeb9e9
Initial rewrite of revel/cmd to provide vendor support and enhanced CLI options
2018-09-14 21:26:25 -07:00