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/spec
AgeCommit message (Collapse)Author
2018-09-07Merge branch 'fix-namespace-uploader' into 'master'Kamil Trzciński
Fix NamespaceUploader.base_dir for remote uploads See merge request gitlab-org/gitlab-ce!21308
2018-09-07Merge branch 'ide-file-templates' into 'master'Tim Zallmann
Added file templates to the Web IDE Closes #47947 See merge request gitlab-org/gitlab-ce!21245
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-07fixed double scrollPhil Hughes
improved variable & prop names
2018-09-07fixed some bugs around with the template dropdownsPhil Hughes
2018-09-07added component specsPhil Hughes
2018-09-07renames file when template type is changedPhil Hughes
2018-09-07Resolve "Improve handling of projects shared with a group"Dennis Tang
2018-09-07multiseriesSimon Knox
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 '33475-files-inside-wiki-repo-fe' into 'master'Mike Greiling
FE for "Uploads to a wiki should be stored inside the wiki git repository" See merge request gitlab-org/gitlab-ce!21466
2018-09-07Merge branch ↵Mike Greiling
'50535-display-banner-to-notify-user-if-project-is-implicitly-opted-ado' into 'master' Displays banner to notify users ADO is implicitly enabled Closes #50535 See merge request gitlab-org/gitlab-ce!21503
2018-09-07Merge branch 'master' into 'alerts-for-built-in-metrics'Kamil Trzciński
# Conflicts: # db/schema.rb
2018-09-06Merge branch 'eslint-update-no-param-reassign' into 'master'Mike Greiling
Update eslintrc no-param-reassign to allow props reassignment See merge request gitlab-org/gitlab-ce!21393
2018-09-06Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter
2018-09-06Merge branch ↵Stan Hu
'7211-geo-synchronization-does-not-seem-to-replicate-default-branch-all-the-time' into 'master' Backport Gitlab::Git::Repository#find_remote_root_ref to CE See merge request gitlab-org/gitlab-ce!21507
2018-09-06Automatically disable Auto DevOps for project upon first pipeline failureMayra Cabrera
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-06Create spec for dropzone_input and refactor for testabilityPaul Slaughter
2018-09-06Resolve "Migrate issue labels and milestone to related merge request"Tiago Botelho
2018-09-06Merge branch 'ccr/6699_image_for_object_error' into 'master'Robert Speicher
Handled exception during file upload See merge request gitlab-org/gitlab-ce!21528
2018-09-06Displays banner to notify users ADO is implicitly enabledMayra Cabrera
If ADO is implicitly enabled for a project due to the instance wide setting feature or feature flag rollout then an owner or maintainer visiting that project are going to see a banner. Closes #50535
2018-09-06Extract tree summary logic out of RefsController#logs_treeNick Thomas
2018-09-06Merge branch 'fix-closing-issues' into 'master'Sean McGivern
Fix closing issue default pattern Closes #51085 See merge request gitlab-org/gitlab-ce!21531
2018-09-06Fix closing issue default patternSamuele Kaplun
* (Suf)fix #51085 :-) Signed-off-by: Samuele Kaplun <kaplun@protonmail.com>
2018-09-06Handled exception during file uploadChantal Rollison
2018-09-06Resolve "Remove usage ping payload from Cohorts, add to Settings"Luke Bennett
2018-09-06Recognize 'UNLICENSE' license filesJ.D. Bean
2018-09-06Merge branch '51117-send-terminal-path-in-job-api' into 'master'Kamil Trzciński
Add terminal path to job API response Closes #51117 See merge request gitlab-org/gitlab-ce!21537
2018-09-06Add terminal path to job API responseSteve Azzopardi
closes #51117
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-06Bulk-render commit titles in the tree view to improve performanceNick Thomas
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-06Fix common_metrics.ymlKamil Trzciński
2018-09-06Update /api/v4/allowedAsh McKenzie
- Use proper HTTP codes for /api/v4/allowed response - CustomAction support
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-06Merge branch 'rs-line-break-around-conditional-cop' into 'master'Sean McGivern
Fix LineBreakAroundConditionalBlock cop for a conditional after rescue See merge request gitlab-org/gitlab-ce!21535
2018-09-06Resolve "Improve project overview UI"Dennis Tang
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-06Fix migrationsKamil Trzciński
2018-09-05Fix query_series specsKamil Trzciński
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-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