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-12-17Fix subscribe buttonbackground-pipeline-notificationsLuke Bennett
2017-12-16Add line at end of schema.rbLUKE BENNETT
2017-12-16Revert schema.rbLUKE BENNETT
2017-12-16Add pipeline subscriptions, update user with webpush props and use props to pushLuke Bennett
2017-12-16Add to pipeline_default queueLuke Bennett
2017-12-15Revert schema and notification_serviceLuke Bennett
2017-12-15Pipeline status push notificationsLuke Bennett
2017-12-14Merge branch 'feature/migrate-merge-base-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Repository#merge_base_commit to Gitaly Closes gitaly#808 See merge request gitlab-org/gitlab-ce!15770
2017-12-14Merge branch 'docs-add-indexes-monitoring' into 'master'Achilleas Pipinellis
Docs: add indexes for monitoring and performance monitoring See merge request gitlab-org/gitlab-ce!15942
2017-12-14Docs: add indexes for monitoring and performance monitoringMarcia Ramos
2017-12-14Merge branch 'clearer-documentation-on-inline-diffs' into 'master'Achilleas Pipinellis
clearer-documentation-on-inline-diffs See merge request gitlab-org/gitlab-ce!15938
2017-12-14clearer-documentation-on-inline-diffsDimitrie Hoekstra
2017-12-14Merge branch 'docs/commit-diff-discussions-in-mr-context' into 'master'Achilleas Pipinellis
Add commit diff discussion in merge request context documentation See merge request gitlab-org/gitlab-ce!15885
2017-12-14Merge branch 'rc/update-flipper' into 'master'Robert Speicher
Update flipper to 0.11.0 and take advantage of the new features See merge request gitlab-org/gitlab-ce!15920
2017-12-14Add docs for commit diff discussion in merge requestsmicael.bergeron
2017-12-14Merge branch 'ph-es-modules' into 'master'Filipa Lacerda
Converted JS files into exported modules See merge request gitlab-org/gitlab-ce!15933
2017-12-14Merge branch 'docs-jprovazn-create-from-email' into 'master'Marcia Ramos
Fixed doc for create MR from email See merge request gitlab-org/gitlab-ce!15849
2017-12-14Merge branch 'dm-batchloader-project' into 'master'Sean McGivern
Include project in BatchLoader key to prevent returning blobs for the wrong project Closes gitlab-ee#4325 See merge request gitlab-org/gitlab-ce!15936
2017-12-14Merge branch '40509_sorting_tags_api' into 'master'Rémy Coutable
sorting for tags api See merge request gitlab-org/gitlab-ce!15772
2017-12-14sorting for tags apihaseeb
2017-12-14Merge branch 'zj-mr-diff-memoization-bug' into 'master'Sean McGivern
Clear caches before updating MR diffs See merge request gitlab-org/gitlab-ce!15916
2017-12-14Clear BatchLoader after each spec to prevent holding onto records longer ↵Douwe Maan
than necessary
2017-12-14Include project in BatchLoader key to prevent returning blobs for the wrong ↵Douwe Maan
project
2017-12-14Merge branch ↵Kamil Trzciński
'41110-dependencies-validator-fails-when-depended-job-is-manual' into 'master' Dependencies Validator fails when depended job is `manual` Closes #41110 See merge request gitlab-org/gitlab-ce!15924
2017-12-14Merge branch 'qa/gb/update-qa-dependencies' into 'master'Grzegorz Bizon
Update GitLab QA dependencies See merge request gitlab-org/gitlab-ce!15929
2017-12-14Converted JS modules into exported modulesPhil Hughes
2017-12-14Merge branch 'gitlab-shell-5-10-3' into 'master'Grzegorz Bizon
Bump gitlab-shell version to 5.10.3 See merge request gitlab-org/gitlab-ce!15932
2017-12-14Bump gitlab-shell version to 5.10.3Sean McGivern
gitlab-shell 5.10.3 does not introduce any new features; it just removes an unused config option.
2017-12-14Merge branch 'tc-correct-email-in-reply-to' into 'master'Sean McGivern
Make mail notifications of discussion notes In-Reply-To of each other Closes #36054 See merge request gitlab-org/gitlab-ce!14289
2017-12-14Merge branch '25317-prioritize-author-date-over-commit' into 'master'Sean McGivern
Use author info on commits list page rather than most recent commit date Closes #25317 See merge request gitlab-org/gitlab-ce!15868
2017-12-14Clear caches before updating MR diffsZeger-Jan van de Weg
The hook ordering influenced the diffs being generated as these used values from before the update due to the memoization still being in place. This commit reorders them and tests against this behaviour.
2017-12-14Use new Ruby version 2.4 in GitLab QA imagesGrzegorz Bizon
2017-12-14Merge branch 'dm-dedicated-sidekiq-queues' into 'master'Sean McGivern
Use a dedicated queue for each Sidekiq worker See merge request gitlab-org/gitlab-ce!15882
2017-12-14Update GitLab QA dependenciesGrzegorz Bizon
2017-12-14Merge branch 'update-doc-for-user-group-project-transfers' into 'master'Douwe Maan
Clarifies documentation for user, group & project transfers See merge request gitlab-org/gitlab-ce!15896
2017-12-14Dependencies Validator fails when depended job is `manual`Shinya Maeda
2017-12-14Merge branch '38869-datetime' into 'master'Tim Zallmann
Export date utility functions as ES6 modules See merge request gitlab-org/gitlab-ce!15782
2017-12-14Update flipper to 0.11.0 and take advantage of the new featuresRémy Coutable
- Added an ActiveSupport (using Rails.cache) caching adapter - Overview of the new features can be found at https://johnnunemaker.com/flippin-features-at-runtime/ - Full Changelog can be found at https://github.com/jnunemaker/flipper/blob/v0.11.0/Changelog.md Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-12-14Updates doc for user, group & project transfersMayra Cabrera
2017-12-13Merge branch 'issue-description-field-typo' into 'master'Fatih Acet
Corrected typo in quick action data attribute Closes #41035 See merge request gitlab-org/gitlab-ce!15872
2017-12-13Make discussion mail References all notes in the discussionToon Claes
When a note is part of a discussion, the email sent out will be `In-Reply-To` the previous note in that discussion. It also `References` all the previous notes in that discussion, and the original issue. Closes gitlab-org/gitlab-ce#36054.
2017-12-13Make mail notifications of discussion notes In-Reply-To of each otherToon Claes
When a note is part of a discussion, the email sent out should be `In-Reply-To` the previous note in that discussion. Closes gitlab-org/gitlab-ce#36054
2017-12-13Merge branch '13695-order-contributors-in-api' into 'master'Rémy Coutable
Adds ordering to projects contributors in API Closes #13695 See merge request gitlab-org/gitlab-ce!15469
2017-12-13Merge branch 'winh-unify-modals' into 'master'Filipa Lacerda
Unify dialog modal/popup dialog/confirmation dialog/modal to modal See merge request gitlab-org/gitlab-ce!15865
2017-12-13Merge branch '33926-update-issuable-icons' into 'master'Annabel Dunstone Gray
Update issuable status icons Closes #33926 See merge request gitlab-org/gitlab-ce!15898
2017-12-13Merge branch 'pawel/cache_feature_check_for_5_minutes_for_method_call' into ↵Robert Speicher
'master' Cache feature check for 1 minute for MethodCall instrumentation toggle See merge request gitlab-org/gitlab-ce!15800
2017-12-13fix test case descriptionPawel Chojnacki
2017-12-13Merge branch 'add-tcp-check-rake-task' into 'master'Rémy Coutable
Add a gitlab:tcp_check rake task See merge request gitlab-org/gitlab-ce!15759
2017-12-13Adds ordering to projects contributors in APIJacopo
Allows ordering in GET api/v4/projects/:project_id/repository/contributors through `order_by` and `sort` params. The available `order_by` options are: name|email|commits. The available `sort` options are: asc|desc.
2017-12-13Merge branch 'issue_41021' into 'master'Sean McGivern
Prevent worker that updates merge requests head pipeline from failing jobs Closes #41021 See merge request gitlab-org/gitlab-ce!15870