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
2022-02-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-07-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-04-15Validate refs used in controllers don't have spacesStan Hu
2018-11-27Remove `options` assignment from ExtractsPathRobert Speicher
2018-11-01Fix typos in comments and specsGeorge Tsiolis
2018-10-07Enable more frozen string in lib/**/*.rbgfyoung
2018-09-18Fix rubocop Style/ZeroLengthPredicateSemyon Pupkov
2018-07-09Fix handling of annotated tags when Gitaly is not in useStan Hu
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2017-12-15Backport changes from EELin Jen-Shin
2017-12-15Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-12-14moved lfs_blob_ids method into ExtractsPath modulePhil Hughes
2017-12-14moved lfs blob fetch from extractspath filePhil Hughes
2017-12-11fixed project homepage not having correct variablePhil Hughes
2017-11-22Move ModuleWithInstanceVariables to Gitlab namespaceLin Jen-Shin
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
2017-09-18Allow simple ivar ||= form. Update accordinglyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-03-01Enable and autocorrect the CustomErrorClass copSean McGivern
2017-02-23Stylistic tweaksDouwe Maan
2017-02-23Enable Performance/RedundantMatchDouwe Maan
2016-11-06Remove 'extended_sha1' option from ExtractsPath moduleHiroyuki Sato
2016-11-06Network page appear with an error message when entering nonexistent git revisionHiroyuki Sato
2016-10-15Improve ExtractsPath logic related to atom formatDmitriy Zaporozhets
2016-10-11Allow browsing branches that end with '.atom'Sean McGivern
2016-08-24Restore get_id in ExtractsPathwinniehell
2016-08-19Do not escape URI when extracting path (!5878)winniehell
2016-08-11Fix front-end for branches that happen to contain urlencoding escape characte...Elliot
2015-10-13Only render 404 page from /publicValery Sizov
2015-08-02Fix "Network" and "Graphs" pages for branches with encoded slashesStan Hu
2015-07-01Extract the longest-matching ref from a commit path when multiple matches occurStan Hu
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
2015-01-27Explicitly set before_filter for ref-related controllersDmitriy Zaporozhets
2014-02-04Improve code according to new gitlab_gitDmitriy Zaporozhets
2013-10-01Fix blob and repo stuff after gitlab_git v3Dmitriy Zaporozhets
2013-10-01Update code to work with gitlab_git 3Dmitriy Zaporozhets
2013-08-21A little improvementHiroyuki Sato
2013-08-21Render not found when failing to look for a commitHiroyuki Sato
2013-08-05Update main calls to gitlab_gitDmitriy Zaporozhets
2013-05-13Set @options in assing_ref_varsSato Hiroyuki
2013-05-13Refactor: remove dup codeSato Hiroyuki
2013-04-26Fix Gitlab::Git::Repository#commit returns wrong commit, if commit_id is "tag...Sato Hiroyuki
2013-04-02Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets
2013-04-02store commits for MR as array of hashesDmitriy Zaporozhets
2013-04-01Project.repository should never be nil so you can call repository.exists? or ...Dmitriy Zaporozhets
2013-04-01Extend models functionality with old decorator methods. Use Repository modelDmitriy Zaporozhets
2013-03-31Fix tests and remove app/models/repository.rbDmitriy Zaporozhets