Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic dataset module and specific s3_datasets module - part 5 (Move DatasetServiceInterface to datasets_base, add property, create first list API for datasets_base) #1281

Merged
merged 36 commits into from
May 21, 2024

Commits on May 6, 2024

  1. Rename datasets to s3_datasets

    dlpzx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    035a637 View commit details
    Browse the repository at this point in the history
  2. Rename datasets to s3_datasets

    dlpzx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    aa99257 View commit details
    Browse the repository at this point in the history
  3. Rename datasets to s3_datasets

    dlpzx committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8ea5ca2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ad4a2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59d4c93 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    17fe992 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    2c333a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d66809 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38a2275 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe71766 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3985167 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f05a4f6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aacd1f0 View commit details
    Browse the repository at this point in the history
  8. Fix migration references to Dataset and add new migration script with…

    … creation renamed table s3_dataset
    dlpzx committed May 7, 2024
    Configuration menu
    Copy the full SHA
    41db8ed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3849cd View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main' into feat/gen…

    …eric-dataset-model-refactoring-2
    dlpzx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    313dd89 View commit details
    Browse the repository at this point in the history
  2. Fix details of init files

    dlpzx committed May 8, 2024
    Configuration menu
    Copy the full SHA
    7e287d1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Finis migration scripts

    dlpzx committed May 10, 2024
    Configuration menu
    Copy the full SHA
    98660df View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    c4ec66d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/feat/generic-datase…

    …t-model-refactoring-2' into feat/generic-dataset-model-refactoring-3
    dlpzx committed May 14, 2024
    Configuration menu
    Copy the full SHA
    58ea763 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main' into feat/gen…

    …eric-dataset-model-refactoring-3
    
    # Conflicts:
    #	backend/dataall/modules/dataset_sharing/services/dataset_sharing_service.py
    #	backend/dataall/modules/s3_datasets/api/dataset/resolvers.py
    #	backend/dataall/modules/s3_datasets/db/dataset_models.py
    #	backend/dataall/modules/s3_datasets/services/dataset_service.py
    #	backend/dataall/modules/s3_datasets/services/dataset_table_service.py
    dlpzx committed May 15, 2024
    Configuration menu
    Copy the full SHA
    449d689 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d472e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a573da View commit details
    Browse the repository at this point in the history
  4. linting

    dlpzx committed May 15, 2024
    Configuration menu
    Copy the full SHA
    b806100 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b31922f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    ffe372e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a98632f View commit details
    Browse the repository at this point in the history
  3. Move DatasetLock model

    dlpzx committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9e9415b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    3a6765e View commit details
    Browse the repository at this point in the history
  2. Move DatasetServiceInterface to datasets_base, add property, create f…

    …irst list API for datasets_base
    dlpzx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8939faa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f1605e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'refs/heads/feat/generic-dataset-model-refactoring-3' in…

    …to feat/generic-dataset-model-refactoring-4
    dlpzx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    254b23b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'refs/heads/feat/generic-dataset-model-refactoring-4' in…

    …to feat/generic-dataset-model-refactoring-5
    dlpzx committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8219f22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    132970b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge branch 'refs/heads/main' into feat/generic-dataset-model-refact…

    …oring-5
    
    # Conflicts:
    #	backend/dataall/modules/dataset_sharing/db/share_object_repositories.py
    #	backend/dataall/modules/dataset_sharing/services/dataset_sharing_service.py
    #	backend/dataall/modules/datasets_base/db/dataset_repositories.py
    #	backend/dataall/modules/s3_datasets/db/dataset_repositories.py
    dlpzx committed May 21, 2024
    Configuration menu
    Copy the full SHA
    933ce1f View commit details
    Browse the repository at this point in the history
  2. Better typing hints

    dlpzx committed May 21, 2024
    Configuration menu
    Copy the full SHA
    f39296f View commit details
    Browse the repository at this point in the history