Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.bio.base bob.bio.base
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bob
  • bob.bio.basebob.bio.base
  • Merge requests
  • !52

Resolve "file-list database is not tested anymore"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Manuel Günther requested to merge 52-file-list-database-is-not-tested-anymore into master Oct 26, 2016
  • Overview 0
  • Commits 5
  • Pipelines 3
  • Changes 10

Closes #52 (closed)

I have implemented a FileListBioDatabase on the basis of the old DatabaseFileList. There is one main difference: The bob.db.bio_filelist database is now instantiated inside FileListBioDatabase and does not need to be passed to the constructor, as it was the case in DatabaseFileList.

I have re-added the test case that makes sure that this database is actually working as expected. I haven't spent too much time for documenting the database interface, except for the constructor (this is the only contact point that a user should have with this database, anyways). I have added a new dependency for this package, which is bob.db.bio_filelist. I think this should not create any problems.

Note that the documentation will only work after bob.db.bio_filelist!4 (merged) was accepted.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: 52-file-list-database-is-not-tested-anymore