summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-0420-101/+308
| | | | | | | | | | 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-047-75/+28
|\ | | | | | | | | | | | | Remove service from actions dropdown, stop button and redeploy button Closes #31156 and #31567 See merge request !11068
| * Adds off for event hubFilipa Lacerda2017-05-041-0/+1
| |
| * Merge branch 'master' into 31156-environments-vue-service31156-environments-vue-serviceFilipa Lacerda2017-05-0324-101/+357
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 being provided as a prop on environments tableFilipa Lacerda2017-05-032-11/+6
| | |
| * | Remove service from actions dropdown, stop button and redeploy buttonFilipa Lacerda2017-05-036-71/+28
| | |
* | | Merge branch '12910-uploader-pers-snippet' into 'master' Sean McGivern2017-05-0413-98/+140
|\ \ \ | | | | | | | | | | | | | | | | Prepare uploaders for personal snippets comments See merge request !11022
| * | | Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-0213-98/+140
| | | |
* | | | Merge branch '30529-remove-pages-tab-if-pages-isn-t-enabled' into 'master' Rémy Coutable2017-05-046-17/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-046-17/+17
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-042-10/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-032-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Always show latest pipeline info in commit boxLin Jen-Shin2017-05-032-9/+10
| | | | |
* | | | | Merge branch 'zj-chat-message-pretty-time' into 'master' Sean McGivern2017-05-042-7/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-042-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0411-68/+452
|/ / / / /
* | | | | Merge branch '31671-merge-request-message-contains-carriage-returns' into ↵Douwe Maan2017-05-031-19/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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-19/+23
| | | | | |
* | | | | | Merge branch 'dm-artifact-browser-header' into 'master' Robert Speicher2017-05-039-42/+55
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add breadcrumb, build header and pipelines submenu to artifacts browser See merge request !11050
| * | | | | | Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan2017-05-039-42/+55
| | | | | | |
* | | | | | | Merge branch 'dm-link-discussion-to-outdated-diff' into 'master' Sean McGivern2017-05-0315-59/+97
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0315-59/+97
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | versions
* | | | | | | Merge branch 'dm-blob-external-storage' into 'master' Sean McGivern2017-05-036-58/+103
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-036-58/+103
| |/ / / / / /
* | | | | | | Merge branch 'further-attempt-to-fix-protected_tags_spec' into 'master' Sean McGivern2017-05-031-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Try waiting for previous dropdown to definitly close before going to click See merge request !11070
| * | | | | | | Try waiting for previous dropdown to definitly close before going to clickLuke "Jared" Bennett2017-05-031-1/+1
| | | | | | | |
* | | | | | | | Add real-time note edits :chipmunk:Eric Eastwood2017-05-035-74/+157
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch '26883-members-page-layout-looks-broken' into 'master' Annabel Dunstone Gray2017-05-033-4/+64
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added UX improvements to the project members settings view Closes #26883 See merge request !8650
| * | | | | | | Added flex wrapping26883-members-page-layout-looks-brokenJose Ivan Vargas2017-04-243-10/+55
| | | | | | | |
| * | | | | | | Added a media query when there's a more width available to show more of the ↵Jose Ivan Vargas2017-04-241-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | title
| * | | | | | | Changed the way to truncate the panel to title from ruby to a scss mixinJose Ivan Vargas2017-04-242-2/+8
| | | | | | | |
| * | | | | | | Added a description for non project masters or owners for the members ↵Jose Ivan Vargas2017-04-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | settings page Truncated the project name if it exceeds 18 characters
* | | | | | | | Merge branch ↵Robert Speicher2017-05-032-25/+93
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '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
| * | | | | | | | Add constant as ALLOWED_INDEXED_COLUMNSShinya Maeda2017-05-031-1/+3
| | | | | | | | |
| * | | | | | | | Use HasStatus::AVAILABLE_STATUSES instead of hard codingShinya Maeda2017-05-031-16/+3
| | | | | | | | |
| * | | | | | | | Add a blank line between blocksShinya Maeda2017-05-031-0/+2
| | | | | | | | |
| * | | | | | | | Revert "Use JSON type for sorting parameter (halfway)"Shinya Maeda2017-05-031-15/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 34127cb13ad72f65a24bdc8fc051363d3edd77cb.
| * | | | | | | | Use JSON type for sorting parameter (halfway)Shinya Maeda2017-05-031-11/+15
| | | | | | | | |
| * | | | | | | | Use order instead of reorder. Improve tests.Shinya Maeda2017-05-031-1/+1
| | | | | | | | |
| * | | | | | | | Fix improper method name and spec descriptionShinya Maeda2017-05-031-2/+2
| | | | | | | | |
| * | | | | | | | Allow only indexed columns in #order_and_sort. Remove present (Because ↵Shinya Maeda2017-05-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unnecessary) from condition. Added spec just in case.
| * | | | | | | | Avoid hardcode table nameShinya Maeda2017-05-031-2/+2
| | | | | | | | |
| * | | | | | | | Add name. Improve order_and_sort.Shinya Maeda2017-05-031-7/+12
| | | | | | | | |
| * | | | | | | | Add name(User)Shinya Maeda2017-05-031-0/+8
| | | | | | | | |
| * | | | | | | | Change name to usernameShinya Maeda2017-05-031-1/+1
| | | | | | | | |
| * | | | | | | | Fix inappropriate regexShinya Maeda2017-05-031-1/+1
| | | | | | | | |
| * | | | | | | | Use 'case/when/end'Shinya Maeda2017-05-031-7/+5
| | | | | | | | |
| * | | | | | | | Improved CI. Fix yaml_errors boolean evaluation.Shinya Maeda2017-05-031-1/+1
| | | | | | | | |
| * | | | | | | | Fixed the following.Shinya Maeda2017-05-031-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix inappropriate evaluation(casecmp) to regex - Fix missed boolean conversion - Improve spec
| * | | | | | | | Fixed SQL injectionShinya Maeda2017-05-031-2/+2
| | | | | | | | |