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-03-01Merge branch '53966-make-hashed-storage-migration-safer-and-more-inviting' ↵Douglas Barbosa Alexandre
into 'master' Hashed Storage rollback mechanism See merge request gitlab-org/gitlab-ce!23955
2019-03-01Merge branch 'docs-serverless-updates' into 'master'Marcia Ramos
Update Serverless docs with livestream feedback See merge request gitlab-org/gitlab-ce!25616
2019-03-01Update Serverless docs with livestream feedbackDaniel Gruesso
2019-03-01Merge branch 'refactor-merge-request-between-pipeline-and-build' into 'master'Kamil Trzciński
Add suffix (`_event`) to merge request source Closes gitlab-ee#9893 See merge request gitlab-org/gitlab-ce!25508
2019-03-01Merge branch 'docs-create-ssh-ui-fix' into 'master'Marcia Ramos
Minor grammar and accuracy fixes See merge request gitlab-org/gitlab-ce!25665
2019-03-01Minor grammar and accuracy fixesChristie Lenneville
2019-03-01Merge branch '55199-operations-settings-update' into 'master'Sean McGivern
Add Sentry project dropdown to error tracking settings form See merge request gitlab-org/gitlab-ce!24701
2019-03-01Refactor model and specReuben Pereira
- Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
2019-03-01Improve migration/rollback logic for attachmentsGabriel Mazetto
2019-03-01Migrate sidekiq queue to the new :hashed_storage namespaceGabriel Mazetto
`project_migrate_hashed_storage` is now `hashed_storage:hashed_storage_project_migrate`
2019-03-01Extract duplicated code into BaseAttachmentServiceGabriel Mazetto
Exceptions were also simplified from 2 to 1.
2019-03-01Extract and simplify more code into BaseRepositoryService`Gabriel Mazetto
`try_to_set_repository_read_only!` is now on the Base class. Simplified Exception classes from 2 to 1 with a more descriptive name.
2019-03-01Extract common logic to HashedStorage::BaseWorkerGabriel Mazetto
New class contains the ExclusiveLease specifics that is shared among both the Migration and Rollback workers.
2019-03-01Edge case: upgrade/downgrade when repository doesn't existGabriel Mazetto
This change takes the case where repository doesn't exist on disk and make it ignore but succeed the step, increasing or decreasing the version depending on the operation.
2019-03-01Added Rollbacker workers and support on the rake taskGabriel Mazetto
Rollback is done similar to Migration for the Hashed Storage. It also shares the same ExclusiveLease key to prevent both happening at the same time. All Hashed Storage related workers now share the same queue namespace which allows for assigning dedicated workers easily.
2019-03-01Refactor ProjectMigrate and ProjectRollback workersGabriel Mazetto
Moved to HashedStorage namespace, and added them to the `:hashed_storage` queue namespace
2019-03-01Adds Rollback functionality to HashedStorage migrationGabriel Mazetto
We are adding sidekiq workers and service classes to allow to rollback a hashed storage migration. There are some refactoring involved as well as part of the code can be reused by both the migration and the rollback logic.
2019-03-01Rake task for storage rollbackGabriel Mazetto
2019-03-01Merge branch '10097-number-utils' into 'master'Phil Hughes
Moves EE differences out of number_utils.js Closes gitlab-ee#10097 See merge request gitlab-org/gitlab-ce!25680
2019-03-01Merge branch ↵Phil Hughes
'57991-frontend-pagination-needs-to-handle-cases-where-the-x-total-pages-header-isn-t-present' into 'master' Improve the JS pagination to handle the case when the `X-Total` and `X-Total-Pages` headers aren't present Closes #57991 See merge request gitlab-org/gitlab-ce!25601
2019-03-01Merge branch '54924-clean-up-data' into 'master'Douwe Maan
Clean up `noteable_id` for notes on commits Closes #54924 See merge request gitlab-org/gitlab-ce!25639
2019-03-01Add suffix for merge request eventShinya Maeda
Fix ok Add spec Fix ok Fix Add changelog Fix Add memoization a fix
2019-03-01Merge branch '_acet-ce-related-mrs' into 'master'Kushal Pandya
Move related issues shared components from EE See merge request gitlab-org/gitlab-ce!25613
2019-03-01Merge branch 'ce-7714-view-recent-boards' into 'master'Sean McGivern
CE-port for 7714-view-recent-boards See merge request gitlab-org/gitlab-ce!25602
2019-03-01Merge branch 'qa-raise-error-when-repository-command-fail' into 'master'Mark Lapierre
[QA] Fail early if a Git command fails Closes #54653 See merge request gitlab-org/gitlab-ce!23450
2019-03-01Merge branch '40396-fix-sig-stp' into 'master'Douwe Maan
SIGSTP should be SIGTSTP Closes #40396 See merge request gitlab-org/gitlab-ce!25682
2019-03-01Move related issues shared components from EEFatih Acet
We will rewrite Related MRs widget in CE with Vue. It’s pretty much the same with Related Issues in EE. I made EE only components reusable and this is the CE backward compatability commit. Links: Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/57662 MR: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9730
2019-03-01CE-port for 7714-view-recent-boardsHeinrich Lee Yu
Adds additional count param to Boards::Visits::LatestService
2019-03-01Moves utility function into CEFilipa Lacerda
2019-03-01Merge branch '58274-folder-icon-in-tags-page' into 'master'Tim Zallmann
Use `folder-open` from sprite icons for Browse Files button in Tag page Closes #58274 See merge request gitlab-org/gitlab-ce!25635
2019-03-01Merge branch 'docs-fe-single-repo' into 'master'Phil Hughes
Adds documentation for frontend single repo move See merge request gitlab-org/gitlab-ce!25650
2019-03-01Adds documentation for frontend single repo moveFilipa Lacerda
2019-03-01SIGSTP should be SIGTSTPNick Thomas
2019-03-01Merge branch 'note-header-ee-differences' into 'master'Filipa Lacerda
Move EE differences in CE diff files into CE Closes gitlab-ee#9969, gitlab-ee#9973, and gitlab-ee#9974 See merge request gitlab-org/gitlab-ce!25678
2019-03-01Merge branch 'sh-bump-fog-gem' into 'master'Sean McGivern
Bump fog-aws to 3.3.0 and associated dependencies See merge request gitlab-org/gitlab-ce!21788
2019-03-01Merge branch 'fix-inconsistent-behavior-of-has-ref' into 'master'Kamil Trzciński
Fix inconsistent `branch?` behavior between Ci::Pipeline and Ci::Build See merge request gitlab-org/gitlab-ce!25629
2019-03-01Move EE differences in CE diff files into CEPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/9974, https://gitlab.com/gitlab-org/gitlab-ee/issues/9973, https://gitlab.com/gitlab-org/gitlab-ee/issues/9969
2019-03-01Fix double space before commentSean McGivern
2019-03-01Merge branch '54643-lower_issuable_finder_complexity' into 'master'Sean McGivern
IssuableFinder - Always use CTE for group counts Closes #54643 See merge request gitlab-org/gitlab-ce!25411
2019-03-01Mark Fog initializer with frozen_string_literal: trueStan Hu
2019-03-01Add CHANGELOG.md for Fog gem changesStan Hu
2019-03-01Bump fog-aliyun to 0.3.3Stan Hu
2019-03-01Add a monkey patch that will squelch warnings for legacy Fog gemsStan Hu
2019-03-01Bump fog-aws to 3.3.0 and associated dependenciesStan Hu
Fixes issue with AWS V4 signatures not working with Ceph S3: https://github.com/fog/fog-aws/issues/462
2019-03-01Clean up `noteable_id` for notes on commitsHeinrich Lee Yu
This was incorrectly set by a bug in: https://gitlab.com/gitlab-org/gitlab-ce/issues/54924
2019-03-01Merge branch 'docs-qa-gdk-ssh-setup-link' into 'master'Ramya Authappan
Link to instructions to run SSH tests on GDK See merge request gitlab-org/gitlab-ce!25661
2019-03-01Fix inconsistent `branch?` behaviorShinya Maeda
between Ci::Pipeline and Ci::Build Add spec Add more tests ok
2019-03-01Merge branch 'rs-fix-time-based-broken-master' into 'master'Fatih Acet
Freeze date in merge request status view spec See merge request gitlab-org/gitlab-ce!25671
2019-03-01Merge branch 'docs-adjust-condev-md-for-clarity' into 'master'Evan Read
Update convdev.md for clarity See merge request gitlab-org/gitlab-ce!25626
2019-03-01Merge branch 'mk/fix-old-feature-flags-link-docs' into 'master'Evan Read
Docs: Replace issue with a link to the feature See merge request gitlab-org/gitlab-ce!25670