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
2017-02-04Merge branch 'git_to_html_redirection' into 'master' Sean McGivern
Redirect http://someproject.git to http://someproject Closes #26275 See merge request !8951
2017-02-03Fixed redirection from http://someproject.git to http://someprojectblackst0ne
2017-02-03replace `find_with_namespace` with `find_by_full_path`Adam Pahlevi
add complete changelog for !8949
2016-09-01Project tools visibility levelFelipe Artur
2016-08-18Refactor to mark Changes tab as active on new MR page.Ruben Davila
2016-06-20Unify check branch name existPaco Guzman
2016-05-28Project#show on projects pending deletion will 404Zeger-Jan van de Weg
fixes #17508
2016-04-20Clarify that the diff view setting always comes from the cookieRobert Speicher
This invalidates one test, which we've removed.
2016-04-07Return status code 303 after a branch DELETE operation to avoid project deletionStan Hu
Closes #14994
2016-03-22Address feedbackDouwe Maan
2016-03-21Fix some specsDouwe Maan
2016-03-20Tweaks, refactoring, and specsDouwe Maan
2016-02-05Add a controller test for the new 'diff_view' cookieRémy Coutable
2016-02-05Remember user's inline/tabular diff view preference in a cookiekkm
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-09Merge branch 'edit-in-patch-branch' into 'master' Robert Speicher
Default target branch to patch-n when editing file in protected branch Fixes #3441 See merge request !2021
2015-12-09Make tooltip less confusingDouwe Maan
2015-12-08`builds_enabled` rather than `ci_enabled`Douwe Maan
2015-11-13Expose CI enable option in project featuresKamil Trzcinski
- Enable CI by default for all new projects
2015-09-29Move CI project settings page to CE project settings areaDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-28Move CI variables page to project settingsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-24Check for CI enabled in correct placeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-24Add header for ci graphs and check that it is enabledDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-04-30Add a page title to every page.Douwe Maan
2015-04-20Fixed the Rails/ActionFilter copJeroen van Baarsen
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
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.
2014-12-23Refactor issues and merge requests listsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-12-05Add author filter for issues & merge requests pagesDmitriy 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-11-05Refactoring for EditTree and NewTree controllers and contextsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-09-24Public projects feature - step2Dmitriy Zaporozhets
* Render right layout depends on current_user * show sample git username/email when repo is empty * Show extra info when browsing public area * Fixed some tests related to public projects * show comments in read-only for public projects * Remove old public routing
2013-09-24Allow non authenticated user access to public projectsDmitriy Zaporozhets
2013-06-23Move projects controllers/views in Projects moduleDmitriy Zaporozhets
2013-03-24Project Snippets now part of projectAndrew8xx8
2013-03-24User Teams specific code moved to user_teams controllerAndrew8xx8
2013-01-25assign team to project from project page in public sectionAndrey Kumanyaev