Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-07-08Description of the optimized path wildcardBlack-Hole
2019-07-08Refresh screenshotsTristan Williams
Current screenshots are from an older version of Jira and GitLab.
2019-07-08ADD '.git' ending to git clone with CI_JOB_TOKEN for clarityglass-ships
2019-07-08Update redirected links in CE part 1Marcel Amirault
First MR in a series updating all redirected links in CE documentation to the destination URLs
2019-07-08Merge branch ↵Evan Read
'da-add-note-that-internal-url-work-with-load-balancer-that-terminates-tls-docs' into 'master' Geo - Add note that Internal URL works only with a Load Balancer with TLS termination See merge request gitlab-org/gitlab-ce!30372
2019-07-05Edit text, using correct termsEvan Read
2019-07-05Added experimental languages to license management docs.Zachary Knight
2019-07-05Edit new text on visibility settingEvan Read
2019-07-05Update installation.mdKyohei Uemura
Line 170(make install) causes permission error. This command should execute with sudo.
2019-07-05Change absolute links to relativeMarcel Amirault
Change assorted absolute links to ce and ee docs to relative links
2019-07-05Add note that internal URL works only with a LB with TLS terminationDouglas Barbosa Alexandre
2019-07-05Merge branch '51794-add-ordering-to-runner-jobs-api' into 'master'Lin Jen-Shin
Adding order by to list runner jobs api. Closes #51794 See merge request gitlab-org/gitlab-ce!29629
2019-07-05Adding order by to list runner jobs api.sujay patel
2019-07-05Adding order by to list runner jobs api.sujay patel
2019-07-05Move workflow images to img dirMarcel Amirault
Clean out workflow directory by moving images from gitlab_flow doc to /img
2019-07-05Add pgFormatter as a database toolingMayra Cabrera
Includes a PostgreSQL syntax beautifier as a database tooling.
2019-07-05Merge branch 'patch-71' into 'master'Evan Read
Minor spelling errors fixed See merge request gitlab-org/gitlab-ce!30303
2019-07-05Small markdown tweaks to clear kramdown warningsMarcel Amirault
Fixing square brackets, links, etc in: merge_requests.md vulnerabilities.md issues.md issues_statistics.md pipelines.md services.md group_milestones.md milestones.md runners.md changelog.md issue_workflow.md elasticsearch.md api_graphql_styleguide.md automatic_ce_ee_merge.md file_storage.md architecture.md database_debugging.md index.md index.md frontend_testing.md pry_debugging.md vue.md development_process.md
2019-07-04Docs: Clarify project and repo sizeCynthia Ng
2019-07-04Merge branch 'doc-mj/definition-of-done' into 'master'Marcia Ramos
Definition of done includes deployed change See merge request gitlab-org/gitlab-ce!30362
2019-07-04Add new info for auth.logMayra Cabrera
From 12.1, user information (id and username) are also included on auth.log. Documentation was updated to reflect this. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
2019-07-04Merge branch '54117-transactional-rebase' into 'master'Douglas Barbosa Alexandre
Allow asynchronous rebase operations to be monitored Closes #54117 See merge request gitlab-org/gitlab-ce!29940
2019-07-04Change 'Todo' to 'To Do'Christie Lenneville
Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
2019-07-04Definition of done includes deployed changeMarin Jankovski
2019-07-04Add documentation on quick actions for add/remove epic parent relations.Eugenia Grieff
2019-07-04Omit Gitaly path where not needed, add where requiredBen Bodenmiller
2019-07-04Fix process start timeRyan Cobb
Previously we were recording process start time as seconds from boot. This makes it so we record as epoch time.
2019-07-04Backports for EE's "Allow adding groups to CODEOWNERS file"Igor
Some general code has been added/removed in EE version which needs to be backported in CE
2019-07-04Merge branch 'docs-remove-DOCKER_AUTH_CONFIG' into 'master'Achilleas Pipinellis
Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG See merge request gitlab-org/gitlab-ce!30339
2019-07-04Docs: Clearly state "access control" from Pages indexMarcia Ramos
2019-07-04Merge branch 'patch-71' into 'master'Achilleas Pipinellis
Fix incorrect link for prometheus AWS CloudWatch exporter See merge request gitlab-org/gitlab-ce!30273
2019-07-04Clean up EE api docs that were merged to CEMarcel Amirault
Many small fixes to api docs which were merged from EE to CE, and tables cleaned up, as noted in issue https://gitlab.com/gitlab-org/gitlab-ce/issues/64072
2019-07-04Allow asynchronous rebase operations to be monitoredNick Thomas
This MR introduces tracking of the `rebase_jid` for merge requests. As with `merge_ongoing?`, `rebase_in_progress?` will now return true if a rebase is proceeding in sidekiq. After one release, we should remove the Gitaly-based lookup of rebases. It is much better to track this kind of thing via the database.
2019-07-04Replace the variable DOCKER_AUTH_LOGIN with DOCKER_AUTH_CONFIG Alexander Tanayno
2019-07-04Resolve proclems with issues documentationMarcel Amirault
Change csv import section to bullet list, add back missing bulk import section, and resolve minor issues raised in https://gitlab.com/gitlab-org/gitlab-ce/issues/64102
2019-07-04Fix notes and update links to issues docMarcel Amirault
After review, heading was changed and links to it needed to be updated, and minor tweaks to the issues docs such as note formatting
2019-07-04Merge branch 'docs-environment-stop-git-strategy' into 'master'Evan Read
Updates the yaml docs to match the environment docs regarding `GIT_STRATEGY=none` See merge request gitlab-org/gitlab-ce!30283
2019-07-04Merge branch 'docs-link-fix' into 'master'Evan Read
Docs: Update Auto Deploy link to page instead of redirect See merge request gitlab-org/gitlab-ce!30325
2019-07-04Update docs environment:action:stop GIT_STRATEGYMark Lapierre
Notes that `GIT_STRATEGY` should be set to `none` so that the job doesn't fail when triggered automatically when the branch is deleted.
2019-07-03Merge branch 'docs-rename-release-group-labels' into 'master'Mek Stittri
Rename Release groups in issue_workflow.md See merge request gitlab-org/gitlab-ce!30293
2019-07-03Update link to page instead of redirectCynthia Ng
2019-07-03Add Grafana to Admin > Monitoring menu when enabledManeschi Romain
2019-07-03Merge branch 'docs/api-single-codebase' into 'master'Marcia Ramos
Re-align CE and EE API docs See merge request gitlab-org/gitlab-ce!30294
2019-07-03Minor spelling errors fixedAurelien
2019-07-03Fix golint command in Go guide doc to be recursiveVictor Zagorodny
2019-07-03Move images to their own dirsMarcia Ramos
- Move images to each corresponding img/ folder
2019-07-03Gitlab -> GitLabBen Bodenmiller
2019-07-03Re-align CE and EE API docsAchilleas Pipinellis
2019-07-03Merge branch '3264-update-project-aliases-api-docs' into 'master'Marcia Ramos
Update Project Aliases API documentation See merge request gitlab-org/gitlab-ce!30288
2019-07-03Rename Release groups in issue_workflow.mdRémy Coutable
Based on https://about.gitlab.com/handbook/product/categories/#release-stage: - 'core release' -> 'progressive delivery' - 'supporting capabilities' -> 'release management'