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
2019-01-10Fix a small race condition on MR pipelines guardfix-a-small-race-condition-on-mr-pipelines-guardShinya Maeda
Add changelog Fix
2019-01-10Merge branch 'docs-group-cicd-settings' into 'master'Evan Read
Add private runner warnings Closes #53032 See merge request gitlab-org/gitlab-ce!24274
2019-01-10Add private runner warningsMatija Čupić
2019-01-10Merge branch 'sh-fix-real-size-warnings' into 'master'Robert Speicher
Fix broken templated "Too many changes to show" text Closes #56138 See merge request gitlab-org/gitlab-ce!24282
2019-01-10Merge branch 'upgrade-webpack-deps' into 'master'Clement Ho
Upgrade webpack dependencies See merge request gitlab-org/gitlab-ce!24253
2019-01-10Dedupe yarn dependenciesMike Greiling
2019-01-10Upgrade webpack and all plugins/loadersMike Greiling
2019-01-10Fix broken templated "Too many changes to show" textStan Hu
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23230 broke the external string in 11.6. This fixes that and adds a spec. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56138
2019-01-10Merge branch 'gt-update-string-struture-for-group-runners' into 'master'Fatih Acet
Update string structure for group runners See merge request gitlab-org/gitlab-ce!24187
2019-01-10Update string structure for group runnersGeorge Tsiolis
2019-01-10Merge branch 'sh-bump-carrierwave-1.3.1' into 'master'Robert Speicher
Bump CarrierWave to 1.3.1 Closes #56096 See merge request gitlab-org/gitlab-ce!24280
2019-01-10Merge branch '55178-sentry-issues-service' into 'master'Kamil Trzciński
Service for calling Sentry issues api See merge request gitlab-org/gitlab-ce!24126
2019-01-10Service for calling Sentry issues apiReuben Pereira
2019-01-09Bump CarrierWave to 1.3.1Stan Hu
This avoids an extra HEAD request when making request for auth URL. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56096
2019-01-09Merge branch 'upgrade-babel-deps' into 'master'Tim Zallmann
Upgrade babel to v7.2 See merge request gitlab-org/gitlab-ce!24259
2019-01-09Merge branch 'pl-reactive-caching-primary_key' into 'master'Kamil Trzciński
Enable caching for records which primary key is not `id` See merge request gitlab-org/gitlab-ce!24245
2019-01-09Merge branch 'profile-project-empty-state' into 'master'Mike Greiling
First pass at updated profile empty state See merge request gitlab-org/gitlab-ce!23973
2019-01-09First pass at updated profile empty stateFernando Arias
2019-01-09Merge branch 'aws_sse-c' into 'master'James Lopez
Add SSE-C key configuration option for Amazon S3 remote backups See merge request gitlab-org/gitlab-ce!23797
2019-01-09Add SSE-C key configuration option for Amazon S3 remote backupsPepijn Van Eeckhoudt
2019-01-09Merge branch '55242-skeleton-loading-releases' into 'master'Kushal Pandya
Adds skeleton loading for releases Closes #55242 See merge request gitlab-org/gitlab-ce!24264
2019-01-09Add changelog entryPeter Leitzen
2019-01-09Merge branch ↵Annabel Dunstone Gray
'55958-inconsistent-spacing-between-note-and-user-avatar-in-discussions' into 'master' Resolve "Inconsistent spacing between note and user avatar in discussions" Closes #55958 See merge request gitlab-org/gitlab-ce!24197
2019-01-09Resolve "Inconsistent spacing between note and user avatar in discussions"Sam Bigelow
2019-01-09Merge branch '56036-fix-translation-of-in-in-job-details-sidebar' into 'master'Filipa Lacerda
Resolve "Fix translation of "in" in job details sidebar" Closes #56036 See merge request gitlab-org/gitlab-ce!24192
2019-01-09Merge branch 'leipert-fix-broken-master-vue' into 'master'Tim Zallmann
Revert update to '@vue/component-compiler-utils' See merge request gitlab-org/gitlab-ce!24266
2019-01-09Revert update to '@vue/component-compiler-utils'Lukas Eipert
This reverts to 2.2.0, which has node@6 compatibility
2019-01-09Merge branch 'tz-upgrade-vue' into 'master'Filipa Lacerda
Upgraded Vue and related libraries See merge request gitlab-org/gitlab-ce!24159
2019-01-09Adds skeleton loading for releasesFilipa Lacerda
In releases page, instead of rendering a loading icon, it now renders the skeleton loading
2019-01-09Merge branch 'qa-remote-grid' into 'master'Sanad Liaquat
Allow QA to run in remote grid environments Closes #55051 See merge request gitlab-org/gitlab-ce!23708
2019-01-09Merge branch 'docs/fix-styleguide' into 'master'Achilleas Pipinellis
Fix broken markdown and other lint problems See merge request gitlab-org/gitlab-ce!24208
2019-01-09Merge branch 'notes-awards-double-tooltip-fix' into 'master'Filipa Lacerda
Fixes doubles tooltips on note awards Closes #55483 See merge request gitlab-org/gitlab-ce!24261
2019-01-09Merge branch '56040-coverage-is-always-100' into 'master'Lin Jen-Shin
Resolve "Coverage is always 100%" Closes #56040 See merge request gitlab-org/gitlab-ce!24231
2019-01-09Merge branch 'always-run-cloud-image-trigger' into 'master'Rémy Coutable
Run the cloud-image trigger job for tags, even if the tests fail See merge request gitlab-org/gitlab-ce!24254
2019-01-09Merge branch 'monospace-registry-tags' into 'master'Filipa Lacerda
Use monospace font for registry table tag id and tag name Closes #40956 See merge request gitlab-org/gitlab-ce!24205
2019-01-09Use monospace font for registry table tag id and tag nameClement Ho
2019-01-09Upgraded various Vue packagesTim Zallmann
This upgrades the following packages: - Vue - Vue Loader - Vue Resource - Vue Router - Vue template compiler - Vue Jest
2019-01-09Fixes doubles tooltips on note awardsPhil Hughes
Reverts the note awards tooltips to use our own tooltip directive. Using the Bootstrap Vue tooltip inteferes with the Bootstrap JS tooltips which gets init'd in another JS file. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55483
2019-01-09Merge branch 'fix-qa-auto-devops-secrets' into 'master'Kamil Trzciński
Fix QA spec flaky for application secret variables Closes gitlab-qa#362 See merge request gitlab-org/gitlab-ce!24210
2019-01-09Merge branch 'tz-improve-mainjs' into 'master'Phil Hughes
Improve JS Initialisation that we do on each page See merge request gitlab-org/gitlab-ce!24190
2019-01-09Merge branch 'remove-gap-between-mr-tabs-and-file-header' into 'master'Phil Hughes
Remove extra space between MR tab bar and sticky file headers See merge request gitlab-org/gitlab-ce!24238
2019-01-09Merge branch 'refactor-artifact-api-endpoint' into 'master'Grzegorz Bizon
Refactor artifact api endpoint Closes #55445 See merge request gitlab-org/gitlab-ce!23582
2019-01-09Merge branch 'patch-37' into 'master'Stan Hu
docs: Fix 'Gilab' typo See merge request gitlab-org/gitlab-ce!24260
2019-01-09Add specs to remote grid. Raise errors for #remote_grid_credentialsddavison
Signed-off-by: ddavison <ddavison@gitlab.com>
2019-01-09Dont pass extraneous chrome variables to other browsersddavison
Extract remote_grid_credentials
2019-01-09Convert passed browser to symddavison
Signed-off-by: ddavison <ddavison@gitlab.com>
2019-01-09Allow QA to run in remote grid environmentsddavison
Signed-off-by: ddavison <ddavison@gitlab.com>
2019-01-09Merge branch 'qa-quarantine-tests' into 'master'Sanad Liaquat
Allow tests to be quarantined Closes gitlab-org/quality/team-tasks#80 See merge request gitlab-org/gitlab-ce!24022
2019-01-09docs: Fix 'Gilab' typocarla
2019-01-09Add support for addl stage-3 pluginsMike Greiling