summaryrefslogtreecommitdiff
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'query-counts' into 'master'Rémy Coutable2018-02-051-0/+5
|\
| * Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-011-0/+5
* | use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-1/+1
|/
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Adds Rubocop rule for line break around conditionals🙈 jacopo beschi 🙉2018-01-111-0/+1
* Remove the Project#repo methodJacob Vosmaer2018-01-041-1/+1
* Merge branch 'lfs-badge' into 'master'Douwe Maan2017-12-151-0/+1
|\
| * moved lfs_blob_ids method into ExtractsPath modulelfs-badgePhil Hughes2017-12-141-5/+0
| * moved lfs blob fetch from extractspath filePhil Hughes2017-12-141-0/+6
* | Merge branch '36679-non-authorized-user-may-see-wikis-or-pipeline-page' into ...Douwe Maan2017-12-081-1/+1
|/
* Create merge request from emailJan Provaznik2017-12-051-2/+2
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Refactor issuables index actionsJarka Kadlecova2017-11-071-1/+2
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-0/+2
* Merge branch 'master' into sh-security-fix-backports-masterStan Hu2017-10-171-1/+1
|\
| * Change project deletion message from alert to noticeWinnie Hellmann2017-10-171-1/+1
* | Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin2017-10-171-0/+10
|/
* Add support for markdown preview to group milestonesmove_markdown_preview_to_concernVitaliy @blackst0ne Klachkov2017-10-111-12/+1
* Fast forward merge: basic implemenation[ci skip]Valery Sizov2017-09-191-0/+1
* change collapse to resolve and comments to discussionsAshley Dumaine2017-09-061-1/+1
* Add functionality to collapse outdated diff comments regardless of discussion...Ashley Dumaine2017-09-061-0/+1
* Add check for access to NamespaceRubén Dávila2017-08-301-1/+4
* Address some suggestions from first code reviewRubén Dávila2017-08-291-10/+1
* Build Project in context of Namespace if availableRubén Dávila2017-08-261-1/+10
* Add option to disable project export on instanceRobin Bobbitt2017-08-111-0/+5
* Use a specialized class for querying eventsYorick Peterse2017-08-101-4/+5
* Merge branch 'master' into ideMike Greiling2017-08-071-0/+1
|\
| * Fix last feature test for project templatesZ.J. van de Weg2017-08-071-1/+0
| * After merge cleanupZ.J. van de Weg2017-08-071-10/+2
| * Merge branch 'master' into zj-project-templatesFilipa Lacerda2017-08-071-2/+2
| |\
| * | Rename GitLabProjectImporterService and misc fixesZ.J. van de Weg2017-08-011-2/+2
| * | Allow projects to be started from a templateZ.J. van de Weg2017-07-281-1/+11
* | | More backend cleanupDouwe Maan2017-08-031-11/+9
* | | Fix UselessAssignment offense in projects_controllerLuke "Jared" Bennett2017-08-011-1/+0
* | | Fix rubocopLuke "Jared" Bennett2017-08-011-2/+2
* | | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideJacob Schatz2017-07-281-2/+2
|\ \ \ | | |/ | |/|
| * | Backport changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/...Nick Thomas2017-07-211-2/+2
| |/
* | Adds new ruby help for dropdowns for branchesJacob Schatz2017-07-281-6/+22
|/
* Recover from renaming project that has container imagesGrzegorz Bizon2017-07-131-0/+3
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
* Removes pending delete from filter scopesTiago Botelho2017-06-281-1/+1
* Refactor atom builder by using xml.atom layoutTieu-Philippe KHIM2017-06-121-1/+1
* Translate project & repository pagesBob Van Landuyt2017-06-071-13/+13
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-2/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 17489-hide-code...Valery Sizov2017-05-231-1/+8
|\
| * Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-0/+7
| * Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* | Hide clone panel and file list when user is only a guestJames Clark2017-05-071-1/+1
|/
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-041-2/+9
* Support preview_markdown action for personal_snippetsJarka Kadlecova2017-04-261-14/+5