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

New feature : copy technologies from a clientspace to another #11

Merged
merged 4 commits into from
Nov 16, 2023

Commits on Nov 3, 2023

  1. API: implement methods to get/post

    - list_technologies retrieves all technologies from a clientspace
    - insert_technology creates a new technology in the clientspace
    drscholly committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    b8d529b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. toolbox: Implement copy-technologies method

    It fetches all existing technologies in the source clientspace.
    Then, it finds the custom technologies in this list.
    These custom technologies, if they do not exist in the
    target clientspace, are created.
    drscholly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    db79d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a661d View commit details
    Browse the repository at this point in the history
  3. tests: Implement two tests for copy-technologies

    - When no technology on source workspace
    - When no custom technology on source workspace
    drscholly committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d1c390a View commit details
    Browse the repository at this point in the history