Commit Graph

8 Commits (12864733864f2faa73c7c131f9a421409088f887)

Author SHA1 Message Date
Lunny Xiao f83db078f0 Move database settings from models to setting ()
* move database settings from models to setting

* update docs

* fix checkout pr

* fix tests

* fix lint

* remove unsupported tidb options

* correct wrong variable name

* remove tidb totally
Lanre Adelowo e1fcd6b742 Disallow empty titles ()
* add util method and tests

* make sure the title of an issue cannot be empty

* wiki title cannot be empty

* pull request title cannot be empty

* update to make use of the new util methof
Lanre Adelowo a82ba73346 Make sure argsSet verifies string isn't empty too ()
zeripath 7d9a191a3c Create AuthorizedKeysCommand ()
Morgan Bazalgette 2b52f77e1b General refactor of the cmd package ()
* General refactor of the cmd package

* Address breakage in runCreateUser

* Place "common" functions into cmd.go
Matthias Loibl 5cd093aa46 Use cli Flags directly and not some helper funcs
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Kim "BKC" Carlbäcker 4f40019130 codegangsta/cli => urfave/cli ()
Unknwon e030109b5a fix api broken