Thomas Boerger and GitHub
f2ff0ee846
Raised version to 1.1.0 ( #468 )
2016-12-24 02:19:12 +01:00
Thomas Boerger and GitHub
6aacf4d2f0
Properly handle drone tags and release/* branches ( #466 )
2016-12-24 00:00:48 +01:00
Thomas Boerger
7b67347104
Fixed drone tagging
2016-12-23 19:51:39 +01:00
Thomas Boerger and GitHub
770e8310bd
Simplified README and added a release badge ( #460 )
...
* Dropped the status from readme, it's anway always outdated
* Added version badge
* Cleaned the install instructions
* Dropped paragraphs that should be documented on the docs
* Simplified the content, refer to the website
* Dropped the logo, lets show screenshots
* Fixed TRANSLATORS link
2016-12-23 15:05:24 +01:00
Thomas Boerger and GitHub
1e6dd98d51
Integrated an initial changelog ( #457 )
2016-12-23 13:06:43 +01:00
Thomas Boerger and GitHub
b33078fa33
Bindata is optional and over-writable on restart ( #354 )
...
* Moved conf assets into options folder
* Dropped old bindata
* Started to integrate options bindata and accessors
* Do not enforce a builtin app.ini
* Replaced bindata calls with options
* Dropped bindata task from makefile, it's the generate task now
* Always embedd app.ini to provide sane config defaults
* Use sane defaults for the configuration
* Defined default value for SSH_KEYGEN_PATH
* Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini
* Fixed new paths in latest test additions
* Drop bindata with make clean task
* Set more proper default values
2016-12-22 19:12:23 +01:00
Thomas Boerger and Lunny Xiao
618407c018
Do not override the binary version name from drone ( #436 )
...
Signed-off-by: Thomas Boerger <tboerger@suse.de >
2016-12-21 20:00:15 +08:00
Thomas Boerger and GitHub
8aeeed0a23
Disable coverage report for now ( #395 )
...
Until aircover gets updated so that it works again I have disabled to
coverage report upload for now.
2016-12-15 12:26:34 +01:00
Thomas Boerger and Lunny Xiao
c6b6a61bf1
Fixing multiple docker issues ( #386 )
...
* Added stupid docker task to makefile
* Dropped unknown option PrintLastLog from docker ssh config
* OpenSSH should log to docker stdout
* Set random pw for docker git user, otherwise it is locked
* Stop using templates and public within docker
2016-12-15 17:16:55 +08:00
Thomas Boerger and GitHub
83ed234472
Integrate templates into bindata optionally ( #314 )
...
Integrated optional bindata for the templates
2016-12-06 18:58:31 +01:00
Thomas Boerger and Lunny Xiao
2b63f32b8a
Enabled bindata build tag and generate bindata ( #352 )
2016-12-05 23:39:45 +08:00
Thomas Boerger and GitHub
70134323d1
Merge pull request #348 from tboerger/release-fixes
...
Fix drone release publishing and test steps
2016-12-05 14:49:00 +01:00
Thomas Boerger and Thomas Boerger
8a28130540
Fixed build tags and deps for all build/test steps
2016-12-05 14:34:55 +01:00
Thomas Boerger and Thomas Boerger
e52b24ad5d
Properly move releases within drone builds
2016-12-05 14:31:49 +01:00
Thomas Boerger and GitHub
edae0f134c
Merge pull request #347 from thehowl/fix-contributing-typos
...
Fix typos in CONTRIBUTING
2016-12-05 08:22:16 +01:00
Thomas Boerger and GitHub
db6a4e9fbf
Merge pull request #334 from avelino/scripts_project_name_update
...
Fixed project name on scripts
2016-12-02 20:13:20 +01:00
Thomas Boerger and Lunny Xiao
6598745f07
Copy gitea binary to docker from correct path ( #325 )
...
Signed-off-by: Thomas Boerger <tboerger@suse.de >
2016-12-01 18:53:26 +08:00
Thomas Boerger and Lunny Xiao
2932042a6d
Get rid of bin folder within makefile, enabled TiDB ( #319 )
...
* Get rid of the bin folder within the build process
Signed-off-by: Thomas Boerger <thomas@webhippie.de >
* Dropped latest make task, it is unused
Signed-off-by: Thomas Boerger <thomas@webhippie.de >
* Added tidb tag to drone config
Signed-off-by: Thomas Boerger <thomas@webhippie.de >
* Dropped the cert build tag
Signed-off-by: Thomas Boerger <thomas@webhippie.de >
* Dropped useless minwinsvc build tag
Signed-off-by: Thomas Boerger <thomas@webhippie.de >
* Dropped the useless build tags from drone config
Signed-off-by: Thomas Boerger <thomas@webhippie.de >
2016-12-01 15:28:43 +08:00
Thomas Boerger and GitHub
6519718706
Merge pull request #298 from stroucki/20161128locale
...
suggested locale fixes
2016-11-29 22:49:10 +01:00
Thomas Boerger and GitHub
ccad2cce32
Merge pull request #275 from strk/readmelink
...
Turn banner into a link to the github page
2016-11-29 20:38:23 +01:00
Thomas Boerger and Lunny Xiao
b6a95a8cb3
Integrate public as bindata optionally ( #293 )
...
* Dropped unused codekit config
* Integrated dynamic and static bindata for public
* Ignore public bindata
* Add a general generate make task
* Integrated flexible public assets into web command
* Updated vendoring, added all missiong govendor deps
* Made the linter happy with the bindata and dynamic code
* Moved public bindata definition to modules directory
* Ignoring the new bindata path now
* Updated to the new public modules import path
* Updated public bindata command and drop the new prefix
2016-11-30 00:26:36 +08:00
Thomas Boerger and GitHub
4680c349dd
Merge pull request #303 from tboerger/linting
...
Fixed remaining linting errors
2016-11-29 15:18:27 +01:00
Thomas Boerger
684d55e130
Reenabled lint check within drone
2016-11-29 14:15:36 +01:00
Thomas Boerger
60e3e5b4e1
Updated bindata to latest version
2016-11-29 14:14:40 +01:00
Thomas Boerger
e93d394620
Replace invaliud bindata variable names within make task
2016-11-29 14:14:22 +01:00
Thomas Boerger
6dd2c3b2db
Fixed linting errors for variable definitions
2016-11-29 14:05:26 +01:00
Thomas Boerger and GitHub
16cdbe1956
Merge pull request #288 from tboerger/docker
...
Docker integration
2016-11-29 07:21:47 +01:00
Thomas Boerger and GitHub
fd3f16695e
Merge pull request #289 from lunny/lunny/golint_models_issue_comment
...
Golint fixed for models/issue_comment.go
2016-11-28 14:46:00 +01:00
Thomas Boerger and GitHub
9948f0daaa
Merge pull request #285 from lunny/lunny/golint_models_org_team
...
Golint for models/org_team.go
2016-11-28 09:42:53 +01:00
Thomas Boerger and GitHub
25b5722155
Merge pull request #274 from lunny/lunny/golint_modules_auth
...
Golint fixed for modules/auth
2016-11-27 16:21:49 +01:00
Thomas Boerger and GitHub
e6da2cf2cb
Merge pull request #281 from Bwko/Lint/typos
...
Fixes typos
2016-11-27 14:01:50 +01:00
Thomas Boerger and GitHub
5efdccd1d8
Merge pull request #264 from Bwko/lint/org.go
...
Lint models/org.go
2016-11-27 12:18:20 +01:00
Thomas Boerger and GitHub
7a92519bd7
Merge pull request #269 from lunny/lunny/golint_modules_log
...
Golint fixed for modules/log
2016-11-27 12:16:35 +01:00
Thomas Boerger and GitHub
9a984c0d49
Merge pull request #266 from Bwko/lint/repo_mirror
...
Lint models/repo_mirror.go
2016-11-27 12:15:01 +01:00
Thomas Boerger and GitHub
fe3908d099
Merge pull request #268 from Bwko/lint/repo_branch
...
Lint models/repo_branch.go
2016-11-27 12:14:25 +01:00
Thomas Boerger and GitHub
e23a9d22e5
Merge pull request #267 from Bwko/lint/ssh_key
...
Lint models/ssh_key.go
2016-11-27 12:13:43 +01:00
Thomas Boerger and GitHub
93d527a0a4
Merge pull request #265 from Bwko/lint/access.go
...
Lint models/access.go
2016-11-27 12:12:56 +01:00
Thomas Boerger and GitHub
8347a55cc2
Merge pull request #263 from Bwko/lint/user_email
...
Lint models/user_email.go
2016-11-27 12:12:02 +01:00
Thomas Boerger and GitHub
bc59b8abc9
Merge pull request #273 from typeless/master
...
modules/process: add ExecDirEnv (next to ExecDir)
2016-11-27 12:11:04 +01:00
Thomas Boerger and GitHub
0a76d260fa
Merge pull request #260 from tboerger/drone-latest
...
Dropped latest publishing from drone
2016-11-25 17:13:55 +01:00
Thomas Boerger and GitHub
574e49c854
Merge pull request #241 from Bwko/lint/admin.go
...
Lint models/admin.go
2016-11-25 12:55:24 +01:00
Thomas Boerger and GitHub
21b7d30174
Merge pull request #245 from Bwko/lint/update&slack
...
Lint models/update.go, release.go & webhook_slack.go
2016-11-25 12:55:14 +01:00
Thomas Boerger and GitHub
e9c6053b86
Merge pull request #246 from Bwko/fix/typo
...
Fix typos
2016-11-25 12:54:57 +01:00
Thomas Boerger and GitHub
177a4c7385
Merge pull request #259 from tboerger/drone-fixes
...
Fixed s3 publishing within drone
2016-11-25 11:48:17 +01:00
Thomas Boerger and GitHub
5d4333eb0d
Merge pull request #240 from go-gitea/drone-additions
...
Additions to the Drone CI integration
2016-11-25 10:25:01 +01:00
Thomas Boerger and GitHub
32f8a38f6c
Merge pull request #254 from lunny/lunny/golint_modules_context
...
Golint fixed for modules/context
2016-11-25 10:11:52 +01:00
Thomas Boerger and Thomas Boerger
755ed84740
Be more explicit and dropped matrix builds from drone
2016-11-25 10:11:49 +01:00
Thomas Boerger and Thomas Boerger
5b17661c5d
Updated badges for drone and similar to lgtm
2016-11-25 10:11:49 +01:00
Thomas Boerger and GitHub
3e6f363471
Merge pull request #256 from lunny/lunny/golint_modules_avatar
...
Golint fixed for modules/avatar
2016-11-25 10:11:44 +01:00
Thomas Boerger and GitHub
2255a9af6a
Merge pull request #255 from lunny/lunny/golint_modules_cron
...
Golint fixed for modules/cron
2016-11-25 10:11:36 +01:00
Thomas Boerger and GitHub
26ae2ff86d
Merge pull request #252 from lunny/lunny/golint_fixed_modules_httplib
...
Golint fixed for modules/httplib
2016-11-25 10:08:49 +01:00
Thomas Boerger and GitHub
d39266228c
Merge pull request #251 from lunny/lunny/golint_modules_template
...
Golint fixed for modules/template
2016-11-25 10:08:37 +01:00
Thomas Boerger and GitHub
7c5de1e393
Merge pull request #250 from lunny/lunny/golint_modules_markdown
...
Golint fixed for modules/markdown
2016-11-25 10:08:23 +01:00
Thomas Boerger and GitHub
a321ffbcce
Merge pull request #249 from lunny/lunny/golint_modules_mailer
...
Golint fixed for modules/mailer
2016-11-25 10:07:52 +01:00
Thomas Boerger and Lunny Xiao
900a21008c
Added errcheck make task ( #242 )
2016-11-25 16:12:06 +08:00
Thomas Boerger and GitHub
21e8deed89
Merge pull request #96 from metalmatze/feature/drone-config
...
Create a first draft for .drone.yml
2016-11-24 21:36:47 +01:00
Thomas Boerger and GitHub
ba2e75a0ab
Merge pull request #238 from go-gitea/make-install
...
Really use go install on make install
2016-11-24 15:29:17 +01:00
Thomas Boerger and GitHub
b6b616b336
Merge pull request #228 from Bwko/feature/short-hash-download
...
Added short-hash support to downloads
2016-11-24 13:38:14 +01:00
Thomas Boerger and GitHub
289f819f78
Merge pull request #237 from strk/login_source-lint
...
Lint models/login_source.go
2016-11-24 13:37:01 +01:00
Thomas Boerger and GitHub
2ccdcda072
Merge pull request #235 from lunny/lunny/golint_modules_user
...
golint fixed for modules/user
2016-11-24 11:33:47 +01:00
Thomas Boerger and GitHub
0a66c2a2d9
Merge pull request #234 from strk/issue-lint
...
Lint issue.go
2016-11-24 11:30:39 +01:00
Thomas Boerger and GitHub
e512411863
Merge pull request #233 from strk/git_diff-lint
...
Lint git_diff.go
2016-11-24 11:29:51 +01:00
Thomas Boerger and GitHub
03b6880089
Merge pull request #232 from strk/error-lint
...
Lint error.go
2016-11-24 11:29:15 +01:00
Thomas Boerger and GitHub
8ba0ac976f
Merge pull request #231 from lunny/lunny/golint_modules_base
...
golint fixed for modules/base
2016-11-24 11:28:31 +01:00
Thomas Boerger and GitHub
1cfbfb3812
Merge pull request #212 from strk/action-lint
...
Lint action.go
2016-11-24 11:17:04 +01:00
Thomas Boerger and GitHub
f0cfb1cb03
Merge pull request #192 from strk/make-default-target
...
Have the default 'all' rule just build
2016-11-24 11:13:35 +01:00
Thomas Boerger and GitHub
0581210a76
Merge pull request #176 from strk/manager-lint
...
Lint and document manager api
2016-11-24 11:10:34 +01:00
Thomas Boerger and GitHub
1d9576d5ea
Merge pull request #202 from lunny/lunny/golint_fixed_routers_admin
...
go lint fixed for routers/admin
2016-11-21 10:37:14 +01:00
Thomas Boerger and GitHub
56a8cf523b
fix variable assigned and not used. ( #173 )
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com >
2016-11-15 07:53:16 +01:00
Thomas Boerger and GitHub
5fc370e332
Merge pull request #142 from 0xbaadf00d/feature/gofmt
...
Normalize files with gofmt
2016-11-11 14:44:30 +01:00
Thomas Boerger and GitHub
f07362b90f
Merge pull request #144 from strk/install-via-go
...
Add instructions to install via go
2016-11-11 14:43:07 +01:00
Thomas Boerger and GitHub
5d430c9e68
Merge pull request #108 from go-gitea/go-sdk
...
Replaced gogits go-gogs-client with go-sdk
2016-11-07 16:31:17 +01:00
Thomas Boerger and GitHub
ab12596143
Merge pull request #79 from strk/Makefile-tabs
...
Use tabs in Makefiles
2016-11-05 16:13:33 +01:00
Thomas Boerger and GitHub
b58b634e0e
Merge pull request #69 from go-gitea/makefile
...
Refactoring of the makefile
2016-11-05 00:06:41 +01:00
Thomas Boerger
c524078d2b
Extended gitignore
2016-11-04 23:46:11 +01:00
Thomas Boerger
b32776d533
Dropped outdated build scripts
2016-11-04 23:46:11 +01:00
Thomas Boerger
3dd14ee522
Fixed "net.UnixAddr composite literal uses unkeyed fields"
2016-11-04 23:45:47 +01:00
Thomas Boerger
ec054ba582
Totally refactored the makefile and adjusted travis config
2016-11-04 23:45:47 +01:00
Thomas Boerger
7a870080d6
Added a common golang gitignore
2016-11-04 23:45:06 +01:00
Thomas Boerger
eb25d1f252
Regenerated bindata
2016-11-04 23:45:06 +01:00
Thomas Boerger
5b5af7daee
Made linter happy in cmd folder
2016-11-04 23:45:06 +01:00
Thomas Boerger
212a04a45e
Linter doesn't like uppercase variables
2016-11-04 23:45:06 +01:00
Thomas Boerger
648c6fdd60
Vet complains about "should have signature MarshalJSON() ([]byte, error)", replaced with custom name
2016-11-04 23:45:06 +01:00
Thomas Boerger
f960b776f0
Simply made go vet happy, fixed tags
2016-11-04 23:45:06 +01:00
Thomas Boerger
e05a5ca36c
Executed go fmt for all files
2016-11-04 23:45:06 +01:00
Thomas Boerger and GitHub
ba4d255635
Merge pull request #33 from metalmatze/feature/main.go
...
Rename gogs.go to main.go with all references
2016-11-04 23:44:42 +01:00
Thomas Boerger and GitHub
cda6baf02c
Merge branch 'master' into feature/main.go
2016-11-04 23:24:55 +01:00
Thomas Boerger and GitHub
a46efe240d
Merge pull request #54 from joubertredrat/changes-less-css
...
Set default less and css to new default name
2016-11-04 23:24:45 +01:00
Thomas Boerger and GitHub
747f86aa23
Merge branch 'master' into changes-less-css
2016-11-04 19:23:32 +01:00
Thomas Boerger and Andrey Nering
03902bb53d
Minor cleanups, look at the specific commits ( #67 )
...
* Dropped codebeat, we got go reportcard
* Dropped gopm file, we are using govendor
* Dropped chinese readme, this should be part of the docs
* Dropped bra config, not really used
* Dropped packager, we will provide our own packages
2016-11-04 14:27:33 -02:00
Thomas Boerger and GitHub
6a20711afd
Merge pull request #72 from go-gitea/maintainers
...
One more try to validate maintainers and contributors
2016-11-04 16:39:17 +01:00
Thomas Boerger
ccdbd8bf48
One more try to validate maintainers and contributors
2016-11-04 16:37:50 +01:00
Thomas Boerger and GitHub
38c209e85b
Merge pull request #71 from go-gitea/lgtm-fix
...
Use a correct format for CONTRIBUTORS and MAINTAINERS
2016-11-04 16:33:38 +01:00
Thomas Boerger
1aaa3a303d
Use a correct format for CONTRIBUTORS and MAINTAINERS
2016-11-04 16:18:25 +01:00
Thomas Boerger and GitHub
75ddcddd06
Merge branch 'master' into changes-less-css
2016-11-04 14:36:24 +01:00
Thomas Boerger and GitHub
8e66e09cd8
Merge branch 'master' into feature/main.go
2016-11-04 14:35:45 +01:00
Thomas Boerger and GitHub
4fdca026c7
Merge pull request #62 from lunny/master
...
Added CONTRIBUTING
2016-11-04 14:30:35 +01:00
Thomas Boerger and GitHub
13c3edde05
Merge branch 'master' into master
2016-11-04 14:08:31 +01:00
Thomas Boerger and GitHub
fc55182a4c
Merge pull request #41 from DblK/feature-issueTrackerLink
...
Allow user to set an external tracker url and forward to it
2016-11-04 09:37:13 +01:00
Thomas Boerger
f8b4699a14
Dropped go get from travis config
2016-11-04 08:43:11 +01:00