Commit Graph

  • 8bf654d8b0 Merge pull request #88 from notzippy/server-engine notzippy 2017-04-26 17:36:23 -07:00
  • 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 NotZippy 2017-04-26 17:32:51 -07:00
  • d68b27ae81 Merge pull request #86 from tw4452852/version notzippy 2017-04-21 08:55:01 -07:00
  • ce84b78204 Merge pull request #85 from revel/app.conf-cleanup-1 Brenden Soares 2017-04-15 18:57:56 -07:00
  • 19ca52182d fix version check against devel Tw 2017-04-10 22:31:37 +08:00
  • bf30aab381 Adding consistent values and example formatting app.conf-cleanup-1 Brenden Soares 2017-04-07 12:05:14 -07:00
  • bd4663b651 Merge pull request #84 from revel/app.conf-cleanup-1 notzippy 2017-04-07 12:05:08 -07:00
  • b81860de5f Remove unneeded quotes Brenden Soares 2017-04-07 11:34:44 -07:00
  • 3ba212afb4 Merge pull request #83 from notzippy/server-engine notzippy 2017-04-06 09:44:20 -07:00
  • d2b1730439 Makes it so harness can bootstrap using the new GoRequest / response wrappers NotZippy 2017-04-04 17:17:23 -07:00
  • 95d6366c0d Merge pull request #79 from revel/develop v0.14.1 v0.14.0 Brenden Soares 2017-03-24 21:19:22 -07:00
  • 0f47be728a Merge pull request #78 from revel/issue77 Brenden Soares 2017-03-24 21:17:39 -07:00
  • fb1f8c2706 Fixes issue #77 (regression bug when running revel run appname) issue77 Brenden Soares 2017-03-24 20:41:12 -07:00
  • da79330cfb Merge pull request #76 from revel/develop Brenden Soares 2017-03-24 10:50:43 -07:00
  • 6ec49296c9 Merge branch 'master' into develop Brenden Soares 2017-03-24 10:38:36 -07:00
  • 0ec369fd48 Merge pull request #75 from shawncatz/cookie-secure-doc Shawn Catanzarite 2017-03-20 15:04:26 -07:00
  • 5eac8fae04 change up wording Shawn Catanzarite 2017-03-20 14:59:20 -07:00
  • 3dcee9651d update doc for cookie.secure to match new defaults and add addiitonal info Shawn Catanzarite 2017-03-20 14:45:51 -07:00
  • 6573696992 Merge pull request #72 from notzippy/sample-to-example notzippy 2017-03-10 02:35:17 -08:00
  • a4888fa407 Found the issue with os... NotZippy 2017-03-10 02:33:27 -08:00
  • 8e4203838a Merge pull request #71 from notzippy/sample-to-example notzippy 2017-03-09 16:45:24 -08:00
  • e0aa1901b8 Merge pull request #69 from pedromorgan/pedro notzippy 2017-03-09 16:43:46 -08:00
  • f6c6c931d3 fix onAppStart docs Pedro Morgan 2017-03-10 00:06:46 +00:00
  • 8dac9acf77 Changed samples to example to match repository NotZippy 2017-03-09 16:01:04 -08:00
  • e634cbfc7d Merge pull request #68 from Fyb3roptik/develop notzippy 2017-03-09 13:28:47 -08:00
  • adcebf9aca Correct bootstrap error class Pedro Morgan 2017-03-05 01:50:46 +00:00
  • 7b90dfa83e Tidy up skeleton Pedro Morgan 2017-03-05 00:20:51 +00:00
  • d865cfce90 Added some example code to show that DevMode and RunMode only work from within OnAppStart Nick Wallace 2016-11-18 13:29:06 -06:00
  • 52400dbc3d Merge pull request #66 from Warashi/improve/support-binary-vendoring Brenden Soares 2016-10-12 23:58:29 -07:00
  • d8c5c0732f supporting binary vendoring sawada_shinnosuke 2016-08-29 11:03:20 +09:00
  • 0381636044 Typo in httpProto krhubert 2016-08-17 10:20:13 +02:00
  • fb3980ce9d Use config.http.addr and config.http.ssl for create baseURL test server krhubert 2016-08-11 11:41:48 +02:00
  • 62fc677f3a Merge pull request #60 from revel/ldflags-fix Jeevanandam M 2016-07-21 17:24:26 -07:00
  • 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. Jeevanandam M 2016-07-21 17:22:15 -07:00
  • 86e9258a8f Merge pull request #58 from revel/move-skeleton-to-cmd Jeevanandam M 2016-06-28 18:54:58 -07:00
  • faf7e698f3 Merge pull request #57 from revel/app-version-buildtime Jeevanandam M 2016-06-28 18:54:33 -07:00
  • 54ef57e56d Done #52 skeleton moved successfully to cmd repo Jeevanandam M 2016-06-25 19:45:14 -07:00
  • 612de1d3a4 #51 - Streamlined app version ad buildtime for revel app Jeevanandam M 2016-06-25 19:04:40 -07:00
  • 28c0df2ff3 Merge pull request #56 from revel/revel-run-cmd-robust Jeevanandam M 2016-06-24 15:02:23 -07:00
  • 4b46dbb1a7 revel/revel#389 run cmd become more robust Jeevanandam M 2016-06-17 18:48:14 -07:00
  • c18d43d25e Merge pull request #55 from sergeylanzman/master Jeevanandam M 2016-06-17 15:32:54 -07:00
  • ab1e84cf41 Streamline Revel AppVersion and BuildTime and fix -X import.name=value Sergey Lanzman 2016-06-18 00:09:19 +03:00
  • a5c8a8da09 revel/revel#1057 code improvements docs, errcheck, cyclo, etc Jeevanandam M 2016-06-09 10:33:02 -07:00
  • 5a57eaa743 revel/revel#1057 code improvements Jeevanandam M 2016-06-08 19:32:13 -07:00
  • 514b078c3d revel/revel#1057 addressing golint ALL_CAPS Jeevanandam M 2016-06-08 12:09:48 -07:00
  • e485de7e9c #46 cross platform support Jeevanandam M 2016-06-07 00:16:51 -07:00
  • 4b9e74e1ea revel/revel#1064 windows filepath fix v0.13.1 Jeevanandam M 2016-06-06 15:34:39 -07:00
  • 18b9e8f344 Merging develop to master for v0.13.0 release v0.13.0 Jeevanandam M 2016-06-05 18:32:53 -07:00
  • e3f469739c golint taken care for version name Jeevanandam M 2016-05-31 22:58:56 -07:00
  • ced303ede6 #19 Revel version command added Jeevanandam M 2016-05-28 11:07:43 -07:00
  • 1f8f106573 Related changes by #20 for Walk method Jeevanandam M 2016-05-27 23:30:14 -07:00
  • 6005ac35f7 Merge pull request #20 from metafex/symlink-walk Jeevanandam M 2016-05-27 23:23:41 -07:00
  • b85dd76b3e revel/revel#1004 choose go path relative to current working directory Jeevanandam M 2016-05-26 17:23:52 -07:00
  • b00267450e default run mode value updated dev Jeevanandam M 2016-05-26 17:14:53 -07:00
  • 5282ce262b revel/revel#1014 added check for path like ../dir & ./dir for new command Jeevanandam M 2016-05-25 22:49:11 -07:00
  • 4c628ef3db Merge branch 'mattbaird-feature/ssl-support-for-websockets' into develop Jeevanandam M 2016-05-23 22:55:04 -07:00
  • 6ebd22021e #32 PR merge and code improvements Jeevanandam M 2016-05-23 22:54:44 -07:00
  • 688042ffa5 Merge branch 'feature/ssl-support-for-websockets' of https://github.com/mattbaird/cmd into mattbaird-feature/ssl-support-for-websockets Jeevanandam M 2016-05-23 22:38:05 -07:00
  • 2e0697adf2 Removed print statement Jeevanandam M 2016-05-23 22:31:35 -07:00
  • a7fb140b7a Merge branch 'birkirb-master' into develop Jeevanandam M 2016-05-22 20:40:58 -07:00
  • 6d12b806d3 Validated PR #14 and fixed issues for the PR Jeevanandam M 2016-05-22 20:40:13 -07:00
  • c32b5d19b7 Merge branch 'yuki2006-develop' into develop Jeevanandam M 2016-05-22 13:50:01 -07:00
  • e75cbc42cb updated msg and condition check Jeevanandam M 2016-05-22 13:49:19 -07:00
  • 6dbd332d6f Merge branch 'develop' of https://github.com/yuki2006/cmd into yuki2006-develop Jeevanandam M 2016-05-22 11:26:43 -07:00
  • 4f0489d0e6 print only valid error msg Jeevanandam M 2016-05-21 23:14:42 -07:00
  • 63ec7ed487 Merge branch 'tyro89-also_remove_routes' into develop Jeevanandam M 2016-05-21 22:58:30 -07:00
  • 63b4fbe6d9 Updated variable name Jeevanandam M 2016-05-21 22:58:02 -07:00
  • f9ba83270b during cleanup we can also remove the routes folder. Erik Selin 2014-05-26 01:50:41 -04:00
  • ac4e5473d2 Merge branch 'master' into develop Jeevanandam M 2016-05-21 22:30:31 -07:00
  • 04e8dfdcbf Merge pull request #43 from ottob/build-install-deps Jeevanandam M 2016-05-21 22:26:56 -07:00
  • a6836f3a41 Merge branch 'master' of https://github.com/birkirb/cmd into birkirb-master Jeevanandam M 2016-05-21 20:53:19 -07:00
  • 6a02449e48 Merge pull request #42 from yyoshiki41/fmt Jeevanandam M 2016-05-21 20:48:04 -07:00
  • 4d8dbe0fe1 Format go code yyoshiki41 2016-05-22 11:35:42 +09:00
  • eaf28d397f Install package dependencies when building Otto Bretz 2016-04-29 09:23:21 +02:00
  • b2ec002b4d fix : Failed to request test list when excepting status code 200 yuki2006 2015-11-23 02:46:03 +09:00
  • 8a7b1a81ac Merge pull request #31 from rnubel/fix/ignore_missing_dir_on_clean Brenden Soares 2015-09-26 01:11:03 -07:00
  • 3c658679bc Merge pull request #25 from roblillack/feature/improve-route-generation-warnings Brenden Soares 2015-09-25 22:06:43 -07:00
  • f122160a11 fix issue where websockets don't work with SSL in dev mode. Matthew Baird 2015-08-11 14:45:02 -07:00
  • 7792db37e2 Ignore missing temporary directories when booting. Robert Nubel 2015-07-06 23:22:34 -05:00
  • a7b72c9afb Merge pull request #27 from revel/develop v0.12.0 Brenden Soares 2015-03-25 07:38:39 -07:00
  • b5b91feebc Merge pull request #26 from revel/pedromorgan-patch-1 Pete Morgan 2015-03-23 23:59:51 +00:00
  • 6a43b3cae1 Add Install instructions Pete Morgan 2015-03-19 17:09:47 +00:00
  • 95d62c1bbd Improve warning message when unable to generate route for action. Robert Lillack 2015-03-04 22:09:53 +01:00
  • ccff6efb44 Merge pull request #17 from anonx/fix819 Brenden Soares 2015-02-23 22:02:35 -08:00
  • 413741b76d Merge pull request #23 from revel/feature/overwrite-generated-app-files Brenden Soares 2015-02-23 21:53:03 -08:00
  • 1a30b3cc7a Fixes orphaned code Brenden Soares 2015-02-23 21:52:40 -08:00
  • bc88881c55 Overwrites generated app files instead of deleting directory Brenden Soares 2015-02-23 21:47:11 -08:00
  • 3eccd6ae00 Switch to revel.Walk, the symlink-aware filepath.Walk helper Michael Eisendle 2015-02-05 12:31:05 +01:00
  • 9066d60a5e Using full import paths for revel binaries Eliseo 2015-01-18 02:41:29 +06:00
  • cb83616943 Do not override binaries in $GOPATH/bin (fix #819) anonx 2015-01-04 08:42:12 +06:00
  • 2ea9a111a0 Merge pull request #15 from anonx/enh/testsuite-extracted anonx 2014-11-25 16:48:03 +06:00
  • 09c730bcea Reflect the latest changes in revel related to testsuite anonx 2014-11-25 16:17:20 +06:00
  • 0fd5bcfcba Add environment mode to package. Birkir A. Barkarson 2014-10-31 16:10:22 +01:00
  • a13856d4d0 Update samples import paths Justin Li 2014-10-30 11:22:53 -04:00
  • 68550127c1 Manually merge branch 'feature/move-harness-to-cmd' into develop Justin Li 2014-10-30 10:55:57 -04:00
  • 176c4077de Get testrunner's path from config anonx 2014-10-29 23:52:27 +06:00
  • eaa1f8b19e Updates references to module import paths Brenden Soares 2014-10-28 23:41:39 -07:00
  • 9046edff96 Adds harness from 'revel/revel' and updates imports Brenden Soares 2014-10-28 22:22:43 -07:00
  • 6ea9d159b2 Split up hardcoded path separators Justin Li 2014-10-16 10:48:24 -04:00
  • f7b5f1d5ba Merge pull request #5 from jeryagor/master Justin Li 2014-10-16 10:46:35 -04:00