summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into 7-4-stableValery Sizov2014-10-273-6/+38
|\ | | | | | | | | | | Conflicts: CHANGELOG VERSION
| * Fix LDAP config lookup for provider 'ldap'Jacob Vosmaer2014-10-231-1/+15
| |
| * Merge pull request #8053 from mr-vinn/fix-rspec-urlRobert Schilling2014-10-231-1/+3
| |\ | | | | | | Fix Rspec error when using non-default port
| | * Use actual GitLab URL for test assertionVinnie Okada2014-10-181-1/+3
| | | | | | | | | | | | | | | Assert the full GitLab root URL, including the port, instead of using a regexp to tolerate whatever port is returned.
| | * Fix Rspec error when using non-default portVinnie Okada2014-10-161-1/+1
| | | | | | | | | | | | | | | Prevent test failures when GitLab is configured to use a port other than 80.
| * | Merge branch 'slack_team_name' into 'master'Valery Sizov2014-10-211-0/+20
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slack team name Fixes a problem in slack team name with hyphens. https://gitlab.com/gitlab-org/gitlab-ce/issues/701 See merge request !1204
| | * | Add test for allowed team name of slack.Marin Jankovski2014-10-211-0/+20
| | | |
| * | | Merge branch 'hipchat_api' of https://github.com/qwazerty/gitlabhq into ↵Dmitriy Zaporozhets2014-10-211-0/+26
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | qwazerty-hipchat_api Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| | * | Add Hipchat services APIKevin Houdebert2014-10-141-0/+26
| | |/
| * | Merge branch 'security-api-internal-publicity' into 'master'Dmitriy Zaporozhets2014-10-201-5/+9
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitlab-shell identification Part of gitlab/gitlabhq#1528 See merge request !1185
| | * | add gitlab-shell identificationValery Sizov2014-10-151-5/+9
| | | |
* | | | internal snippets: fix exposing of titleValery Sizov2014-10-241-0/+7
| | | |
* | | | Fix LDAP config lookup for provider 'ldap'Jacob Vosmaer2014-10-241-1/+15
| | | |
* | | | Add test for allowed team name of slack.Marin Jankovski2014-10-211-0/+20
|/ / /
* | | Fix account existing blockingDmitriy Zaporozhets2014-10-171-10/+66
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Add regressiontest to verify allow_single_sign_on settingJan-Willem van der Meer2014-10-161-11/+8
| | | | | | | | | | | | | | | | | | | | | verification for #1677 Since testing omniauth_callback_controller.rb is very difficult, the logic is moved to the models
* | | Remove LDAP save testJan-Willem van der Meer2014-10-161-8/+8
| |/ |/| | | | | This is handled within the LDAP class
* | Add specs for authentication and configJan-Willem van der Meer2014-10-142-0/+73
| |
* | Merge tests to support Multiple LDAP groupsJan-Willem van der Meer2014-10-135-24/+31
| |
* | Refactor lib files for multiple LDAP groupsJan-Willem van der Meer2014-10-131-16/+10
| |
* | Merge branch 'sorting-users-in-admin' into 'master'Dmitriy Zaporozhets2014-10-131-0/+28
|\ \ | | | | | | | | | | | | | | | Sorting users in admin See merge request !1170
| * | Admin: user sortingValery Sizov2014-10-131-0/+28
| |/
* | Merge branch 'feature-oauth-refactoring' into 'master'Dmitriy Zaporozhets2014-10-133-69/+94
|\ \ | | | | | | | | | | | | | | | | | | | | | Feature oauth refactoring same MR as gitlab/gitlab-ee!188 See merge request !1169
| * | Refactor OAuth refactorings to CEJan-Willem van der Meer2014-10-103-69/+94
| |/
* | Merge pull request #8020 from mr-vinn/note-trunc-linkDmitriy Zaporozhets2014-10-131-0/+52
|\ \ | | | | | | Improve event note display in dashboard and project activity views
| * | Improve dashboard note view and add testsVinnie Okada2014-10-121-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | Update the `#first_line_in_markdown` method so that the first line of parsed text is displayed more reliably, and the continuation indicators ("...") are displayed in all cases where the note is truncated. Also add Rspec tests for `EventsHelper#event_note`.
* | | Merge branch 'ambiguous-sha' into 'master'fondevDmitriy Zaporozhets2014-10-124-10/+9
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ambiguous sha problem with mentioned commit Before: write in database only 6 chars of commit sha. This cause to `Ambiguous SHA1 prefix` exception. - [x] write full commit sha in db. - [x] Standardise usage of sha truncation: 8 characters everywhere. - [x] prevent exception when ambiguous sha requested in markdown Fixes #1644 See merge request !1171
| * | Fix testsDmitriy Zaporozhets2014-10-121-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Fix testsDmitriy Zaporozhets2014-10-101-2/+2
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Use 8chars short sha for commit in viewsDmitriy Zaporozhets2014-10-101-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | Use short_id instead of [0..N] for short version of commit shaDmitriy Zaporozhets2014-10-103-9/+8
| |/ | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'bug_with_apostrophe' into 'master'Dmitriy Zaporozhets2014-10-121-0/+18
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug with apostrophe when at mentioning users This fixes the situation where mentioning user with apostrophe at the end causes a link to issue 39 if the project has that issue, so `@marin` would look like `@marin&#39;s`. Fixes #1034 See merge request !1165
| * | Substitute right single quote back with apostrophe.Marin Jankovski2014-10-101-2/+2
| | |
| * | Add a test for apostrophe in code blocks.Marin Jankovski2014-10-091-0/+8
| | |
| * | Replace apostrophe with right single quote to avoid markdown interpretation ↵Marin Jankovski2014-10-091-2/+2
| | | | | | | | | | | | as issue 39.
| * | Failing test for apostrophe at the end of user mention on project with issue ↵Marin Jankovski2014-10-091-0/+10
| | | | | | | | | | | | iid 39.
* | | Merge branch 'enabling_markdown_pipelines_from_gitlab' into 'master'Dmitriy Zaporozhets2014-10-121-1/+13
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | Enabling markdown pipelines from gitlab Define which markdown pipelines are used in GitLab from application instead from gem. See merge request !1164
| * | Make sure relative url and asset_host are honored, specs.Marin Jankovski2014-10-101-1/+13
| |/
* | annotateValery Sizov2014-10-0911-90/+89
| |
* | Snippets: public/internal/privateValery Sizov2014-10-092-0/+98
|/
* Merge branch 'improve-danger-zone' into 'master'Dmitriy Zaporozhets2014-10-081-2/+6
|\ | | | | | | | | | | | | | | | | | | | | Improve danger zone * show transfer/remove boxes by default * ask person to type project name before transfer/remove Fixes #1347 See merge request !1161
| * Improve project remove specDmitriy Zaporozhets2014-10-081-2/+6
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge branch 'master' into buildbox-serviceKeith Pitt2014-10-0819-65/+485
|\ \ | |/ | | | | | | Conflicts: app/models/project.rb
| * Developers can push to wiki repo. Protected branches does not affect wiki ↵Dmitriy Zaporozhets2014-10-071-0/+22
| | | | | | | | | | | | repo any more Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Merge branch 'slack_integration' into 'master'Dmitriy Zaporozhets2014-10-061-9/+25
| |\ | | | | | | | | | | | | | | | Slack integration See merge request !1151
| | * Accommodate new webhook url format.Marin Jankovski2014-10-061-0/+21
| | |
| | * Fix slack service speck.Marin Jankovski2014-10-061-9/+4
| | |
| * | Merge pull request #7964 from mr-vinn/task-listsMarin Jankovski2014-10-064-1/+150
| |\ \ | | | | | | | | Add task lists to issues and merge requests
| | * | Add specs for tasksVinnie Okada2014-10-054-1/+150
| | | | | | | | | | | | | | | | | | | | Add tests for the new task list functionality in the Markdown parser and in issues and merge requests.
| * | | Prevent PG::Error exception when check commit reference on commitDmitriy Zaporozhets2014-10-061-0/+20
| | |/ | |/| | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>