- 17 Jul, 2019 40 commits
-
-
Robert Speicher authored
-
Nick Thomas authored
Preserve footnote link ids Closes #64645 See merge request gitlab-org/gitlab-ce!30790
-
Lin Jen-Shin authored
Danger asks for throughput labels See merge request gitlab-org/gitlab-ce!30622
-
Douglas Barbosa Alexandre authored
Removes clusters_cte feature flag Closes #64259 See merge request gitlab-org/gitlab-ce!30827
-
Douglas Barbosa Alexandre authored
Remove clusters cte feature flag See merge request gitlab-org/gitlab-ee!14715
-
Phil Hughes authored
Removes EE differences for modal issues board See merge request gitlab-org/gitlab-ce!30836
-
Phil Hughes authored
EE: Removes EE differences for boards modal See merge request gitlab-org/gitlab-ee!14718
-
Kushal Pandya authored
Resolve "Label picker: Line break on long label titles" Closes #48771 See merge request gitlab-org/gitlab-ce!30610
-
Ammar Alakkad authored
-
Nick Thomas authored
Reduce the number of Gitaly calls for submodules See merge request gitlab-org/gitlab-ce!30735
-
Igor authored
This is part of migration of Folder View to Vue
-
Nick Thomas authored
Add documentation for Let's Encrypt integration See merge request gitlab-org/gitlab-ce!30627
-
Vladimir Shushlin authored
* Add deprecation warning to old integration * Add user docs * Add admin docs
-
Nick Thomas authored
Fix pages access level defaults See merge request gitlab-org/gitlab-ce!30354
-
Vladimir Shushlin authored
- Set access level in before_validation hook - Add post migration for updating existing project_features
-
Sean McGivern authored
Show alert's threshold in incident title for GitLab alerts See merge request gitlab-org/gitlab-ee!14688
-
Peter Leitzen authored
Rename `#email_subject` to `#full_title`
-
GitLab Bot authored
-
Thong Kuah authored
Do Redis lookup in batches in ActiveSession.sessions_from_ids See merge request gitlab-org/gitlab-ce!30561
-
Imre Farkas authored
By doing smaller mget calls to Redis, it can better schedule the workload. Currently a single mget with a lot of keys can keep Redis busy for long, while nothing in its queue gets processed.
-
Filipa Lacerda authored
-
Filipa Lacerda authored
-
Sean McGivern authored
Remove duplicit events from burndown data See merge request gitlab-org/gitlab-ee!14632
-
Jan Provaznik authored
It's possible that an event is followed by another event with the same action - typically if both merge request and commit mention `Closes #issue_number`, then two `close` events are created for the issue. We need to filter out these duplicit events because burndown chart uses these events to get number of open issues during time.
-
Bob Van Landuyt authored
Resolve "Publish npm package from sub group/project" Closes #9960 See merge request gitlab-org/gitlab-ee!13986
-
Steve Abrams authored
To allow for the publishing of NPM packages from groups and subgroups, packages must be able to be named without the forward slash character. This change removes requiring the package name match the full project path and name, and updates the query for finding a package by its name.
-
Thong Kuah authored
The CE methods have been removed as they were un-used
-
Thong Kuah authored
-
Thong Kuah authored
This has been enabled on production without issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64259
-
Thong Kuah authored
This has been enabled on production without issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64259
-
GitLab Bot authored
-
James Lopez authored
CE port of "Move external authorization service API management to EE" See merge request gitlab-org/gitlab-ce!30578
-
-
James Lopez authored
Move external authorization service API management to EE See merge request gitlab-org/gitlab-ee!14598
-
Imre Farkas authored
Premium license is required to: - expose external_authorization_classification_label in the Project API - override external_authorization_classification_label during project import/export
-
GitLab Bot authored
-
Sean McGivern authored
Fix N+1 queries when loading vulnerability feedback See merge request gitlab-org/gitlab-ee!14638
-
Sean McGivern authored
Bump fog-aws to v3.5.2 Closes #63041 See merge request gitlab-org/gitlab-ce!30803
-
GitLab Bot authored
-
Clement Ho authored
Use backend to determine if issue desc contains zoom link Closes #63282 See merge request gitlab-org/gitlab-ce!29910
-