Brenden Soares
0ec9e69d97
Merge pull request #212 from revel/build_process_update
...
Updated verbose flag
2022-04-12 08:40:27 -07:00
notzippy@gmail.com
1cdd318d9c
Updated verbose flag
2022-04-12 08:30:29 -07:00
Brenden Soares
cfe1d9718f
Merge branch 'develop' into lint
2022-04-11 20:18:54 -07:00
Brenden Soares
126d20c873
Merge pull request #210 from revel/build_process_update
...
Updated Launch code
2022-04-11 20:03:26 -07:00
Steve
5689f8679b
Merge pull request #204 from shinypb/master
...
Get rid of redundant space in the output of `revel new -a`
2022-03-06 08:55:23 -08:00
notzippy@gmail.com
25dc05b31e
Updated Launch code
...
Added output to error stack, so terminal errors are displayed
Ficed c.Verbose, it was changed to an array which causes issues launching
Removed . notation from doing anything special. This was already replaced with the -p CLI option
Added documentaiton on adding the package name
Started watcher with force refresh.
2022-02-28 20:01:01 -08:00
Mark Christian
25d6352bc5
Get rid of redundant space in the output of revel new -a
2021-08-15 14:29:07 -07:00
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
Steve
3cec19ee62
Merge pull request #187 from Laur1nMartins/master
...
Fixed parsing of user defined linker flags
2020-07-21 09:12:17 -07:00
notzippy@gmail.com
ebc9c73ba0
Modified run command so launching command would be properly treated
2020-07-13 22:35:22 -07:00
Laurin
6d4ae81af9
Fixed parsing of user defined linker flags
2020-07-12 11:09:57 +02: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
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
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
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
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
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
Олег Вакарев
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
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
031fde6009
Update to logger
2018-10-12 20:40:48 -07:00
Jia Lu
2d6c2eefa4
Update build.go
...
add missing c.Build.ImportPath, which is required to generate run.sh and run.bat
2018-10-12 22:53:01 +08:00
NotZippy
43c188c1eb
Added missing environment variables to command, skipping the gopath
2018-10-02 08:48:12 -07:00
NotZippy
9ad0065f6c
Moved skeleton to its own repository
2018-10-01 08:58:25 -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
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
69e59efb14
New Enhancement
...
Added ability to create a new revel applicaiton without any sources.
Automatically download all sources required
2018-09-21 10:08:37 -07:00
NotZippy
17459d14e6
Split main file
...
Added code to split the generated main file into two separate files. This allows other code to launch the web application inline.
2018-09-19 09:47:51 -07:00
NotZippy
4d7a290247
Updated readme, Updated travis
2018-09-16 20:04:40 -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
NotZippy
7e501b8a65
Added missed GPL license to command
2018-04-15 21:09:59 -07:00
vin01
ac056d17af
Adding referrer policy security header
...
It will set a default strict `Referrer-Policy ``strict-origin-when-cross-origin`` that controls what referrer information shall be included with requests.
More: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy , https://scotthelme.co.uk/a-new-security-header-referrer-policy/
It can prevent issues like: https://robots.thoughtbot.com/is-your-site-leaking-password-reset-links
2018-01-06 14:05:20 +05:30
NotZippy
29c6237caf
Removed the catch all route, and added comment about security issue
2017-10-22 09:31:18 -07:00
NotZippy
637ccbd250
Updated skeleton to added critical.
...
modified db.import to support multiple packages
2017-10-07 21:39:13 -07:00
notzippy
db4054233b
Merge pull request #99 from Acidic9/master
...
Remove abort with 'revel new' on empty directory
2017-09-24 13:17:32 -07:00
Ari Seyhun
3907c6575e
Clean code
2017-09-23 14:20:09 +09:30
NotZippy
17e7d40d31
Fixed missing debug context parameter name
...
Added check to see if specfication was not exported
Added warnings if expected types did not match specification
2017-09-20 17:49:34 -07:00
Ari Seyhun
54ce8d3699
Remove abort with 'revel new' on empty directory
...
If you use 'revel new ...' on an empty directory, revel will abort complaining the directory exists.
With this commit, it will no longer abort if the directory is empty.
2017-09-16 15:24:37 +09:30
NotZippy
9d57681ae6
Updated command to use new logging
2017-09-02 09:10:21 -07:00