summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-045-17/+390
| | | | | | | | | | Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
* Merge branch '31156-environments-vue-service' into 'master' Phil Hughes2017-05-043-46/+0
|\ | | | | | | | | | | | | Remove service from actions dropdown, stop button and redeploy button Closes #31156 and #31567 See merge request !11068
| * Merge branch 'master' into 31156-environments-vue-service31156-environments-vue-serviceFilipa Lacerda2017-05-0314-44/+695
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (91 commits) Move api lint out of static analysis job Fix project tree saver and fork spec failures Fix lazy error handling of cron parser Use gitlab-workhorse 2.0.0 Revert to real click seeing as that was a bug with only the original branch Fixed issue_sidebar_spec.rb click as true click cannot hit the right element and removed sleep find and match first dropdown before clicking Elaborate on the usage of Spring Note Ghost user and refer to user deletion documentation Fix label creation from issuable for subgroup projects Detect already enabled DeployKeys in EnableDeployKeyService Extract common parts of snippet and blob pages into partial update article date link ldap-ee article from auth index add ldap article and changes from !10299 Fix misaligned buttons in wiki pages Improve pipelines_finder.rb Improve documentation Correct typo in pipelines_spec.rb Avoid using sample ...
| * | Remove service from actions dropdown, stop button and redeploy buttonFilipa Lacerda2017-05-033-46/+0
| | |
* | | Merge branch '12910-uploader-pers-snippet' into 'master' Sean McGivern2017-05-044-2/+261
|\ \ \ | | | | | | | | | | | | | | | | Prepare uploaders for personal snippets comments See merge request !11022
| * | | Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-024-2/+261
| | | |
* | | | Merge branch '30529-remove-pages-tab-if-pages-isn-t-enabled' into 'master' Rémy Coutable2017-05-042-11/+104
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable navigation to Pages config if Pages is disabled Closes #30529 See merge request !11008
| * | | | Disable navigation to Pages config if Pages is disabledMark Fletcher2017-05-042-11/+104
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Regards project-level pages config - Nav link is now shown only if Pages is enabled for instance - Navigation to following controllers denied if Pages disabled: * projects/pages_controller * projects/pages_domains_controller - 'disabled' partial removed + Test for pages_controller introduced
* | | | | Merge branch 'always-show-latest-pipeline-in-commit-box' into 'master' Kamil Trzciński2017-05-041-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always show latest pipeline info in commit box Closes #31378 See merge request !11038
| * | | | | Rename latest_pipeline to last_pipelinealways-show-latest-pipeline-in-commit-boxLin Jen-Shin2017-05-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it might be confusing that it's not the same as Pipeline#latest Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11038#note_28677090
* | | | | | Merge branch '2247-emails-forwarded-to-service-desk-email-don-t-come' into ↵Sean McGivern2017-05-042-0/+43
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Handle incoming emails from aliases correctly See merge request !11079
| * | | | | | Handle incoming emails from aliases correctly2247-emails-forwarded-to-service-desk-email-don-t-comeSean McGivern2017-05-032-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These set the 'actual' destination email in one of the Delivered-To lines, so check those too.
* | | | | | | Merge branch 'zj-chat-message-pretty-time' into 'master' Sean McGivern2017-05-041-9/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert seconds to minutes and hours on chat notifations See merge request !11054
| * | | | | | | Convert seconds to minutes and hours on chat notifationszj-chat-message-pretty-timeZ.J. van de Weg2017-05-041-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the pipeline message, the duration of the pipeline was shown as: > gitlab-org/gitlab-ee: Pipeline #8002259 of master branch by Douwe Maan failed in 8612 seconds But this many seconds only gave me a clue how long the pipeline took, so now this will be shown as something like: 02:20:12 which gives a much better measure of time.
* | | | | | | | Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-049-65/+273
| | | | | | | |
* | | | | | | | Merge branch '31544-size-of-project-from-api' into 'master' Rémy Coutable2017-05-041-0/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Size of project from API" Closes #31544 See merge request !11013
| * | | | | | | Expose project statistics on single requests via the APIMark Fletcher2017-05-031-0/+14
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + The statistics parameter was already accepted * This commit ensure that it is respected for GET /projects/:id endpoint + Add documentation of the parameter and update the example response for stats
* | | | | | | Merge branch '31671-merge-request-message-contains-carriage-returns' into ↵Douwe Maan2017-05-031-7/+19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' removes the possibility of commit messages having carriage returns Closes #31671 See merge request !11077
| * | | | | | | removes the possibility of commit messages having carriage returnsTiago Botelho2017-05-031-7/+19
| | | | | | | |
* | | | | | | | Merge branch 'dm-link-discussion-to-outdated-diff' into 'master' Sean McGivern2017-05-037-48/+431
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow commenting on older versions of the diff and comparisons between diff versions See merge request !10388
| * | | | | | | | Allow commenting on older versions of the diff and comparisons between diff ↵dm-link-discussion-to-outdated-diffDouwe Maan2017-05-037-48/+431
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | versions
* | | | | | | | | Merge branch 'dm-blob-external-storage' into 'master' Sean McGivern2017-05-035-44/+195
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Blob support of external storage in preparation of job artifact blobs See merge request !11048
| * | | | | | | | | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-035-44/+195
| |/ / / / / / / /
* | | | | | | | | Merge branch 'further-attempt-to-fix-protected_tags_spec' into 'master' Sean McGivern2017-05-032-2/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Try waiting for previous dropdown to definitly close before going to click See merge request !11070
| * | | | | | | | | remove debug codefurther-attempt-to-fix-protected_tags_specLuke "Jared" Bennett2017-05-031-2/+1
| | | | | | | | | |
| * | | | | | | | | Try waiting for previous dropdown to definitly close before going to clickLuke "Jared" Bennett2017-05-032-3/+5
| | | | | | | | | |
* | | | | | | | | | Add real-time note edits :chipmunk:Eric Eastwood2017-05-033-57/+159
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Fix project tree saver and fork spec failuresJames Lopez2017-05-031-2/+2
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge branch ↵Robert Speicher2017-05-032-25/+419
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28408-feature-proposal-include-search-options-to-pipelines-api' into 'master' Resolve "Feature Proposal: Include search options to pipelines API" Closes #28408 See merge request !9367
| * | | | | | | | Improve pipelines_finder.rbShinya Maeda2017-05-031-4/+4
| | | | | | | | |
| * | | | | | | | Correct typo in pipelines_spec.rbShinya Maeda2017-05-031-5/+5
| | | | | | | | |
| * | | | | | | | Avoid using sampleShinya Maeda2017-05-031-1/+1
| | | | | | | | |
| * | | | | | | | Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda2017-05-032-4/+4
| | | | | | | | |
| * | | | | | | | Improve api/pipelines_spec.rbShinya Maeda2017-05-032-95/+112
| | | | | | | | |
| * | | | | | | | Add another pipeline for spec statusShinya Maeda2017-05-031-0/+5
| | | | | | | | |
| * | | | | | | | Add space before bracketShinya Maeda2017-05-031-6/+6
| | | | | | | | |
| * | | | | | | | Remove unnecessary hashShinya Maeda2017-05-031-19/+19
| | | | | | | | |
| * | | | | | | | Improve pipelines_finder_spec.rbShinya Maeda2017-05-031-113/+70
| | | | | | | | |
| * | | | | | | | Separate parameters from literal url stringShinya Maeda2017-05-031-19/+19
| | | | | | | | |
| * | | | | | | | Use order instead of reorder. Improve tests.Shinya Maeda2017-05-031-2/+5
| | | | | | | | |
| * | | | | | | | Ci::Pipeline to project.pipelinesShinya Maeda2017-05-032-32/+32
| | | | | | | | |
| * | | | | | | | Fix improper method name and spec descriptionShinya Maeda2017-05-031-3/+3
| | | | | | | | |
| * | | | | | | | Fix created_at to user_id in specShinya Maeda2017-05-031-6/+6
| | | | | | | | |
| * | | | | | | | Change sort spec descriptionShinya Maeda2017-05-031-2/+2
| | | | | | | | |
| * | | | | | | | Allow only indexed columns in #order_and_sort. Remove present (Because ↵Shinya Maeda2017-05-031-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unnecessary) from condition. Added spec just in case.
| * | | | | | | | 'to be > 0' to 'not_to be_empty'. 'to eq(0)' to 'to be_empty'Shinya Maeda2017-05-031-9/+9
| | | | | | | | |
| * | | | | | | | Normalize wordingShinya Maeda2017-05-031-47/+39
| | | | | | | | |
| * | | | | | | | Finish pipelines_specShinya Maeda2017-05-032-46/+105
| | | | | | | | |
| * | | | | | | | Unveil iterationShinya Maeda2017-05-031-10/+29
| | | | | | | | |
| * | | | | | | | Use eq instead of match_array for comparison of arrayShinya Maeda2017-05-031-5/+5
| | | | | | | | |