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-20Merge branch 'master' into rails-4.1.9Vinnie Okada
Conflicts: app/views/dashboard/_project.html.haml app/views/events/event/_common.html.haml app/views/explore/projects/_project.html.haml app/views/groups/_projects.html.haml app/views/projects/_home_panel.html.haml app/views/projects/_issues_nav.html.haml app/views/projects/issues/_discussion.html.haml app/views/projects/issues/_issues.html.haml app/views/projects/issues/show.html.haml app/views/projects/merge_requests/_discussion.html.haml app/views/projects/merge_requests/_show.html.haml app/views/projects/milestones/index.html.haml app/views/projects/notes/_edit_form.html.haml app/views/shared/_issuable_filter.html.haml
2015-02-17Make sure Markdown previews always use the same styling as the eventual ↵Douwe Maan
destination.
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2015-01-27Add tests for initializing bare repo and creating new file in itDmitriy Zaporozhets
2015-01-27Fix blob controller rendering in case of errorsDmitriy Zaporozhets
2015-01-19Spinach for admin applicationsValery Sizov
2015-01-16Merge pull request #7905 from cirosantilli/visible-falseDmitriy Zaporozhets
Change always passing visible false tests.
2015-01-15Revert "Fix tests"Dmitriy Zaporozhets
This reverts commit 1e45ba7f169781d7c1d79fdfcee14760558db253.
2015-01-15Fix testsDmitriy Zaporozhets
2015-01-08Improve application settings and write testsDmitriy Zaporozhets
2015-01-02Change always passing visible true tests to false.Ciro Santilli
2014-12-30Add tests for disabled blob edit button cases.Ciro Santilli
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-25Fix tests and add message if no oauth appsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-22Fix issueable context update and fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-21Merge branch 'master' into sidebar-navDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/views/layouts/group.html.haml
2014-12-21Css/views cleanup after layout restyleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-08Merge branch 'upstream-master' into markdown-previewVinnie Okada
Conflicts: spec/routing/project_routing_spec.rb
2014-11-30Improve project factoriesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-11-03Factor '0' * 40 blank ref constantsCiro Santilli
2014-10-24fix for public snippetValery Sizov
2014-10-22Fix test assertionsVinnie Okada
Make sure we're asserting the correct thing when testing visible and invisible DOM elements.
2014-10-19Fix houndci warningsVinnie Okada
2014-10-19Fix Markdown preview testsVinnie Okada
Update Spinach tests for Markdown previews for the new-ish tab UI that replaced the old preview/edit toggle button.
2014-10-19Refactor Markdown preview testsVinnie Okada
Create a new shared module for common issue/merge request behavior, use `expect` syntax instead of `should`, and avoid `visible: false` in the `have_css` matcher.
2014-10-16Add Markdown preview to more formsVinnie Okada
Enable Markdown previews when creating and editing issues, merge requests, and milestones, and when editing notes.
2014-10-13Use :message key, not :error for File::Service.Ciro Santilli
2014-10-09Snippets: public/internal/privateValery Sizov
2014-10-07Refactor task list tests and coffeescriptVinnie Okada
2014-10-06Add Spinach tests for task listsVinnie Okada
2014-10-03Remove assignment without effect.Ciro Santilli
2014-09-26Remove unnecessary page. from tests.Ciro Santilli
2014-09-22Replace javascript:; links with buttons.Ciro Santilli
2014-09-22Replace old spinach step definitions with step.Ciro Santilli
2014-09-09Merge pull request #7646 from bushong1/snippet-search3Dmitriy Zaporozhets
Adding in snippet search functionality
2014-09-05Cleaning for the houndCharles Bushong
2014-09-05Updating to persist a params snippets variableCharles Bushong
2014-09-04Merge branch 'sha-link' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets
cirosantilli-sha-link Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-09-04Explicitly require active teab for testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-02Rename activity to project tabDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-01Awesome shortcuts for GitLabRobert Schilling
2014-09-01Add permalink to fixed SHA URL on blob view.Ciro Santilli
2014-08-13Validate label titel in project scopeRobert Schilling
2014-08-11fix searching on empty project, prevent 500Robert Schilling
Fix hound
2014-08-01Fix dashboard testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-31Fix MR factory and some MR testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-31Move all test repos data to ReposHelpersDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-31Fix browse code spinach testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-31Project labels testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-30Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>