summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Remove notification level fild from users, improve migrations and specsissue_3359_2Felipe Artur2016-06-101-3/+4
* Remove notification level from user modelFelipe Artur2016-06-102-11/+286
* Rename ci_commit -> pipelineRémy Coutable2016-06-102-18/+18
* Rename MergeRequest#cannot_be_merged_because_build_is_not_success? to #mergea...Rémy Coutable2016-06-102-33/+38
* Improve initial implementation of the 'only_allow_merge_if_build_succeeds.rb'...Rémy Coutable2016-06-103-64/+96
* Allow or not merge MR with failed buildRui Anderson2016-06-103-0/+230
* Fix failing `EmailOnPush` spec.Timothy Andrew2016-06-101-2/+2
* Merge branch 'award-emoji-fixes' into 'master' Jacob Schatz2016-06-091-7/+6
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into award-emoji-fixesFatih Acet2016-06-091-2/+28
| |\
| * \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into award-emoji-fixesFatih Acet2016-06-091-1/+82
| |\ \
| * \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into award-emoji-fixesFatih Acet2016-06-0918-99/+146
| |\ \ \
| * | | | Move award_menu_url variable into gon object.Fatih Acet2016-06-091-7/+6
* | | | | Merge branch 'due-date-field-ux-improv' into 'master' Jacob Schatz2016-06-091-5/+7
|\ \ \ \ \
| * | | | | Fixed testsPhil Hughes2016-06-091-5/+7
| | |_|_|/ | |/| | |
* | | | | Merge branch 'issue_17607' into 'master' Jacob Schatz2016-06-091-0/+46
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Change date format to be non zero padded in order to fix failing testAlfredo Sumaran2016-06-091-1/+1
| * | | | Add tests for dates on tooltipsAlfredo Sumaran2016-06-091-0/+46
| | |_|/ | |/| |
* | | | Toggling a task in a description with mentions doesn't creates a TodoDouglas Barbosa Alexandre2016-06-091-2/+28
|/ / /
* | | Merge branch 'fix-git-http-routing' into 'master' Douwe Maan2016-06-091-1/+82
|\ \ \ | |_|/ |/| |
| * | Add test for getting info/refs from repoSean McGivern2016-06-091-0/+28
| * | Ensure only IDs ending in .git perform git actionsfix-git-http-routingSean McGivern2016-06-091-1/+54
| |/
* | Merge branch 'saml-ldap-link-flow' into 'master' Douwe Maan2016-06-091-0/+18
|\ \
| * | Syntax fixes and better logging around the `ldap_person` method.saml-ldap-link-flowPatricio Cano2016-06-081-2/+1
| * | Moved `find_or_create_ldap_user` method to parent class and added logging.Patricio Cano2016-06-071-1/+1
| * | Adjust the SAML control flow to allow LDAP identities to be added to an exist...Patricio Cano2016-06-061-0/+19
* | | Merge branch 'make-omniauth-tests-to-not-modify-global-state' into 'master' Yorick Peterse2016-06-0911-11/+11
|\ \ \
| * | | Remove require_relative 'import_spec_helper'make-omniauth-tests-to-not-modify-global-stateKamil Trzcinski2016-06-086-6/+0
| * | | Move ImportSpecHelper to spec/support/Kamil Trzcinski2016-06-081-0/+0
| * | | Make Omniauth providers specs to not modify global configurationKamil Trzcinski2016-06-085-5/+11
* | | | Merge branch '18019-fix-wiki-linking' into 'master' Rémy Coutable2016-06-096-88/+117
|\ \ \ \ | |_|_|/ |/| | |
| * | | Hook up the updated `WikiLinkFilter` to the wiki controllers.Timothy Andrew2016-06-093-2/+8
| * | | Implement the correct linking behaviour in `WikiLinkFilter`.Timothy Andrew2016-06-093-86/+109
* | | | Combine tests for internal linksAlfredo Sumaran2016-06-081-4/+4
* | | | Set target="_blank" for external linksAlfredo Sumaran2016-06-082-1/+11
* | | | Merge branch '17960-issues-api-endpoint-performs-poorly' into 'master' Yorick Peterse2016-06-081-0/+26
|\ \ \ \
| * | | | Fix pseudo n+1 queries with Note and Note Authors in issuables APIsAlejandro Rodríguez2016-06-081-0/+26
| | |/ / | |/| |
* | | | Merge branch 'remove-labels-from-filter' into 'master' Jacob Schatz2016-06-081-0/+35
|\ \ \ \ | |/ / / |/| | |
| * | | Fixed issue with dropdown toggle not updatingremove-labels-from-filterPhil Hughes2016-06-081-0/+25
| * | | Removable labels from filtered issuables label barPhil Hughes2016-06-081-0/+10
* | | | Merge branch 'git-http-controller' into 'master' Rémy Coutable2016-06-084-219/+362
|\ \ \ \
| * | | | Add parenthesesJacob Vosmaer2016-06-081-4/+4
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-htt...Jacob Vosmaer2016-06-08104-1038/+4117
| |\ \ \ \ | | |/ / /
| * | | | Fix testsJacob Vosmaer2016-06-061-1/+1
| * | | | Changes after more review from RémyJacob Vosmaer2016-06-031-4/+4
| * | | | Rename finder to find_in_gitlab_or_ldapJacob Vosmaer2016-06-021-8/+8
| * | | | Merge branch 'master' into git-http-controllerJacob Vosmaer2016-06-02339-2818/+11507
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Rubocop and whitespaceJacob Vosmaer2016-05-021-1/+1
| * | | | Make CI/Oauth/rate limiting reusableJacob Vosmaer2016-04-291-9/+47
| * | | | Specify that oauth cannot push codeJacob Vosmaer2016-04-291-0/+19
| * | | | Remove trivial 'let'Jacob Vosmaer2016-04-221-6/+5