kolaente
01f9e6332e
Modified import order
2017-12-06 17:17:37 +01:00
kolaente
66433a9549
gofmt
2017-12-04 19:31:45 +01:00
kolaente
25427aee25
Using "sess" instead of "x" when removing a depencency
2017-12-04 19:23:37 +01:00
kolaente
8bcb624b10
Added missing license header
2017-12-04 19:21:38 +01:00
kolaente
fae44666ec
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v50.go
2017-12-04 10:48:37 +01:00
Ethan Koenig
c0a7899416
Sort repos in issues dashboard sidebar ( #3072 )
...
* Sort repos in issues dashboard sidebar
* Sort repos by name
2017-12-04 12:39:01 +08:00
Ethan Koenig
3c1b1ca78e
Fix error message sanitiziation ( #3082 )
2017-12-04 03:48:03 +02:00
Lauris BH
5dc37b187c
Add reactions to issues/PR and comments ( #2856 )
2017-12-04 01:14:26 +02:00
kolaente
9dd0cb18a7
Fixed misspell
2017-12-03 18:07:48 +01:00
kolaente
d0baadc9c3
gofmt
2017-12-03 18:04:22 +01:00
kolaente
f61ba0f403
gofmt
2017-12-03 17:56:59 +01:00
Konrad
9af3aae2f3
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-12-03 17:45:55 +01:00
kolaente
3566e9e4a2
Added tests for issue dependencies
2017-12-03 17:45:43 +01:00
Ethan Koenig
ab62da283a
Fix avatar URLs ( #3069 )
...
* Fix avatar URLs
* import order
2017-12-03 19:55:13 +08:00
Ethan Koenig
a0964775ab
Sanitize logs for mirror sync ( #3057 )
2017-12-03 13:29:41 +08:00
Ethan Koenig
3163abedd6
Fix ref parsing in commit messages ( #3067 )
2017-12-03 10:20:12 +08:00
kolaente
1fded52044
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# public/js/index.js
2017-12-02 18:29:32 +01:00
kolaente
78dd6c1583
Moved checking if dependencies are enabled to issue_dependency.go
2017-12-02 18:25:12 +01:00
Lunny Xiao
35cc5b0402
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName ( #3043 )
...
* remove GetRepositoryByRef and add GetRepositoryByOwnerAndName
* fix tests
* fix tests bug
* some improvements
2017-12-02 15:34:39 +08:00
Ethan Koenig
91f3d77ceb
Unit tests for wiki routers ( #3022 )
2017-11-30 17:52:15 +02:00
kolaente
d00eb86117
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v49.go
# models/models.go
2017-11-29 21:00:37 +01:00
kolaente
6eea6c686f
Merge branch 'master' of https://github.com/go-gitea/gitea
...
# Conflicts:
# models/migrations/migrations.go
# models/migrations/v49.go
# models/models.go
2017-11-29 20:55:20 +01:00
Antoine GIRARD
4035ab05fa
Fix git lfs path ( #3016 )
...
* add suffix .git
* Remove Content-Type on GET methods
* Add migrations to force creation before any further potential migration
2017-11-29 01:35:23 +02:00
Duncan Ogilvie
c80d147fa9
Improve memory usage when reaching diff limits ( #2990 )
...
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
2017-11-29 01:22:24 +02:00
Antoine GIRARD
d99f4ab003
Git LFS lock api ( #2938 )
...
* Implement routes
* move to api/sdk and create model
* Implement add + list
* List return 200 empty list no 404
* Add verify lfs lock api
* Add delete and start implementing auth control
* Revert to code.gitea.io/sdk/gitea vendor
* Apply needed check for all lfs locks route
* Add simple tests
* fix lint
* Improve tests
* Add delete test + fix
* Add lfs ascii header
* Various fixes from review + remove useless code + add more corner case testing
* Remove repo link since only id is needed.
Save a little of memory and cpu time.
* Improve tests
* Use TEXT column format for path + test
* fix mispell
* Use NewRequestWithJSON for POST tests
* Clean path
* Improve DB format
* Revert uniquess repoid+path
* (Re)-setup uniqueness + max path length
* Fixed TEXT in place of VARCHAR
* Settle back to maximum VARCHAR(3072)
* Let place for repoid in key
* Let place for repoid in key
* Let place for repoid in key
* Revert back
2017-11-28 22:58:37 +02:00
Ethan Koenig
b7ebaf6d20
Various wiki bug fixes ( #2996 )
...
* Update macaron
* Various wiki bug fixes
2017-11-28 17:43:51 +08:00
kolaente
03769dadcf
gofmt
2017-11-28 00:34:14 +01:00
kolaente
db4f578e04
Finished implementing setting for dependencies
2017-11-28 00:33:51 +01:00
Konrad
c81041f80d
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-11-27 22:36:38 +01:00
kolaente
33c5033c8b
Started implementing settign for dependencies
2017-11-27 22:36:26 +01:00
Ethan Koenig
1028ef2def
Don't print SQL in unit tests ( #2995 )
...
* Add GITEA_UNIT_TESTS_VERBOSE environment variable to enable printing SQL
2017-11-27 12:29:48 +02:00
Konrad
fc35252f68
Merge branch 'master' of https://github.com/go-gitea/gitea
2017-11-26 18:41:38 +01:00
kolaente
a57bcf1103
Added more specific error when creating a new dependency if it already exists
2017-11-26 18:41:23 +01:00
Ethan Koenig
716ac1214f
Enable admin to search by email ( #2888 )
2017-11-26 16:40:38 +08:00
Ethan Koenig
0f6dc411df
Remove unnecessary IssueList attribute loads ( #2936 )
2017-11-21 13:28:22 +08:00
Lunny Xiao
10b54df2b2
Add dingtalk webhook ( #2777 )
...
* add dingtalk webhook type
* add vendor
* some fixes
* fix name check
* fix name check & improvment
2017-11-21 06:26:43 +02:00
Michael Kuhn
420fc8efc2
Disable add key button if SSH is disabled ( #2873 )
2017-11-21 11:49:33 +08:00
Konrad Langenberg
85cdd94d92
Moved methods to get issue dependencies for a given issue from repo to issue
...
+ Simplified both.
2017-11-14 22:04:46 +01:00
Konrad Langenberg
6109fcf49a
Simplified check for open dependencies
2017-11-14 21:41:49 +01:00
Konrad Langenberg
d65fe40531
Added unique to issue dependency struct for issueID and DependencyID
2017-11-06 22:12:27 +01:00
Konrad Langenberg
a54f930c72
Removed wrong notification content in struct
2017-11-06 21:39:52 +01:00
kolaente
c4ba8d681f
Merge branch 'master' into master
2017-11-06 17:42:41 +01:00
Lauris BH
bd6f24b4ab
Add deleted_branch table fixture ( #2832 )
...
* Add deleted_branch table fixture
* Fix deleted branches tests
* Remove unneeded global variable
2017-11-04 15:31:59 +02:00
Lauris BH
240609432b
Issue content should not be updated when closing with comment ( #2833 )
2017-11-03 17:23:17 +08:00
Guillaume Dube
8798cf4e3b
Set session and indexers' data files rel to AppDataPath ( #2192 )
...
* Set session and indexers' data files rel to AppDataPath
The setting AppDataPath is now relative to the working directory.
The session svc's PROVIDER_CONFIG now defaults to AppDataPath/data/sessions.
The issue indexer's IssuePath now defaults to AppDataPath/indexers/issues.bleves.
* fix bug
2017-11-03 10:56:20 +02:00
Morlinest
95637e046f
Fix order of comments ( #2835 )
2017-11-03 11:11:42 +08:00
Konrad Langenberg
4e9e1f8d83
Removed unused named returns
2017-11-01 21:36:06 +01:00
Konrad Langenberg
3beecd2d13
Improved readability
2017-11-01 21:33:42 +01:00
Konrad Langenberg
827291e188
Cleanup
2017-11-01 16:24:23 +01:00
Konrad
dd24b9ff5a
Implemented missing create table for Issue Dependencies table \
...
IssueNoDependenciesLeft now returns an error when something goes wrong
;
2017-11-01 16:16:49 +01:00