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
2018-04-04Move leftovers from pipelines_settings_controller to settings/ci_cd_controllerTomasz Maczukin
2017-11-06fixed karma testPhil Hughes
updated controller based on review
2017-11-06fixed specsPhil Hughes
2017-11-06correctly updates commit data after committing changesPhil Hughes
also merges data in after a fetch to save overriting all data. changed the render keys to save a full re-render when any data changes
2017-11-06Multi-file editor fetch log data from a different endpointPhil Hughes
Closes #38360
2017-09-19Detect n+1 issues involving GitalyAndrew Newdigate
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
2017-01-26Remove unused js response from refs controllerFelipe Artur
2016-07-20Create PipelinesSettingsController for showing settings pageKamil Trzcinski
2016-07-20Move Pipelines settings under ↵Kamil Trzcinski
`gitlab.com/gitlab-org/gitlab-ce/pipelines/settings`
2016-07-19Update badges pathAnnabel Dunstone
2016-04-06Make it possible to switch ref in badges viewGrzegorz Bizon
2016-02-23Correctly checks if tree view is on screenPhil Hughes
2016-02-23Fixes issue with file view rows not clickable on project main viewPhil Hughes
Fixed an issue where it would only load the first 25 commit data on project main view Stopped the file view sending 1 too many requests Fixes #3916
2016-01-07Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer
2015-10-13Fix error preventing displaying of commit data for a directory with a ↵Stan Hu
leading dot Closes https://github.com/gitlabhq/gitlabhq/issues/8763
2015-07-26Fix commit data retrieval when branch name has single quotesStan Hu
Closes #1724
2015-07-06Add ref switching support for graphsDaniel Gerhardt
It is now possible to view contributor and commit statistics for refs beyond the default branch. Additionally, conditions in RefsController#switch have been refactored in order that a `case` block is used now.
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-04-07Render a 404 when RefsController#logs_tree gets an HTML requestRobert Speicher
Fixes #2152
2015-02-21Merge branch 'master' into rails-4.1.9Vinnie Okada
Conflicts: app/views/projects/commits/_commit.html.haml app/views/projects/issues/_issue.html.haml app/views/projects/issues/_issue_context.html.haml app/views/projects/merge_requests/_merge_request.html.haml app/views/projects/merge_requests/show/_context.html.haml
2015-02-20Move 'require_non_empty_project' filter to front so 'assign_ref_vars' ↵Douwe Maan
doesn't 404.
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-02-03Rubocop: Style/ElseAlignment enabledDmitriy Zaporozhets
2015-01-27Explicitly set before_filter for ref-related controllersDmitriy Zaporozhets
2015-01-01Append in place for strings and arraysCiro Santilli
2014-11-05remove auth duplicationValery Sizov
2014-10-13Factor authorize_push! and authorize_code_access!Ciro Santilli
with existing method_missing. Pattern already used extensively, so let's be consistent and use it everywhere.
2014-06-26Increase commit log amount for tree view from 10 to 25Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-06-12Load last commit for files per 10 items.Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-10Show last commit for Blob#showDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-10-01Update code to work with gitlab_git 3Dmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets