- 05 May, 2019 17 commits
-
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Merge EE doc/user/project/milestones to CE See merge request gitlab-org/gitlab-ce!27713
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Merge EE doc/user/project/clusters to CE See merge request gitlab-org/gitlab-ce!27710
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Merge EE doc/user/discussions to CE See merge request gitlab-org/gitlab-ce!27709
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Merge EE doc/administration/operations to CE See merge request gitlab-org/gitlab-ce!27704
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Merge EE doc/user/group to CE See merge request gitlab-org/gitlab-ce!27702
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Merge EE doc/update to CE See merge request gitlab-org/gitlab-ce!27654
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Merge EE doc/workflow to CE See merge request gitlab-org/gitlab-ce!27622
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Merge EE doc/integration to CE See merge request gitlab-org/gitlab-ce!27610
-
Marcel Amirault authored
-
- 04 May, 2019 4 commits
-
-
Achilleas Pipinellis authored
Docs: Merge EE doc/customization to CE See merge request gitlab-org/gitlab-ce!27604
-
Marcel Amirault authored
-
Douglas Barbosa Alexandre authored
Resolve "Sort by due date and popularity in both directions" Closes #50926 See merge request gitlab-org/gitlab-ce!25502
-
Nermin Vehabovic authored
-
- 03 May, 2019 19 commits
-
-
Fatih Acet authored
Resolve "Include time window parameters in the URL query string" Closes #59365 See merge request gitlab-org/gitlab-ce!27230
-
Douwe Maan authored
Cache current working directory to speed up Rubocop Closes #61383 See merge request gitlab-org/gitlab-ce!28066
-
Filipa Lacerda authored
CE Backport of tracking uninstall button click See merge request gitlab-org/gitlab-ce!28012
-
Bob Van Landuyt authored
Add @katrinleinweber as German proofreader See merge request gitlab-org/gitlab-ce!24331
-
Marcia Ramos authored
Update Releases permissions docs See merge request gitlab-org/gitlab-ce!27935
-
Krasimir Angelov authored
Guest users now can read releases, except for items related to source code. Releated: https://gitlab.com/gitlab-org/gitlab-ce/issues/56838 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27247
-
Kushal Pandya authored
Set timezone as GMT in Jest config file Closes #59952 See merge request gitlab-org/gitlab-ce!27738
-
Lin Jen-Shin authored
Allow guests users to access project releases Closes #56838 See merge request gitlab-org/gitlab-ce!27247
-
Krasimir Angelov authored
This is step one of resolving https://gitlab.com/gitlab-org/gitlab-ce/issues/56838. Here is what changed: - Revert the security fix from bdee9e84. - Do not leak repository information (tag name, commit) to guests in API responses. - Do not include links to source code in API responses for users that do not have download_code access. - Show Releases in sidebar for guests. - Do not display links to source code under Assets for users that do not have download_code access. GET ':id/releases/:tag_name' still do not allow guests to access releases. This is to prevent guessing tag existence.
-
Marcia Ramos authored
Docs: Update docs related to CI variables See merge request gitlab-org/gitlab-ce!27786
-
Krasimir Angelov authored
Add `Variable Types` section to explain supported variable types and update example and related screenshots.
-
Stan Hu authored
Include all queries in the performance bar summary Closes #61372 See merge request gitlab-org/gitlab-ce!28063
-
Tim Zallmann authored
Internationalisation of reports directory See merge request gitlab-org/gitlab-ce!27742
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
Stan Hu authored
This saves thousands of getcwd() system calls and improves the performance of running Rubocop, which is also used by HAML linting. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61383
-
Sean McGivern authored
Rails 5.1's `exec_no_cache` doesn't call `async_exec` any more, but `exec_params`: https://github.com/rails/rails/pull/33188 This means that the DB summary in the performance bar was wrong. The individual query details were still correct (we subscribe to ActiveRecord events for those). We can remove this once the upstream PR to peek-pg is in a release and we update to use that release.
-
Bob Van Landuyt authored
Pass excluded paths to SAST and DS See merge request gitlab-org/gitlab-ce!28018
-
Fabien Catteau authored
Propagate DS_EXCLUDED_PATHS to dependency_scanning job, and SAST_EXCLUDED_PATHS and SAST_BANDIT_EXCLUDED_PATHS to sast job. This makes possible to excluded certains paths from SAST reports and Dependency Scanning reports, respectively.
-
Filipa Lacerda authored
Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
-