Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D Delete Service
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • memoriav
  • Memobase 2020
  • services
  • Deletion Components
  • Delete Service
  • Merge requests
  • !1

Smooth integration in Import API

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sebastian Schüpbach requested to merge import-api-adaptions into master Jun 16, 2022
  • Overview 0
  • Commits 50
  • Pipelines 42
  • Changes 36

The following changes are proposed:

  • Only accept environment variables instead of command-line arguments. This is due to the complexities in handling command-line arguments when starting a job via the Import API.
  • Allow the deletion of multiple objects as once
  • Add some magic to differentiate between type of objects (document, record set, institution)
  • Write report for each checked database / volume; fix an issue regarding the propagation of reports via Kafka
  • Extend helm chart for database settings

Further changes:

  • Remove obsolete code
  • Update of README.md to reflect the latest changes in the code
  • Enforce scalastyle
  • Update LICENSE headers

Checks:

  • Deletes entire collection without removing collection object
  • Deletes entire collection and remove collection object
  • Deletes a mixed list of records, collections and institutions
  • Runs from import API
  • Dry-runs
Edited Jun 27, 2022 by Sebastian Schüpbach
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: import-api-adaptions