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-09-07Merge branch 'alerts-for-built-in-metrics' into 'master'Grzegorz Bizon
Import common metrics into database. Closes gitlab-ee#6948 See merge request gitlab-org/gitlab-ce!21459
2018-09-07Merge branch 'issue_50488' into 'master'Stan Hu
Move project services log to a separate file See merge request gitlab-org/gitlab-ce!21316
2018-09-07Merge branch 'master' into 'alerts-for-built-in-metrics'Kamil Trzciński
# Conflicts: # db/schema.rb
2018-09-06Add Gitlab::Git::Repository#find_remote_root_refDouglas Barbosa Alexandre
2018-09-06Add Gitlab::GitalyClient::RemoteService#find_remote_root_refDouglas Barbosa Alexandre
2018-09-06Move project services log to a separate fileFelipe Artur
2018-09-06Merge branch '43140-reduce-logs-tree-load' into 'master'Rémy Coutable
Bulk-render commit titles in the tree view to improve performance Closes #43140 See merge request gitlab-org/gitlab-ce!21500
2018-09-06Extract tree summary logic out of RefsController#logs_treeNick Thomas
2018-09-06Recognize 'UNLICENSE' license filesJ.D. Bean
2018-09-06Add git_v2 flag to GitalyClientJames Lopez
2018-09-06Merge branch 'sh-fix-attachments-inline' into 'master'Nick Thomas
Fix attachments not displaying inline with Google Cloud Storage Closes #49957 See merge request gitlab-org/gitlab-ce!21265
2018-09-06Merge branch 'ash.mckenzie/geo-git-push-ssh-proxy' into 'master'Sean McGivern
Custom Action support See merge request gitlab-org/gitlab-ce!21034
2018-09-06Merge branch 'bvl-codeowners-file-ce' into 'master'Douwe Maan
Port changes for CODEOWNERS to CE See merge request gitlab-org/gitlab-ce!21309
2018-09-06Enable Kubernetes RBAC for GitLab Managed Apps for existing clustersThong Kuah
2018-09-06Update /api/v4/allowedAsh McKenzie
- Use proper HTTP codes for /api/v4/allowed response - CustomAction support
2018-09-06GitAccess#check custom action supportAsh McKenzie
- if #check_custom_action!(cmd) returns something, return from #check() - now returns :Gitlab::GitAccessResult::Success.new instead of true
2018-09-06New GitAccessResult::Success/CustomActionAsh McKenzie
2018-09-06Merge branch 'bw-commonmark-for-files' into 'master'Sean McGivern
Enable CommonMark for files and wikis See merge request gitlab-org/gitlab-ce!21228
2018-09-06Port changes for CODEOWNERS to CEBob Van Landuyt
This ports the changes for the CODEOWNERS feature to CE: - It adds the CODEOWNERS file. - It adds the mention of the `with-codeowners` branch in TestEnv
2018-09-06Merge branch 'ce-5306-more-custom-templates' into 'master'Robert Speicher
CE backport of changes that introduce custom instance-level templates to EE See merge request gitlab-org/gitlab-ce!21530
2018-09-06Fix attachments not displaying inline with Google Cloud StorageStan Hu
There were several issues: 1. With Google Cloud Storage, we can't override the Content-Type with Response-Content-Type once it is set. Setting the value to `application/octet-stream` doesn't buy us anything. GCS defaults to `application/octet-stream`, and AWS uses `binary/octet-stream`. Just remove this `Content-Type` when we upload new files. 2. CarrierWave and fog-google need to support query parameters: https://github.com/fog/fog-google/pull/409/files, https://github.com/carrierwaveuploader/carrierwave/pull/2332/files. CarrierWave has been monkey-patched until an official release. 3. Workhorse also needs to remove the Content-Type header in the request (https://gitlab.com/gitlab-org/gitlab-workhorse/blob/ef80978ff89e628c8eeb66556720e30587d3deb6/internal/objectstore/object.go#L66), or we'll get a 403 error when uploading due to signed URLs not matching the headers. Upgrading to Workhorse 6.1.0 for https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/297 will make Workhorse use the headers that are used by Rails. Closes #49957
2018-09-05Merge branch 'an/api-route-logger' into 'master'Stan Hu
Add route information to lograge structured logging for API logs Closes #50993 See merge request gitlab-org/gitlab-ce!21487
2018-09-05Merge branch 'feature/gb/allow-to-extend-keys-in-gitlab-ci-yml' into 'master'Kamil Trzciński
Add support for advanced CI/CD config extension with `extends:` Closes gitlab-ee#6136 See merge request gitlab-org/gitlab-ce!21243
2018-09-05Fix multipart error on rails reloadAndrew Newdigate
2018-09-05Merge branch ↵Robert Speicher
'45938-postgres-timeout-when-counting-number-of-ci-builds-for-usage-ping' into 'master' Resolve "Postgres timeout when counting number of CI builds for usage ping" Closes #45938 See merge request gitlab-org/gitlab-ce!21523
2018-09-05Ensure services counts always have values in usage pingsSean McGivern
2018-09-05Handle statement timeouts in usage pingSean McGivern
2018-09-05remove guard clause and add comment on performaceBrett Walker
2018-09-05Backport changes to Gitlab::Tempalte::BaseTemplateNick Thomas
2018-09-05add 'default_enabled' to feature flagsBrett Walker
This allows you to default a feature flag to 'on' when checking whether it's enabled/disabled.
2018-09-05Allow the TemplateFinder to handle licenses as wellNick Thomas
2018-09-05Convert global templates to vendored templates via a ::TemplateFinderNick Thomas
2018-09-05Merge branch 'filter-web-hooks-by-branch' into 'master'Dmitriy Zaporozhets
Filter web hooks by branch See merge request gitlab-org/gitlab-ce!19513
2018-09-05Resolve "Return how many commits the source branch is behind the target ↵🙈 jacopo beschi 🙉
branch through the API"
2018-09-05Add route information to lograge structured loggingAndrew Newdigate
2018-09-05Improve specs and error messages in extendable configGrzegorz Bizon
2018-09-05Add missing frozen_string_literal to some classesGrzegorz Bizon
2018-09-05Improve extended CI/CD config error messagesGrzegorz Bizon
2018-09-05Simplify classes and exceptions of extendable configGrzegorz Bizon
2018-09-05Limit extendable CI/CD config entry nesting levelsGrzegorz Bizon
2018-09-05Ignore irrelevant sql commands in metricsMark Chao
Fix #51005
2018-09-04Add gitaly_calls to API structured logsAndrew Newdigate
2018-09-04Fix migrationsKamil Trzciński
2018-09-04Merge branch 'add-background-migration-for-legacy-traces' into 'master'Kamil Trzciński
Migrate job artifacts data from `ci_builds` to `ci_job_artifacts` table (with Background migrations) Closes #46652 See merge request gitlab-org/gitlab-ce!18615
2018-09-04Add support for `extends` key in CI/CD configurationGrzegorz Bizon
2018-09-04Improve extended CI/CD config specs and fix a bugGrzegorz Bizon
2018-09-04Use deep_dup to duplicate hash in CI/CD extendable configGrzegorz Bizon
2018-09-04Add specs for extendable CI/CD hash entry classGrzegorz Bizon
2018-09-04Improve extendable CI/CD config hash collectionGrzegorz Bizon
2018-09-04Detect circular dependenies in CI/CD `extends:` entryGrzegorz Bizon