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

#179 Consistently use URI object in APIs #59

Merged
merged 3 commits into from
Nov 15, 2022
Merged

#179 Consistently use URI object in APIs #59

merged 3 commits into from
Nov 15, 2022

Commits on Nov 11, 2022

  1. Housekeeping

    - Remove simple-import-sort eslint plugin as it interferes with the built-in import sort
    - Add script to upgrade emfcloud dependencies
    
    Contributed on behalf of STMicroelectronics
    ndoschek committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    894e349 View commit details
    Browse the repository at this point in the history
  2. #179 Consistently use URI object in APIs

    - Update to latest modelserver-client version
    - Use urijs as typed URI library
      - Use URI objects in APIs and internally for proper URI handling
      - Adapt interfaces, tests, custom examples
    
    Part of eclipse-emfcloud/emfcloud#179
    
    Contributed on behalf of STMicroelectronics
    ndoschek committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    0acbc01 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Address review comments

    - Fix server-integration-tests
    - Stabilize transaction url creation
    - Use command specific modelUri instead of passed modelUri
    ndoschek committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6b1d6d3 View commit details
    Browse the repository at this point in the history