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 (Expand)Author
2016-03-13Remove Project#publicishZeger-Jan van de Weg
2016-03-13External UsersZeger-Jan van de Weg
2016-03-12Merge branch 'projects-finder-ee-compatible' into 'master' Dmitriy Zaporozhets
2016-03-12Removed User#project_relationsYorick Peterse
2016-03-12Merge branch 'rs-disallow-blank-line-code' into 'master' Douwe Maan
2016-03-12Merge branch 'fix/token-timing-attack' into 'master' Douwe Maan
2016-03-12Disallow blank (non-null) values for a Note's `line_code` attributeRobert Speicher
2016-03-11Use a UNION in MergeRequest.in_projectsYorick Peterse
2016-03-11Make Namespace.search case-insensitiveYorick Peterse
2016-03-11Removed arel_table receiver from search methodsYorick Peterse
2016-03-11Clean up ProjectsFinder for getting user projectsYorick Peterse
2016-03-11Use ILIKE/LIKE for searching milestonesYorick Peterse
2016-03-11Use ILIKE/LIKE for Issuable.search and full_searchYorick Peterse
2016-03-11Use ILIKE/LIKE for searching CI runnersYorick Peterse
2016-03-11Use ILIKE/LIKE for searching groupsYorick Peterse
2016-03-11Use ILIKE/LIKE for searching usersYorick Peterse
2016-03-11Use ILIKE/LIKE for searching notesYorick Peterse
2016-03-11Use ILIKE/LIKE for searching snippetsYorick Peterse
2016-03-11Use ILIKE in Project.search_by_titleYorick Peterse
2016-03-11Use ILIKE/LIKE + UNION in Project.searchYorick Peterse
2016-03-10Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into expirin...Jacob Vosmaer
2016-03-10Optimize Project#ci_service(s)Yorick Peterse
2016-03-10Move method to UserJacob Vosmaer
2016-03-09Merge branch 'fix-git-push-service-specs' into 'master' Robert Speicher
2016-03-09Merge branch 'fix-todos' into 'master' Douglas Barbosa Alexandre
2016-03-09Merge branch 'commit-limits' into 'master' Jacob Vosmaer
2016-03-09Handle permissions for ExternalIssue instancesYorick Peterse
2016-03-09Destroy all related todos when removing a projectDouglas Barbosa Alexandre
2016-03-09Merge branch 'rs-snippets-dont-expire' into 'master' Dmitriy Zaporozhets
2016-03-08Call after_create_branch in Repository#add_branchYorick Peterse
2016-03-08Call the right hooks in Repository#add_tagYorick Peterse
2016-03-08Call the right hooks when removing branchesYorick Peterse
2016-03-08Cache & flush tag/branch countsYorick Peterse
2016-03-08add SHA256 to secure_compareJames Lopez
2016-03-08Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/token-timin...James Lopez
2016-03-08Merge branch 'master' into 'master' Yorick Peterse
2016-03-08Merge branch 'cache-raw-2' into 'master' Douwe Maan
2016-03-07moves the main_language update logic to git push servicetiagonbotelho
2016-03-07removes automatic setting of main_language to project for it to set a main la...tiagonbotelho
2016-03-07fixes typotiagonbotelho
2016-03-07removes redundant selftiagonbotelho
2016-03-07adds tests and fixes some broken code to main language mrtiagonbotelho
2016-03-07adds swp and swo to gitignore and improves migration for project main_languagetiagonbotelho
2016-03-07removes unused methods that I forgottiagonbotelho
2016-03-07implements project languages saving them onto the databasetiagonbotelho
2016-03-07moves method to repository modeltiagonbotelho
2016-03-07changes if ! to unless and now asks for language instead of languagestiagonbotelho
2016-03-07adds cache to languages listtiagonbotelho
2016-03-07adds language names to projects list github styletiagonbotelho
2016-03-07Merge branch 'issue_13621_2' into 'master' Douwe Maan