- 31 Jan, 2020 32 commits
-
-
Rajendra Kadam authored
-
Kushal Pandya authored
Use time ranges in date picker (utils) See merge request gitlab-org/gitlab!23765
-
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
-
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
-
Evan Read authored
Fix paragraphing in GraphQL API docs See merge request gitlab-org/gitlab!24129
-
Russell Dickenson authored
Revamp labels documentation See merge request gitlab-org/gitlab!24095
-
Marcel Amirault authored
Simplify structure, text, eliminate screenshots that are no longer needed, add crosslinks, etc.
-
Luke Duncalfe authored
-
Marcel Amirault authored
Enhance notification email documentation Closes #37738 See merge request gitlab-org/gitlab!24121
-
Russell Dickenson authored
-
Luke Duncalfe authored
A new paragraph was added in https://gitlab.com/gitlab-org/gitlab/commit/81c18638b73706394e8b6cb7be8f188a8de62d3a#b092f9968648954f57218eb92d028909b2bc795a however due to the paragraph being outdented, it appears in the docs without a paragraph.
-
Heinrich Lee Yu authored
There's a bug in DatabaseCleaner where it deletes ar_internal_metadata when cache_tables is false
-
Shinya Maeda authored
Align state of Vulnerability and Finding See merge request gitlab-org/gitlab!23716
-
Fatih Acet authored
Update the heatmap chart component See merge request gitlab-org/gitlab!23927
-
Fatih Acet authored
Add support for column charts See merge request gitlab-org/gitlab!23903
-
Shaun McCann authored
Adds info about k8s cronjobs See merge request gitlab-org/gitlab!24040
-
- 30 Jan, 2020 8 commits
-
-
Stan Hu authored
Merge branch '199885-banzai-referenceparser-designparser-process-returns-the-correct-designs-failes-job-failed' into 'master' Resolve "Banzai::ReferenceParser::DesignParser#process returns the correct designs failes - Job Failed #421171988" Closes #199885 See merge request gitlab-org/gitlab!24117
-
Evan Read authored
Added upgrade warning for Geo 12.7 See merge request gitlab-org/gitlab!24080
-
Fabian Zimmer authored
-
Stan Hu authored
Add award emojis to Epics on Group Export See merge request gitlab-org/gitlab!24003
-
George Koltsov authored
-
Alex Kalderimis authored
-
Evan Read authored
Add metric to Auto DevOps dev guide See merge request gitlab-org/gitlab!23875
-
Hordur Freyr Yngvason authored
-