Commit Graph

51 Commits

Author SHA1 Message Date
NotZippy
d114a92b3d Changed SetHeader to SetHttpHeader, HeaderHttpValue to GetHttpHeader 2017-04-26 17:52:20 -07:00
NotZippy
79ed869901 Revamped engine to reduce the interface size.
Added BufferedServerHeader to CompressWriter to prevent header from writing out immediately
Reduced object stack to a single controller stack which has the request and response objects already instaniated in it
Fixed go engine to match new spec
Modified code to make use of the Request object to access the ServerEngine (allows caching of ServerHeader and ResponseWriter)
Modified simple stack to add an upper bounds to the number of objects in cache, any more objects then the upper bounds will be left to garbage collect
2017-04-26 17:32:51 -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
Jeevanandam M
86e9258a8f Merge pull request #58 from revel/move-skeleton-to-cmd
skeleton moved successfully to cmd repo
2016-06-28 18:54:58 -07:00
Jeevanandam M
54ef57e56d Done #52 skeleton moved successfully to cmd repo 2016-06-25 20:09:38 -07:00
Jeevanandam M
612de1d3a4 #51 - Streamlined app version ad buildtime for revel app 2016-06-25 19:04:40 -07:00
Jeevanandam M
4b46dbb1a7 revel/revel#389 run cmd become more robust 2016-06-18 12:06:12 -07:00
Jeevanandam M
a5c8a8da09 revel/revel#1057 code improvements docs, errcheck, cyclo, etc 2016-06-17 14:34:22 -07:00
Jeevanandam M
5a57eaa743 revel/revel#1057 code improvements 2016-06-08 19:32:13 -07:00
Jeevanandam M
514b078c3d revel/revel#1057 addressing golint ALL_CAPS 2016-06-08 12:09:48 -07:00
Jeevanandam M
e485de7e9c #46 cross platform support 2016-06-07 00:16:51 -07:00
Jeevanandam M
e3f469739c golint taken care for version name 2016-05-31 22:58:56 -07:00
Jeevanandam M
ced303ede6 #19 Revel version command added 2016-05-28 11:07:43 -07:00
Jeevanandam M
6005ac35f7 Merge pull request #20 from metafex/symlink-walk
Switch to revel.Walk, the symlink-aware filepath.Walk helper
2016-05-27 23:23:41 -07:00
Jeevanandam M
b85dd76b3e revel/revel#1004 choose go path relative to current working directory 2016-05-26 17:23:52 -07:00
Jeevanandam M
b00267450e default run mode value updated dev 2016-05-26 17:14:53 -07:00
Jeevanandam M
5282ce262b revel/revel#1014 added check for path like ../dir & ./dir for new command 2016-05-25 22:49:11 -07:00
Jeevanandam M
2e0697adf2 Removed print statement 2016-05-23 22:31:35 -07:00
Jeevanandam M
a7fb140b7a Merge branch 'birkirb-master' into develop 2016-05-22 20:40:58 -07:00
Jeevanandam M
6d12b806d3 Validated PR #14 and fixed issues for the PR 2016-05-22 20:40:13 -07:00
Jeevanandam M
e75cbc42cb updated msg and condition check 2016-05-22 13:49:19 -07:00
Jeevanandam M
6dbd332d6f Merge branch 'develop' of https://github.com/yuki2006/cmd into yuki2006-develop 2016-05-22 11:26:43 -07:00
Jeevanandam M
63ec7ed487 Merge branch 'tyro89-also_remove_routes' into develop 2016-05-21 22:58:30 -07:00
Jeevanandam M
63b4fbe6d9 Updated variable name 2016-05-21 22:58:02 -07:00
Erik Selin
f9ba83270b during cleanup we can also remove the routes folder. 2016-05-21 22:44:44 -07:00
Jeevanandam M
a6836f3a41 Merge branch 'master' of https://github.com/birkirb/cmd into birkirb-master 2016-05-21 20:53:19 -07:00
yyoshiki41
4d8dbe0fe1 Format go code 2016-05-22 11:35:42 +09:00
yuki2006
b2ec002b4d fix : Failed to request test list when excepting status code 200 2015-11-23 02:46:03 +09:00
Michael Eisendle
3eccd6ae00 Switch to revel.Walk, the symlink-aware filepath.Walk helper 2015-02-05 12:31:05 +01:00
Birkir A. Barkarson
0fd5bcfcba Add environment mode to package. 2014-11-03 23:41:52 +01:00
Justin Li
a13856d4d0 Update samples import paths 2014-10-30 11:22:53 -04:00
Justin Li
68550127c1 Manually merge branch 'feature/move-harness-to-cmd' into develop
Conflicts:
	revel/test.go
2014-10-30 10:55:57 -04:00
anonx
176c4077de Get testrunner's path from config 2014-10-30 10:52:03 -04:00
Brenden Soares
eaa1f8b19e Updates references to module import paths 2014-10-30 10:52:03 -04:00
Brenden Soares
9046edff96 Adds harness from 'revel/revel' and updates imports 2014-10-28 22:22:43 -07:00
Justin Li
6ea9d159b2 Split up hardcoded path separators 2014-10-16 10:48:24 -04:00
Jeryagor
4d8c648a53 path.Join replaced by filepath.Join due to incorrect management of separators on Windows 2014-04-11 23:32:22 +02:00
Justin Li
a11342d6e7 Handle potential error from os.Readlink 2014-03-08 16:35:20 -05:00
Michael Eisendle
9a2efe5a6f Make mustCopyDir follow symlinks.
Applications symlinked into the GOPATH fail to build properly under
linux, this fixes it.
2014-03-08 14:31:06 +01:00
Justin Li
26262a152b Switch homepage link to revel.github.io
Fixes #1
2014-02-26 10:25:57 -05:00
verdverm
af269f69a2 hackaroo for packaging 2014-02-25 23:23:47 -05:00