summaryrefslogtreecommitdiff
path: root/doc/workflow
Commit message (Collapse)AuthorAgeFilesLines
* Port repository mirroring from EEgithub-import-docsAchilleas Pipinellis2018-06-0411-5/+245
|
* Merge branch 'mr-conflict-notification' into 'master'Douwe Maan2018-05-243-1/+8
|\ | | | | | | | | MR unmergeable notification See merge request gitlab-org/gitlab-ce!18042
| * Create TODO when MR became unmergeablelulalala2018-05-171-0/+3
| | | | | | | | | | | | | | | | Old behavior of creating TODO when “Merge When Pipeline Succeeds” service fails, is generalized to: Create a TODO whenever MR became unmergeable (and similar to notification, MR author and merge_user are both applicable)
| * Notify with email when merge request became unmergeablelulalala2018-05-171-0/+4
| | | | | | | | Display MR unmergeable reasons
| * Update doc redirect linklulalala2018-05-171-1/+1
| |
* | Update keyboard shortcut conventionsAndreas Kämmerle2018-05-231-3/+3
| |
* | Add web shortcut to docs and shortcut modaljr-web-ide-shortcutsJames Ramsay2018-05-181-0/+6
| |
* | Add Keyboard shortcuts for "Kubernetes" and "Environments"Lukas Eipert2018-05-181-3/+7
|/
* Docs: fix duplicate titlesMarcia Ramos 🚫 (OOO - back on May 21)2018-05-091-1/+1
|
* Fix broken references in repository mirroring docsTiago Botelho2018-05-075-0/+0
|
* Adds remote mirror table migrationTiago Botelho2018-05-071-0/+111
|
* Enable LFS setting UI for Masters and OwnersJames Ramsay2018-05-011-10/+1
| | | | | | | | | | | | | | | LFS can be enabled and disabled per project using the API by Masters and Owners, but the UI is only available to Admins. The interface and API should be consistent. LFS can also be enabled and disabled per group using the API by Owners, but the UI is only available to Admins. This interface should also be consistent. Additionally removes an unneeded check if 2FA interface, since the interface is only available to Owners. Closes #33320
* Fixed typosPascal Borreli2018-04-271-1/+1
|
* Document externally hosted LFS objectsJames Ramsay2018-04-241-0/+17
| | | | | API can be used by project owners to disable LFS object verification that will block pushes that contain LFS pointers but no the objects.
* Resolve "Improve tooltips of collapsed sidebars"Dennis Tang2018-04-191-2/+2
|
* Merge branch 'master' into 'stuartnelson3/gitlab-ce-stn/issue-due-email'Sean McGivern2018-04-101-53/+56
|\ | | | | | | # Conflicts: # db/schema.rb
| * Merge branch 'docs/lfs-s3-ce' into 'master'Marcia Ramos2018-04-021-53/+56
| |\ | | | | | | | | | | | | Refactor the LFS S3 docs See merge request gitlab-org/gitlab-ce!18029
| | * Refactor the LFS S3 docsdocs/lfs-s3-ceAchilleas Pipinellis2018-03-301-53/+57
| | |
* | | Only send issue due emails to participants and custom subscribersSean McGivern2018-03-301-7/+7
|/ /
* | Update todos to say will trigger when commenting on a commitVictor Wu2018-03-291-2/+1
| |
* | Port LFS direct_upload from EEac/lfs-direct-upload-ee-to-ceAlessio Caiazza2018-03-271-0/+1
|/
* Merge branch '40781-os-to-ce' into 'master'Sean McGivern2018-03-271-3/+112
|\ | | | | | | | | | | | | Bring Object Storage to CE Closes #4171, #4163, #3370, #2841, and #29203 See merge request gitlab-org/gitlab-ce!17358
| * fix the failing specsMicaël Bergeron2018-03-221-1/+1
| |
| * Merge branch '40781-os-to-ce' of gitlab.com:gitlab-org/gitlab-ce into ↵Micaël Bergeron2018-03-091-1/+1
| |\ | | | | | | | | | ce-40781-os-to-ce
| | * apply feedbackMicaël Bergeron2018-03-091-1/+1
| | |
| * | Add proxy_download to perform proxied sending of all filesMicaël Bergeron2018-03-091-0/+1
| |/
| * port the object storage to CEMicaël Bergeron2018-03-011-3/+111
| |
* | Send notification emails when push to a merge requestYarNayar/gitlab-ce-23460-send-email-when-pushing-more-commits-to-the-merge-requestYarNayar2018-03-261-1/+2
|/ | | | Closes #23460
* Add version which LFS lock was introduceddocs/lfs-lockAchilleas Pipinellis2018-02-201-1/+3
|
* Backport of LFS File Locking APIrd-35856-backport-lfs-file-locking-apiRubén Dávila2018-02-071-0/+66
|
* Merge branch '41532-email-reason' into 'master'Sean McGivern2018-01-191-0/+30
|\ | | | | | | | | | | | | Show why a notification email was sent Closes #41532 and #1366 See merge request gitlab-org/gitlab-ce!16160
| * Initial work to add notification reason to emailsMario de la Ossa2018-01-161-0/+30
| | | | | | | | | | | | | | | | | | | | | | Adds `#build_notification_recipients` to `NotificationRecipientService` that returns the `NotificationRecipient` objects in order to be able to access the new attribute `reason`. This new attribute is used in the different notifier methods in order to add the reason as a header: `X-GitLab-NotificationReason`. Only the reason with the most priority gets sent.
* | Add Git LFS status icon to docsjramsay-15567-lfs-icon-docsJames Ramsay2018-01-182-0/+5
| |
* | use sentence case for "Merge request events"Alexis Reigel2018-01-041-1/+1
|/
* docs: fix a typo in LFS documentationBen Boeckel2017-12-211-1/+1
|
* Document LFS integrity check and how to disable itJames Edwards-Jones2017-12-181-0/+8
|
* Fix the redirect location wordingAchilleas Pipinellis2017-11-237-7/+7
| | | | Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/142
* Exclude comments from specific docsAchilleas Pipinellis2017-11-012-1/+5
|
* Allow to disable the Performance Bar and document the `p b` shortcut in its ↵Rémy Coutable2017-10-301-1/+1
| | | | | | doc page Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update fast-forward doc links to point at own docsEric Eastwood2017-09-191-0/+1
|
* Merge branch 'docs/gpg-refactor' into 'master'Marcia Ramos2017-08-217-84/+0
|\ | | | | | | | | Refactor GPG docs See merge request !13660
| * Change GPG docs locationAchilleas Pipinellis2017-08-187-84/+0
| |
* | Move workflow/importing/ to user/project/import/Achilleas Pipinellis2017-08-1721-511/+7
|/
* update remaining links for add-user.mddocs-correct-filetreeMarcia Ramos2017-08-141-1/+1
|
* delete duplicate contentMarcia Ramos2017-08-142-46/+2
| | | | delete old doc, update links to the current doc
* move "share projects with groups" docsMarcia Ramos2017-08-146-47/+3
| | | | | | | | - correct the file tree - remove duplicate doc - move to project/members/ - move images - update links
* move doc from /workflow/ to /project/Marcia Ramos2017-08-1414-114/+1
| | | | fix the file tree
* Update gitlab_flow.md, Teatro seems to be completely dead, see also ↵bart2017-07-281-1/+0
| | | | https://forum.gitlab.com/t/gitlab-flow-documentation-teatro/7774
* user may now revoke a gpg keyAlexis Reigel2017-07-271-0/+27
| | | | | other than just removing a key, which doesn't affect the verified state of a commit, revoking a key unverifies all signed commits.
* add help links to gpg commits / gpg settingsAlexis Reigel2017-07-271-0/+2
|