- Jul 30, 2018
-
-
Bob Van Landuyt authored
The status is shown for - The author of a commit when viewing a commit - Notes on a commit (regular/diff) - The user that triggered a pipeline when viewing a pipeline - The author of a merge request when viewing a merge request - The author of notes on a merge request (regular/diff) - The author of an issue when viewing an issue - The author of notes on an issue - The author of a snippet when viewing a snippet - The author of notes on a snippet - A user's profile page - The list of members of a group/user
-
- Jul 11, 2018
-
-
Jarka Kadlecova authored
This reverts commit 4d9a3f42, reversing changes made to ecf9c145.
-
- Jul 06, 2018
-
-
Brett Walker authored
-
- Jul 04, 2018
-
-
Jarka Kadlecova authored
-
- Jun 07, 2018
-
-
Clement Ho authored
-
- Jun 03, 2018
-
-
Takuya Noguchi authored
-
- May 24, 2018
-
-
Clement Ho authored
-
- Apr 19, 2018
-
-
Dennis Tang authored
-
- Apr 10, 2018
-
-
Clement Ho authored
-
- Apr 09, 2018
-
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
- Apr 03, 2018
-
-
When listing issues and merge requests on dasboard page, make sure that at least one filter is enabled. User's id is used in search autocomplete widget instead of username, which allows presetting user in filter dropdowns. Related to #43246
-
- Mar 21, 2018
-
-
Lukas Eipert authored
-
- Mar 05, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Feb 26, 2018
-
-
Jan Provaznik authored
Instead of converting hash into JSON inside issuable_initial_data method, return hash and convert to JSON later. This allows us to easily extend basic issuable data with resource specific values. For example for Epic these data should include also labels, so we can then do something like: issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
-
- Jan 18, 2018
-
-
Felipe Artur authored
-
Jan Provaznik authored
For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247
-
- Dec 19, 2017
-
-
Robert Speicher authored
-
- Dec 15, 2017
-
-
Oswaldo Ferreir authored
requests
-
- Nov 29, 2017
-
-
Clement Ho authored
-
- Nov 07, 2017
-
-
Jarka Kadlecova authored
-
- Nov 02, 2017
-
-
Jarka Kadlecova authored
-
- Oct 31, 2017
-
-
Eric Eastwood authored
-
- Oct 12, 2017
-
-
Sean McGivern authored
We were looking these up on each request to an issue page, because the form is pre-filled, as is the template dropdown. That was unnecessary: we could just treat these as 'special' repository files (like the rendered README) and cache them in Redis until they change on a push.
-
- Sep 28, 2017
-
-
Bob Van Landuyt authored
The abuse reports need a full issuable URL, but linking to issuables should use the relative paths
-
- Sep 11, 2017
-
-
kushalpandya authored
-
- Sep 06, 2017
-
-
micael.bergeron authored
-
micael.bergeron authored
- only show in merge-requests - show as a little glyph
-
micael.bergeron authored
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
-
Phil Hughes authored
-
- Sep 05, 2017
-
-
Yorick Peterse authored
This changes the issue and MR index pages so the pagination system re-uses the output of the COUNT(*) query used to calculate the number of rows per state (opened, closed, etc). This removes the need for an additional COUNT(*) on both pages.
-
- Sep 04, 2017
-
- Sep 01, 2017
-
-
Robert Speicher authored
-
- Aug 31, 2017
-
-
Sean McGivern authored
We're going to cache the total open count separately, and then just perform these counts on the list. We already do that to get the pagination information, through Kaminari, and a future change will make Kaminari reuse the query results from earlier in the request.
-
- Aug 29, 2017
-
-
Maxim Rydkin authored
-
- Aug 28, 2017
-
-
Felipe Artur authored
-
- Aug 24, 2017
-
-
Mehdi Lahmam authored
Its last usage has been removed at 260c8da0.
-
- Aug 18, 2017
-
-
Phil Hughes authored
-