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-07-05Merge branch '18790-dont-show-request-button-to-project-owner' into 'master' Robert Speicher
2016-07-05Merge branch 'update-gemoji' into 'master' Robert Speicher
2016-07-05Add a migration to remove requesters that are owners of their projectRémy Coutable
2016-07-05Fix condition in Ability and start with cheaper checksRémy Coutable
2016-07-05Dumb-down avatar presence check in `avatar_url` methodsRobert Speicher
2016-07-05New :request_access ability to replace a ugly helperRémy Coutable
2016-07-04Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqDmitriy Zaporozhets
2016-07-04Explicitly set to nil when artifacts don't exist:Lin Jen-Shin
2016-07-04Merge remote-tracking branch 'upstream/master' into save-artifacts_sizesLin Jen-Shin
2016-07-04Merge branch '13524-keep-around-commits' into 'master' Douwe Maan
2016-07-04Document Repository#keep_aroundDouwe Maan
2016-07-04Don't garbage collect commits that have related DB records like commentsDouwe Maan
2016-07-02Merge branch 'master' into dev-masterTomasz Maczukin
2016-07-02Merge branch 'explicit-requesters-scope' into 'master' Douwe Maan
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-07-01Merge branch 'todos-api' into 'master' Rémy Coutable
2016-07-01use has_many relationship with eventsJames Lopez
2016-07-01Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-expo...James Lopez
2016-07-01Merge remote-tracking branch 'upstream/master' into enable-shared-runners-wit...Lin Jen-Shin
2016-07-01Expose action_nameRobert Schilling
2016-07-01Move to helper, no instance variablesRobert Schilling
2016-07-01Add Todos APIDouglas Barbosa Alexandre
2016-06-30Merge branch 'fix/build-retry-button-in-view' into 'master' Robert Speicher
2016-06-30Use nil for non-existing files rather than 0Lin Jen-Shin
2016-06-30Ensure logged-out users can't see private refsSean McGivern
2016-06-30Expire branch/tag git data when needed.Paco Guzman
2016-06-30Disable Metrics/CyclomaticComplexity for Ability.allowedLin Jen-Shin
2016-06-30Improve method that tells if build is retryableGrzegorz Bizon
2016-06-30Add Application Setting to configure default Repository Path for new projectsAlejandro Rodríguez
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-06-29Add emoji.rb in lib/gitlab instead of using the gitlab_emoji gem.Connor Shea
2016-06-29Merge branch 'rubocop/enable-space-after-cops' into 'master' Robert Speicher
2016-06-29Enable Style/SpaceAfterComma Rubocop copGrzegorz Bizon
2016-06-29Merge branch '14669-bugzilla-integration' into 'master' Rémy Coutable
2016-06-29Merge branch '18663-avoid-extra-yaml-serializations' into 'master' Yorick Peterse
2016-06-29Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-expo...James Lopez
2016-06-29fix final line missingJames Lopez
2016-06-29Use update_columns to by_pass all the dirty code on active_recordPaco Guzman
2016-06-29fixes and refactored JSON specJames Lopez
2016-06-29Use Ability to check pre-requisite. Change back to 403 because:Lin Jen-Shin
2016-06-29Reduce overhead and optimize ProjectTeam#max_member_access performanceStan Hu
2016-06-29Removed redudant methods implemented by parent classTim
2016-06-29Set field defaults to be the same as IssueTrackerServiceTim
2016-06-29Added Bugzilla as external issue tracker optionTim
2016-06-29Use AR callbacks as suggested by:Lin Jen-Shin
2016-06-29fixing events for import/exportJames Lopez
2016-06-29Merge branch 'zj-workhorse-format-patch' into 'master' Robert Speicher
2016-06-28Also remove ci_builds.artifacts_size when erasedLin Jen-Shin
2016-06-28Workhorse to serve email diffsZ.J. van de Weg