2
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected 1 day ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update .travis.yml More... about 5 years ago
Fixed paths for test cases More... about 5 years ago
Enhanced logging More... about 5 years ago
Updated build processor More... about 5 years ago
Merge pull request #185 from notzippy/go-mod More... about 5 years ago
Fixed issue with new and run flag Updated tests to run final test in non gopath, with new name More... about 5 years ago
Added some informational messages while download More... about 5 years ago
Added manual scan on packages in app folder This allows for source code generation. Packages in <application>/app folder are scanned manually as opposed to the `packages.Load` scan which will fast fail on compile error, and leave you with go files with no syntax. More... about 5 years ago
Added verbose logging to building / testing a no-vendor app Removed section which raises an error when examining packages, we dont need to check for errors on foreign packages since we are importing only a slice of the data More... about 5 years ago
Updated Revel command Added a check to see if harness had already started, saves a recompile on load Added check to source info for local import renames Removed the go/build check for path and just check existence of the path Formatting updates More... about 5 years ago
Changes to Revel for go.mod support Modified module lookup to handle lookups using the app.conf (before relied on source file) Added extra logging for routes error handling More... about 5 years ago
Added gomod removed vendor specific imports More... about 5 years ago
Updated scanner Removed scanning all the import statements, this is not needed Added recursive scan for revel import path to pick up testunits More... about 5 years ago
Merge pull request #180 from notzippy/go-mod More... about 5 years ago
Build and Historic build updates Modified GOPATH to not modify build with go.mod Updated go.mod to version 1.12 Updated harness to setup listener before killing process Updated notvendored flag to --no-vendor Updated command_config to ensure no-vendor can be build Added additional checks in source path lookup More... about 5 years ago
Updates Updated NotVendored flag Updated travis matrix Updated build log More... about 5 years ago
Corrected flags More... about 5 years ago
Moved test cases to run last More... about 5 years ago
Debug travis More... about 5 years ago
Debug travis Added verbose flag so we can see what is occurring, Removed checkout for revel, not needed anymore More... about 5 years ago
Added gomod-flags Added a gomod-flags parameter which allows you to run go mod commands on the go.mod file before the build is performed. This allows for development environments. More... about 5 years ago
Updated to build go 1.12 and up Modified to use fsnotify directlyUpdated travis to not use go deps More... about 5 years ago
Check-in of command_test, remaps the go mod command to use the develop branch. More... about 5 years ago
Merge pull request #1443 from lujiacn/develop More... about 5 years ago
Merge pull request #1488 from notzippy/go-mod More... about 5 years ago
Merge pull request #1483 from goevexx/feature/fix-issue-1482 More... about 5 years ago
Fixed remaining test More... about 5 years ago
Updated formating Ran through testing individually for vendored Revel applications More... about 5 years ago
Restructured command config Removed go/build reference in clean More... about 5 years ago
Updated revel to receive paths passed in Updated watcher to use master branch More... about 5 years ago