Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3fb24bc6
Commit
3fb24bc6
authored
Sep 26, 2017
by
Kamil Trzcinski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sort by id, not created_at
parent
39b90bce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/controllers/projects/jobs_controller.rb
app/controllers/projects/jobs_controller.rb
+1
-1
changelogs/unreleased/jobs-sort-by-id.yml
changelogs/unreleased/jobs-sort-by-id.yml
+5
-0
No files found.
app/controllers/projects/jobs_controller.rb
View file @
3fb24bc6
...
...
@@ -11,7 +11,7 @@ class Projects::JobsController < Projects::ApplicationController
def
index
@scope
=
params
[
:scope
]
@all_builds
=
project
.
builds
.
relevant
@builds
=
@all_builds
.
order
(
'c
reated_at
DESC'
)
@builds
=
@all_builds
.
order
(
'c
i_builds.id
DESC'
)
@builds
=
case
@scope
when
'pending'
...
...
changelogs/unreleased/jobs-sort-by-id.yml
0 → 100644
View file @
3fb24bc6
---
title
:
Sort JobsController by id, not created_at
merge_request
:
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment