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
2016-01-05Merge branch 'master' into milestone-refDouwe Maan
2016-01-05Don't notify users twice if they are both project watchers and subscribersStan Hu
2016-01-04Added system hooks messages for renaming and transferring a projectSteve Norman
2015-12-24Merge branch 'master' into milestone-refDouwe Maan
2015-12-24Use `to_reference` in system notes.Douwe Maan
2015-12-24Link to milestone in "Milestone changed" system noteDouwe Maan
2015-12-24Merge branch 'edit-on-fork' into 'master' Dmitriy Zaporozhets
2015-12-24Merge branch 'fix/visibility-level-setting-in-forked-projects' into 'master' Douwe Maan
2015-12-24Merge branch 'branch-invalid-name' into 'master' Douwe Maan
2015-12-21Merge branch 'master' into fix/visibility-level-setting-in-forked-projectsTomasz Maczukin
2015-12-18Backport JIRA serviceDrew Blessing
2015-12-18Automatically fork a project when not allowed to edit a file.Douwe Maan
2015-12-17Add JS validation for invalid characters in branch nameDouglas Barbosa Alexandre
2015-12-17Don't create CI status for refs that doesn't have .gitlab-ci.yml, even if the...Kamil Trzcinski
2015-12-16Add more descriptive error message when create branch with invalid nameDouglas Barbosa Alexandre
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-14Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński
2015-12-14Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński
2015-12-11Run builds from projects with enabled CIKamil Trzcinski
2015-12-11Use Gitlab::Git instead of Ci::GitKamil Trzcinski
2015-12-11Fix errorsKamil Trzcinski
2015-12-11Finishing touchesKamil Trzcinski
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-09Provide better diagnostic message upon project creation errorsStan Hu
2015-12-09Merge branch 'master' into merge-if-greenDouwe Maan
2015-12-09Make tooltip less confusingDouwe Maan
2015-12-08Show tooltip when trying to edit file when not on branchDouwe Maan
2015-12-08Merge branch 'master' into zj/gitlab-ce-merge-if-greenDouwe Maan
2015-12-07Satisfy Douwe MaanZeger-Jan van de Weg
2015-12-07Merge branch 'fix/award-emoji-conflict-in-notes' into 'master' Grzegorz Bizon
2015-12-07Merge branch 'issue_1156'Douwe Maan
2015-12-07Merge branch 'master' into merge-if-greenZeger-Jan van de Weg
2015-12-07Button fixZeger-Jan van de Weg
2015-12-06Fixed duplicated issue note email notifications.Anton Baklanov
2015-12-05Incorporate feedbackZeger-Jan van de Weg
2015-12-03Raise the exception from #execute instead of #run_hook. #1156 #3069Rubén Dávila
2015-12-03Call update hook from new GitHooksService class. #3069Rubén Dávila
2015-12-03Run custom Git hooks when creating or deleting branches through the UI. #1156Rubén Dávila
2015-12-03Move note emoji-award implementation to note model (feature envy)Grzegorz Bizon
2015-12-03Support award-emoji notes only when it a comment for an issueGrzegorz Bizon
2015-12-02Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg
2015-12-02Merge branch 'master' into link-refsDouwe Maan
2015-11-30Proper cross-project references when MR is closed by issueDouwe Maan
2015-11-30Merge branch 'rails_update_to_4_2' into 'master' Valery Sizov
2015-11-30fix notification_service specsValery Sizov
2015-11-26Merge pull request #9670 from janten/gravatar-retinaStan Hu
2015-11-26Migrate mailers to ActiveJobValery Sizov
2015-11-25Rescue StandardError, not ExceptionRobert Speicher