- 07 May, 2019 3 commits
-
-
GitLab Bot authored
-
Evan Read authored
Correct repo mirror SSH key generation docs See merge request gitlab-org/gitlab-ce!27998
-
Evan Read authored
Correct repo mirror SSH key generation docs See merge request gitlab-org/gitlab-ee!12117
-
- 06 May, 2019 37 commits
-
-
GitLab Bot authored
-
Stan Hu authored
Add issue template for refactorings See merge request gitlab-org/gitlab-ce!27889
-
Robert Speicher authored
Fixes 'Broken master: rspec ./ee/spec/models/epic_spec.rb' Closes #11513 See merge request gitlab-org/gitlab-ee!12344
-
Mayra Cabrera authored
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11513
-
GitLab Bot authored
-
Fatih Acet authored
CE Add leave link to access_granted email See merge request gitlab-org/gitlab-ce!27892
-
Fatih Acet authored
Leave project/group from access granted email Closes gitlab-ce#59421 See merge request gitlab-org/gitlab-ee!11941
-
Fatih Acet authored
(CE Port) New user onboarding (Welcome screen) See merge request gitlab-org/gitlab-ce!28062
-
Martin Wortschack authored
- Add styles for blue popovers - Add render_if_exists to help menu for "Learn GitLab" menu item
-
Fatih Acet authored
New user onboarding (Welcome screen) See merge request gitlab-org/gitlab-ee!11492
-
Martin Wortschack authored
- Add "Learn Gitlab" item to help menu - Add onboarding endpoint - Add feature flag helper - Add styles for blue popovers - Move controller and template to /ee - Update PO file - Add changelog entry
-
Fatih Acet authored
Resolve "Support Prometheus for group-level clusters" Closes #51963 See merge request gitlab-org/gitlab-ce!27280
-
Peter Leitzen authored
-
Fatih Acet authored
EE Backport: Support Prometheus for group-level clusters See merge request gitlab-org/gitlab-ee!10868
-
Peter Leitzen authored
-
GitLab Bot authored
-
Ash McKenzie authored
Compute resolver complexity based on items Closes gitlab-ce#58408 See merge request gitlab-org/gitlab-ee!11575
-
Jan Provaznik authored
If a field is a resolver, its complexity is automatically increased. By default we add extra points for sort and search arguments (which will be common for various resolvers). For specific resolvers we add field-specific complexity, e.g. for Issues complexity is increased if we filter issues by `labelName` (because then SQL query is more complex). We may want to tune these values in future depending on real-life results. Complexity is also dependent on the number of loaded nodes, but only if we don't search by specific ID(s). Also added complexity is limited (by default only twice more than child complexity) - the reason is that although it's more complex to process more items, the complexity increase is not linear (there is not so much difference between loading 10, 20 or 100 records from DB).
-
Ash McKenzie authored
[CE] Compute resolver complexity based on items See merge request gitlab-org/gitlab-ce!28017
-
Jan Provaznik authored
If a field is a resolver, its complexity is automatically increased. By default we add extra points for sort and search arguments (which will be common for various resolvers). For specific resolvers we add field-specific complexity, e.g. for Issues complexity is increased if we filter issues by `labelName` (because then SQL query is more complex). We may want to tune these values in future depending on real-life results. Complexity is also dependent on the number of loaded nodes, but only if we don't search by specific ID(s). Also added complexity is limited (by default only twice more than child complexity) - the reason is that although it's more complex to process more items, the complexity increase is not linear (there is not so much difference between loading 10, 20 or 100 records from DB).
-
Robert Speicher authored
Fix default value for start date in GitlabSubscription being static Closes #11432 See merge request gitlab-org/gitlab-ee!12110
-
GitLab Bot authored
-
Mayra Cabrera authored
Fix editing issues and MRs with NULL lock_version See merge request gitlab-org/gitlab-ce!28145
-
Sean McGivern authored
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Refactor and improve Geo::LogCursor and tests Closes #11092 See merge request gitlab-org/gitlab-ee!12276
-
Sean McGivern authored
Merge branch '11505-broken-master-lint-duplicatemethods-method-clusterablepresenter-clusters_path-is-defined-at-both-app-presenters-clusterable_presenter-rb' into 'master' Resolve "Broken master: Lint/DuplicateMethods: Method ClusterablePresenter#clusters_path is defined at both app/presenters/clusterable_presenter.rb" Closes #11505 See merge request gitlab-org/gitlab-ee!12339
-
Clement Ho authored
Upgrade GitLab UI to 3.10.0 See merge request gitlab-org/gitlab-ce!28140
-
GitLab Bot authored
-
Sean McGivern authored
Fix issuables state_id nil when importing projects from GitHub Closes #57906 See merge request gitlab-org/gitlab-ce!28027
-
Felipe Artur authored
Issues and merge requests imported from GitHub are having state_id set to null. This fixes the GitHub project importer and schedule migrations to fix state_id.
-
GitLab Bot authored
-
Fatih Acet authored
Add close_select2 method to select2_helper See merge request gitlab-org/gitlab-ce!27981
-
Fatih Acet authored
Fetch all available groups in MR approval rule form Closes #11194 See merge request gitlab-org/gitlab-ee!12096
-
Lukas Eipert authored
-
GitLab Bot authored
-
Sean McGivern authored
Add Mayra Cabrera to .gitlab/codeowners See merge request gitlab-org/gitlab-ce!28131
-