summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge branch '18297-i-would-like-text-to-wrap-when-in-edit-mode-on-we...Jacob Schatz2016-09-291-67/+0
* Merge branch 'lfs-ssh-authorization-fix' into 'master' Douwe Maan2016-09-284-9/+36
|\
| * Handle LFS token creation and retrieval in the same method, and in the same R...lfs-ssh-authorization-fixPatricio Cano2016-09-284-10/+10
| * Do not regenerate the `lfs_token` every time `git-lfs-authenticate` is called...Patricio Cano2016-09-271-0/+27
* | Merge branch '22592-can-set-due-date-through-slash-commands-even-though-i-m-n...Douwe Maan2016-09-286-64/+212
|\ \
| * | Fix permission for setting an issue's due dateRémy Coutable2016-09-286-64/+212
* | | Added soft wrap logic and button to editorLuke Bennett2016-09-281-0/+67
|/ /
* | Merge branch 'hvlad/gitlab-ce-feature/add_test_for_git_http_ldap_user' into '...Rémy Coutable2016-09-282-324/+381
|\ \
| * | Added git http requests tests for user with LDAP identityHoratiu Eugen Vlad2016-09-282-324/+381
* | | Log LDAP lookup errors and don't swallow unrelated exceptionsMarkus Koller2016-09-281-3/+34
|/ /
* | Merge branch 'label-update-check-new' into 'master' Jacob Schatz2016-09-272-7/+24
|\ \
| * | Send ajax request for label update only if they are changed (#19472 !5071)label-update-check-newPhil Hughes2016-09-272-7/+24
* | | Import all GitHub comments after importing issues and PRsAhmad Sherif2016-09-271-0/+2
* | | Speed up label-applying process for GitHub importingAhmad Sherif2016-09-271-5/+6
* | | Process each page of GitHub resources instead of concating them then processingAhmad Sherif2016-09-271-1/+1
| |/ |/|
* | Merge branch 'add-calendar-tests' into 'master' Jacob Schatz2016-09-271-9/+100
|\ \
| * | Add more tests for calendar contributionClement Ho2016-09-261-9/+100
* | | Be nice to Docker Clients talking to JWT/authKamil Trzcinski2016-09-271-2/+2
| |/ |/|
* | Merge branch 'issue-boards-label-filter-fix' into 'master' Fatih Acet2016-09-271-0/+23
|\ \
| * | Tests fixissue-boards-label-filter-fixPhil Hughes2016-09-071-0/+2
| * | tests updatePhil Hughes2016-09-071-0/+2
| * | Fixed issue board label filtering not removing labelsPhil Hughes2016-09-071-0/+19
* | | fix model order in import/export config and 1to1 relation issue. Added releva...James Lopez2016-09-272-1/+43
* | | Merge branch 'rs-merge_commit_message' into 'master' doc-setup-sshRobert Speicher2016-09-271-0/+36
|\ \ \
| * | | Improve how MergeCommit#merge_commit_message builds the messageRobert Speicher2016-09-271-0/+36
* | | | Merge branch 'dz-profile-organization' into 'master' Dmitriy Zaporozhets2016-09-271-0/+9
|\ \ \ \
| * | | | Add extra check for api users specDmitriy Zaporozhets2016-09-271-0/+1
| * | | | Improvements to user organization field feature after code reviewDmitriy Zaporozhets2016-09-271-0/+1
| * | | | Add User#organization to users apiDmitriy Zaporozhets2016-09-271-0/+7
* | | | | Merge branch 'rc-new-members-approve-request-access-service' into 'master' Douwe Maan2016-09-272-1/+98
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ensure Members::ApproveAccessRequestService can fin a requester by IDRémy Coutable2016-09-222-1/+10
| * | | | New Members::ApproveAccessRequestServiceRémy Coutable2016-09-221-0/+88
* | | | | Merge branch '22578-cycle-analytics-incorrect-commit-count'Douwe Maan2016-09-272-11/+21
|\ \ \ \ \
| * | | | | Fix the "Commits" section of the cycle analytics summary.Timothy Andrew2016-09-262-11/+21
| | |_|_|/ | |/| | |
* | | | | Merge branch 'fix-unsubscribe-header'Douwe Maan2016-09-272-2/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Wrap List-Unsubscribe link in angle bracketsfix-unsubscribe-headerSean McGivern2016-09-262-2/+3
| |/ / /
* | | | Merge branch 'improvement/project-with-board-factory' into 'master' Robert Speicher2016-09-278-24/+15
|\ \ \ \
| * | | | Improve project_with_board factory to create the default listsimprovement/project-with-board-factoryDouglas Barbosa Alexandre2016-09-268-24/+15
* | | | | Merge branch 'issue-boards-filter-label-spaces' into 'master' Fatih Acet2016-09-261-1/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixed list issues not loading with spaces in filtered valuesissue-boards-filter-label-spacesPhil Hughes2016-09-081-1/+30
* | | | | Fix snippets pagination22500-can-t-paginate-through-snippetsRémy Coutable2016-09-265-18/+65
| |/ / / |/| | |
* | | | added more specsJames Lopez2016-09-262-1/+17
* | | | Fixes issue with rails reserved keyword type exporting/importing services. Al...James Lopez2016-09-263-0/+12
* | | | Merge branch '22229-use-base-sha-when-downloading-merge-requests' into 'master' Robert Speicher2016-09-251-3/+37
|\ \ \ \
| * | | | Use base SHA for patches and diffsNick Thomas2016-09-221-3/+37
* | | | | Merge branch 'gitlab-ce-milestone-tab-badges' into 'master' Fatih Acet2016-09-242-1/+39
|\ \ \ \ \
| * | | | | Ensure milestone counts work with no datagitlab-ce-milestone-tab-badgesAlfredo Sumaran2016-09-071-19/+17
| * | | | | Fix failing specs and improve htmlAlfredo Sumaran2016-09-071-10/+12
| * | | | | Updated milestone count helper plus testsDan Rowden2016-09-072-1/+39
* | | | | | Merge branch 'fix/speed-up-group-milestone-show' into 'master' Yorick Peterse2016-09-231-2/+3
|\ \ \ \ \ \