1. 29 Dec, 2016 2 commits
  2. 28 Dec, 2016 2 commits
  3. 26 Dec, 2016 1 commit
  4. 25 Dec, 2016 1 commit
    • legendtkl's avatar
      Modify func camelString to be more robust · c9c284be
      legendtkl authored
      1. In previous edition, for case "pic_url_1", the func will return
      "PicUrl_1", but "PicUrl1" seems to be more reasonable.
      2. More test cases please refer to utils_test.go
      c9c284be
  5. 23 Dec, 2016 3 commits
  6. 14 Dec, 2016 1 commit
  7. 09 Dec, 2016 1 commit
    • mlgd's avatar
      Remove a regression on AppPath · e90f4bee
      mlgd authored
      The application path is incorrect on Windows with the command line "go run". AppPath is assigned to the temp directory instead the folder project
      e90f4bee
  8. 06 Dec, 2016 6 commits
  9. 05 Dec, 2016 8 commits
  10. 30 Nov, 2016 1 commit
  11. 29 Nov, 2016 2 commits
  12. 28 Nov, 2016 1 commit
  13. 20 Nov, 2016 2 commits
  14. 13 Nov, 2016 2 commits
  15. 08 Nov, 2016 2 commits
  16. 07 Nov, 2016 1 commit
  17. 03 Nov, 2016 1 commit
  18. 30 Oct, 2016 2 commits
  19. 28 Oct, 2016 1 commit
    • Maxim Sukharev's avatar
      Add RouterPattern to context.Input · 683e6856
      Maxim Sukharev authored
      Right now beego adds this param only in dev mode, but I noticed that it's very useful to have in prod environment to.
      My current use case - filter that sends logs in newrelic. Pattern there will help a lot to generate correct transaction name.
      683e6856