98 Commits

Author SHA1 Message Date
Nathan Chan
c240b05369 Sort controllers so that builds are reproducible.
Ordering of controllers in routes.go and main.go is unstable in
successive runs of revel build.  This change will assure that the
ordering is stable.
2017-12-08 11:37:28 -08:00
Roger Keller
a2acbe32bf Make sure AppVersion is set without the -dirty suffix for non-dirty work trees regardless of where revel is run from. 2017-10-28 21:20:28 +02:00
NotZippy
2d4ccf289c Set line number to use left parenthesis not right 2017-10-07 21:41:23 -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
aa9e0f8600 Added code to make vendoring work 2017-09-25 07:36:48 -07:00
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
NotZippy
baf5e9f848 Added check to see if parameter was a local object, if so parse it 2017-09-14 17:15:22 -07:00
NotZippy
9d57681ae6 Updated command to use new logging 2017-09-02 09:10:21 -07:00
NotZippy
c0a515facf Changed listener to be a pointer receiver so setting the channel to nil actually persists 2017-08-24 21:48:49 -07:00
NotZippy
e6b34786bb Added mutex lock on Refresh, removed check for app existence 2017-08-07 16:56:19 -07:00
NotZippy
5fcde12193 Moved watcher inside harness
Modified proxy so application is launched on startup
2017-07-28 13:27:28 -07:00
NotZippy
e5255cd373 Updated as requested 2017-07-06 15:31:43 -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
e1776bda3c Rollback a change that was committed by mistake to develop branch 2017-04-26 21:04:12 -07:00
notzippy
d68b27ae81 Merge pull request #86 from tw4452852/version
fix version check against devel
2017-04-21 08:55:01 -07:00
Tw
19ca52182d fix version check against devel
Signed-off-by: Tw <tw19881113@gmail.com>
2017-04-10 22:31:37 +08: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