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
NotZippy
e6b34786bb
Added mutex lock on Refresh, removed check for app existence
2017-08-07 16:56:19 -07:00
NotZippy
e5255cd373
Updated as requested
2017-07-06 15:31:43 -07:00
NotZippy
3cf6d5094e
Changed skeleton back to original
2017-06-07 09:45:09 -07:00
NotZippy
efcd02de37
Modified harness to bootstrap using the go engine. Skeleton app updated to use new request code
2017-06-07 09:45:09 -07:00
NotZippy
1c5fb4a6f8
Fixed captialization
2017-05-31 20:25:04 -07:00
Brenden Soares
a699dab33d
Merge pull request #61 from krhubert/develop
...
Use config.http.addr and config.http.ssl for create baseURL local server
2017-05-30 21:46:51 -07:00
Brenden Soares
bf30aab381
Adding consistent values and example formatting
2017-04-07 12:05:14 -07:00
Brenden Soares
b81860de5f
Remove unneeded quotes
2017-04-07 11:34:44 -07:00
Brenden Soares
fb1f8c2706
Fixes issue #77 (regression bug when running revel run appname)
2017-03-24 20:41:17 -07:00
Shawn Catanzarite
5eac8fae04
change up wording
2017-03-20 14:59:20 -07:00
Shawn Catanzarite
3dcee9651d
update doc for cookie.secure to match new defaults and add addiitonal info
...
see #1141
2017-03-20 14:45:51 -07:00
NotZippy
a4888fa407
Found the issue with os...
2017-03-10 02:33:27 -08:00
notzippy
8e4203838a
Merge pull request #71 from notzippy/sample-to-example
...
Changed samples to example to match repository
2017-03-09 16:45:24 -08:00
Pedro Morgan
f6c6c931d3
fix onAppStart docs
2017-03-10 00:06:46 +00:00
NotZippy
8dac9acf77
Changed samples to example to match repository
2017-03-09 16:01:04 -08:00
Pedro Morgan
adcebf9aca
Correct bootstrap error class
2017-03-05 01:50:46 +00:00
Pedro Morgan
7b90dfa83e
Tidy up skeleton
2017-03-05 00:20:51 +00:00
Nick Wallace
d865cfce90
Added some example code to show that DevMode and RunMode only work from within OnAppStart
...
Hoping this helps someone else as it took me a while to figure it out. I was wanting to run DEV only code on init.
2016-11-18 13:29:06 -06:00