Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Autosubmit API Autosubmit API
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • Autosubmit APIAutosubmit API
  • Merge requests
  • !20

Postgres support

  • Review changes

  • Download
  • Patches
  • Plain diff
Open Luiggi Tenorio Ku requested to merge postgres-support into main May 02, 2024
  • Overview 0
  • Commits 2
  • Pipelines 11
  • Changes 56
  • Build pytest fixture to test with sqlite and pg
    • tempdir fixture with and without sqlite files
    • .autosubmitrc builder fixture
    • fixture to copy SQLite db files content to a Postgres instance
    • mock session
  • Centralize all SQL operations in one module with "repositories" (interfaces following DDD principles)
    • autosubmit.db
    • as_times.db
    • structures_xxxx.db (skipping it for now, using autosubmit.database.db_structure instead)
    • job_data_xxxx.db
    • job_packages.db
    • graph_xxxx.db
  • Refactor classes that directly call sqlite3 or sqlalchemy
  • Support changes on autosubmit!426
    • Support autosubmit.database.tables module
    • Refactor session to handle pooling in multithreading workers of Gunicorn
Edited Jul 08, 2024 by Luiggi Tenorio Ku
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: postgres-support