Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • hive hive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 141
    • Issues 141
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 48
    • Merge requests 48
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • hivehive
  • Merge requests
  • !645

fix for issue #353

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrzej Lisak requested to merge abw_issue353 into develop Sep 01, 2022
  • Overview 0
  • Commits 7
  • Pipelines 0
  • Changes 10

Almost all database_api calls had no default values for their arguments. If omitted from call they would stay uninitialized. Now limit defaults to 0, which became forbidden value. order defaults to new value not_set. Also passing call with empty list where it is main source of data for the request became forbidden as well (f.e. find_comments with empty list of comments).

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: abw_issue353