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-05Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon
Multiple artifacts See merge request gitlab-org/gitlab-ce!14367
2017-12-05Merge branch 'dm-application-worker' into 'master'Sean McGivern
Add ApplicationWorker and make every worker include it See merge request gitlab-org/gitlab-ce!15632
2017-12-05Merge branch '32878-merge-request-from-email' into 'master'Sean McGivern
Create merge request from email Closes #32878 See merge request gitlab-org/gitlab-ce!13817
2017-12-05Merge branch 'gitaly-conflict-file' into 'master'Sean McGivern
Small Gitlab::Git fixes for Gitaly See merge request gitlab-org/gitlab-ce!15675
2017-12-05Merge branch '35616-move-k8-to-cluster-page' into 'master'Grzegorz Bizon
Second iteration of Move Kubernetes from service to Cluster page Closes #35616 and #39826 See merge request gitlab-org/gitlab-ce!14805
2017-12-05Second iteration of Move Kubernetes from service to Cluster pageFilipa Lacerda
2017-12-05Merge branch 'bvl-limit-fork-queries-on-project-show' into 'master'Sean McGivern
Cache the forks in a namespace in the RequestStore Closes #40625 See merge request gitlab-org/gitlab-ce!15663
2017-12-05Merge branch 'backport-epic-nav' into 'master'Sean McGivern
Backport Extract epic nav into separate partial for easier CE => EE See merge request gitlab-org/gitlab-ce!15655
2017-12-05Backport Extract epic nav into separate partial for easier CE => EEClement Ho
2017-12-05Merge branch 'ce-gitaly-worktree-refactor' into 'master'Sean McGivern
[CE] Move git operations for squash and rebase into Gitlab::Git See merge request gitlab-org/gitlab-ce!15673
2017-12-05Merge branch 'docs/clarify-review-docs-process' into 'master'Rémy Coutable
Clarify the docs review process and mention the supported repos See merge request gitlab-org/gitlab-ce!15573
2017-12-05Move config_source earlierKamil Trzcinski
2017-12-05Merge index during table creationKamil Trzcinski
2017-12-05Consistently schedule Sidekiq jobsDouwe Maan
2017-12-05Update docsDouwe Maan
2017-12-05Add ApplicationWorker and make every worker include itDouwe Maan
2017-12-05Merge branch 'ce-1379-update-sidebar-weight-to-vue-and-add-to-boards' into ↵Phil Hughes
'master' Backport EE changes from refactor sidebar weight block Vue and move to Issue Boards See merge request gitlab-org/gitlab-ce!15706
2017-12-05Merge branch '39367-fix-new-email-session-path' into 'master'Douwe Maan
remove ambiguity about which resource type to be using for new sessions Closes #39367 See merge request gitlab-org/gitlab-ce!15726
2017-12-05remove ambiguity about which resource type to be using for new sessionsBrett Walker
2017-12-05Merge branch '40739-access-404' into 'master'Grzegorz Bizon
Prevent job link form rendering when user does not have permissions Closes #40739 See merge request gitlab-org/gitlab-ce!15723
2017-12-05Create merge request from emailJan Provaznik
* new merge request can be created by sending an email to the specific email address (similar to creating issues by email) * for the first iteration, source branch must be specified in the mail subject, other merge request parameters can not be set yet * user should enable "Receive notifications about your own activity" in user settings to receive a notification about created merge request Part of #32878
2017-12-05Backport changes from refactor sidebar weight block Vue and move to Issue BoardsEric Eastwood
See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3566
2017-12-04Remove index on file_typeKamil Trzcinski
2017-12-04Merge branch 'feature/migrate-cherry-pick-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Repository#cherry_pick to Gitaly Closes gitaly#737 See merge request gitlab-org/gitlab-ce!15517
2017-12-04Use `String#end_with?` instead of `String#ends_with?`Alejandro Rodríguez
The former is in Ruby's core lib, so is more flexible.
2017-12-04Add missing attr_accessor to Gitlab::Git::Conflict::FileAlejandro Rodríguez
2017-12-04Backport Squash/Rebase refactor from EEAlejandro Rodríguez
2017-12-04Merge branch 'user-agent-gke-api' into 'master'Kamil Trzciński
Use custom User-Agent header in GCP Client requests Closes #40583 See merge request gitlab-org/gitlab-ce!15705
2017-12-04Merge branch 'backstage/gb/improve-pipeline-chain-reduce-side-effects' into ↵Kamil Trzciński
'master' Reduce pipeline chain life span to minimize side effects See merge request gitlab-org/gitlab-ce!15716
2017-12-04Migrate Gitlab::Git::Repository#cherry_pick to GitalyAhmad Sherif
Closes gitaly#737
2017-12-04Merge branch '39727-add-axios-to-common' into 'master'Phil Hughes
Import axios utils in commons chunks See merge request gitlab-org/gitlab-ce!15721
2017-12-04Count occurrences of a specific query in the query recorder.Bob Van Landuyt
2017-12-04Cache the forks in a namespace in the RequestStoreBob Van Landuyt
On the `show` of a project that is part of a fork network. We check if the user already created a fork of this project in their personal namespace. We do this in several places, so caching the result of this query in the request store prevents us from repeating it.
2017-12-04Merge branch '39869_show_closed_status_of_links_to_issues_on_wiki_pages' ↵Robert Speicher
into 'master' Show status of issuable links in wiki pages See merge request gitlab-org/gitlab-ce!15694
2017-12-04show status of issue links in wiki pagehaseeb
2017-12-04Merge branch 'psimyn-issue-note-refac' into 'master'Fatih Acet
issue note component rename See merge request gitlab-org/gitlab-ce!15587
2017-12-04issue note component renameSimon Knox
2017-12-04Merge branch 'git-fsck-worker-client-prep' into 'master'Douwe Maan
Move SingleRepositoryWorker#fsck into Gitlab::Git::Repository Closes gitaly#802 See merge request gitlab-org/gitlab-ce!15710
2017-12-04Merge branch 'zj-diverging-commit-count-no-rugged' into 'master'Robert Speicher
Use commit finder instead of rev parse See merge request gitlab-org/gitlab-ce!15683
2017-12-04Merge branch 'sh-optimize-groups-api' into 'master'Douwe Maan
Optimize API /groups/:id/projects by preloading assocations Closes #40308 See merge request gitlab-org/gitlab-ce!15475
2017-12-04Prevent job link form rendering when user does not have permissionsFilipa Lacerda
Adds e2e tests
2017-12-04Merge branch '40691-upgrade-rails-to-4-2-10' into 'master'Douwe Maan
Resolve "Upgrade Rails to 4.2.10" Closes #40691 See merge request gitlab-org/gitlab-ce!15662
2017-12-04Merge branch 'gollum-initializer-warning' into 'master'Rémy Coutable
Add notice to Gollum initializer See merge request gitlab-org/gitlab-ce!15713
2017-12-04Merge branch 'fix-parser-warning' into 'master'Rémy Coutable
Update parser gem to remove warning about wrong ruby version See merge request gitlab-org/gitlab-ce!15720
2017-12-04Move SingleRepositoryWorker#fsck into Gitlab::Git::RepositoryKim "BKC" Carlbäcker
2017-12-04Merge branch 'rc/followup-40690' into 'master'Sean McGivern
Remove db/fixtures/test/01_admin.rb (EE backport) See merge request gitlab-org/gitlab-ce!15711
2017-12-04Import axios utils in commonsFilipa Lacerda
2017-12-04Merge branch 'bvl-port-of-ee-translations' into 'master'Douwe Maan
Port of EE translations See merge request gitlab-org/gitlab-ce!15718
2017-12-04Update parser gem to remove warning about wrong ruby versionGabriel Mazetto
2017-12-04Merge branch 'master-i18n' into 'master'Douwe Maan
New Crowdin translations See merge request gitlab-org/gitlab-ee!3378