summaryrefslogtreecommitdiff
path: root/doc/workflow
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* documentation for gpg signed commitsAlexis Reigel2017-07-277-0/+55
|
* Refactor groups docsMarcia Ramos2017-07-1614-98/+3
|
* Fixed typo in gitlab_flow.mdleungpeng2017-06-291-1/+1
|
* Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-152-5/+5
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-121-0/+3
|\ | | | | | | | | | | | | Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439
| * Add `p b` to the shortcuts documentationRémy Coutable2017-06-091-0/+3
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Clarify transferring project, specify permissionsLauri Piisang2017-06-091-2/+3
|/
* Rephrase to enhance readability. And some minor grammar.renzo2017-05-291-6/+6
|
* Merge branch 'patch-19' into 'master'Achilleas Pipinellis2017-05-241-1/+1
|\ | | | | | | | | Updated LFS workflow for removing unreferenced LFS objects See merge request !11108
| * Updated LFS workflow for removing unreferenced LFS objectspatch-19Arihant2017-05-051-1/+1
| |
* | Add project and group notification settings infonotification-settings-docCindy Pallares2017-05-194-3/+7
|/ | | | | Notification settings are described, but aren't mentioned where they are or where to change them.