- Feb 25, 2020
-
-
GitLab Bot authored
-
- Jan 23, 2020
-
-
GitLab Bot authored
-
- Jan 17, 2020
-
-
GitLab Bot authored
-
- Nov 29, 2019
-
-
GitLab Bot authored
-
- Sep 10, 2019
-
-
Markus Koller authored
We had similar code in a few places to redirect to the last page if the given page number is out of range. This unifies the handling in a new controller concern and adds usage of it in all snippet listings.
-
Markus Koller authored
- Avoid N+1 queries for authors and comment counts - Avoid an additional snippet existence query
-
- Jul 18, 2019
-
-
George Thomas authored
Closes #55564 This is first discovered in #54739 (comment 122609857) that if both if: and only: are used in a before_action or after_action or alike, if: is completely ignored.
-
- Jun 17, 2019
-
-
Oswaldo Ferreir authored
It persist temporary personal snippets under user/:id namespaces temporarily while creating a upload record to track it. If an user gets removed while it's still a tmp upload, it also gets removed. If the tmp upload is sent, the upload gets moved to personal_snippets/:id as before. The upload record also gets updated to the new model type as well.
-
- Dec 20, 2018
-
-
Mark Chao authored
-
- Oct 18, 2018
-
-
William George authored
-
- Sep 19, 2018
-
-
gfyoung authored
Enables frozen string for the following: * app/controllers/*.rb * app/controllers/admin/**/*.rb * app/controllers/boards/**/*.rb * app/controllers/ci/**/*.rb * app/controllers/concerns/**/*.rb Partially addresses #47424.
-
- Sep 11, 2018
-
-
Yorick Peterse authored
This whitelists all existing offenses for the various CodeReuse cops, of which most are triggered by the CodeReuse/ActiveRecord cop.
-
- 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 09, 2018
-
-
Lin Jen-Shin authored
-
- Feb 28, 2018
-
-
haseeb authored
-
- Oct 11, 2017
-
-
Vitaliy @blackst0ne Klachkov authored
-
- Sep 06, 2017
-
-
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
-
- Jul 05, 2017
-
-
Douwe Maan authored
-
- Jun 07, 2017
-
-
Jarka Kadlecova authored
-
- Jun 06, 2017
-
-
blackst0ne authored
Add a rubocop rule to check if a method 'redirect_to' is used without explicitly set 'status' in 'destroy' actions of controllers
-
- May 31, 2017
-
-
Jarka Kadlecova authored
-
- May 29, 2017
-
-
Douwe Maan authored
-
- May 10, 2017
-
-
Refactor snippets finder & dont return internal snippets for external users See merge request !2094
-
Fix snippets visibility for show action - external users can not see internal snippets See merge request !2087
-
- May 05, 2017
-
-
Jarka Kadlecova authored
-
- May 04, 2017
-
-
Rares Sfirlogea authored
Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
-
- May 02, 2017
-
-
Jarka Kadlecova authored
-
- Apr 30, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- Apr 26, 2017
-
-
Jarka Kadlecova authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
- Feb 21, 2017
-
-
Douwe Maan authored
-
Oswaldo Ferreir authored
-
- Feb 20, 2017
-
-
Jarka Kadlecova authored
-
- Feb 02, 2017
-
-
Sean McGivern authored
Apply the same spam checks to public snippets (either personal snippets that are public, or public snippets on public projects) as to issues on public projects.
-
- Oct 11, 2016
-
-
Justin DiPierro authored
-
- Sep 19, 2016
-
-
Zeger-Jan van de Weg authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-