Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-19Revert "Fix broken access control and refactor avatar upload"Dmitriy Zaporozhets
This reverts commit 7d5f86f6cbd187e75a6ba164ad6bfd036977dd07.
2015-02-17Merge branch 'md-preview-class' into 'master'Dmitriy Zaporozhets
Make sure Markdown previews always use the same styling as the eventual destination. Font size, image width and code-block styling weren't accurate between the markdown preview and the issue/wiki/note body. See merge request !1514
2015-02-17Make sure Markdown previews always use the same styling as the eventual ↵Douwe Maan
destination.
2015-02-16Fix broken access control and refactor avatar uploadHannes Rosenögger
This commit moves the note folder from /public/uploads/note to /uploads/note and changes the uploader accordingly. Now it's no longer possible to avoid the access control by modifing the url. The Avatar upload has been refactored to use an own uploader as well to cleanly seperate the two upload types.
2015-02-13Fix specs.Douwe Maan
2015-02-12Fixed deprecation in spinach stubsJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-12Fixed tests for spinachJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-08Merge pull request #8580 from j0k3r/asanaDmitriy Zaporozhets
Add Asana service
2015-02-06Improve testsDmitriy Zaporozhets
2015-02-06Refactor issuable sorting a bitDmitriy Zaporozhets
2015-02-06Refactor sorting in projectDmitriy Zaporozhets
2015-02-05Merge branch 'foo-barred' into 'master'Dmitriy Zaporozhets
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
2015-02-04Spelling improvement, add in a group, not into group.Sytse Sijbrandij
2015-02-02Add restrict_to_branch to service controllerJeremy
And add restrict_to_branch to spec
2015-02-02Add Asana serviceJeremy
Also add ability to render "service.help" in markdown
2015-01-30Set right test as trickyDmitriy Zaporozhets
2015-01-30Skip tricky test for semaphoreDmitriy Zaporozhets
2015-01-29Fix test for merge requestDmitriy Zaporozhets
2015-01-28Merge branch 'init-from-ui' into 'master'Dmitriy Zaporozhets
Add tests for creating bare repo and first file in UI Part of #1930 See merge request !1444
2015-01-27Merge branch 'move_external_issue_tracker_away_from_yml_config' into 'master'Dmitriy Zaporozhets
Move external issue tracker away from yml config See merge request !1442
2015-01-27Add tests for initializing bare repo and creating new file in itDmitriy Zaporozhets
2015-01-27Fixed few tests and improved css styleDmitriy Zaporozhets
2015-01-27Merge branch 'master' into move_external_issue_tracker_away_from_yml_configMarin Jankovski
Conflicts: app/models/project.rb spec/models/project_spec.rb
2015-01-27Fix tests for blobs refactoringDmitriy Zaporozhets
2015-01-27Remove unused feature steps.Marin Jankovski
2015-01-27Fix blob controller rendering in case of errorsDmitriy Zaporozhets
2015-01-24Fix tests, merge conflicts, some minor issues and make the project avatar ↵Hannes Rosenögger
feature mergable
2015-01-24adding avatar to project settings page added avatar removal show project ↵Steven Thonus
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
2015-01-19Spinach for admin applicationsValery Sizov
2015-01-17Add tests to home page url redirectDmitriy Zaporozhets
2015-01-16Fix testsDmitriy Zaporozhets
2015-01-16Merge pull request #7905 from cirosantilli/visible-falseDmitriy Zaporozhets
Change always passing visible false tests.
2015-01-15Remove password strength indicatorJacob Vosmaer
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.
2015-01-15Revert "Fix tests"Dmitriy Zaporozhets
This reverts commit 1e45ba7f169781d7c1d79fdfcee14760558db253.
2015-01-15Fix testsDmitriy Zaporozhets
2015-01-11Fix randomly failing testDmitriy Zaporozhets
2015-01-08Improve application settings and write testsDmitriy Zaporozhets
2015-01-03Merge pull request #8520 from cirosantilli/edit-blob-link-testsDmitriy Zaporozhets
Add tests for disabled blob edit button cases v2
2015-01-02Change always passing visible true tests to false.Ciro Santilli
2014-12-30Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-30Add tests for disabled blob edit button cases.Ciro Santilli
2014-12-30Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-30Fix the ssh keys test.Marin Jankovski
2014-12-29Add feature spec for user ssh keys on admin page.Marin Jankovski
2014-12-29Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-28Merge pull request #8439 from glasspelican/TeamcityDmitriy Zaporozhets
Teamcity integration using 8.1 rest api
2014-12-27Dont check for milestone description on group milestone pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-26Show assigned issues/mr be default on dashboardDmitriy Zaporozhets
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>
2014-12-25Merge branch 'master' into oauth2_providerDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/nav/_profile.html.haml
2014-12-25Fix tests and add message if no oauth appsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>