summaryrefslogtreecommitdiff
path: root/features
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #8580 from j0k3r/asanaDmitriy Zaporozhets2015-02-082-1/+23
|\ \ | | | | | | Add Asana service
| * | Add restrict_to_branch to service controllerJeremy2015-02-021-0/+2
| | | | | | | | | | | | And add restrict_to_branch to spec
| * | Add Asana serviceJeremy2015-02-022-1/+21
| | | | | | | | | | | | Also add ability to render "service.help" in markdown
* | | Improve testsDmitriy Zaporozhets2015-02-062-5/+5
| | |
* | | Refactor issuable sorting a bitDmitriy Zaporozhets2015-02-051-1/+1
| | |
* | | Refactor sorting in projectDmitriy Zaporozhets2015-02-051-1/+1
| | |
* | | Merge branch 'foo-barred' into 'master'Dmitriy Zaporozhets2015-02-042-12/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the intermittently failing "Bar" search tests. Over the past several months we've come to calling them the foobarred tests. We've seen them fail on our jenkins server, and on the GitLab semaphore tests. In this merge request I scope the test checks for the foo barred tests to check within the .search-results div. Fixes #567 See merge request !258
| * | | Fixes the search test that fails whenever faker uses a name with Bar in it. ↵DJ Mountney2014-12-082-12/+12
| | | | | | | | | | | | | | | | Limit check to being within the search results div.
* | | | Spelling improvement, add in a group, not into group.Sytse Sijbrandij2015-02-032-2/+2
| |/ / |/| |
* | | Set right test as trickyDmitriy Zaporozhets2015-01-291-2/+2
| | |
* | | Skip tricky test for semaphoreDmitriy Zaporozhets2015-01-291-1/+1
| | |
* | | Fix test for merge requestDmitriy Zaporozhets2015-01-281-1/+3
| | |
* | | Merge branch 'init-from-ui' into 'master'Dmitriy Zaporozhets2015-01-273-0/+28
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests for creating bare repo and first file in UI Part of #1930 See merge request !1444
| * | | Add tests for initializing bare repo and creating new file in itDmitriy Zaporozhets2015-01-273-0/+28
| | | |
* | | | Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'Dmitriy Zaporozhets2015-01-272-49/+0
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | Move external issue tracker away from yml config See merge request !1442
| * | | Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski2015-01-264-11/+65
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/models/project.rb spec/models/project_spec.rb
| * | | | Remove unused feature steps.Marin Jankovski2015-01-262-49/+0
| | | | |
* | | | | Fixed few tests and improved css styleDmitriy Zaporozhets2015-01-261-3/+2
| |/ / / |/| | |
* | | | Fix tests for blobs refactoringDmitriy Zaporozhets2015-01-261-1/+1
| | | |
* | | | Fix blob controller rendering in case of errorsDmitriy Zaporozhets2015-01-261-2/+2
| | | |
* | | | Fix tests, merge conflicts, some minor issues and make the project avatar ↵Hannes Rosenögger2015-01-241-5/+5
| | | | | | | | | | | | | | | | feature mergable
* | | | adding avatar to project settings page added avatar removal show project ↵Steven Thonus2015-01-242-3/+57
|/ / / | | | | | | | | | avatar on dashboard, projects page, project page added rspec and feature tests added project avatar from repository new default project icon added added copying af avatar to forking of project added generated icon fixed avatar fork hound fix style fix test fix
* | | Spinach for admin applicationsValery Sizov2015-01-193-0/+77
| | |
* | | Add tests to home page url redirectDmitriy Zaporozhets2015-01-162-4/+6
| |/ |/|
* | Fix testsDmitriy Zaporozhets2015-01-161-2/+2
| |
* | Merge pull request #7905 from cirosantilli/visible-falseDmitriy Zaporozhets2015-01-154-14/+3
|\ \ | | | | | | Change always passing visible false tests.
| * | Change always passing visible true tests to false.Ciro Santilli2015-01-024-14/+3
| | |
* | | Remove password strength indicatorJacob Vosmaer2015-01-152-57/+4
| | | | | | | | | | | | | | | | | | | | | | | | We were having the following issues: - the indicator would sometimes stay red even if the password that was entered was long enough; - the indicator had a middle yellow signal: what does that mean? - the red/green backgrounds were not color-blind-friendly.
* | | Revert "Fix tests"Dmitriy Zaporozhets2015-01-141-1/+1
| | | | | | | | | | | | This reverts commit 1e45ba7f169781d7c1d79fdfcee14760558db253.
* | | Fix testsDmitriy Zaporozhets2015-01-141-1/+1
| | |
* | | Fix randomly failing testDmitriy Zaporozhets2015-01-101-1/+1
| | |
* | | Improve application settings and write testsDmitriy Zaporozhets2015-01-083-0/+29
| | |
* | | Merge pull request #8520 from cirosantilli/edit-blob-link-testsDmitriy Zaporozhets2015-01-033-0/+28
|\ \ \ | |/ / |/| | Add tests for disabled blob edit button cases v2
| * | Add tests for disabled blob edit button cases.Ciro Santilli2014-12-303-0/+28
| | |
* | | Fix testsDmitriy Zaporozhets2014-12-301-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix testsDmitriy Zaporozhets2014-12-301-1/+1
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Fix the ssh keys test.Marin Jankovski2014-12-301-3/+1
| | |
* | | Add feature spec for user ssh keys on admin page.Marin Jankovski2014-12-292-0/+42
|/ /
* | Fix testsDmitriy Zaporozhets2014-12-291-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Merge pull request #8439 from glasspelican/TeamcityDmitriy Zaporozhets2014-12-282-0/+27
|\ \ | | | | | | Teamcity integration using 8.1 rest api
| * | Teamcity interaction using 8.1 rest apiJason Lippert2014-12-232-0/+27
| | |
* | | Dont check for milestone description on group milestone pageDmitriy Zaporozhets2014-12-271-1/+0
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Show assigned issues/mr be default on dashboardDmitriy Zaporozhets2014-12-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was default before but now it fixed with providing assignee_id parameter making url shareble and dont reset when other filters users. Also this commit removes old methods that are not used any more. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'master' into oauth2_providerDmitriy Zaporozhets2014-12-252-4/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/nav/_profile.html.haml
| * | | Fix testsDmitriy Zaporozhets2014-12-252-4/+8
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Fix tests and add message if no oauth appsDmitriy Zaporozhets2014-12-252-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Doorkeeper integrationValery Sizov2014-12-242-0/+64
|/ / /
* | | Merge branch 'project-path' into 'master'Dmitriy Zaporozhets2014-12-243-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Project path Fixes gitlab/gitlabhq#1781, gitlab/gitlabhq#1763 See merge request !1337
| * | | Fix spinach testDmitriy Zaporozhets2014-12-221-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | Allow Group path to be changed at the same time as nameDmitriy Zaporozhets2014-12-222-2/+3
| |/ / | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>