Commit Graph

264 Commits (700611cc18e58343d9d67980263b246bcacb6171)

Author SHA1 Message Date
Thibault Meyer 871c964ef7 Upgrade vendor "git" ()
Thibault Meyer 54e6ed3431 Upgrade vendor "git" ()
Lunny Xiao a8c6698de8 Fix error 500 on organization dashboard page ()
Sandro Santilli a1c5f02444 Fix import path of go-sdk ()
From code.gitea.io/go-sdk/gitea
  To code.gitea.io/sdk/gitea
Sandro Santilli 4247304f5a Update import paths from github.com/go-gitea to code.gitea.io ()
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis

See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
Matthias Loibl a5d0b4de5b
Vendor github.com/stretchr/testify for the assert package
Sandro Santilli 864d1b1f9f Fix type in unused constant name ()
* Write LDAP, SMTP, PAM, DLDAP back to all uppercase

* Fix type in unused constant name

* Other MixCased fixes

* Complete MixerCasing of template constants

* Re uppercase LTS and LDAPS suffixes

* Uppercase JSON suffix in constant names

* Proper case LoginNoType

* Prefix unexported template path constants with "tpl"
Sandro Santilli 0b62aeb495 More MixedCase consts
Sandro Santilli 80eea77953 Use MixedCase constant names
See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
Thomas Boerger e378648c79
Added updated go-sdk
Thomas Boerger 6f3097f9e6
Dropped github.com/gogits/go-gogs-client vendored dep
Sandro Santilli 6e4252dad4 Replace gogits/git-module dependency with go-gitea/git ()
* Replace gogits/git-module dependency with go-gitea/git

Fixes 

* Remove git alias for git module import (not needed)
Thomas Boerger 1ebb35b988
Added all required dependencies
Thomas Boerger 78f86abba4
Added vendoring config for govendor