- Feb 24, 2020
-
-
GitLab Bot authored
-
- Jan 24, 2020
-
-
GitLab Bot authored
-
- Jan 06, 2020
-
-
GitLab Bot authored
-
- Dec 16, 2019
-
-
GitLab Bot authored
-
- Dec 06, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Dec 05, 2019
-
-
GitLab Bot authored
-
- Nov 13, 2019
-
-
GitLab Bot authored
-
- Oct 03, 2019
-
-
GitLab Bot authored
-
- Sep 27, 2019
-
-
GitLab Bot authored
-
- Sep 25, 2019
-
-
GitLab Bot authored
-
- Sep 24, 2019
-
-
GitLab Bot authored
-
- Aug 09, 2019
-
-
Tristan Read authored
Removes the feature flag that controls whether metrics dashboard urls unfurl the metrics dashboard charts.
-
- Jul 09, 2019
-
-
Sarah Yasonik authored
-
- Jun 25, 2019
-
-
Roger Meier authored
-
Heinrich Lee Yu authored
Changes migration and all other places the attribute is used
-
Adds an instance setting to limit display of time tracking values to hours only
-
- Apr 30, 2019
-
-
Roger Meier authored
-
- Mar 04, 2019
-
-
Filipa Lacerda authored
Adds EE information to gon Creates a global vue mixin
-
- Feb 06, 2019
-
-
Fabian Schneider authored
-
Fabian Schneider authored
-
- Jan 13, 2019
-
-
Stan Hu authored
After upgrading to Ruby 2.5.3, we switched `URI.join` in favor of `Gitlab::Utils.append_path`. However, ActionController::Base.helpers.image_path can return a full URL if a CDN host is present. Rails provides a way to generate the full URL using the asset path, but that doesn't appear to work because `request` is nil`. Revert to the previous behavior to handle CDNs and relative URLs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56268
-
- Nov 09, 2018
-
-
Stan Hu authored
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will remove the double slash, however it's not the case in Ruby 2.5. Using chomp should work better for the intention, as we're not trying to allow things like ../ or / paths resolution. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53180
-
- Oct 22, 2018
-
-
gfyoung authored
-
- Oct 11, 2018
-
-
Yorick Peterse authored
This adds a method to Gitlab::GonHelper called `push_frontend_feature_flag`. This method can be used to easily expose the state of a feature flag to Javascript code. For example, using this method we may write the following controller code: before_action do push_frontend_feature_flag(:vim_bindings) end def index # ... end def edit # ... end In Javascript we can then check the state of the flag as follows: if ( gon.features.vimBindings ) { // ... } Fixes https://gitlab.com/gitlab-org/release/framework/issues/17
-
- May 31, 2018
-
-
- May 29, 2018
-
-
Douwe Maan authored
-
- May 24, 2018
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- May 02, 2018
-
-
Tim Zallmann authored
-
- Mar 05, 2018
-
-
Kushal Pandya authored
-
- Mar 01, 2018
-
-
- Feb 02, 2018
-
-
Mario de la Ossa authored
-
- Jan 03, 2018
-
-
Tim Zallmann authored
-
- Dec 21, 2017
-
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
- Nov 09, 2017
-
-
Tim Zallmann authored
-
- Sep 22, 2017
-
-
Tim Zallmann authored
-
- Sep 07, 2017
-
-
Filipa Lacerda authored
Open the settings section based on the location hash
-
- Sep 05, 2017
-
-
Filipa Lacerda authored
Prepares for i18n
-
Filipa Lacerda authored
-