Skip to content

Add ability to sort issues by due date (#6206)#6244

Merged
techknowlogick merged 2 commits into
go-gitea:masterfrom
stevegt:issue-sort-by-due-date-6206
Mar 5, 2019
Merged

Add ability to sort issues by due date (#6206)#6244
techknowlogick merged 2 commits into
go-gitea:masterfrom
stevegt:issue-sort-by-due-date-6206

Conversation

@stevegt

@stevegt stevegt commented Mar 5, 2019

Copy link
Copy Markdown
Contributor

Works in touch-testing, but #6243 is preventing me from executing local drone run, so this could go badly. This being my first UI commit, I've only updated en_US and am not sure if there is anything else I need to do for crowdin translations.

Signed-off-by: Steve Traugott <stevegt@t7a.org>
@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #6244 into master will increase coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6244      +/-   ##
==========================================
+ Coverage   38.83%   38.84%   +<.01%     
==========================================
  Files         355      355              
  Lines       50243    50247       +4     
==========================================
+ Hits        19514    19518       +4     
+ Misses      27901    27900       -1     
- Partials     2828     2829       +1
Impacted Files Coverage Δ
models/issue.go 48.1% <0%> (-0.16%) ⬇️
models/repo_list.go 66.84% <0%> (-1.06%) ⬇️
routers/repo/view.go 42.07% <0%> (+0.99%) ⬆️
models/unit.go 14.28% <0%> (+14.28%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4512634...7d973ed. Read the comment docs.

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Mar 5, 2019
@GiteaBot GiteaBot added lgtm/need 1 This PR needs approval from one additional maintainer to be merged. and removed lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. labels Mar 5, 2019
@lafriks lafriks added the type/enhancement An improvement of existing functionality label Mar 5, 2019
@lafriks lafriks added this to the 1.9.0 milestone Mar 5, 2019
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Mar 5, 2019
@techknowlogick

Copy link
Copy Markdown
Member

Make LG-TM work

@techknowlogick techknowlogick merged commit b257e04 into go-gitea:master Mar 5, 2019
@techknowlogick techknowlogick modified the milestones: 1.9.0, 1.8.0 Mar 5, 2019
@techknowlogick

Copy link
Copy Markdown
Member

Ah. Missed that it was 1.9 before merging. Moved it to 1.8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/enhancement An improvement of existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants