summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix failing featuresroad-to-rspec-3Robert Speicher2015-06-143-3/+3
* Fix remaining deprecation warnings in specsRobert Speicher2015-06-143-15/+11
* Fix OAuth::User specRobert Speicher2015-06-141-25/+40
* Remove the "multiselect blob" featuresRobert Speicher2015-06-142-144/+0
* Fix most ProjectMergeRequests feature stepsRobert Speicher2015-06-142-11/+8
* Fix failing Profile featureRobert Speicher2015-06-141-1/+1
* Fix shared DiffNote stepsRobert Speicher2015-06-141-15/+27
* Fix BroadcastMessages featureRobert Speicher2015-06-141-1/+1
* Fix remaining deprecation warnings in specsRobert Speicher2015-06-143-15/+10
* Update syntax for spec/{services,support,tasks,workers}Robert Speicher2015-06-144-30/+42
* Update syntax for spec/requestsRobert Speicher2015-06-144-5/+14
* Update syntax for spec/featuresRobert Speicher2015-06-142-3/+6
* Update syntax for spec/modelsRobert Speicher2015-06-1410-37/+48
* Update mock/expect syntax for spec/libRobert Speicher2015-06-148-53/+84
* Update spec/features/security specsRobert Speicher2015-06-142-43/+26
* Only require email_spec in the one place it's usedRobert Speicher2015-06-142-1/+1
* Update email_spec gemRobert Speicher2015-06-142-4/+4
* Fix syntax for spec/models/project_services/Robert Speicher2015-06-1410-25/+23
* Update mock syntax for files in spec/helpersRobert Speicher2015-06-148-36/+44
* Update expect syntax for AutocompleteController specRobert Speicher2015-06-141-3/+3
* Update and simplify Import controller specsRobert Speicher2015-06-146-36/+75
* Fix include_module matcherRobert Speicher2015-06-141-1/+5
* Fixed some errors in features/project/source/multiselect_blob testJeroen van Baarsen2015-06-141-1/+2
* Fixed features/snippets spinach testsJeroen van Baarsen2015-06-141-1/+1
* Fixed features/dashboard spinach testJeroen van Baarsen2015-06-141-1/+1
* Fixed the features/profile spinach testsJeroen van Baarsen2015-06-141-4/+8
* Fixed the features/search.feature specsJeroen van Baarsen2015-06-141-3/+9
* Made some more progress towards rspec 3Jeroen van Baarsen2015-06-143-13/+23
* Fixed comments feature testsJeroen van Baarsen2015-06-144-10/+15
* --wip--Jeroen van Baarsen2015-06-142-3/+3
* Fixed broken feature testJeroen van Baarsen2015-06-141-3/+3
* Upgrade to newer version of CapybaraJeroen van Baarsen2015-06-142-3/+3
* Started on the actual rspec 3 upgradeJeroen van Baarsen2015-06-144-15/+18
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-06-1418-77/+75
|\
| * Merge branch 'rs-issue-1432' into 'master'Dmitriy Zaporozhets2015-06-142-3/+3
| |\
| | * Update Redcarpet to 3.3.0rs-issue-1432Robert Speicher2015-06-132-3/+3
| * | Merge branch 'rs-expect-syntax-specs' into 'master'Dmitriy Zaporozhets2015-06-1416-74/+72
| |\ \ | | |/ | |/|
| | * Use `page.all` and `page.within` in specsrs-expect-syntax-specsRobert Speicher2015-06-134-20/+20
| | * Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-1313-48/+46
| | * Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-134-6/+6
| |/
* | Merge pull request #9340 from jvanbaarsen/update-noteableDmitriy Zaporozhets2015-06-143-2/+6
|\ \ | |/ |/|
| * Update noteable after a new note is addedJeroen van Baarsen2015-06-053-2/+6
* | Merge branch 'rs-issue-1798' into 'master'Dmitriy Zaporozhets2015-06-133-12/+12
|\ \
| * | Ensure `session_expire_delay` field exists before accessing itrs-issue-1798Robert Speicher2015-06-133-12/+12
|/ /
* | Merge branch 'regex-anchor-docs' into 'master'Sytse Sijbrandij2015-06-121-0/+30
|\ \
| * | Add info about regex anchors to shell command docs.Douwe Maan2015-06-121-0/+30
|/ /
* | Merge branch 'feature-session-expire-seconds-ui' into 'master'Douwe Maan2015-06-1210-4/+30
|\ \
| * | session_expire_seconds => session_expire_delaythemaze752015-06-1010-16/+25
| * | Add session expiration delay configuration through UI applicationEric Maziade2015-06-0510-4/+21
* | | Merge branch 'update-guides-7.12' into 'master'Jacob Vosmaer2015-06-122-10/+144
|\ \ \