Commit Graph

33 Commits

Author SHA1 Message Date
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
NotZippy
d2b1730439 Makes it so harness can bootstrap using the new GoRequest / response wrappers 2017-04-04 17:17:23 -07:00
Brenden Soares
6ec49296c9 Merge branch 'master' into develop 2017-03-24 10:38:36 -07:00
NotZippy
8dac9acf77 Changed samples to example to match repository 2017-03-09 16:01:04 -08:00
sawada_shinnosuke
d8c5c0732f supporting binary vendoring 2016-08-29 11:03:20 +09:00
Jeevanandam M
0e6d8d56a2 ldflags issue commit, read more...
This commit is address 1.7 release. RC3 is already out there. It may lead to merge conflict while merging develop branch. Since enhancements are done.
2016-07-21 17:22:15 -07:00
Jeevanandam M
612de1d3a4 #51 - Streamlined app version ad buildtime for revel app 2016-06-25 19:04:40 -07:00
Jeevanandam M
c18d43d25e Merge pull request #55 from sergeylanzman/master
fix -X import.name=value
2016-06-17 15:32:54 -07:00
Sergey Lanzman
ab1e84cf41 Streamline Revel AppVersion and BuildTime and fix -X import.name=value 2016-06-18 01:28:24 +03: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
4b9e74e1ea revel/revel#1064 windows filepath fix 2016-06-06 15:36:16 -07:00
Jeevanandam M
1f8f106573 Related changes by #20 for Walk method 2016-05-27 23:30:14 -07:00
Jeevanandam M
6ebd22021e #32 PR merge and code improvements 2016-05-23 22:54:44 -07:00
Jeevanandam M
688042ffa5 Merge branch 'feature/ssl-support-for-websockets' of https://github.com/mattbaird/cmd into mattbaird-feature/ssl-support-for-websockets 2016-05-23 22:38:05 -07:00
Jeevanandam M
4f0489d0e6 print only valid error msg 2016-05-21 23:14:42 -07:00
Jeevanandam M
04e8dfdcbf Merge pull request #43 from ottob/build-install-deps
Install package dependencies when building
2016-05-21 22:26:56 -07:00
yyoshiki41
4d8dbe0fe1 Format go code 2016-05-22 11:35:42 +09:00
Otto Bretz
eaf28d397f Install package dependencies when building
This speeds up recurring compiles a lot.
2016-05-21 20:26:55 +02:00
Brenden Soares
8a7b1a81ac Merge pull request #31 from rnubel/fix/ignore_missing_dir_on_clean
Ignore missing temporary directories in build.cleanDir
2015-09-26 01:11:03 -07:00
Matthew Baird
f122160a11 fix issue where websockets don't work with SSL in dev mode.
As the comment says, it's ok to skip the verify on the cert since
this proxy is only used in dev mode.
2015-08-11 14:45:02 -07:00
Robert Nubel
7792db37e2 Ignore missing temporary directories when booting.
Otherwise, removing your `app/tmp` and `app/routes` folders prior
to booting (e.g., if you add them to your .gitignore and use Travis)
will cause unnecessary FATAL error messages. Addresses
revel/revel#908.
2015-07-06 23:26:36 -05:00
Robert Lillack
95d62c1bbd Improve warning message when unable to generate route for action. 2015-03-04 22:09:53 +01:00
Brenden Soares
ccff6efb44 Merge pull request #17 from anonx/fix819
Use a separate directory for revel project binaries
2015-02-23 22:02:35 -08:00
Brenden Soares
1a30b3cc7a Fixes orphaned code 2015-02-23 21:52:40 -08:00
Brenden Soares
bc88881c55 Overwrites generated app files instead of deleting directory 2015-02-23 21:47:11 -08:00
Eliseo
9066d60a5e Using full import paths for revel binaries 2015-01-18 02:41:29 +06:00
anonx
cb83616943 Do not override binaries in $GOPATH/bin (fix #819) 2015-01-04 08:49:03 +06:00
anonx
09c730bcea Reflect the latest changes in revel related to testsuite 2014-11-25 16:17:20 +06:00
Justin Li
a13856d4d0 Update samples import paths 2014-10-30 11:22:53 -04:00
Brenden Soares
9046edff96 Adds harness from 'revel/revel' and updates imports 2014-10-28 22:22:43 -07:00