summaryrefslogtreecommitdiff
path: root/features/steps/project
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '32408-allow-creation-of-files-and-dirs-with-spaces-in-web-ui' ↵Douwe Maan2017-07-051-4/+0
|\ | | | | | | | | | | | | | | | | into 'master' Make filename and path creation compatible with UNIX in web UI Closes #21362 See merge request !12608
| * Removes file_name_regex from Gitlab::Regex32408-allow-creation-of-files-and-dirs-with-spaces-in-web-uiTiago Botelho2017-07-051-4/+0
| |
| * Allow creation of files and directories with spaces in web UITiago Botelho2017-07-051-1/+1
| |
* | Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-0525-93/+91
|/
* Clean up issuable listsTaurie Davis2017-06-291-1/+1
|
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-2/+2
|
* Revert "Annotate" to "Blame"sh-revert-annotate-for-blameStan Hu2017-06-221-1/+0
|
* Use wait_for_requests instead of sleep 0.3Rémy Coutable2017-06-131-2/+2
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-1/+1
|
* Merge branch 'dm-revert-mr-8427'Douwe Maan2017-06-091-4/+1
|\
| * Revert 'New file from interface on existing branch'dm-revert-mr-8427Douwe Maan2017-06-091-4/+1
| |
* | Fix intermittent Spinach markdown render failure33457-features-project-source-markdown_render-feature-fails-on-masterSean McGivern2017-06-091-0/+2
|/ | | | When loading a tree with a README.md, we need to wait for the blob viewer.
* Merge branch 'master-security-update' into 'master'Regis Boudinot2017-06-081-1/+1
|\ | | | | | | | | Master security update See merge request !12025
| * Bring in security changes from the 9.2.5 releaseDJ Mountney2017-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
* | fixes project_group_links spec by adding click tab eventtauriedavis2017-06-081-3/+4
|/
* Merge branch '23603-add-extra-functionality-for-the-top-right-plus-button' ↵Douwe Maan2017-06-086-6/+18
|\ | | | | | | | | | | | | | | | | into 'master' Resolve "Add extra functionality for the top right Plus Button" Closes #23603 See merge request !11632
| * Check for Merge Request fixedTim Zallmann2017-06-072-2/+6
| | | | | | | | Fixed couple of spinach test
| * Externalised DropdownTim Zallmann2017-06-073-3/+9
| | | | | | | | | | | | Checks for creating new issue Styling of .dropdown-bold-header Fixed Spinach Tests to limit them to the main content area for clicking 'New Project' etc. so that they don't click the dropdown menu
| * Seperated Dropdown in new partialTim Zallmann2017-06-071-1/+3
| | | | | | | | | | Fixed different issues from discussion Fixed a Spinach Test which had now 2 New buttons
* | Added more actions and report as abuse to all notesLuke "Jared" Bennett2017-06-071-0/+6
| |
* | Use data attributes instead of classClement Ho2017-06-072-4/+4
| |
* | Fix spinach testClement Ho2017-06-062-6/+4
|/
* Fix missing tooltip and ARIA labels for accessibilityKushal Pandya2017-06-061-1/+1
|
* Merge branch 'blameless' into 'master'Rémy Coutable2017-06-021-0/+1
|\ | | | | | | | | Promote blameless culture by using "annotate" instead See merge request !10378
| * Promote blameless culture by using "annotate" insteadIlya Vassilevsky2017-06-021-0/+1
| | | | | | | | User-facing changes (fast & easy win)
* | simplify test&save actions when setting a service integrationJarka Kadlecova2017-06-011-41/+29
|/
* Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-1/+1
|
* Merge branch ↵Fatih Acet2017-05-261-1/+5
|\ | | | | | | | | | | | | | | | | '32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-project' into 'master' Disable "Remove source branch" in MR Widget for users who can't remove, and re-add checkbox to MR form Closes #32447 and #32907 See merge request !11558
| * Update spinach specs to explicitly check Remove Source Branch.Bryce Johnson2017-05-231-1/+5
| |
* | Add API URL to JIRA settings31448-jira-urlsJarka Kadlecova2017-05-261-2/+4
| |
* | Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets2017-05-251-75/+0
|\ \ | | | | | | | | | | | | | | | | | | Implement Web Hooks calls logging Closes #17848 See merge request !11027
| * | Implement web hooks loggingAlexander Randa2017-05-251-75/+0
| | | | | | | | | | | | | | | | | | | | | | | | * implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
* | | Merge branch 'wait-for-ajax-handling-all-js-requests' into 'master'Douwe Maan2017-05-2410-55/+53
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use wait_for_requests for checking Vue resource and $.ajax requests [CE] Closes #31946 and #31555 See merge request !11451
| * | | Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-2210-55/+53
| | |/ | |/|
* | | Merge branch 'issue_32225' into 'master'Robert Speicher2017-05-231-2/+8
|\ \ \ | |/ / |/| | | | | | | | Add transient head_pipeline_of to pipeline factories See merge request !11566
| * | Add transient head_pipeline_of to pipeline factoriesissue_32225Felipe Artur2017-05-221-2/+8
| |/
* | Show password field mask while editing service settingsKushal Pandya2017-05-221-1/+1
|/
* Merge branch '30975-fixed-top-nav-POC' into 'master' Annabel Dunstone Gray2017-05-121-2/+2
|\ | | | | | | | | | | | | Add fixed positioning to top level navbar Closes #30975 See merge request !10751
| * Fix specsAnnabel Dunstone Gray2017-05-121-1/+1
| |
| * Fix specsAnnabel Dunstone Gray2017-05-121-1/+1
| |
* | Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan2017-05-122-32/+3
|/
* Load tree readme asynchronouslydm-async-tree-readmeDouwe Maan2017-05-102-0/+3
|
* Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-091-0/+1
|\ | | | | | | | | | | | | Preloads head pipeline for each merge request Closes #27168 See merge request !10064
| * Fix SpecsFelipe Artur2017-05-081-0/+1
| |
* | Merge request widget redesignFatih Acet2017-05-095-14/+37
|/
* Add instant comments supportKushal Pandya2017-05-051-0/+7
|
* Merge branch 'deploy-keys-load-async' into 'master' Filipa Lacerda2017-05-041-7/+9
|\ | | | | | | | | | | | | Deploy keys load async Closes #29667 See merge request !10973
| * Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-043-10/+24
| |\
| * \ Merge branch 'master' into deploy-keys-load-asyncPhil Hughes2017-05-034-3/+9
| |\ \
| * | | Fixed some spinach & rspec testsPhil Hughes2017-04-281-7/+9
| | | |