- 31 Jan, 2020 40 commits
-
-
Nick Thomas authored
Restyle signup welcome page See merge request gitlab-org/gitlab!23512
-
Peter Leitzen authored
Fix test runtime ID not working with bin/spring Closes #198362 See merge request gitlab-org/gitlab!23671
-
Phil Hughes authored
Do not show 'NaN files' in diff stats when a MR diff does not have any changes. See merge request gitlab-org/gitlab!24087
-
Dmytro Zaporozhets authored
Merge branch '28376-merge-request-comments-have-stopped-appearing-for-the-whole-project' into 'master' Fix for invalid diff lines on corrupt diff notes See merge request gitlab-org/gitlab!23786
-
Robert May authored
This is to prevent many issues when rendering notes that are corrupted in some way. There seem to be multiple bugs that allow this to happen, and the result is that it fails to render the entire block of notes.
-
Bob Van Landuyt authored
Merge branch '197292-support-require_password_to_approve-in-post-projects-id-approvals-api-endpoint' into 'master' Support require_password_to_approve in POST /projects/:id/approvals API endpoint Closes #197292 See merge request gitlab-org/gitlab!24016
-
Nick Thomas authored
Fix applying suggestion with empty custom message See merge request gitlab-org/gitlab!24144
-
Matthias Kaeppler authored
The problem was that when running under `spring`, the process name is not `rspec` anymore. I think we don't need to test the process name anyway, we can instead rely on just `Rails.env`.
-
Natalia Tepluhina authored
Update environments dropdown header See merge request gitlab-org/gitlab!24096
-
Peter Leitzen authored
Add retry mechanism to after import Closes #198503 See merge request gitlab-org/gitlab!23846
-
Natalia Tepluhina authored
Display Feature Flag Internal Ids See merge request gitlab-org/gitlab!23914
-
Jason Goodman authored
Return feature flag internal id from backend Remove featureFlagIid feature flag
-
Peter Leitzen authored
Fix for #198353, copied and pasted markdown video/audio snippets not playable Closes #198353 See merge request gitlab-org/gitlab!23918
-
Jesse Hall authored
-
Kamil Trzciński authored
Fix new MR UI not rendering commit info See merge request gitlab-org/gitlab!24140
-
manojmj authored
This change fixes showing 'NaN files' when a MR diff does not have any changes
-
Igor Drozdov authored
When the custom suggestion message is cleared, it's stored as an empty string in db. In this case we still need to apply default commit message
-
Kushal Pandya authored
Use time ranges in date picker (utils) See merge request gitlab-org/gitlab!23765
-
nmilojevic1 authored
-
nmilojevic1 authored
- Replace expect with allow
-
nmilojevic1 authored
- use import_failure_service - add missing specs
-
Grzegorz Bizon authored
Fix typo on serializer README.md See merge request gitlab-org/gitlab!24105
-
Maxime Orefice authored
-
Thong Kuah authored
Fix broken spec in help_controller_spec.rb Closes #199976 See merge request gitlab-org/gitlab!24139
-
Thong Kuah authored
Allow scheduling jobs in batch with contexts See merge request gitlab-org/gitlab!23519
-
Bob Van Landuyt authored
This adds helper methods for the `bulk_perform_in` and `bulk_perform_async` methods that allow specifying a context per job. Scheduling jobs with contexts that need to be different based on the arguments passed can be done by passing in an array of objects, and defining how to build arguments and contexts for those objects. For example: ProjectImportScheduleWorker.bulk_perform_async_with_contexts( projects, arguments_proc: -> (project) { project.id }, context_proc: -> (project) { { project: project } } ) This will schedule `ProjectImportScheduleWorker` jobs called with the project.id. And will create contexts using the project. The developers need to make sure that the required resources for building a context are loaded: The route and the namespace of a project. The batch context will be stored on the worker class when scheduling the job, so the sidekiq middleware can fetch the right context based on those arguments and apply them to the job when scheduling it. This also implements this method for the `UpdateAllMirrorsWorker` which schedules `ProjectImportScheduleWorker` in batch. When adding this, the `ProjectImportScheduleWorker`-jobs will have a context.
-
Heinrich Lee Yu authored
Fix spec so that it does not depend on spec order See merge request gitlab-org/gitlab!23949
-
Miguel Rincon authored
- Date time range utils to support basic time range operations - Monitoring utils to support time ranges in the url of dashboards
-
Heinrich Lee Yu authored
-
Albert Salim authored
This is to prevent specs from failing due to changes in docs
-
Thong Kuah authored
Add nuget package files to packages seed file See merge request gitlab-org/gitlab!23975
-
Stan Hu authored
Exclude ar_internal_metadata from DB cleaner See merge request gitlab-org/gitlab!24093
-
Kushal Pandya authored
Fix(MVC) Assignee(s) avatar dissapear when opening issue sidebar in board See merge request gitlab-org/gitlab!23830
-
David O'Regan authored
-
Stan Hu authored
The master branch started failing because e355afb4 deleted `doc/user/project/img/labels_key_value_v12_1.png`. To make the build pass, use another image for now. Closes https://gitlab.com/gitlab-org/gitlab/issues/199976
-
Marcel Amirault authored
Improve project import/export content See merge request gitlab-org/gitlab!24130
-
Evan Read authored
-
Michael Kozono authored
Replace Net::HTTP with Gitlab::HTTP in rake gitlab:geo:check Closes #36878 See merge request gitlab-org/gitlab!23741
-
Rajendra Kadam authored
-
Evan Read authored
Fix GraphQL deprecation reasons See merge request gitlab-org/gitlab!24131
-