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-09-05Refactor new undo_* methodsReuben Pereira
- Move code for creating a new column from old into a function so that it can be reused. - Also add comments above the methods.
2019-09-05Merge branch ↵Peter Leitzen
'66150-remove-dynamically-constructed-feature-flags-starting-with-prometheus_transaction_' into 'master' Resolve "Remove dynamically constructed feature flags starting with `prometheus_transaction_`" Closes #66150 See merge request gitlab-org/gitlab-ce!32395
2019-09-05Update security dashboards documentationPaul Gascou-Vaillancourt
Reflect the addition of a "hide dismissed vulnerabilities" toggle in security dashboards, see https://gitlab.com/gitlab-org/gitlab-ee/issues/9102
2019-09-05Remove feature flags starting with `prometheus_transaction_`Jacopo
Those feature flags were always enabled so we can remove them safely.
2019-09-05Change serveo link as it often goes downMarcel Amirault
2019-09-05Provide guidance on how docs global navigation should be structuredEvan Read
2019-09-05Move 3 references from debug project to docsMarcel Amirault
Move rails and linux cheat sheets, and test_environment reference docs to the docs project
2019-09-05Split tests across files for the sake of parallelizationMark Lapierre
2019-09-05Docs: Add role level note to projects permissionCynthia Ng
2019-09-05Separate doc for version specific Geo update stepsToon Claes
To emphasize the happy path for updating Geo nodes, put the version specific steps in a separate document and cross-link them for discoverability. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/11881
2019-09-05Merge branch 'mj/code-review-avoid' into 'master'Ash McKenzie
What to avoid in code review See merge request gitlab-org/gitlab-ce!32592
2019-09-04Update Pipeline Security Dashboard documentationMark Florian
Tracked in https://gitlab.com/gitlab-org/gitlab-ee/issues/13496.
2019-09-04Added SSoT front and back matterMatt Penna
These docs are straightforward API reference material and needed only to have document type header and troubleshooting footer added for the SSoT effort.
2019-09-04Adds docs for total usage storage quotaFilipa Lacerda
2019-09-04Let project reporters create issue from group boardsFelipe Artur
The current state of group issue boards does not show the "Add issues" button on the UI for users that are reporters of group child projects.
2019-09-04Clarified website url precedenceSeth Berger
2019-09-04Removes regular migrations from background onesMayra Cabrera
Specifies that background migrations should be scheduled as post deployment migrations
2019-09-04Removed reference to project for DASTSeth Berger
2019-09-04Merge branch 'ce-14713-fix-geo-link-pointing-to-online-doc' into 'master'Douglas Barbosa Alexandre
Add a link to the 'Repository Storage Types' doc page See merge request gitlab-org/gitlab-ce!32650
2019-09-04Add epic_iid to issue API entityWinnie Hellmann
(cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
2019-09-04Add a link to the 'Repository Storage Types' doc pageRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-09-04Removing 'Premium' label in block titleNicolas Borderes
Added when it has been moved to core
2019-09-04Updates the merge request author responsibilityMayra Cabrera
Indicate it's the author's responsibility to prepare the merge request for a database review
2019-09-04Follow-up from database load balancing docsAchilleas Pipinellis
2019-09-04What to avoid in code reviewMarin Jankovski
2019-09-03Update large repositories, remove duplicated textTymoteusz Motylewski
2019-09-03Edit to new rules documentationEvan Read
2019-09-03Development docs: how to add Prometheus metricsThong Kuah
This documents the various knowledge needed to add new GitLab self-monitoring Prometheus metrics.
2019-09-03Updated Feature flags docOrit Golowinski
2019-09-03Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon
Remove spec/rails_helper.rb Closes #66741 See merge request gitlab-org/gitlab-ce!32380
2019-09-03Clarify limits for needs keywordEvan Read
2019-09-03Merge branch 'mc/feature/downstream-pipeline-tracking-ce' into 'master'Kamil Trzciński
Backport documentation for status checking behaviors See merge request gitlab-org/gitlab-ce!32184
2019-09-03Backport documentation from EEMatija Čupić
Backport documentation from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15580
2019-09-03Added relationships between Release and MilestoneEtienne Baqué
Modified schema via migrations. Added one-to-one relationship between the two models. Added changelog file
2019-09-03Merge branch 'links-use-new-location' into 'master'Rémy Coutable
Use new location for helm charts repo See merge request gitlab-org/gitlab-ce!32563
2019-09-03Merge branch 'change-role-system-hook' into 'master'Rémy Coutable
Add system hooks for project/group membership updates Closes gitlab-ee#12252 See merge request gitlab-org/gitlab-ce!32371
2019-09-03Use new location for helm charts repoBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-09-03Make badging less confusing in quick actions docMarcel Amirault
2019-09-03Add suggested changes to docker build docMarcel Amirault
2019-09-03Add Danger bot development documentationNick Thomas
This is overdue, and some of the suggestions are embarrassing, but this is how we actually develop Danger today.
2019-09-03Add system hooks for project/group membership updatesBrandon Williams
When updating group and project members, new system hooks `user_update_for_group` and `user_update_for_team` will be executed. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12252
2019-09-02Update `true` with `"true"`yonatan miller
Gitlab CI Linter otherwise gives error `variables config should be a hash value of key value pairs`
2019-09-02Merge branch 'docs/license-compliance' into 'master'Marcia Ramos
Update screenshots for License Compliance Closes gitlab-ee#8910 See merge request gitlab-org/gitlab-ce!32537
2019-09-02Added example for passing Maven repo credentialsMatt Penna
2019-09-02Docs james gill contributionMarcel Amirault
2019-09-02Update screenshots for License ComplianceAchilleas Pipinellis
2019-09-02Fix space in geo docMarcel Amirault
2019-09-02Clarify new note for GitLab PagesEvan Read
2019-09-02Merge branch 'typo-ci-reference' into 'master'Evan Read
Fix typo in GitLab CI configuration reference See merge request gitlab-org/gitlab-ce!32382
2019-09-02Changed Geo general update stepsFabian Zimmer