summaryrefslogtreecommitdiff
path: root/app/controllers/projects_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Provide default branch/file path for ProjectsController#show18709-reduce-git-callsPaco Guzman2016-06-201-1/+7
* Fixed issue with returning ref in commits JSONasync-refs-dropdownPhil Hughes2016-06-201-3/+3
* Fixed Ruby to use excludePhil Hughes2016-06-181-1/+1
* Correctly adds commit ID into dropdownPhil Hughes2016-06-181-8/+6
* Pulls back tags if any existPhil Hughes2016-06-181-2/+6
* Tests fix for ref switcherPhil Hughes2016-06-181-1/+1
* Refs dropdown is now loaded asyncPhil Hughes2016-06-181-0/+16
* Merge branch 'feature/project-export' into 'master' Douwe Maan2016-06-171-1/+43
|\
| * a few changes based on MR feedbackJames Lopez2016-06-171-6/+12
| * lots of refactoring again based on feedback. Changed the UI slightly and also...James Lopez2016-06-151-8/+23
| * project export archiverJames Lopez2016-06-141-3/+1
| * adding notifications stuff and more refactoring for exporting projectsJames Lopez2016-06-141-1/+1
| * lots of refactoring to reuse import serviceJames Lopez2016-06-141-1/+1
| * Merge branches 'feature/project-export-ui-experimental' and 'feature/project-...James Lopez2016-06-131-12/+8
| |\
| * | updated controllers with permissions checkJames Lopez2016-05-131-1/+1
| * | use worker in controllerJames Lopez2016-05-041-3/+6
| * | few fixes - import from UI workingJames Lopez2016-04-281-1/+3
| * | Merge branches 'feature/project-export' and 'feature/project-import' into fea...James Lopez2016-04-221-4/+8
| |\ \
| * | | download export now workingJames Lopez2016-04-151-1/+10
| * | | some experimental UI stuff to test exportJames Lopez2016-04-141-0/+9
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into add_autocomplet...Fatih Acet2016-06-141-12/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Allow or not merge MR with failed buildRui Anderson2016-06-101-1/+1
| * | | Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-031-2/+2
| |\ \ \
| | * | | Split Markdown rendering & reference gatheringYorick Peterse2016-05-261-2/+2
| * | | | Merge branch 'master' into awardablesZJ van de Weg2016-05-251-7/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master' Douwe Maan2016-05-201-0/+1
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/master' into eReGeBe/gitlab-ce-feature/m...Rémy Coutable2016-05-181-1/+2
| | | |\ \ \
| | | * | | | Implementing autocomplete for GFM milestone referencesAlejandro Rodríguez2016-04-201-0/+1
| | | | |_|/ | | | |/| |
| | * | | | Improve documentation and add changelogFelipe Artur2016-05-171-5/+1
| | * | | | Let users set notification levels in projects which they are not membersFelipe Artur2016-05-171-3/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into awardablesFatih Acet2016-05-181-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Rename `images` to `container_registry`Kamil Trzcinski2016-05-091-1/+1
| | * | | Make images_enabled configurableKamil Trzcinski2016-04-291-1/+2
| | |/ /
| * | | Create table for award emojiZeger-Jan van de Weg2016-05-061-1/+1
| |/ /
* | | add gfm autocomplete for labelsArinde Eniola2016-05-031-0/+1
|/ /
* | Add method to return the user notification setting for a group, or a projectDouglas Barbosa Alexandre2016-04-081-1/+1
* | Use default_value_for to set default NotificationSetting#levelDouglas Barbosa Alexandre2016-04-081-1/+0
* | Merge branch 'master' into decouple-member-notificationDouglas Barbosa Alexandre2016-04-081-13/+5
|\ \ | |/
| * Fix Error 500 after renaming a project pathStan Hu2016-04-051-0/+3
| * Merge branch 'fix_remove_fork_link' into 'master' Douwe Maan2016-04-041-1/+1
| |\
| | * Move unlink fork logic to a serviceBaldinof2016-03-221-1/+1
| | * Merge branch 'master' into fix_remove_fork_linkBaldinof2016-03-141-11/+0
| | |\
| | * | Close merge requests when removing fork relationBaldinof2016-03-111-1/+1
| * | | Pre-calculate Emoji digestsprecompile-emoji-urlsYorick Peterse2016-03-301-12/+1
* | | | Create NotificationSettings object only when user change value in dropdownDmitriy Zaporozhets2016-03-301-1/+2
* | | | Refactor creating notification setting with defaultsDmitriy Zaporozhets2016-03-301-6/+1
* | | | Introduce NotificationSetting to user interfaceDmitriy Zaporozhets2016-03-301-4/+13
|/ / /
* | | Tweaks, refactoring, and specsDouwe Maan2016-03-201-2/+2
* | | Restrict access for confidential issues on autocompleteDouglas Barbosa Alexandre2016-03-171-1/+1
* | | Use an exception to pass messagesJacob Vosmaer2016-03-151-5/+10