- 03 May, 2019 40 commits
-
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
Kushal Pandya authored
Set timezone as GMT in Jest config file Closes #59952 See merge request gitlab-org/gitlab-ce!27738
-
Kushal Pandya authored
Extract common store from operations dashbord Closes #11443 and #3713 See merge request gitlab-org/gitlab-ee!11702
-
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.
-
GitLab Bot authored
-
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.
-
Marcia Ramos authored
Port of 46806-typed-ci-variables-docs to EE See merge request gitlab-org/gitlab-ee!11991
-
Krasimir Angelov authored
Squashed commits from CE: 30ee76c88ec Reorg document for better reading flow 6653dabcc33 Update docs related to CI variables
-
Stan Hu authored
Include all queries in the performance bar summary Closes #61372 See merge request gitlab-org/gitlab-ce!28063
-
GitLab Bot authored
-
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
-
Tim Zallmann authored
Internationalisation of reports directory - EE See merge request gitlab-org/gitlab-ee!11855
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
Bob Van Landuyt authored
Pass excluded paths to SAST and DS See merge request gitlab-org/gitlab-ee!12081
-
Yorick Peterse authored
Extract EE specific files/lines for spec/requests Closes #6520 See merge request gitlab-org/gitlab-ee!12123
-
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.
-
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 exclude certains paths from SAST reports and Dependency Scanning reports, respectively. Add excluded paths to manual job def of SAST & DS
-
GitLab Bot authored
-
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.
-
GitLab Bot authored
-
Filipa Lacerda authored
Impove the performance of expanding full diff Closes #58597 See merge request gitlab-org/gitlab-ce!27413
-
Achilleas Pipinellis authored
Sort feature set table by stage See merge request gitlab-org/gitlab-ce!27940
-
Evan Read authored
-
Douwe Maan authored
Update ENV vars propagation syntax for reports.ci.yml See merge request gitlab-org/gitlab-ee!11697
-
Michael Kozono authored
Geo: Prevent RegistryFinder calls on the primary Closes #11451 See merge request gitlab-org/gitlab-ee!12183
-
Michael Kozono authored
Follow up issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/11454
-
GitLab Bot authored
-
Stan Hu authored
Resolve "Consider setting RSpec `full_backtrace` only in CI" Closes #61365 See merge request gitlab-org/gitlab-ce!28051
-
Sean McGivern authored
Fix epic test description See merge request gitlab-org/gitlab-ee!12065
-
Filipa Lacerda authored
Fix operations dashboard flash error message Closes gitlab-ce#60307 See merge request gitlab-org/gitlab-ee!10689
-
Miranda Fluharty authored
Fix blank project name in flash message shown when project is invalid
-
Filipa Lacerda authored
Internationalisation of javascript/s* directories See merge request gitlab-org/gitlab-ce!27745
-