- 01 Mar, 2019 40 commits
-
-
Robert Speicher authored
Bump Bootsnap to 1.4.1 See merge request gitlab-org/gitlab-ce!25701
-
Stan Hu authored
1.4.1 contains a number of bug fixes and performance improvements: https://github.com/Shopify/bootsnap/blob/master/CHANGELOG.md
-
Stan Hu authored
Resolve "Github importer ignores Milestone due_date" Closes #57612 See merge request gitlab-org/gitlab-ce!25182
-
Marcia Ramos authored
Fix some 404 links into charts project See merge request gitlab-org/gitlab-ce!25589
-
Evan Read authored
-
Marcia Ramos authored
Add quick link to GitLab.com settings See merge request gitlab-org/gitlab-ce!25580
-
Evan Read authored
-
Marcia Ramos authored
Add confidential issue linking guidance See merge request gitlab-org/gitlab-ce!25326
-
Evan Read authored
-
Stan Hu authored
Fix GitLab::JsonCache when reading a persisted entry back from the cache See merge request gitlab-org/gitlab-ce!25587
-
Douglas Barbosa Alexandre authored
Hashed Storage rollback mechanism See merge request gitlab-org/gitlab-ce!23955
-
Marcia Ramos authored
Update Serverless docs with livestream feedback See merge request gitlab-org/gitlab-ce!25616
-
Daniel Gruesso authored
-
Kamil Trzciński authored
Add suffix (`_event`) to merge request source Closes gitlab-ee#9893 See merge request gitlab-org/gitlab-ce!25508
-
Marcia Ramos authored
Minor grammar and accuracy fixes See merge request gitlab-org/gitlab-ce!25665
-
Christie Lenneville authored
-
Sean McGivern authored
Add Sentry project dropdown to error tracking settings form See merge request gitlab-org/gitlab-ce!24701
-
Reuben Pereira authored
- Move some specs into contexts - Let get_slugs method take a parameter and return a specific slug. - Add rescues when using Addressable::URI.
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
`project_migrate_hashed_storage` is now `hashed_storage:hashed_storage_project_migrate`
-
Gabriel Mazetto authored
Exceptions were also simplified from 2 to 1.
-
Gabriel Mazetto authored
`try_to_set_repository_read_only!` is now on the Base class. Simplified Exception classes from 2 to 1 with a more descriptive name.
-
Gabriel Mazetto authored
New class contains the ExclusiveLease specifics that is shared among both the Migration and Rollback workers.
-
Gabriel Mazetto authored
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.
-
Gabriel Mazetto authored
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.
-
Gabriel Mazetto authored
Moved to HashedStorage namespace, and added them to the `:hashed_storage` queue namespace
-
Gabriel Mazetto authored
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.
-
Gabriel Mazetto authored
-
Phil Hughes authored
Moves EE differences out of number_utils.js Closes gitlab-ee#10097 See merge request gitlab-org/gitlab-ce!25680
-
Phil Hughes authored
Merge branch '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
-
Douwe Maan authored
Clean up `noteable_id` for notes on commits Closes #54924 See merge request gitlab-org/gitlab-ce!25639
-
Shinya Maeda authored
Fix ok Add spec Fix ok Fix Add changelog Fix Add memoization a fix
-
Kushal Pandya authored
Move related issues shared components from EE See merge request gitlab-org/gitlab-ce!25613
-
Sean McGivern authored
CE-port for 7714-view-recent-boards See merge request gitlab-org/gitlab-ce!25602
-
Mark Lapierre authored
[QA] Fail early if a Git command fails Closes #54653 See merge request gitlab-org/gitlab-ce!23450
-
Douwe Maan authored
SIGSTP should be SIGTSTP Closes #40396 See merge request gitlab-org/gitlab-ce!25682
-
Fatih Acet authored
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
-
Heinrich Lee Yu authored
Adds additional count param to Boards::Visits::LatestService
-
Filipa Lacerda authored
-
Tim Zallmann authored
Use `folder-open` from sprite icons for Browse Files button in Tag page Closes #58274 See merge request gitlab-org/gitlab-ce!25635
-