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-12-14Change the wording on branch feature freezeMarin Jankovski
2018-12-13Green pipeline for feature freeze PROCESSMarin Jankovski
2018-12-13Merge branch '54736-sign-in-bottom-margin' into 'master'Annabel Dunstone Gray
Add margin to .row on signin page and fix missing border-radius Closes #54736 See merge request gitlab-org/gitlab-ce!23739
2018-12-13Merge branch '51994-disable-merging-labels-in-dropdowns' into 'master'Fatih Acet
Resolve "Fix labels dropdown with multiple same names" Closes #51994 See merge request gitlab-org/gitlab-ce!23265
2018-12-13Merge branch 'gt-update-navigation-theme-colors' into 'master'Phil Hughes
Update header navigation theme colors Closes #49658 See merge request gitlab-org/gitlab-ce!23734
2018-12-13Update header navigation theme colorsGeorge Tsiolis
2018-12-13Merge branch 'fix-calendar-events-fetching-error' into 'master'Fatih Acet
Fix calendar events fetching error on private profile page. Closes #54938 See merge request gitlab-org/gitlab-ce!23718
2018-12-13Fix calendar events fetching error on private profile page.Harry Kiselev
2018-12-13Merge branch '55257-fix-sm-button-sizes' into 'master'Fatih Acet
Fix small button line height Closes #55257 See merge request gitlab-org/gitlab-ce!23779
2018-12-13Merge branch 'mg-update-eslint-config' into 'master'Clement Ho
Update eslint dependencies See merge request gitlab-org/gitlab-ce!23610
2018-12-13Merge branch '51944-redesign-project-lists-ui' into 'master'Sean McGivern
Resolve "Redesign project lists UI" Closes #51944 See merge request gitlab-org/gitlab-ce!22682
2018-12-13Resolve "Redesign project lists UI"Martin Wortschack
2018-12-13Merge branch 'diff-empty-state-fixes' into 'master'Filipa Lacerda
Fix diff changes empty state Closes #48635 See merge request gitlab-org/gitlab-ce!23767
2018-12-13Merge branch 'list-id' into 'master'Sean McGivern
Add List-Id to notification emails Closes #53493 See merge request gitlab-org/gitlab-ce!22817
2018-12-13Add List-Id to notification emailsOlivier Crête
2018-12-13Merge branch '52774-fix-svgs-in-ie-11' into 'master'Mike Greiling
IE11: Fix sprite icon rendering Closes #52774 See merge request gitlab-org/gitlab-ce!23773
2018-12-13Merge branch 'zj-backup-restore-object-pools' into 'master'Douwe Maan
Restore Object Pools when restoring an object pool Closes gitaly#1355 See merge request gitlab-org/gitlab-ce!23682
2018-12-13Fix diff changes empty statePhil Hughes
The empty state now only gets shown when no files exist in the branch. If the user is reviewing 2 versions with no files, we don't show the state. Refactors the diff app spec to use Vue test utils. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/48635
2018-12-13Merge branch 're-define-default-only-except-policy' into 'master'Grzegorz Bizon
Re-define default only except policy Closes #55099 See merge request gitlab-org/gitlab-ce!23765
2018-12-13Re-define default only except policyKamil Trzciński
2018-12-13Merge branch 'gt-update-environment-breadcrumb' into 'master'Filipa Lacerda
Update environments breadcrumb Closes #48048 See merge request gitlab-org/gitlab-ce!23751
2018-12-13Merge branch 'fixed-diff-notes-not-showing-ce' into 'master'Filipa Lacerda
Fixed notes not being applied to diff lines Closes #55245 and #55248 See merge request gitlab-org/gitlab-ce!23778
2018-12-13Merge branch '55221-fix-mr-responsive-icons' into 'master'Phil Hughes
Fix mr_widget_icon responsive alignment See merge request gitlab-org/gitlab-ce!23781
2018-12-13Fixed parallel discussions throwing an errorPhil Hughes
2018-12-13Restore Object Pools when restoring an object poolZeger-Jan van de Weg
Pool repositories are persisted in the database, and when the DB is restored, the data need to be restored on disk. This is done by resetting the state machine and rescheduling the object pool creation. This is not an exact replica of the state like at the time of the creation of the backup. However, the data is consistent again. Dumping isn't required as internally GitLab uses git bundles which bundle all refs and include all objects in the bundle that they require, reduplicating as more repositories get backed up. This does require more data to be stored. Fixes https://gitlab.com/gitlab-org/gitaly/issues/1355
2018-12-13Merge branch 'nurtch' into 'master'54259-uploads-docs-gives-incorrect-configuration-optionsMike Lewis
Nurtch link See merge request gitlab-org/gitlab-ce!23668
2018-12-13Fix mr_widget_icon responsive alignmentPaul Slaughter
2018-12-13Merge branch 'winh-padding-classes' into 'master'Annabel Dunstone Gray
Add CSS helper classes for left and right padding See merge request gitlab-org/gitlab-ce!23760
2018-12-12Merge branch 'update-testing-documentation' into 'master'Stan Hu
Document how to run rspec tests See merge request gitlab-org/gitlab-ce!23780
2018-12-12changed 'at our [doc]' to 'in our [doc]'Mike Lewis
2018-12-12Update best_practices.mdSam Bigelow
2018-12-12Document how to run rspec testsSam Bigelow
2018-12-12Fix small button line heightPaul Slaughter
**Why?** Commit 75496059 accidentally changed line height for all small buttons. This fixes that by introducing some `btn-xs` variables.
2018-12-12Added testPhil Hughes
2018-12-12Fixed notes not being applied to diff linesPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55248, https://gitlab.com/gitlab-org/gitlab-ce/issues/55245
2018-12-12Add CSS helper classes for left and right paddingWinnie Hellmann
2018-12-12Merge branch 'database-deprecation-warnings' into 'master'Robert Speicher
Resolve various database deprecation warnings See merge request gitlab-org/gitlab-ce!23772
2018-12-1254376 Add changelogPaul Gear
2018-12-1254376 Add margin to .row on signin pagePaul Gear
2018-12-1254376 Fix border radius for omniauth signin blockPaul Gear
2018-12-12Merge branch 'refactor-create-or-update-import-data' into 'master'Robert Speicher
Refactor Project#create_or_update_import_data See merge request gitlab-org/gitlab-ce!23701
2018-12-12IE11: Fix sprite icon renderingLukas Eipert
2018-12-12Merge branch 'issue_55024' into 'master'Nick Thomas
Do not save user preferences on read-only mode Closes #55024 See merge request gitlab-org/gitlab-ce!23698
2018-12-12Do not save user preferences on read-only modeFelipe Artur
2018-12-12Fix deprecations in opclasses initializerYorick Peterse
The use of `table_exists?` in the opclasses support initializer triggers a deprecation warning. Using `data_source_exists?` removes this deprecation.
2018-12-12Ensure everyone reads https://gitlab.com/charts/gitlab/merge_requests/599/diffsSid Sijbrandij
2018-12-12Ensure everyone reads https://gitlab.com/charts/gitlab/merge_requests/599/diffsSid Sijbrandij
2018-12-12Fix ActiveRecord::Migration deprecationsYorick Peterse
Extending from ActiveRecord::Migration is deprecated, but was still used in a bunch of places.
2018-12-12Meaningful anchor textMarcia Ramos
Ref https://docs.gitlab.com/ee/development/documentation/styleguide.html#lin ks
2018-12-12Replace full URL with relative pathMarcia Ramos