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

Merge Stable (@0.15.3) to Develop #4097

Closed
wants to merge 35 commits into from
Closed

Merge Stable (@0.15.3) to Develop #4097

wants to merge 35 commits into from

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    b21b674 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2da9b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8917038 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6173ac1 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    d30cea0 View commit details
    Browse the repository at this point in the history
  2. set up plumbing and documentation for towncrier (#4021)

    * set up plumbing and documentation for `towncrier`
    lykinsbd authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4a29a35 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Avoid running attribute uniqueness check on schema attributes

    Currenly we treat SchemaNode objects in the same way as any other, this
    causes problems if multiple schema objects has the same constraints i.e.
    two of them has an attribute called "name" and that attribute is marked
    as being unique for that particular model.
    
    Fixes #3986
    ogenstad committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    69c0d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e37d577 View commit details
    Browse the repository at this point in the history
  3. Fix format

    dgarros authored and ogenstad committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8151e2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eac3d14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fb157f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4026 from opsmill/pog-attribute-unique-validator

    Fix attribute uniqueness validator to not run in isolated mode
    ogenstad authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a202071 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4029 from opsmill/pog-schema-integrity-attribute

    Avoid running attribute uniqueness check on schema attributes
    ogenstad authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6ca700b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4031 from opsmill/pog-pick-schema-inconsistency

    Fix schema inconsistency issue by reverting 3792
    ogenstad authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    0c3af51 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #4032 from opsmill/pog-add-towncrier-package

    Add towncrier as dev dependency
    ogenstad authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    78ae7b3 View commit details
    Browse the repository at this point in the history
  10. Fix some docs typo (#4035)

    * fix some path due to frontend folder changes
    
    * Rebuild dynamic screenshots via e2e
    
    ---------
    
    Co-authored-by: bilalabbad <[email protected]>
    BeArchiTek and bilalabbad authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e09b0ca View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    0b9ea98 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4037 from opsmill/pog-towncrier

    Add towncrier newsfragments for resolved issues
    ogenstad authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    a9a351f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d09997 View commit details
    Browse the repository at this point in the history
  4. Add newsfragment for #4025

    ogenstad committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e038841 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4033 from opsmill/pog-friendlier-schema-integrity…

    …-message
    
    Make schema integrity check messages more user-friendly
    ogenstad authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    20e11bb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4045 from opsmill/pog-4025-newscrier

    Add newsfragment for #4025
    ogenstad authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    e928c1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    59775a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b598072 View commit details
    Browse the repository at this point in the history
  9. Add CICD job to update helm/chart.yaml (#4044)

    * Add invoke command to update Appversion and add it to cicd
    BeArchiTek authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    72d9109 View commit details
    Browse the repository at this point in the history
  10. Profile type select update to display informations on the related nod…

    …e object (#4039)
    
    * update key to prevent duplicates
    
    * update options labels
    
    * update locator after renaming
    
    * fix profile selector for kind
    
    * update locators
    
    * add fragment
    
    * update locator
    
    * remove log
    
    * hide profile select for filters
    
    * fix props propagation
    pa-lem authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    91f0da5 View commit details
    Browse the repository at this point in the history
  11. IFC-248 - Branch parameters in SDK (#4056)

    * Add several missing branch parameters
    
    ---------
    
    Co-authored-by: Guillaume Mazoyer <[email protected]>
    BeArchiTek and gmazoyer authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    89e2d63 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Backport fix for inherited attribute / relationships not being updated (

    #4059)
    
    * Fix for inherited attribute / relationships not being updated (#4005)
    
    ---------
    
    Co-authored-by: Damien Garros <[email protected]>
    gmazoyer and dgarros authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e63b27a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0eddeb1 View commit details
    Browse the repository at this point in the history
  3. Serve Swagger & Redoc files locally so that the REST-API docs work of…

    …fline or when isolated from the internet
    
    Fixes #4063
    ogenstad committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    e5d46e0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4065 from opsmill/pog-rest-api-docs-offline

    Serve Swagger & Redoc files locally so that the REST-API docs work offline or when isolated from the internet
    ogenstad authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bf2bfae View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    1374fa4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee4915b View commit details
    Browse the repository at this point in the history
  3. Prepare v0.15.3 Release (#4090)

    * bump poetry version to 0.15.3
    * changelog updated
    * update release notes in docs
    * add comment spacing to yamllint
    lykinsbd authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    2d53842 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4372c4 View commit details
    Browse the repository at this point in the history