- Oct 02, 2019
-
-
GitLab Bot authored
-
- Sep 11, 2019
-
-
Krasimir Angelov authored
-
- Jul 29, 2019
-
-
Andreas Brandl authored
We dropped MySQL support and a lot of mysql specific code has been removed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/29608. This comes in from the other direction and removes any `if postgresql?` branches.
-
- Jul 17, 2019
-
-
- Set access level in before_validation hook - Add post migration for updating existing project_features
-
- Apr 01, 2019
-
-
Thong Kuah authored
Adds `# frozen_string_literal: true` to spec/models ruby files
-
- Oct 05, 2018
-
-
- Oct 04, 2018
-
-
Robert Speicher authored
This will allow an explicitly-disabled feature flag to override a feature being available for a project. As an extreme example, we could quickly disable issues across all projects at runtime by running `Feature.disable(:issues)`.
-
- Sep 25, 2018
-
-
Valery Sizov authored
We started syncing all the wiki regardless of the fact it's disabled or not. We couldn't do that in one stage because of needing of smoth update and deprecating things. This is the second stage that finally removes unused columns in the geo_node_status table.
-
- Jul 24, 2018
-
-
Gabriel Mazetto authored
-
- Jul 09, 2018
-
-
Lin Jen-Shin authored
-
- Dec 22, 2017
-
-
blackst0ne authored
-
- Aug 02, 2017
-
-
Robert Speicher authored
-
- Jun 16, 2017
-
-
Yorick Peterse authored
This method used to use a UNION, which would lead to it performing the same query twice; producing less than ideal performance. Further, in certain cases ActiveRecord could get confused and mess up the variable bindings, though it's not clear how/why exactly this happens. Fortunately we can work around all of this by building some of the WHERE conditions manually, allowing us to use a simple OR statement to get all the data we want without any of the above problems.
-
- Feb 05, 2017
-
- Jan 26, 2017
-
-
Robert Speicher authored
-
- Oct 17, 2016
-
-
Felipe Artur authored
-
- Sep 01, 2016
-
-
Felipe Artur authored
-