summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-ext-issue-webbased-hooks' into 'master'Douwe Maan2015-06-161-0/+9
|\
| * Fix hooks for web based events with external issue referencesDaniel Gerhardt2015-06-141-0/+9
* | Look for .gitlab-ci.yml only if checkout_sha is presentfix-gitlab-ci-ymlDmitriy Zaporozhets2015-06-151-1/+1
* | Merge branch 'rs-dev-issue-2228' into 'master'Dmitriy Zaporozhets2015-06-1511-35/+404
|\ \
| * | Add `allowing_for_delay` helper method for feature specsRobert Speicher2015-06-142-6/+41
| * | Refactor dashboard_choicesRobert Speicher2015-06-131-8/+10
| * | Spec the failure cases for PreferencesController#updateRobert Speicher2015-06-131-2/+18
| * | Make the dashboard choice text match the text in the sidebarRobert Speicher2015-06-131-2/+2
| * | Add feature specs for default dashboard preferenceRobert Speicher2015-06-131-9/+48
| * | Add a form field to customize the dashboard preferenceRobert Speicher2015-06-131-0/+17
| * | Add RootControllerRobert Speicher2015-06-132-2/+40
| * | Add `dashboard` attribute to User modelRobert Speicher2015-06-132-1/+4
| * | Simplify the javascript behavior for Preference updatingRobert Speicher2015-06-131-0/+8
| * | Add PreferencesHelper moduleRobert Speicher2015-06-132-21/+53
| * | Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-133-5/+56
| * | Move the "Design" templates and logic to PreferencesRobert Speicher2015-06-131-0/+33
| * | Allow login_as helper to accept a User objectRobert Speicher2015-06-131-4/+20
| * | Add Profiles::PreferencesControllerRobert Speicher2015-06-133-5/+84
* | | Merge branch 'fix-post-receive-external-tracker' into 'master'Douwe Maan2015-06-152-0/+19
|\ \ \ | |_|/ |/| |
| * | Fix post-receive errors on a push when an external issue tracker is configuredStan Hu2015-06-122-0/+19
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy 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-142-1/+5
|\ \ \ | |/ / |/| |
| * | Update noteable after a new note is addedJeroen van Baarsen2015-06-052-1/+5
* | | Merge branch 'feature-session-expire-seconds-ui' into 'master'Douwe Maan2015-06-121-0/+1
|\ \ \ | |_|/ |/| |
| * | session_expire_seconds => session_expire_delaythemaze752015-06-101-1/+1
| * | Add session expiration delay configuration through UI applicationEric Maziade2015-06-051-0/+1
* | | Fix shoulda-matchers requireRobert Speicher2015-06-101-0/+1
* | | Memoize result of JSON.parse in json_responseRobert Speicher2015-06-101-1/+1
* | | Add spec/support files for WebMock and test coverageRobert Speicher2015-06-103-12/+12
* | | "expect { }.not_to raise_error" no longer takes a specific classRobert Speicher2015-06-101-6/+2
* | | ensure_length_of -> validate_length_ofRobert Speicher2015-06-106-11/+11
* | | Correctly remove already-mentioned commits for cross referencesrs-issue-1778Robert Speicher2015-06-081-2/+19
* | | Merge branch 'cernvcs/gitlab-ce-feature/auto_link_ldap_omniauth'Douwe Maan2015-06-051-12/+154
|\ \ \
| * | | Add option to automatically link omniauth and LDAP identitiesAlex Lossent2015-06-031-12/+154
* | | | Merge branch 'maser/gitlab-ce-order-commit-comments-in-api' into 'master'Dmitriy Zaporozhets2015-06-051-1/+2
|\ \ \ \
| * | | | Order commit comments in API chronologicallyMartin Luder2015-05-081-1/+2
* | | | | Merge branch 'rs-remove-guard' into 'master'Dmitriy Zaporozhets2015-06-041-1/+0
|\ \ \ \ \
| * | | | | Remove unnecessary require from RepositoryCache specRobert Speicher2015-06-041-1/+0
* | | | | | Merge branch 'fix-upgrader-script' into 'master'Dmitriy Zaporozhets2015-06-041-0/+15
|\ \ \ \ \ \
| * | | | | | Update mocking/stubbing syntax to the new RSpec 3 syntaxMartins Polakovs2015-05-301-1/+1
| * | | | | | Fix upgrader scriptMartins Polakovs2015-05-231-0/+15
* | | | | | | Merge branch 'make-namespaces-api-available-to-all-users' into 'master'Dmitriy Zaporozhets2015-06-042-1/+30
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Make namespace API available to all usersStan Hu2015-05-282-1/+30
* | | | | | | Remove show actions from Admin and Project DeployKeysRobert Speicher2015-06-031-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'fix-group-remove' into 'master'Dmitriy Zaporozhets2015-06-031-0/+44
|\ \ \ \ \ \
| * | | | | | Skip repo removing whem remove user or groupDmitriy Zaporozhets2015-06-031-0/+44
| * | | | | | Merge branch 'repo-remove' into fix-group-removeDmitriy Zaporozhets2015-06-033-14/+36
| |\ \ \ \ \ \