summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add nested groups support to the routingdz-allow-nested-group-routingDmitriy Zaporozhets2016-11-2330-755/+904
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'fix-folders-css' into 'master' 24798-actionview-template-error-undefined-method-failed-for-nil-nilclassFatih Acet2016-11-222-6/+31
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve readability of environments table ## What does this MR do? Fix the environments table columns width ## Before ![Screen_Shot_2016-11-21_at_18.13.00](/uploads/1771b0546eb3cb15f4894b719fd44286/Screen_Shot_2016-11-21_at_18.13.00.png) ## After ![Screen_Shot_2016-11-21_at_18.11.18](/uploads/a20194a055b6ec0f7989f0c1499883d3/Screen_Shot_2016-11-21_at_18.11.18.png) ## Does this MR meet the acceptance criteria? - [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? See merge request !7628
| * Adjust %fix-folders-cssFilipa Lacerda2016-11-221-2/+2
| |
| * Improvements for mobileFilipa Lacerda2016-11-221-3/+13
| |
| * Improve readability of environments tableFilipa Lacerda2016-11-212-6/+21
| |
* | Merge branch 'zj-mattermost-command-help-message' into 'master' Fatih Acet2016-11-2211-59/+256
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add help section for MM commands ## What should this MR do Check @pedroms' design for the Mattermost service screen: https://gitlab.com/gitlab-org/gitlab-ce/issues/22540 Now this has to be implemented, I've created a clean canvas for you, @lbennett, to draw on. ## Does this MR meet the acceptance criteria? - [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !7558
| * | Frontend review changeszj-mattermost-command-help-messageLuke "Jared" Bennett2016-11-214-84/+90
| | |
| * | Improve the mattermost help boxZ.J. van de Weg2016-11-215-13/+58
| | | | | | | | | | | | Also added tests, and moved the slack test to a better location.
| * | Pass @service using subjectLuke "Jared" Bennett2016-11-214-4/+4
| | |
| * | Added new .help-form styling and implemented with mattermost command service ↵Luke "Jared" Bennett2016-11-217-16/+157
| | | | | | | | | | | | help well
| * | Add framework for rendering partialsZ.J. van de Weg2016-11-212-1/+6
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'fix-failed-email-for-external-jobs' into 'master' Kamil Trzciński2016-11-228-9/+25
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | External jobs do not have show page nor traces Fixes #24677 See merge request !7617
| * | | Move partials to links directory, feedback:fix-failed-email-for-external-jobsLin Jen-Shin2016-11-226-2/+2
| | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18762971
| * | | Just create failed builds rather than calling eventsLin Jen-Shin2016-11-221-6/+3
| | | | | | | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18763033
| * | | Move has_trace? to CommitStatus than GenericCommitStatusLin Jen-Shin2016-11-222-7/+7
| | | | | | | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18762721
| * | | Use local instead of instance variable in partialLin Jen-Shin2016-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18762989
| * | | Use partials instead of simple switch case:Lin Jen-Shin2016-11-226-7/+7
| | | | | | | | | | | | | | | | | | | | Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18745137
| * | | Use has_trace? instead of case switch, feedback:Lin Jen-Shin2016-11-213-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18745170 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7617#note_18745221
| * | | External jobs do not have show page nor tracesLin Jen-Shin2016-11-213-6/+22
| | | | | | | | | | | | | | | | Fixes #24677
* | | | Merge branch 'avoid-api-helper-call' into 'master' Rémy Coutable2016-11-221-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid helper call with default parameters The helpers can ultimately be removed when the issue API uses the Grape DSL. See merge request !7649
| * | | | Avoid helper call with default parametersavoid-api-helper-callRobert Schilling2016-11-221-1/+1
| | | | |
* | | | | Merge branch 'ux-guide-update-mr-copy' into 'master' Achilleas Pipinellis2016-11-221-1/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Approve and Remove approval to UX Guide terminology table Updating UX Guide page on terminology to include guidance on 'Approve' and 'Remove approval'. See merge request !7632
| * | | | | [ci skip] Add Approve and Remove Approval to UX Guide terminology tableux-guide-update-mr-copyawhildy2016-11-211-1/+3
| | | | | |
* | | | | | Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-11-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixed manage_large_binaries_with_git_lfs.md typo See merge request !7612
| * | | | | | fixed manage_large_binaries_with_git_lfs.md typoJán Dzurek2016-11-211-1/+1
| | | | | | |
* | | | | | | Merge branch 'patch-10' into 'master' Achilleas Pipinellis2016-11-221-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add missing sudo skip-auto-migration ## What does this MR do? Fixes minor documentation issue where adding `skip-auto-migration` file does not work because `sudo` is not used. See merge request !7435
| * | | | | | | add missing sudo skip-auto-migrationBen Bodenmiller2016-11-121-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'patch-9' into 'master' Achilleas Pipinellis2016-11-221-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change docker backup command in readme See the general Documentation guidelines http://docs.gitlab.com/ce/development/doc_styleguide.html ## What does this MR do? MR fixes wrong order of parameters in the command given for backing up gitlab in a docker container ## Moving docs to a new location? No See merge request !7468
| * | | | | | | | Change docker backup command in readmeBenjamin Weber2016-11-141-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'docs/pipelines-add-img' into 'master' Achilleas Pipinellis2016-11-222-0/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add example image to pipelines docs See merge request !7652
| * | | | | | | | | Add example image to pipelines docsAchilleas Pipinellis2016-11-222-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24767 [ci skip]
* | | | | | | | | | Merge branch 'object-state-models-docs' into 'master' Achilleas Pipinellis2016-11-225-0/+26
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Object state models docs Object state models docs for issues and merge requests. This is to start documenting object models, focused more on users and how they experience the product. See merge request !7544
| * | | | | | | | | Remove contents section since it's not necessary [ci skip]object-state-models-docsVictor Wu2016-11-201-7/+0
| | | | | | | | | |
| * | | | | | | | | Remove hyphen [ci skip]Victor Wu2016-11-181-0/+0
| | | | | | | | | |
| * | | | | | | | | Remove hyphen [ci skip]Victor Wu2016-11-181-0/+0
| | | | | | | | | |
| * | | | | | | | | Add spaces to conform to style guide [ci skip]Victor Wu2016-11-181-0/+5
| | | | | | | | | |
| * | | | | | | | | Update object_state_models.md [ci skip]Victor Wu2016-11-171-0/+27
| | | | | | | | | |
| * | | | | | | | | Delete .gitkeep [ci skip]Victor Wu2016-11-171-0/+0
| | | | | | | | | |
| * | | | | | | | | Upload new file [ci skip]Victor Wu2016-11-171-0/+0
| | | | | | | | | |
| * | | | | | | | | Upload new file [ci skip]Victor Wu2016-11-171-0/+0
| | | | | | | | | |
| * | | | | | | | | Upload new file [ci skip]Victor Wu2016-11-171-0/+0
| | | | | | | | | |
| * | | | | | | | | Add new directory [ci skip]Victor Wu2016-11-171-0/+0
| | | | | | | | | |
| * | | | | | | | | Add file [ci skip]Victor Wu2016-11-171-0/+0
| | | | | | | | | |
| * | | | | | | | | Link to object state models [ci skip]Victor Wu2016-11-171-0/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'zj-slash-command-docs' into 'master' Achilleas Pipinellis2016-11-2212-0/+158
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs on Mattermost commands Still needs some screenshots, depends on: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7558 /cc @ayufan @SeanPackham See merge request !7567
| * | | | | | | | | | Restructure steps for MM slash commands serviceAchilleas Pipinellis2016-11-225-35/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | Refactor Mattermost slash commands docszj-slash-command-docsAchilleas Pipinellis2016-11-2111-24/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | Add screenshot in docsZ.J. van de Weg2016-11-213-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | Add framework for docs on Mattermost commandsZ.J. van de Weg2016-11-213-0/+43
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | Merge branch 'preserve-second-parameter-new-note-worker' into 'master' Sean McGivern2016-11-221-1/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve optional second parameter in NewNoteWorker jobs Closes #24678 See merge request !7602