Lauris BH
7a0297819d
Sync releases table with tags on push and for mirrors ( #2459 )
...
* Sync releases table with tags on push and for mirrors
* Code style fixes
* Fix api to return only releases
* Optimize release creation and update
Minimize posibility of race conditions
* Fix release lower tag name updating
* handle tag reference update by addionally comparing commit id
2017-09-20 13:26:49 +08:00
Jorge Maldonado Ventura
8b6236d67b
Fix duplicated rel attribute ( #2549 )
...
According to the HTML 5.1 recommendation "The rel attribute on a
and area elements controls what kinds of links the elements create.
The attribute’s value must be a set of space-separated tokens."
(source https://www.w3.org/TR/html51/links.html#links-created-by-a-and-area-elements )
2017-09-20 07:20:11 +03:00
Ethan Koenig
acecedc410
Use named ActionType constants in template helper ( #2545 )
2017-09-20 09:22:42 +08:00
David Schneiderbauer
4eed85db56
add @daviian as maintainer ( #2552 )
...
Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
2017-09-19 23:03:31 +02:00
Ethan Koenig
a1ed239bf2
Fix fmt errors ( #2544 )
2017-09-19 19:44:49 +08:00
Lauris BH
23645fe05f
Sort repository tree entries in natural way ( #2506 )
...
* Sort repository tree entries in natural way
* Fix sort for different length strings with first parts equal
* Improve test case
* Refactor return statements
* Update gitea/git dependency
2017-09-19 11:37:03 +03:00
Ethan Koenig
4cb9394a97
Fix lint errors ( #2547 )
2017-09-19 11:08:30 +03:00
Jorge Maldonado Ventura
d155d0e665
Make basic functionality work without JavaScript ( #2541 )
2017-09-19 01:03:01 +02:00
Jonas Franz
566e8ecce0
Fork permission bug fixes ( #2534 )
...
* Hotfix for "Add time manually" (https://github.com/go-gitea/gitea/pull/2211#issuecomment-328780125 )
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Checking if Code unit is enabled before creating a fork.
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Adding a discrete function for RepoIDAssignment
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Improved Documentation
2017-09-18 22:52:20 +08:00
Ethan Koenig
6c6533fb31
Make integration tests more user-friendly ( #2536 )
2017-09-18 16:35:42 +08:00
Konrad Langenberg
e1779569f5
fixed lint
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 22:23:52 +02:00
Konrad Langenberg
cf3988ef52
fixed lint
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 22:23:12 +02:00
Konrad Langenberg
c1ee648998
fixed template issue, resolved conflicts
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:53:28 +02:00
Konrad
3417d871d9
Merge remote-tracking branch 'origin/master'
2017-09-17 21:41:14 +02:00
Jonas Franz
c18d0f81ce
govendor sync
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2017-09-17 21:40:03 +02:00
Konrad
d911fda62b
Merge remote-tracking branch 'origin/master'
...
# Conflicts:
# models/issue_dependency.go
2017-09-17 21:39:43 +02:00
Konrad Langenberg
29624e58f3
removed redundant depExists
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:37:11 +02:00
Jonas Franz
39cf3f7c6b
Improving documentation to fix lint.
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2017-09-17 21:35:20 +02:00
Jonas Franz
fe6c1a9ae2
Fixing build process by syncing govendor dependencies and gofmt.
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2017-09-17 21:26:37 +02:00
kolaente
05ad1bb4a8
Merge pull request #1 from kolaente/resolved-conflicts
...
Resolved conflicts
2017-09-17 21:19:16 +02:00
Jonas Franz
6898e46bcb
Merge branch 'master' into resolved-conflicts
2017-09-17 21:18:47 +02:00
Konrad Langenberg
00aea1ad6f
Fixed conflict with timetracking
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:14:02 +02:00
kolaente
d59aee92e3
Resolved Conflicts
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:14:02 +02:00
Konrad Langenberg
1710ea49a0
Moved languagestrings to ini
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:14:01 +02:00
Konrad Langenberg
6e5c686457
Fully implemented Repo setting to enable/disable Issue Dependencies
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:59 +02:00
Konrad Langenberg
c0d03825d1
Fixed showing correct index in issue comment
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:59 +02:00
Konrad Langenberg
743d0cfd49
Beautify @JonasFranzDEV
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:59 +02:00
kolaente
c6087b8a3d
Implemented Basic Setting of Issue Dependencies
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:56 +02:00
kolaente
96f5d6b292
Started implementation of setting
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:56 +02:00
Konrad Langenberg
916d7f01e0
Improved Comments
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:54 +02:00
Konrad Langenberg
ab17606372
Added delete Dependency function
...
+ Improved Event Comments
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:54 +02:00
Konrad Langenberg
b89a9e9d2e
Added basic functionality:
...
* Add new dependecy
* Show dependencies
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:51 +02:00
Konrad Langenberg
f3c40e8aea
Added create new issue method
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:13:47 +02:00
Konrad Langenberg
8bd99fe32e
Init:
...
* Added models
* Added UI
* Added Routes
Signed-off-by: kolaente <k@knt.li>
2017-09-17 21:13:43 +02:00
Konrad Langenberg
8d1f9fe0df
Fixed conflict with timetracking
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:07:07 +02:00
kolaente
0eafc956ac
Resolved Conflicts
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:06:54 +02:00
Konrad Langenberg
c7696b17db
Moved languagestrings to ini
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:04:03 +02:00
Konrad Langenberg
14b5d369c9
Implemented repo settings check on autoclose
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:04:03 +02:00
Konrad Langenberg
2dbeb63a75
Fully implemented Repo setting to enable/disable Issue Dependencies
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:04:03 +02:00
Konrad Langenberg
4e295d60cd
Fixed showing correct index in issue comment
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:03:48 +02:00
Konrad Langenberg
49309a33d2
Fixed issue comment title bug
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:03:30 +02:00
Konrad Langenberg
538c3f04f3
Beautify @JonasFranzDEV
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:03:30 +02:00
Konrad Langenberg
2f9a4cc9e4
Fixed comments
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:03:08 +02:00
Konrad Langenberg
2c95447bdf
Started implementation of comments
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:03:08 +02:00
kolaente
ca3b4e388a
Implemented Basic Setting of Issue Dependencies
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:03:08 +02:00
kolaente
88855dd991
Started implementation of setting
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:01:40 +02:00
Konrad Langenberg
88025f8d7f
Implemented Dependencies for pull requests.
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:00:54 +02:00
Konrad Langenberg
21f36f99c6
Implemented not closing an issue via commit message if it has blocking dependencies
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:00:54 +02:00
Konrad Langenberg
c3a0581243
Implemented not closing an issue if it has blocking dependencies
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:00:54 +02:00
Konrad Langenberg
475c539fee
Improved Comments
...
Signed-off-by: Konrad <konrad@kola-entertainments.de>
2017-09-17 21:00:54 +02:00