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

rest: make details available for shared workflows #658

Merged

Commits on Sep 4, 2024

  1. feat(rest): add endpoint for sharing workflows (reanahub#658)

    Adds a new endpoint to share a workflow with a user.
    
    Closes reanahub/reana-client#680
    DaanRosendal authored and tiborsimko committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    045d275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72a6964 View commit details
    Browse the repository at this point in the history
  3. feat(rest): add endpoint to unshare workflows (reanahub#658)

    Adds a new endpoint to unshare a workflow.
    
    Closes reanahub/reana-client#681
    DaanRosendal authored and tiborsimko committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    727c04e View commit details
    Browse the repository at this point in the history
  4. feat(rest): add endpoint to get workflow share status (reanahub#658)

    Adds a new endpoint to retrieve whom a workflow is shared with.
    
    Closes reanahub/reana-client#686
    DaanRosendal authored and tiborsimko committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b7d14bb View commit details
    Browse the repository at this point in the history
  5. feat(rest): add share-related parameters to get_workflows (reanahub…

    …#658)
    
    Adds new `shared`, `shared_with` and `shared_by` parameters to the
    `get_workflows` endpoint to retrieve workflows along with their sharing
    information.
    
    Closes reanahub/reana-client#687
    DaanRosendal authored and tiborsimko committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a72f1ac View commit details
    Browse the repository at this point in the history
  6. feat(rest): add endpoints to fetch sharing users (reanahub#658)

    Adds two endpoints:
    - fetch who shared workflows with the user
    - fetch who the user shared workflows with
    
    Closes reanahub#648 and reanahub#649
    DaanRosendal authored and tiborsimko committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3a1c5ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    20246c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b274a29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50495fc View commit details
    Browse the repository at this point in the history