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
2014-01-09Use new context for searchDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
2013-10-31Merge pull request #5435 from ↵Dmitriy Zaporozhets
karlhungus/feature_search_namespace_name_and_public Allow searching by namespace name, include public projects
2013-10-31Correctly escape search queryDmitriy Zaporozhets
2013-10-31Shell escape code searchDmitriy Zaporozhets
2013-10-24Allow searching by namespace name, include public projectsIzaak Alpert
GITLAB-1457 (GITLAB-836) Change-Id: If8e2474bc6908accca51f395f58937687f101b58
2013-09-24Added search for projects by name to apiIzaak Alpert
GITLAB-1283 (GITLAB-869) Change-Id: I611e7e93f6292de08e1edc8d3ea77cf9087b6ded Conflicts: config/initializers/1_settings.rb
2013-08-15Search: show recent issues/mr firstDmitriy Zaporozhets
2013-08-08Merge branch 'master' into karlhungus-mr-on-forkDmitriy Zaporozhets
Conflicts: app/contexts/filter_context.rb app/contexts/search_context.rb app/models/merge_request.rb app/models/note.rb app/views/shared/_merge_requests.html.haml spec/controllers/commit_controller_spec.rb spec/services/notification_service_spec.rb
2013-08-07Increase amount of search results for issues, mr, projectsDmitriy Zaporozhets
2013-07-18Merge Request on forked projectsIzaak Alpert
The good: - You can do a merge request for a forked commit and it will merge properly (i.e. it does work). - Push events take into account merge requests on forked projects - Tests around merge_actions now present, spinach, and other rspec tests - Satellites now clean themselves up rather then recreate The questionable: - Events only know about target projects - Project's merge requests only hold on to MR's where they are the target - All operations performed in the satellite The bad: - Duplication between project's repositories and satellites (e.g. commits_between) (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos) Fixes: Make test repos/satellites only create when needed -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap) -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually -fixed remote removal -How to merge renders properly -Update emails to show project/branches -Edit MR doesn't set target branch -Fix some failures on editing/creating merge requests, added a test -Added back a test around merge request observer -Clean up project_transfer_spec, Remove duplicate enable/disable observers -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well -Signifant speed ups for tests -Update formatting ordering in notes_on_merge_requests -Remove wiki schema update Fixes for search/search results -Search results was using by_project for a list of projects, updated this to use in_projects -updated search results to reference the correct (target) project -udpated search results to print both sides of the merge request Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
2013-05-14Fix paginate of blobs, fixed preserve in dev mode for blob resultsDmitriy Zaporozhets
2013-05-14Search for blobs by default inside project. Added pagination for blobs searchDmitriy Zaporozhets
2013-05-09Move files search to gitlab_gitDmitriy Zaporozhets
2013-05-09Implemented code search featureJavier Castro
2013-04-10Remove Wiki and db table since we use gollum nowDmitriy Zaporozhets
2012-10-16Wiki searchIlya Baryshev
Very basic, using LIKE, and no search snippets.
2012-10-09Context refactoring. Move Issues list, Search logic to contextrandx