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
2017-05-06Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-04Add specs for issue and note changesblackst0ne
2017-05-04Simplified assign_attributes for issuableblackst0ne
2017-05-04Add last_edited_at and last_edited_by attributesblackst0ne
2017-05-04Add system note on description change of issue/merge requestblackst0ne
2017-04-29Revert "Merge branch 'tc-no-todo-service-select' into 'master'"Stan Hu
2017-04-27Avoid plucking Todo ids and use sub-queries insteadToon Claes
2017-03-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-02-28add /award slash commandmhasbini
2017-02-24Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into orderable-issuesValery Sizov
2017-02-21Spam check and reCAPTCHA improvementsOswaldo Ferreira
2017-02-17Allow issues in boards to be orderedDouwe Maan
2017-01-18Add some API endpoints for time tracking.Ruben Davila
2017-01-15Backport backend work for time tracking.Ruben Davila
2016-12-28Check if user can read issue before being assignedFelipe Artur
2016-12-16Ensure issuable state changes only fire webhooks onceMark Fletcher
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
2016-11-29Merge branch 'zj-fix-label-creation-non-members' into 'security'Douwe Maan
2016-11-23Remove event caching codeYorick Peterse
2016-11-17Remove default value for `project` argument on subscribable concernDouglas Barbosa Alexandre
2016-10-19Rename Labels::CreateService to Labels::FindOrCreateServiceDouglas Barbosa Alexandre
2016-10-19User Labes::CreateService to create labelsDouglas Barbosa Alexandre
2016-10-19Fix IssuableBaseService#find_or_create_label_idsDouglas Barbosa Alexandre
2016-10-19Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre
2016-09-28Fix permission for setting an issue's due dateRémy Coutable
2016-09-20Use the `IssuableBaseService` lifecycle hooks to cache `MergeRequestsClosingI...Timothy Andrew
2016-08-30if issue is not valid we revert back to the old labels when updatingtiagonbotelho
2016-08-30refactors update issue api request and some minor commentstiagonbotelho
2016-08-19Merge branch '4273-slash-commands' into 'master'Robert Speicher
2016-08-18Fix behavior of label_ids and add/remove_label_idsDouwe Maan
2016-08-18Address feedbackDouwe Maan
2016-08-18Fix specs and implement fixes based on failing specsDouwe Maan
2016-08-13Refactor slash command definitionDouwe Maan
2016-08-13Simplify the slash commands DSL to store action blocks instead of creating me...Rémy Coutable
2016-08-13Don't extract slash commands inside blockcode, blockquote or HTML tagsRémy Coutable
2016-08-13Add the /title slash commandRémy Coutable
2016-08-13New Notes::SlashCommandsService serviceRémy Coutable
2016-08-13Support slash commands in noteable description and notesRémy Coutable
2016-08-13Send notification emails when users are newly mentioned in issue editsNick Thomas
2016-07-15Allow bulk (un)subscription from issues in issue indexCairo Noleto
2016-06-04Spec label add / delete in UpdateServiceSean McGivern
2016-06-04Fix statementAlfredo Sumaran
2016-06-04WIP: allow adding and removing labels in bulkSean McGivern
2016-04-22Use association search in issuable create serviceGrzegorz Bizon
2016-04-22Verify label affiliation before assigning to issueGrzegorz Bizon
2016-03-15Improving the original label-subscribing implementationRémy Coutable
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
2016-02-20Rename IssuableBaseService#have_changes? to has_changes?Douglas Barbosa Alexandre
2016-02-20Move common behavior to to IssuableBaseServiceDouglas Barbosa Alexandre