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

fix(projectsADM): clear cache after changing project (DEV-239) #1943

Merged
merged 4 commits into from Nov 19, 2021
Merged

Commits on Nov 18, 2021

  1. refactor!(lists+groups): improve value objects + remove new lists imp…

    …lementation (DEV-160) (#1932)
    
    * refactor group create payload
    
    * separate group route value object
    
    * add group iri value object
    
    * use project IRI in group create patload + add group value object error messages &  test
    
    * updated groups value objects and tests
    
    * add value objects to groups update payload
    
    * move optional params to value objects + replace either by zio.Validation
    
    * refactor(list): replace Either with zio.Validation + move option to value objects
    
    * refactor projectIri value object
    
    * fix node creation
    
    * add validation to payloads creation in lists and groups
    
    * remove doubled checks and related tests
    
    * disable new list route + separate NodeApiRequestADM to root & child
    
    * list route factory + new list route implementation
    
    * refactor list naming
    
    * make parentNodeIri required for ListChildNodeCreatePayloadADM
    
    * fix tests
    
    * refactor lists get methods
    
    * update lists docs
    
    * fix update single lists properties + groups cleanup
    
    * fix client-test-data
    
    * bring back GET methods
    
    * fix file extension
    
    * fix testdata
    mpro7 committed Nov 18, 2021
    Copy the full SHA
    9b7991f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    41ad495 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    87a72d1 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

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