- 04 Nov, 2016 3 commits
-
-
Dimitrie Hoekstra authored
-
Dimitrie Hoekstra authored
change build list height to show 6,5 builds + improve padding of list, with first/last child selectors
-
José Iván authored
Moved most of the functions that contained "window.doSomething" that were located at: - app/assets/javascripts/application.js To the following file: - app/assets/javascripts/lib/utils/common_utils.js The functions listed here: - window.ajaxGet - window.split - window.extractLast - window.rstrip - window.disableButtonIfEmptyField - window.disableButtonIfAnyEmptyField - window.sanitize - window.unbindEvents - window.shiftWindow Now will be accessible from the "gl.utils" namespace
-
- 03 Nov, 2016 4 commits
-
-
Lukas Erlacher authored
No matter which environment Gitlab was running as, the admin/logs view always showed production.log. This commit selects the logfile based on Rails.env. - Rename ProductionLogger to EnvironmentLogger - Make EnvironmentLogger logfile depend on env - Update spinach test for log tabs
-
Annabel Dunstone Gray authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
[ci skip]
-
- 02 Nov, 2016 3 commits
-
-
Brian Kintz authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
winniehell authored
-
Alfredo Sumaran authored
-
- 01 Nov, 2016 26 commits
-
-
Drew Blessing authored
-
Bryce Johnson authored
-
Filipa Lacerda authored
Fixes changelog
-
Annabel Dunstone Gray authored
-
Filipa Lacerda authored
Media queries for medium screens Adds entry to CHANGELOG Rollback to previous design Adds class for previous sibling Fix removed class Fixes after review Fix scss linter
-
Bryce Johnson authored
-
Yar authored
It is not possible to search for a user by his secondary email address in the Users search bar in the admin interface(/admin/users). A use-case could be that an admin wants to remove a specific secondary email address of an user, because it interferes with another user. Issue #23761 This commit adds ability to search not only by main email, but also by any secondary email in the admin interface.
-
Yar authored
The parameter is used to search users by several criretia was called :name. This request renames it to :search_query which closer to it actual perpose
-
Stan Hu authored
The Sidekiq client API adds an entry to the Sidekiq "queues" list, but mail_room and gitlab-shell use redis-rb directly to insert jobs into Redis and thus do not make an extra "sadd" call to Redis each time a job is inserted. To make it possible to monitor these queues via the API, add an initialization step to set up the list at startup. Closes gitlab-com/infrastructure#682
-
Felipe Artur authored
-
Yorick Peterse authored
[ci skip]
-
Phil Hughes authored
-
Gauvain Pocentek authored
The UI allows to define a token to validate payload on the target URL, this patch adds the feature to the API.
-
Alex Sanford authored
If source branch or target branch doesn't exist in the project, display form validation errors. Previously, this caused a 500 error code.
-
panjan authored
Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/18096
-
Hiroyuki Sato authored
-
Adam Niedzielski authored
Refers to #23806.
-
Phil Hughes authored
Closes #22710
-
Phil Hughes authored
-
Phil Hughes authored
Closes #20833
-
Phil Hughes authored
-
Phil Hughes authored
Fixes an issue in Safari that stops issues from being draggable Closes #23048
-
Phil Hughes authored
-
Nur Rony authored
changelog entry added adds merge request number adds test for milestone dropdown selected text removes calling unnecessary escape function adds changelog entry in 8.13.2 and removed redundant changelog sections moves changelog entry to 8.14 as there is conflict
-
winniehell authored
-
Douglas Barbosa Alexandre authored
-
- 31 Oct, 2016 3 commits
-
-
Rémy Coutable authored
[ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Yorick Peterse authored
These are regular Rails migrations that are executed by default. A user can opt-out of these migrations by setting an environment variable during the deployment process. Fixes gitlab-org/gitlab-ce#22133
-
Felipe Artur authored
-
- 28 Oct, 2016 1 commit
-
-
Phil Hughes authored
Closes #23926
-