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-03-17Update methods that use issue close serviceGrzegorz Bizon
2016-03-15Remove parentheses from if statementconnorshea
2016-03-15Use an exception to pass messagesJacob Vosmaer
2016-03-14Run 'git gc' every 10 pushesJacob Vosmaer
2016-03-10web hooks to webhooksashleys
2016-03-09Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets
2016-03-07adds test for git push service for updating the language of the projecttiagonbotelho
2016-03-07moves the main_language update logic to git push servicetiagonbotelho
2016-03-03Security: Fix issue auto closingValery Sizov
2016-02-23Moved cache expiration code to Repository hooksYorick Peterse
2016-02-17refactored some stuff based on MR feedbackJames Lopez
2016-02-15refactored GitPushService and updated specJames Lopez
2016-02-12typoJames Lopez
2016-02-11attempt to reduce code complexity on GitPushService#executeJames Lopez
2016-02-09Smarter flushing of branch statistics cachesYorick Peterse
2016-02-08Cache various Repository Git operationsYorick Peterse
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-11-19Since GitLab CI is enabled by default, remove enabling it by pushing .gitlab-...Kamil Trzcinski
2015-11-13Expose CI enable option in project featuresKamil Trzcinski
2015-10-18Fix bug where a push would only create cross references from the first commit.Douwe Maan
2015-10-16Add a system note and update relevant merge requests when a branch is deleted...Stan Hu
2015-10-12Simplify code around (cross)-referencesDouwe Maan
2015-10-02Prevent creating 2 Ci::Project entities when enable CIDmitriy Zaporozhets
2015-09-23Rescue rugged error when detect ci yml fileDmitriy Zaporozhets
2015-09-23Enable CI for gitlab when .gitlab-ci.yml is pushedDmitriy Zaporozhets
2015-08-22Create cross-reference for closing references on commits pushed to non-defaul...Maël Valais
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
2015-08-11Revert "Make web editor work correctly after switch from satellites"Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-08-04Merge branch 'master' into drop-satellitesDmitriy Zaporozhets
2015-07-17Store commit count in project tableDmitriy Zaporozhets
2015-07-17Build missing cache items in background job after each pushDmitriy Zaporozhets
2015-07-15Remove satellitesDmitriy Zaporozhets
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