- 08 Apr, 2019 7 commits
-
-
Patrick Bajao authored
The following specs don't match their versions in CE: - `spec/services/wiki_pages/create_service_spec.rb` - `spec/services/wiki_pages/destroy_service_spec.rb` - `spec/services/wiki_pages/update_service_spec.rb` There's actually no difference in logic as they work the same way. But there's difference in how they were written. To ensure that there'll be no conflicts, the CE version of the said specs has been copy-pasted to overwrite the EE version.
-
Evan Read authored
Docs: Fix two anchors in EE docs See merge request gitlab-org/gitlab-ee!10635
-
Marcel Amirault authored
-
GitLab Bot authored
-
Evan Read authored
Docs: Fix anchors related to environments doc See merge request gitlab-org/gitlab-ce!27082
-
Marcel Amirault authored
-
GitLab Bot authored
-
- 07 Apr, 2019 17 commits
-
-
Evan Read authored
docs: fix artifacts folder path, according to GitLab CE 11.8.2 See merge request gitlab-org/gitlab-ce!26536
-
Stan Hu authored
Geo admin panel for upload verification Closes #5591 See merge request gitlab-org/gitlab-ee!9720
-
Evan Read authored
Subscriptions doc page edits: clarify it's also for ongoing management, reduce duplication in Support contact info See merge request gitlab-org/gitlab-ee!10627
-
Mike Lewis authored
Subscriptions doc page edits: clarify it's also for ongoing management, reduce duplication in Support contact info
-
GitLab Bot authored
-
Michael Kozono authored
GitHub import: Run housekeeping after initial import See merge request gitlab-org/gitlab-ce!26600
-
Stan Hu authored
After an initial fetch, the repository will have many loose objects and refs. Running a `git gc` will compact refs into `packed-refs` and objects into `.pack` files, which should make importing pull requests faster. Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
-
GitLab Bot authored
-
Kamil Trzciński authored
Expand FindCommit caching to blob and refs See merge request gitlab-org/gitlab-ce!27084
-
GitLab Bot authored
-
Michael Kozono authored
Handle possible HTTP exception for Sentry client Closes #60149 See merge request gitlab-org/gitlab-ce!27080
-
Peter Leitzen authored
Prior this commit exceptions raised during a HTTP request weren't caught by the Sentry client and were passed to the user. In addition the Sentry client tried to catch a non-existent error `Sentry::Client::SentryError`. Now, the Sentry client catches all possible errors coming from a HTTP request.
-
GitLab Bot authored
-
Kushal Pandya authored
Resolve "Order labels alphabetically in issue boards" Closes #59621 See merge request gitlab-org/gitlab-ce!26927
-
GitLab Bot authored
-
Kushal Pandya authored
Rewrite related MRs widget with Vue Closes #58926 and #57662 See merge request gitlab-org/gitlab-ce!27027
-
Kushal Pandya authored
Rewrite related MRs widget with Vue Closes gitlab-ce#58926 and gitlab-ce#57662 See merge request gitlab-org/gitlab-ee!10484
-
- 06 Apr, 2019 16 commits
-
-
Michael Kozono authored
Merge branch '8798-geo-implement-selective-sync-support-for-fdw-queries-to-find-unsynced-projects' into 'master' Geo - Add selective sync support for the FDW queries to find unsynced projects See merge request gitlab-org/gitlab-ee!10522
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
These changes use the new finder when FDW is enabled without selective sync to avoid code duplication.
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
These changes use the new finder when FDW is enabled without selective sync to avoid code duplication.
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
This method allow us to enable selective sync support for the FDW queries.
-
GitLab Bot authored
-
Kamil Trzciński authored
Restore original Security/DAST.gitlab-ci.yml template Closes #59997 See merge request gitlab-org/gitlab-ce!26957
-
Tiger Watson authored
Reverts https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/26520 for Security/DAST.gitlab-ci.yml.
-
Stan Hu authored
Remove duplicate ImportCommonMetricsKnative migration Closes #10963 See merge request gitlab-org/gitlab-ee!10632
-
Stan Hu authored
This enables FindCommit caching to the following actions: * BlobController#show * RefsController#logs_tree It also improves caching in CommitsController since some duplicate requests were occuring inside the before_action definitions.
-