- 07 May, 2019 21 commits
-
-
Lin Jen-Shin authored
Hoping that we don't hit into Selenium::WebDriver::Error::NoSuchDriverError: invalid session id Again.
-
Grzegorz Bizon authored
Fix approvals section when merge requests disabled Closes #11321 See merge request gitlab-org/gitlab-ee!12070
-
Bob Van Landuyt authored
EE port of instance level kubernetes cluster admin interface See merge request gitlab-org/gitlab-ee!10761
-
Grzegorz Bizon authored
Add bridge relation between Pipelines and Bridges See merge request gitlab-org/gitlab-ee!11264
-
James Lopez authored
Allow replying to an individual note in the API See merge request gitlab-org/gitlab-ee!12307
-
GitLab Bot authored
-
Stan Hu authored
Additional fix to handle NULL lock_version See merge request gitlab-org/gitlab-ce!28153
-
James Lopez authored
Bump clair-local-scan to v2.0.8 See merge request gitlab-org/gitlab-ee!12091
-
Olivier Gonzalez authored
-
Kushal Pandya authored
Backport members SCSS changes See merge request gitlab-org/gitlab-ce!28115
-
Kushal Pandya authored
Fix placement of LDAP icon in members list Closes #8300 See merge request gitlab-org/gitlab-ee!12304
-
Kushal Pandya authored
Resolve "Add filtering to project dashboard [FE]" Closes #56992 See merge request gitlab-org/gitlab-ce!25231
-
Kushal Pandya authored
Add filtering to project dashboard fe ee See merge request gitlab-org/gitlab-ee!11209
-
GitLab Bot authored
-
Ash McKenzie authored
Fix update head pipeline process of Pipelines for merge requests See merge request gitlab-org/gitlab-ce!28057
-
Dmitriy Zaporozhets authored
Remove superfluous permission check for alerts See merge request gitlab-org/gitlab-ee!12313
-
Peter Leitzen authored
The policy `read_prometheus_alerts` already makes sure that the user has at least maintainer access. Add some missing specs to cover unprivileged access.
-
Stan Hu authored
If the UI sends a string value for lock_version (e.g. "0"), then the previous monkey patch did not properly handle that properly. This commit casts the value to an integer to determine whether to look for NULL lock_versions. For merge requests, GitLab sends a POST request to `namespace/project/merge_requests/:iid` with the `merge_request[lock_version]` parameter with a string `0`. The string value comes from the form field, which explains why https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28145 wasn't sufficient.
-
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 19 commits
-
-
James Fargher authored
The method already existed under a different name
-
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).
-