- 06 Sep, 2018 40 commits
-
-
Achilleas Pipinellis authored
Add documentation for Protected Environments Closes #7485 See merge request gitlab-org/gitlab-ee!6725
-
Achilleas Pipinellis authored
-
Kamil Trzciński authored
Add CI Job token support to Maven packages API See merge request gitlab-org/gitlab-ee!7249
-
Dmitriy Zaporozhets authored
-
Marcia Ramos authored
Docs: Point "upgrade to EE" link to a dedicated page See merge request gitlab-org/gitlab-ee!7266
-
Bob Van Landuyt authored
CE upstream - 2018-09-06 09:22 UTC See merge request gitlab-org/gitlab-ee!7264
-
Douwe Maan authored
Extract code owners from a CODEOWNERS file Closes #6961 See merge request gitlab-org/gitlab-ee!6916
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
-
Kamil Trzciński authored
EE port for 29398 support kubernetes rbac for gitlab managed apps See merge request gitlab-org/gitlab-ee!6946
-
Thong Kuah authored
-
Dennis Tang authored
-
Marcia Ramos authored
Fix usage statistics typo documentation See merge request gitlab-org/gitlab-ee!7265
-
Dennis Tang authored
-
Dennis Tang authored
-
Dennis Tang authored
-
Dennis Tang authored
-
GitLab Bot authored
# Conflicts: # app/assets/javascripts/pages/projects/project.js # app/assets/stylesheets/framework/variables.scss # app/finders/template_finder.rb # app/helpers/button_helper.rb # app/views/projects/_home_panel.html.haml # doc/user/markdown.md # locale/gitlab.pot [ci skip]
-
James Komara authored
-
Rémy Coutable authored
Explicit hashed path check for trace, prevents background migration from… See merge request gitlab-org/gitlab-ce!21533
-
Sean McGivern authored
Add User-Agent to production_json.log See merge request gitlab-org/gitlab-ce!21546
-
Grzegorz Bizon authored
CE upstream - 2018-09-05 21:23 UTC Closes #6136 See merge request gitlab-org/gitlab-ee!7259
-
Sean McGivern authored
Jira DVCS docs - Call out differences between 11.3 and before Closes #7400 See merge request gitlab-org/gitlab-ee!7255
-
Sean McGivern authored
Update user markdown documentation for CommonMark See merge request gitlab-org/gitlab-ce!21509
-
Brett Walker authored
-
Sean McGivern authored
Update user markdown documentation for CommonMark See merge request gitlab-org/gitlab-ee!7241
-
Brett Walker authored
-
Sean McGivern authored
Enable CommonMark for files and wikis See merge request gitlab-org/gitlab-ce!21228
-
Sean McGivern authored
Fix LineBreakAroundConditionalBlock cop for a conditional after rescue See merge request gitlab-org/gitlab-ce!21535
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Peter Leitzen authored
-
Phil Hughes authored
Resolve "Improve project overview UI" Closes #44704 See merge request gitlab-org/gitlab-ce!20536
-
Dennis Tang authored
-
Phil Hughes authored
port "Improve project overview UI" to EE See merge request gitlab-org/gitlab-ee!6844
-
Dennis Tang authored
-
Achilleas Pipinellis authored
-
Bob Van Landuyt authored
In a file called `CODEOWNERS` in the root of a repository, in the `docs/`-folder or in the `.gitlab/` folder it is possible to define users that are 'owners' for specific code paths. A pattern can be defined on each line in the same way as it would in a `.gitignore` file. After that, one or more users can be specified using their username (using the `@username` format) or email address linked to their account. Comments can be preceded with a `#`. If a filename starts with `#` this can be escaped using `/#`. For example: # All files in the `docs/` directory should be reviewed by a # technical writer: docs/* @jane @joe # Ruby files should be reviewed by a backend maintainer: *.rb alice@development.gitlab.org The code owners will be displayed when viewing a blob, if a user for the username/email cannot be found, nothing will be shown. When multiple patterns match the blob being viewed, the last entry will be used.
-
Tim Zallmann authored
Upgraded Monaco editor version See merge request gitlab-org/gitlab-ce!21526
-