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 (Collapse)Author
2017-10-18Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin
Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
2017-10-13added date parameter for time trackingVlad
2017-10-10Fix text for the merge request lock system noteJarka Kadlecova
2017-09-14Create system notes for MR too, improve doc + clean up codeJarka Kadlecova
2017-09-14Support discussion locking in the backendJarka Kadlecova
2017-08-29replace `is_group_milestone?` with `group_milestone?`Maxim Rydkin
2017-08-07Create system notes for group milestone changesSean McGivern
2017-07-21Move duplicate issue management to a serviceSean McGivern
2017-07-20Changes based on MR feedback.Ryan Scott
Marking an issue as a duplicate will now also add an upvote on behalf of the author on the original issue.
2017-07-20Added slash command to close an issue as a duplicate. Closes #26372Ryan Scott
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-05-24Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan
2017-05-12Merge branch 'dm-dependency-linker-gemfile' into 'master' Sean McGivern
Autolink package names in Gemfile See merge request !11224
2017-05-11fix for Follow-up from "Backport of Multiple Assignees featureValery Sizov
2017-05-10Extract generic parts of Gitlab::Diff::InlineDiffMarkerDouwe Maan
2017-05-06Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern
2017-05-05[Multiple issue assignee] Fix a number of specsValery Sizov
2017-05-04Multiple issue assignee: fixed services/issues/update_service by using new ↵Valery Sizov
NoteSummary
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-05-04Prefer single quotesblackst0ne
2017-05-04Add system note on description change of issue/merge requestblackst0ne
2017-04-05Add option to start a new discussion on an MRDouwe Maan
2017-04-04Split status and confidentiality actionJarka Kadlecova
2017-03-28Create metadata when creating system notesJarka Kadlecova
2017-03-02Revert "Disallow system notes for closed issuables"Felipe Artur
This reverts commit 0771774480ce1f46b27b629d3721917d6c1f1267.
2017-03-01Update occurrences of MWBS to MWPSJames Lopez
Rename column in the database Rename fields related to import/export feature Rename API endpoints Rename documentation links Rename the rest of occurrences in the code Replace the images that contain the words "build succeeds" and docs referencing to them Make sure pipeline is green and nothing is missing. updated doc images renamed only_allow_merge_if_build_succeeds in projects and fixed references more updates fix some spec failures fix rubocop offences fix v3 api spec fix MR specs fixed issues with partials fix MR spec fix alignment add missing v3 to v4 doc wip - refactor v3 endpoints fix specs fix a few typos fix project specs copy entities fully to V3 fix entity error more fixes fix failing specs fixed missing entities in V3 API remove comment updated code based on feedback typo fix spec
2017-02-23Enable Style/ClassCheckDouwe Maan
2017-02-23Fix code for copsDouwe Maan
2017-02-23Enable Style/ConditionalAssignmentDouwe Maan
2017-02-23Enable Performance/RedundantMergeDouwe Maan
2017-02-06Disallow system notes for closed issuablesFelipe Artur
2017-02-06Remove noteable object in time tracking system notes [ci-skip]Pedro Moreira da Silva
2017-02-06Make all system notes lowercasePedro Moreira da Silva
2017-01-19Mark MR as WIP when pushing WIP commitsjurre
2017-01-15Backport backend work for time tracking.Ruben Davila
2016-12-20Make 'unmarked as WIP' message more consistentjurre
2016-12-05Feature: delegate all open discussions to IssueBob Van Landuyt
When a merge request can only be merged when all discussions are resolved. This feature allows to easily delegate those discussions to a new issue, while marking them as resolved in the merge request. The user is presented with a new issue, prepared with mentions of all unresolved discussions, including the first unresolved note of the discussion, time and link to the note. When the issue is created, the discussions in the merge request will get a system note directing the user to the newly created issue.
2016-11-25Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon
* master: (312 commits) Fix bad selection on dropdown menu for tags filter Fixed issue boards scrolling with a lot of lists & issues You can only assign default_branch when editing a project ... Don't convert data which already is the target type Stop supporting Google and Azure as backup strategies renames some of the specs and adds changelog entry Fixed dragging issue moving wrong issue after multiple drags of issue Fixed issue boards issue sorting when dragging issue into list Rephrase some system notes to be compatible with new system note style Add missing JIRA file that redirects to the new location Fix documentation to create the `pg_trm` extension before creating the DB Document that we always use `do...end` for `before` in RSpec Backport Note#commands_changes from EE Log mv_namespace parameters Add default_branch attr to Project API payload in docs. Fix title case to sentence case properly escape username validation error message flash Remove header ids from University docs Add missing documentation. Added test that checks the correct select box is there for the LFS ... ... Conflicts: app/services/system_note_service.rb spec/features/merge_requests/merge_when_pipeline_succeeds_spec.rb spec/services/merge_requests/merge_when_pipeline_succeeds_service_spec.rb spec/services/system_note_service_spec.rb
2016-11-24Rephrase some system notes to be compatible with new system note styleDouwe Maan
2016-11-21Update some docs to reflect MWPS name changeGrzegorz Bizon
2016-11-21Rename MWPS in system notes and related testsGrzegorz Bizon
2016-10-04Use SELECT 1, instead SELECT COUNT(*) to ask for notes existencyPaco Guzman
2016-10-03Enable Lint/StringConversionInInterpolation cop and autocorrect offensesRobert Speicher
2016-09-30Refactor url_helpers for system note service and remove duplication of logic ↵Matthew Dodds
in spec
2016-09-30Add link to comparison from system note, update changelogMatthew Dodds
2016-08-25Capitalize mentioned issue timeline notesClement Ho
2016-08-04Merge branch 'master' into diff-line-comment-vuejsDouwe Maan
# Conflicts: # app/models/discussion.rb # db/schema.rb
2016-07-29Add 'Resolved all discussions' system noteDouwe Maan
2016-07-19Refactor system notes service to make it singletonGrzegorz Bizon
2016-07-06Services: code style fixes, minor refactoringValery Sizov