Commit Graph

25 Commits (72bfabfada8fc485b88eb4547b7d3575789a69c8)

Author SHA1 Message Date
Antonio Facciolo 947d2ee21b Fixes
Export Pusher name as GITEA_PUSHER_NAME env variable
Export also GITEA_UUID, but keep the uuid env variable for backward compatibility

export pusher name ENV variable 

change env variable prefix to GITEA_

Signed-off-by: Antonio Facciolo <afdev82@gmail.com>

Export also GITEA_UUID 

Keep uuid env variable for backward compatibility
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 5cd093aa46 Use cli Flags directly and not some helper funcs
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Thomas Boerger 5b5af7daee
Made linter happy in cmd folder
Rémy Boulanouar 2d68bd1ef9 Change import reference to match gitea instead of gogs ()
Kim "BKC" Carlbäcker 4f40019130 codegangsta/cli => urfave/cli ()
Unknwon 7826eae452 fix DEPRECATED Action signature erorr
Unknwon c9516c4c60 Fix wrong place to check disable SSH
Unknwon ccc94dd11c fix panic on pushing repositor
Unknwon 9cf4fe043b Add env var check for update
Unknwon e030109b5a fix api broken
Unknwon f255b1e86d fatal when no needed update task
Unknwon 0fbb8c8826 New push to head repo of head branch: regenerate patch and retest apply
Unknwon f15fa9167a cmd: code fix for
- routers/admin: add rewrite update hook operation
- conf/locale: update locale file due to ini behavior changes
- cmd/cert_stub.go: remove useless code
- cmd/fix.go: no longer need fix command(at least now)
Peter Smit 1ab09e4f1b Add option to provide configuration file on command line
Unknwon 8dd07c0ddd New UI merge in progress
Lunny Xiao be123588ce clear comments
Lunny Xiao 1c46d68aba bug fixed for message tag
Unknown 47d29a1ee0 Mirror fix on
Unknown 8bfa7ae745 Remove qiniu/log
Unknown ab13a29cb5 Fix
Unknown 5e9a45f74a Code convention
Unknown a641854cad command dump
Unknown 7b60756f2c Fix Collaborators cannot commit
Unknown 3bd5fc6d6f Add command dump and move to cmd did