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
path: root/lib
AgeCommit message (Collapse)Author
2018-10-08Merge branch 'patch-29' into 'master'Kamil Trzciński
Updates Laravel.gitlab-ci.yml template See merge request gitlab-org/gitlab-ce!22167
2018-10-06Merge branch 'backport-ce-to-ee-merge' into 'master'Stan Hu
Backport of CE upstream - 2018-10-05 12:21 UTC See merge request gitlab-org/gitlab-ce!22154
2018-10-06Updates Laravel.gitlab-ci.yml templatePaul Giberson
Updates to add gnupgp (required for node setup) Upgrades node install to version 8
2018-10-05Add timed incremental rollout to Auto DevOpsAlessio Caiazza
Auto DevOps deployment strategies now supports timed incremental rollout. We are deprecating the usage of INCREMENTAL_ROLLOUT_ENABLED environment variable in Auto DevOps template. The new behavior will be driven by the INCREMENTAL_ROLLOUT_MODE variable that can either be manual (same as INCREMENTAL_ROLLOUT_ENABLED) or timed. Rollout deployments will be executed using a 5 minute delay between each job.
2018-10-05Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqBob Van Landuyt
2018-10-05Merge branch 'security-bw-confidential-titles-through-markdown-api' into ↵Bob Van Landuyt
'master' [master] Confidential issue/private snippet titles can be read by unauthenticated user through GFM markdown API Closes #2706 See merge request gitlab/gitlabhq!2507
2018-10-05Merge branch ↵Sean McGivern
'50359-activerecord-statementinvalid-pg-querycanceled-error-canceling-statement-due-to-statement-timeout' into 'master' Resolve "ActiveRecord::StatementInvalid: PG::QueryCanceled: ERROR: canceling statement due to statement timeout" Closes #50359 See merge request gitlab-org/gitlab-ce!21893
2018-10-05Merge branch 'security-fix-leaking-private-project-namespace' into 'master'Bob Van Landuyt
[master] Fix leaking private project namespace Closes #2708 See merge request gitlab/gitlabhq!2529
2018-10-05Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher
Add a new project-specific templates API endpoint See merge request gitlab-org/gitlab-ce!22118
2018-10-05Use a CTE to remove the query timeoutBrett Walker
2018-10-05Merge branch 'scheduled-manual-jobs' into 'master'Kamil Trzciński
Delayed jobs Closes #51352 See merge request gitlab-org/gitlab-ce!21767
2018-10-05Merge branch 'add-installation-type-backup-information' into 'master'Douwe Maan
Add installation type to backup information file See merge request gitlab-org/gitlab-ce!22150
2018-10-05Fix CE to EE merge (backport)Kamil Trzciński
2018-10-05Merge branch ↵Sean McGivern
'5699-enabling-disabling-features-does-not-propagate-correctly-to-geo-secondaries' into 'master' Backport a refactor on the Feature.flipper method to CE See merge request gitlab-org/gitlab-ce!22152
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-05Merge branch 'load_project_features' into 'master'Sean McGivern
Preload project features in reference parser Closes #43094 See merge request gitlab-org/gitlab-ce!22008
2018-10-05Refactor Feature.flipper methodDouglas Barbosa Alexandre
2018-10-05Add installation type to backup information fileBalasankar "Balu" C
2018-10-05Make GitLab pages support access controlTuomo Ala-Vannesluoma
2018-10-05Merge branch 'feature/gb/pipeline-only-except-with-modified-paths' into 'master'Kamil Trzciński
Pipeline only/except for modified paths See merge request gitlab-org/gitlab-ce!21981
2018-10-05Backport project template API to CENick Thomas
2018-10-05Merge branch '52143-use-tiller-directly' into 'master'Dmitriy Zaporozhets
Use tiller directly for Auto DevOps Closes #52143 See merge request gitlab-org/gitlab-ce!22076
2018-10-05Merge branch 'revert-2f0a0761' into 'master'Douwe Maan
Revert "Merge branch 'feature/git-v2-flag' into 'master'" See merge request gitlab-org/gitlab-ce!22134
2018-10-05Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan
List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118
2018-10-05Merge branch 'master' into feature/gb/pipeline-only-except-with-modified-pathsGrzegorz Bizon
* master: Require spec helpers loaded by other spec helpers first Resolve "2FA mobile options should be rephrased" Add css class to Admin > Project > show page Trim whitespace when inviting a new user by email Bump Gitaly to v0.124.0 Banzai project ref- share context more aggresively Add reliable fetcher for Sidekiq Allows to filter issues by `Any milestone` in the API
2018-10-05Merge branch 'mao/48221-issues_show_sql_count' into 'master'Sean McGivern
Banzai label ref finder - minimize SQL calls by sharing context more aggresively Closes #48221 See merge request gitlab-org/gitlab-ce!22070
2018-10-05Revert "Merge branch 'feature/git-v2-flag' into 'master'"James Lopez
This reverts merge request !21520
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-05Redirect IO streams to prevent hangingThong Kuah
https://en.wikipedia.org/wiki/Nohup#Overcoming_hanging https://gitlab.com/gitlab-org/gitlab-runner/issues/2880
2018-10-05Use tiller directly for Auto DevOpsThong Kuah
This saves a external network call to fetch a helm plugin. The cost is a few lines of shell script
2018-10-04Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'Kamil Trzciński
# Conflicts: # app/models/ci/pipeline.rb
2018-10-04Banzai project ref- share context more aggresivelyMario de la Ossa
Changes `Banzai::CrossProjectReference#parent_from_ref` to return the project in the context if the project's `full_path` matches the ref we're looking for, as it makes no sense to go to the database to find a Project we already have loaded.
2018-10-04Merge branch 'ce-7287-epic-references' into 'master'Nick Thomas
Support short reference to epics from project entities See merge request gitlab-org/gitlab-ce!22048
2018-10-04Merge branch 'fix-todo-cops' into 'master'Rémy Coutable
Fix todo cops See merge request gitlab-org/gitlab-ce!21850
2018-10-04Add limitation for start_in keywordShinya Maeda
2018-10-04Support short reference to group entities from project entitiesJarka Košanová
- add a direct project parent (group) to Banzai context - if an epic is referenced from a direct descendant -> change epic to_reference to use short reference
2018-10-04Merge branch '51958-fix-mr-discussion-loading' into 'master'Phil Hughes
Fix MR discussion not loaded issue Closes #51958 See merge request gitlab-org/gitlab-ce!21982
2018-10-04Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-03List public ssh keys by id or username without authenticationRonald Claveau
2018-10-03Includes commit stats in POST project commits APIJacopo
2018-10-03Merge branch '45016-add-web-ide-commits-to-usage-ping' into 'master'Douwe Maan
Adds Web IDE commits to usage ping Closes #45016 See merge request gitlab-org/gitlab-ce!22007
2018-10-03Merge branch '48004-db-initialize-migrate' into 'master'Dmitriy Zaporozhets
Support db migration and initialization for Auto DevOps Closes #48004 See merge request gitlab-org/gitlab-ce!21955
2018-10-03Implements Web IDE commits counter in RedisTiago Botelho
This makes a temporary implementation of the Web IDE commits counter using Redis while https://gitlab.com/gitlab-org/gitlab-ce/issues/52096 is being discussed further for a more generic approach to counters
2018-10-03Merge branch 'remove-rugged' into 'master'Douwe Maan
Remove Gitlab::Git::Repository#rugged See merge request gitlab-org/gitlab-ce!22039
2018-10-03#13650 added wip search functionality and testsChantal Rollison
2018-10-03Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-03Filter system notes with public and private cross referencesBrett Walker
2018-10-02Remove Gitlab::Git::Repository#rugged and Gollum codeAlejandro Rodríguez
Cleanup code, and refactor tests that still use Rugged. After this, there should be no Rugged code that access the instance's repositories on non-test environments. There is still some rugged code for other tasks like the repository import task, but since it doesn't access any repository storage path it can stay.
2018-10-02Merge branch '49952-port-upgrade-command-to-ce' into 'master'Kamil Trzciński
Port UpgradeCommand to CE See merge request gitlab-org/gitlab-ce!21949
2018-10-02CE Resolve "Refactor code quality similar to JUnit tests"Matija Čupić