- 18 Jun, 2019 1 commit
-
-
Rubén Dávila authored
When a Group/Personal namespace is using the Free plan on GL.com then the assigned CI minutes is read from `Gitlab::CurrentSettings.shared_runners_minutes` and not from `Namespace#shared_runners_minutes`. In the previous version we were using `Namespace#shared_runners_minutes_limit` which was returning `nil` instead of 2000 (The current default CI minutes configured globally for free plans in GL.com). This bug was affecting Pipelines and was showing wrong information on the Pipeline Quote info for the Group/Personal namespace. Now we're using `Namespace#actual_shared_runners_minutes_limit` which returns the globally configured value if the current Namespace has not been configured with CI minutes.
-
- 17 Jun, 2019 39 commits
-
-
GitLab Bot authored
-
Thong Kuah authored
Don't use Kubernetes namespaces with no token See merge request gitlab-org/gitlab-ce!29643
-
Andreas Brandl authored
Add index on invite-email to members See merge request gitlab-org/gitlab-ce!29768
-
Dan Davison authored
CE port of "Add test for git http operations for SSO enforced SAML group" See merge request gitlab-org/gitlab-ce!29550
-
GitLab Bot authored
-
Dan Davison authored
[CE] Validate page after visit in block See merge request gitlab-org/gitlab-ce!29524
-
Dan Davison authored
[EE] Validate page after visit in block Closes gitlab-ce#62062 See merge request gitlab-org/gitlab-ee!13994
-
Stan Hu authored
Expose currently supported events properly on services API Closes #56737 See merge request gitlab-org/gitlab-ce!29736
-
Thong Kuah authored
Refresh service_account_token for kubernetes_namespaces See merge request gitlab-org/gitlab-ce!29657
-
GitLab Bot authored
-
Evan Read authored
note that todos are not affected by GitLab Notification Email settings See merge request gitlab-org/gitlab-ce!29539
-
Ben Bodenmiller authored
-
Stan Hu authored
Fixes broken group specs on MySQL Closes #12227 See merge request gitlab-org/gitlab-ee!14198
-
Mayra Cabrera authored
:nested_groups clause was added to failing specs
-
GitLab Bot authored
-
Kamil Trzciński authored
Reduce SQL calls for loading CI artifacts See merge request gitlab-org/gitlab-ee!14174
-
Stan Hu authored
This eliminates up to 7 separate SQL calls to retrieve job artifacts by loading all report records into memory once for `MergeRequestsController#show`. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/63228
-
Douglas Barbosa Alexandre authored
Hashed Storage is enabled by default on new installations See merge request gitlab-org/gitlab-ce!29586
-
Douglas Barbosa Alexandre authored
[EE port] Hashed Storage is enabled by default on new installations See merge request gitlab-org/gitlab-ee!14129
-
Filipa Lacerda authored
Toolbar backport changes for CE See merge request gitlab-org/gitlab-ce!29758
-
GitLab Bot authored
-
Mike Greiling authored
Merge branch 'ce-backport-11435-mr-search-by-approvers-doesn-t-use-reserved-values-for-none-and-any' into 'master' Backport fix MR search by approvers See merge request gitlab-org/gitlab-ce!29621
-
Justin Boyson authored
-
Mike Greiling authored
Merge branch '11435-mr-search-by-approvers-doesn-t-use-reserved-values-for-none-and-any' into 'master' Resolve MR search by approvers Closes #11435 See merge request gitlab-org/gitlab-ee!14036
-
Justin Boyson authored
This was fixed in CE, and the EE reference no longer makes sense. So remove the reference to EE since it is basically a straight passthrough. And remove the ee version of visual_token_value.js since it is not used anymore.
-
Stan Hu authored
Spec for checking race condition of initial push not being indexed See merge request gitlab-org/gitlab-ee!14132
-
GitLab Bot authored
-
Gabriel Mazetto authored
updated documentation for Geo
-
Yorick Peterse authored
"Fix schema.rb with missing content" Closes #12227 See merge request gitlab-org/gitlab-ee!14192
-
Mayra Cabrera authored
Backport docs for "Automatically index wikis in elasticsearch" See merge request gitlab-org/gitlab-ce!29612
-
Nick Thomas authored
-
Mayra Cabrera authored
Automatically index wikis in elasticsearch Closes #12116 See merge request gitlab-org/gitlab-ee!14095
-
Nick Thomas authored
-
GitLab Bot authored
-
Mike Greiling authored
Move Dropdown to Stick to MR View App Button Closes gitlab-ee#12184 See merge request gitlab-org/gitlab-ce!29767
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
updated documentation for Geo
-
GitLab Bot authored
-
Mike Lewis authored
Visual Review Toolbar Docs See merge request gitlab-org/gitlab-ce!29641
-