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-26Fix stage dropdown rendering only in English53133-jobs-list-11-4-backportFilipa Lacerda
The default value of the selected stage was a translated string. This commit removes the string and uses a flag property instead. The stage dropdown is now only rendered after the stages endpoint is received.
2018-10-19Update CHANGELOG.md for 11.4.0GitLab Release Tools Bot
[ci skip]
2018-10-16Merge branch ↵Clement Ho
'52532-unable-to-toggle-issuable-sidebar-out-of-collapsed-state' into 'master' Allow Issue and Merge Request sidebar to be toggled from collapsed state Closes #52532 See merge request gitlab-org/gitlab-ce!22353
2018-10-16Merge branch '52669-fixes-quick-actions-preview' into 'master'Douglas Barbosa Alexandre
Fixes close/reopen quick actions preview for issues and merge_requests Closes #52669 See merge request gitlab-org/gitlab-ce!22343
2018-10-16Merge branch ↵Phil Hughes
'52564-personal-projects-pagination-in-profile-overview-tab-is-broken' into 'master' Resolve "Personal projects pagination in Profile Overview tab is broken" Closes #52564 See merge request gitlab-org/gitlab-ce!22321
2018-10-15Merge branch '52608-sidebar' into 'master'Tim Zallmann
Hide job sidebar on mobile Closes #52608 See merge request gitlab-org/gitlab-ce!22314
2018-10-15Merge branch '52618-incorrect-stage-being-shown-in-side-bar-of-job-view-api' ↵Tim Zallmann
into 'master' Add stage name in job.json response Closes #52618 See merge request gitlab-org/gitlab-ce!22317
2018-10-15Merge branch '52614-update-job-started-check' into 'master'Tim Zallmann
Updates the check for started in job header See merge request gitlab-org/gitlab-ce!22329
2018-10-15Merge branch '52361-fix-file-tree-mobile' into 'master'Filipa Lacerda
Resolve "Make file browser hidden by default for mobile screens" and improve layout in small screens too Closes #52361 See merge request gitlab-org/gitlab-ce!22273
2018-10-12Merge branch 'gt-remove-duplicate-button-from-the-md-header-toolbar' into ↵Clement Ho
'master' Remove duplicate button from the markdown header toolbar See merge request gitlab-org/gitlab-ce!22192
2018-10-12Merge branch 'gt-update-application-copy-secret-to-clipboard-data' into 'master'Annabel Dunstone Gray
Update copy to clipboard button data for application secret Closes #52572 See merge request gitlab-org/gitlab-ce!22268
2018-10-12Merge branch 'osw-remove-dead-code-on-mr-show' into 'master'Robert Speicher
Removes expensive dead code on main MR page request Closes #51172 See merge request gitlab-org/gitlab-ce!22153
2018-10-12Merge branch 'sh-fix-project-deletion-with-export' into 'master'Robert Speicher
Fix project deletion when there is a export available Closes #52362 See merge request gitlab-org/gitlab-ce!22276
2018-10-12Merge branch '52519-runners-link' into 'master'Tim Zallmann
Stuck block URL links to runners settings Closes #52519 See merge request gitlab-org/gitlab-ce!22286
2018-10-12Merge branch '52570-erased-block' into 'master'Mike Greiling
Fix erased block not being rendered when job was erased Closes #52570 See merge request gitlab-org/gitlab-ce!22294
2018-10-12Merge branch '52472-pipeline-endpoint-json' into 'master'Tim Zallmann
Adds `.json` to the end of pipelines endpoint Closes #52472 See merge request gitlab-org/gitlab-ce!22293
2018-10-08Merge branch 'increase-event-retention-prune-old-events-worker' into 'master'Douwe Maan
Prune events older than 2 years instead of 12 months See merge request gitlab-org/gitlab-ce!22145
2018-10-08Render log artifact files in GitLabZeger-Jan van de Weg
2018-10-06Fix invalid parent path on group settings pageDmitriy Zaporozhets
2018-10-06Add button to insert table in markdown editorGeorge Tsiolis
2018-10-06Added changelogJeremy Watson
2018-10-06Update operations metrics empty stateGeorge Tsiolis
2018-10-06Fix LFS uploaded images not being renderedOswaldo Ferreira
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 'security-osw-user-info-leak-discussions' into 'master'Bob Van Landuyt
[security - master] Filter user sensitive data from discussions JSON See merge request gitlab/gitlabhq!2536
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-05Merge branch 'rails5-fix-artifacts-controller-spec' into 'master'Kamil Trzciński
Rails5: fix artifacts controller download spec See merge request gitlab-org/gitlab-ce!22123
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-05Merge branch '46050_add_new_ci_predefined_variables_for_gitlab_version' into ↵Douglas Barbosa Alexandre
'master' Add new CI predefined variables with version components Closes #46050 See merge request gitlab-org/gitlab-ce!21853
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-05Add changelog entryBalasankar "Balu" C
2018-10-05Make GitLab pages support access controlTuomo Ala-Vannesluoma
2018-10-05Merge branch '50246-can-t-sort-group-issues-by-popularity-when-searching' ↵Grzegorz Bizon
into 'master' Resolve "Can't sort group issues by popularity when searching" Closes #50246 See merge request gitlab-org/gitlab-ce!21521
2018-10-05Add variables to CI jobs for GitLab version componentsGilbert Roulot
Adds CI_SERVER_VERSION_MAJOR, CI_SERVER_VERSION_MINOR, CI_SERVER_VERSION_PATCH to the list of environment variables passed to CI jobs.
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-05Add changelog entrySean McGivern
2018-10-05Resolve "Drop down filter for project snippets"Fabian Schneider
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 '51748-filter-any-milestone-via-api' into 'master'Douwe Maan
Allows to filter issues by `Any milestone` in the API Closes #51748 See merge request gitlab-org/gitlab-ce!22080
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-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda