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
2015-06-22Replace remaining references to `Note.create_cross_reference_note`Robert Speicher
2015-06-12Fix post-receive errors on a push when an external issue tracker is configuredStan Hu
2015-06-02Make web editor work correctly after switch from satellitesDmitriy Zaporozhets
2015-05-06Make the first branch pushed to an empty repository the default HEAD.Stan Hu
2015-04-24Link cross-project cross-reference notes to correct project.Douwe Maan
2015-04-24No longer needed to pass project argument to commit methods.Douwe Maan
2015-04-02Only allow users to cross-reference and close issues they have access to.Douwe Maan
2015-04-02Add Commit#author and #committer.Douwe Maan
2015-03-21Extend push_tag event to include tag message and last commitKamil Trzcinski
2015-03-19Fewer constants, more helpers.Douwe Maan
2015-03-13More consistent method naming.Douwe Maan
2015-03-10Use Gitlab::Git helper methods and constants as much as possible.Douwe Maan
2015-03-09fix mass SQL statements on initial pushHannes Rosenögger
2015-03-03Issue #595: Support Slack notifications upon issue and merge request eventsStan Hu
2015-02-13Move all event creation to EventCreateService.Douwe Maan
2015-01-25indentationMarco Wessel
2015-01-25Allow configuring protection of the default branch upon first pushMarco Wessel
2015-01-16Merge pull request #8096 from cirosantilli/regex-to-stringDmitriy Zaporozhets
2015-01-12Refactor push data builder. Moved it to separate classDmitriy Zaporozhets
2014-12-29Replace regex methods by string ones since fasterCiro Santilli
2014-11-12Prevent big amount of sql queries for push serviceDmitriy Zaporozhets
2014-11-03Factor '0' * 40 blank ref constantsCiro Santilli
2014-10-03Merge pull request #7754 from Bugagazavr/hooksDmitriy Zaporozhets
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-10-02Hook attributesKirill Zaitsev
2014-09-29Protect default branch by default.Marin Jankovski
2014-09-26Fix typo in push serviceDmitriy Zaporozhets
2014-09-26Fix worker error when remove branchDmitriy Zaporozhets
2014-09-26Fix GitPush serviceDmitriy Zaporozhets
2014-05-02Save repository size to projects tableDmitriy Zaporozhets
2014-04-02Create services for issue close and reopenDmitriy Zaporozhets
2014-02-14Add email aliases for usersJason Hollingsworth
2013-12-04Execute project hooks when issue or merge request createdDmitriy Zaporozhets
2013-11-08Removed Project#discover_default_branch since it not needed any moreDmitriy Zaporozhets
2013-10-14Include project_id in webhook payload.Marin Jankovski
2013-08-28Fix s500 when press ervice test buttonDmitriy Zaporozhets
2013-08-27Services and hooks MUST BE executed on branch push!Dmitriy Zaporozhets
2013-08-26Link issues from comments and automatically close themash wilson
2013-04-02store commits for MR as array of hashesDmitriy Zaporozhets
2013-03-17Result of misspellings run.Kevin Lyda
2013-03-07remove last commit widget, added repo size and owner info on project home pageDmitriy Zaporozhets
2013-02-27Developers can merge MR if target branch is not protectedDmitriy Zaporozhets
2013-02-27Fix TestHookContextDmitriy Zaporozhets
2013-02-25Move git post push logic to serviceDmitriy Zaporozhets