Commit Graph

  • 5600cb1c36 Fixes #389 Faissal Elamraoui 2017-03-26 16:57:19 +0200
  • 4dd6983d3c Use Delve v0.12.1 instead of master Faissal Elamraoui 2017-03-26 16:55:28 +0200
  • bef9d4d5e8 Merge pull request #391 from beego/develop astaxie 2017-03-24 22:35:48 +0800
  • abf3c41032 Merge pull request #390 from ogero/develop astaxie 2017-03-24 22:35:15 +0800
  • 0cffaf8ea6 Fix generate swagger model api doc on Windows. Add multiple gopath support for ParsePackagesFromDir. Improves gloomyzerg@39cc0bc04e109ff0f69e73d567354d9e82b7c24c fix for #332 that got lost on some merge. Gero Nimo 2017-03-24 04:54:17 -0300
  • 701b2e2ea8 Merge pull request #388 from beego/master Sergey Lanzman 2017-03-23 16:01:45 +0200
  • e6bb3f893c Merge pull request #387 from beego/release_1.8.1 astaxie 2017-03-23 21:56:37 +0800
  • e3a67ef07f Fix conflicts & Merge branch 'develop' Faissal Elamraoui 2017-03-23 14:47:12 +0100
  • db5616465b Bump the version to 1.8.1 Faissal Elamraoui 2017-03-23 14:30:03 +0100
  • 48c931d635 add arguments support to rs functionality (#386) Boris Borshevsky 2017-03-23 12:15:53 +0200
  • dd4381eda3 CR change borisborshevsky 2017-03-23 11:43:53 +0200
  • 8c0742c140 Merge pull request #384 from amrfaissal/dlv-support Faissal Elamraoui 2017-03-22 17:01:34 +0100
  • de86254248 docs borisborshevsky 2017-03-22 17:27:30 +0200
  • 95f67cb3ce add arguments support borisborshevsky 2017-03-22 15:57:25 +0200
  • 072cc85708 Updated REAMDE.md Faissal Elamraoui 2017-03-22 11:42:57 +0100
  • 72f144baad Refactor code for dlv command Faissal Elamraoui 2017-03-22 11:42:08 +0100
  • ad641afb34 Update vendor folder (support for Delve RPC) Faissal Elamraoui 2017-03-21 15:34:11 +0100
  • 427541fcd9 Start both Delve's RPC server and terminal (as client) Faissal Elamraoui 2017-03-21 15:31:29 +0100
  • 36436c0f53 Ability to execute commands using Go tool Faissal Elamraoui 2017-03-21 15:29:29 +0100
  • 69023e9ae0 Merge pull request #385 from scrpgil/develop Faissal Elamraoui 2017-03-20 15:33:59 +0100
  • 32e7b144f9 Fix mistake of execution directory by dockerBuldTemplate scrpgil 2017-03-20 22:57:09 +0900
  • 7811c335e9 Update vendor folder (Delve support) Faissal Elamraoui 2017-03-19 23:45:54 +0100
  • f9939bc286 Add support for Delve Faissal Elamraoui 2017-03-19 23:41:36 +0100
  • 9760ce6623 Merge pull request #382 from scrpgil/develop Sergey Lanzman 2017-03-19 15:38:10 +0200
  • bd67d14294 Merge 394df69d36 into b3ea5dda0e qida 2017-03-19 13:14:44 +0000
  • a56fd67e93 Merge 36d86d924a into b3ea5dda0e kenny 2017-03-19 13:10:25 +0000
  • 8d646b4be1 fix docker build error by dockerBuildTemplate scrpgil 2017-03-19 21:45:59 +0900
  • aa19ecedb0 Resolves #381 with few improvements Faissal Elamraoui 2017-03-18 20:11:10 +0100
  • 77a36964e5 Adds Windows support for command execution Faissal Elamraoui 2017-03-18 20:10:43 +0100
  • 855ac34dd3 Makes config.LoadConfig() silent Faissal Elamraoui 2017-03-18 20:05:06 +0100
  • e543958fe3 Improves rs command using Go templates Faissal Elamraoui 2017-03-18 20:04:08 +0100
  • 01703caefa delete scripts add rs Sergey Lanzman 2017-03-17 17:10:56 +0200
  • c01a15197e Merge pull request #380 from beego/cleanup Sergey Lanzman 2017-03-17 11:06:15 +0200
  • dd3f690bf7 cleanup astaxie 2017-03-17 13:33:15 +0800
  • 20c6a26952 Merge pull request #375 from amrfaissal/fix-load-config astaxie 2017-03-17 11:50:23 +0800
  • 609ed8fcd5 Merge branch 'develop' into fix-load-config Faissal Elamraoui 2017-03-16 21:35:44 +0000
  • fd4772fe82 Merge pull request #373 from sergeylanzman/add-scripts-options astaxie 2017-03-16 23:27:10 +0800
  • 64a8570c70 Ignore gosimple's S1024 check for go1.8 Faissal Elamraoui 2017-03-15 17:45:51 +0100
  • 09f53c0400 Fix staticcheck emtpy branch error Faissal Elamraoui 2017-03-15 17:44:29 +0100
  • 792cb3f311 Load configuration for all commands Faissal Elamraoui 2017-03-15 15:18:33 +0100
  • 66581dc0d8 Add "run-script" command Faissal Elamraoui 2017-03-14 17:36:33 +0100
  • e57cc7b94e This makes sure default config is always loaded Faissal Elamraoui 2017-03-13 20:34:04 +0100
  • 642a4630cc Merge 3c1fc915d7 into b3ea5dda0e radioinmyhead 2017-03-13 05:46:04 +0000
  • e9513a76f5 Merge cc74358320 into b3ea5dda0e Back Yu 2017-03-13 05:46:04 +0000
  • 2b53d9cdc0 Merge 9db35a8270 into b3ea5dda0e Sergey Lanzman 2017-03-13 05:46:04 +0000
  • 1e47cf3ecd Merge d1330dfc0b into 3be35d9d81 Sergey Lanzman 2017-03-13 05:46:03 +0000
  • 3be35d9d81 Merge pull request #376 from amrfaissal/fix-notificator Sergey Lanzman 2017-03-13 02:54:28 +0200
  • 6394f3f80a Fixes desktop notificator for Windows and Linux Faissal Elamraoui 2017-03-12 23:42:37 +0000
  • 426237fefe Fixes configuration loading since last changes Faissal Elamraoui 2017-03-12 23:18:38 +0000
  • b3ea5dda0e Merge pull request #367 from gloomyzerg/master Sergey Lanzman 2017-03-12 17:24:20 +0200
  • 4ef1a0e80e Merge pull request #374 from sergeylanzman/linters Faissal Elamraoui 2017-03-11 22:26:07 +0000
  • d1330dfc0b add scripts option(custom commands) example to use: 1. Go test with custom params or other test framework like ginkgo 2. Fronted tools like grunt 3. Other custom commands Sergey Lanzman 2017-03-11 12:16:36 +0200
  • be8c56dd76 Merge 513debab13 into 3d5b13d84e Sergey Lanzman 2017-03-11 09:04:03 +0000
  • 513debab13 update travis.yml Sergey Lanzman 2017-03-11 11:03:45 +0200
  • feea8877c0 go vet go simple golint structcheck staticcheck unused unconvert Sergey Lanzman 2017-03-11 10:57:06 +0200
  • 3d5b13d84e Merge pull request #370 from sergeylanzman/make-log-for-beego-developer astaxie 2017-03-11 15:36:37 +0800
  • 380cce650e Update logger.go Sergey Lanzman 2017-03-11 09:14:24 +0200
  • 78836f0a4c Merge pull request #369 from sergeylanzman/merge-default-config-with-config-file astaxie 2017-03-11 12:24:45 +0800
  • 0e79cb596e Merge pull request #368 from sergeylanzman/add-notify-on-faild-build astaxie 2017-03-11 12:23:49 +0800
  • abf2b4a4cb 1. Make logs for beego developer not for bee developer 2. Fix debug mode Sergey Lanzman 2017-03-10 20:32:22 +0200
  • c782720cb7 merge default config with config file Sergey Lanzman 2017-03-10 20:13:42 +0200
  • dacee6ba16 add notify on fails build Sergey Lanzman 2017-03-10 19:43:57 +0200
  • 6dce4df2cb Merge pull request #362 from sergeylanzman/refactor astaxie 2017-03-10 18:58:13 +0800
  • 39cc0bc04e fix #332 swagger generate bug on windows gloomyzerg 2017-03-10 17:49:58 +0800
  • c1a60c0ec3 update travis.yml Sergey Lanzman 2017-03-10 11:49:31 +0200
  • c538bfbc8f Refactor! create sub packages delete unused code delete code from not use command cmdRouter,cmdTest, cmdRundocs make command plugins check with gosimple,staticcheck,go vet,unused,unconvert Sergey Lanzman 2017-03-07 01:58:53 +0200
  • 74baba4f63 Merge pull request #3 from beego/develop Sergey Lanzman 2017-03-10 11:44:26 +0200
  • 0df6398368 Merge cda38e63f6 into 9db35a8270 qida 2017-03-08 03:32:12 +0000
  • e7f0f744b5 Merge c9443f4ca3 into 9db35a8270 吴文豪 2017-03-08 03:32:12 +0000
  • 9db35a8270 Merge pull request #364 from szyhf/master astaxie 2017-03-08 11:30:24 +0800
  • a07319d619 Merge c6141fb671 into 932f16ba4e Back Yu 2017-03-07 06:31:03 +0000
  • d7b329de99 Merge 866fea3504 into 932f16ba4e Back Yu 2017-03-07 06:31:03 +0000
  • cc74358320 简化参数extra为ex,并移除了多于的日志 Back Yu 2017-03-07 13:00:37 +0800
  • 1f6e89a670 允许run命令使用extra参数,watch额外的package。 Back Yu 2017-03-07 12:56:47 +0800
  • 932f16ba4e Merge pull request #361 from beego/develop astaxie 2017-03-06 21:59:08 +0800
  • 8eed14a851 bee 1.8.0 astaxie 2017-03-06 21:33:19 +0800
  • 38f8d6fc56 Merge pull request #358 from sergeylanzman/patch-2 astaxie 2017-03-05 21:44:18 +0800
  • 3b5e381a48 add support time.Time and int16 Sergey Lanzman 2017-03-01 12:42:14 +0200
  • 7bd1e415dd Merge pull request #357 from sergeylanzman/patch-1 Faissal Elamraoui 2017-02-26 19:12:46 +0100
  • ee3dd8f436 Update watch.go Sergey Lanzman 2017-02-25 22:14:45 +0200
  • c2161cac3f Merge pull request #356 from radioinmyhead/patch-2 astaxie 2017-02-23 22:58:17 +0800
  • cf1809a64b fix GOROOT radioinmyhead 2017-02-21 16:30:55 +0800
  • 974a2b9137 Merge f4b992174c into 77acc749e4 Damon Wang 2017-02-17 03:55:49 +0000
  • 3c1fc915d7 fix bug: parsejson must use ptr radioinmyhead 2017-02-16 18:20:47 +0800
  • 14eeb07402 Merge pull request #353 from sergeylanzman/improve-live-reload Faissal Elamraoui 2017-02-14 07:28:27 +0100
  • b867a57d65 improve live reload Sergey Lanzman 2017-02-13 23:05:32 +0200
  • 49587b81ec Merge 5dd70f1e44 into 268a9d8346 OlegFX 2017-02-13 09:51:18 +0000
  • 268a9d8346 Merge pull request #352 from ogero/develop astaxie 2017-02-13 12:34:04 +0800
  • c53a621c52 Fixes #351 Gero 2017-02-11 16:54:12 -0300
  • 496f162f9b Merge pull request #350 from amrfaissal/hot-reload astaxie 2017-02-07 11:02:18 +0800
  • 62260c1033 Generate WebSocket client in static/js Faissal Elamraoui 2017-01-27 16:57:37 +0100
  • c5f8b8d28e Add gorilla/websocket to vendor folder Faissal Elamraoui 2017-01-23 20:12:40 +0100
  • 3f15b69bcc Send a reload message when AutoBuild is triggered Faissal Elamraoui 2017-01-22 22:28:52 +0100
  • de62ae6043 Start the Reload server (if enabled) Faissal Elamraoui 2017-01-22 22:27:20 +0100
  • 24eee99d5b Enable reload through JSON/YAML configuration files Faissal Elamraoui 2017-01-22 22:24:52 +0100
  • 4ad45b3cd7 Implements the Reload WebSocket endpoint Faissal Elamraoui 2017-01-22 22:14:29 +0100
  • 848618b21e update travis astaxie 2016-12-27 20:44:17 +0800
  • f9d0b2f2fc Merge pull request #347 from amrfaissal/fix-hproseapp Faissal Elamraoui 2016-12-27 09:50:51 +0100
  • 0dbf0c9693 Handle case when appname argument is missing Faissal Elamraoui 2016-12-27 09:44:15 +0100
  • 09e6fb26e2 Merge pull request #346 from Lao-liu/develop astaxie 2016-12-27 11:59:00 +0800