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
2018-10-18Make getting a user by the username case insensitiveWilliam George
2018-10-17[ci skip] Fix documentation of Gitlab::Git::Diff#filter_diff_options flagsAlejandro Rodríguez
2018-10-17Merge branch '44361-remove-gitlab-grit' into 'master'Rémy Coutable
Remove gitlab-grit as a transitive dependency of GitLab Closes #44361 See merge request gitlab-org/gitlab-ce!22373
2018-10-16Merge branch '52650-webhook-image-urls-rewritten-incorrectly-in-issues' into ↵Douwe Maan
'master' Resolve "Webhook Image URLs Rewritten Incorrectly in Issues" Closes #52650 See merge request gitlab-org/gitlab-ce!22361
2018-10-16Remove a dependency on gitlab-gollum-libNick Thomas
Inlining this code allows us to remove a dependency on gitlab_grit in gitlab-ce. We can't stop maintaining gitlab_grit yet, since gitaly-ruby still depends on this gem, but it moves us a step closer.
2018-10-16Remove a dependency on gitlab-gollum-libNick Thomas
Removing this dependency also allows us to remove a transitive dependency on gitlab_grit - which is the whole point of this exercise. I don't think we can EOL gitlab_grit until it's removed as a dependency from gitaly-ruby, but this at least gets it out of gitlab-ce.
2018-10-16Fix image webhook rewriting for uploadsSean McGivern
This rewrote URLs to be absolute URLs. However, for uploads (the most common case), we actually need them to point to not just the GitLab instance, but the project they're from. Thankfully, we can normally get that information from the object we're building the hook for.
2018-10-15Merge branch 'sh-remove-koding' into 'master'Douwe Maan
Remove Koding integration and documentation Closes #39697 See merge request gitlab-org/gitlab-ce!22334
2018-10-15Merge branch 'bvl-merge-base-multiple-revisions' into 'master'Douwe Maan
Allow getting the merge base of multiple revisions Closes #52573 See merge request gitlab-org/gitlab-ce!22295
2018-10-15Merge branch 'zj-remove-linguist' into 'master'Robert Speicher
Remove dependencies on Linguist Closes #35450 See merge request gitlab-org/gitlab-ce!21008
2018-10-15Merge branch 'enable-frozen-string-lib-gitlab' into 'master'Rémy Coutable
Enable some frozen string in lib/gitlab See merge request gitlab-org/gitlab-ce!22304
2018-10-15Merge branch 'patch-29' into 'master'Kamil Trzciński
Update Android.gitlab-ci.yml for current stable SDK See merge request gitlab-org/gitlab-ce!22336
2018-10-13Enable some frozen string in lib/gitlabgfyoung
Enable frozen string for the following files: * lib/gitlab/auth/**/*.rb * lib/gitlab/badge/**/*.rb * lib/gitlab/bare_repository_import/**/*.rb * lib/gitlab/bitbucket_import/**/*.rb * lib/gitlab/bitbucket_server_import/**/*.rb * lib/gitlab/cache/**/*.rb * lib/gitlab/checks/**/*.rb Partially addresses #47424.
2018-10-13Update Android.gitlab-ci.yml for current stable SDKOsama Bin Omar
2018-10-13Remove Koding integration and documentationStan Hu
This integration no longer works and does not appear to be supported. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39697
2018-10-13Remove dependencies on LinguistZeger-Jan van de Weg
This saves about 128 MB of baseline RAM usage per Unicorn and Sidekiq process (!). Linguist wasn't detecting languages anymore from CE/EE since 9ae8b57467ac8b38f1fa9020a466d94a93cbb9dd. However, Linguist::BlobHelper was still being depended on by BlobLike and others. This removes the Linguist gem, given it isn't required anymore. EscapeUtils were pulled in as dependency, but given Banzai depends on it, it is now added explicitly. Previously, Linguist was used to detect the best ACE mode. Instead, we rely on ACE to guess the best mode based on the file extension.
2018-10-12Allow getting the merge base of multiple revisionsBob Van Landuyt
As we now support getting the merge base for multiple revisions in gitaly, we can provide this functionality in our API
2018-10-12fix duplicated key in license management job gitlab-org/gitlab-ce#52609Adam Lemanski
2018-10-11Merge branch 'frontend-feature-flags' into 'master'Rémy Coutable
Support pushing of feature flags to the frontend Closes gitlab-org/release/framework#17 See merge request gitlab-org/gitlab-ce!22197
2018-10-11Support pushing of feature flags to the frontendYorick Peterse
This adds a method to Gitlab::GonHelper called `push_frontend_feature_flag`. This method can be used to easily expose the state of a feature flag to Javascript code. For example, using this method we may write the following controller code: before_action do push_frontend_feature_flag(:vim_bindings) end def index # ... end def edit # ... end In Javascript we can then check the state of the flag as follows: if ( gon.features.vimBindings ) { // ... } Fixes https://gitlab.com/gitlab-org/release/framework/issues/17
2018-10-10Remove Git circuit breakerZeger-Jan van de Weg
Was introduced in the time that GitLab still used NFS, which is not required anymore in most cases. By removing this, the API it calls will return empty responses. This interface has to be removed in the next major release, expected to be 12.0.
2018-10-09Use the standard PIP_CACHE_DIR for Python dependency caching templateTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
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 ↵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 '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-05Fix CE to EE merge (backport)Kamil Trzciński
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
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-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-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-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-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-03Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
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