Skip to content

Fix ordering issue#30

Merged
sveinse merged 2 commits intomainfrom
fix-ordering-issue
Jun 4, 2024
Merged

Fix ordering issue#30
sveinse merged 2 commits intomainfrom
fix-ordering-issue

Conversation

@sveinse
Copy link
Member

@sveinse sveinse commented Jun 4, 2024

  • odg list does not sort by default
  • UI now saves JSON in sorted order

Fixes #27

sveinse added 2 commits June 4, 2024 09:17
* `odg list` does not sort by default
* UI now saves JSON in sorted order
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jun 4, 2024

@BriacLR
Copy link

BriacLR commented Jun 4, 2024

Reviewed changes:

  • odg list sorts the objects in the correct order and grouped correctly
  • saving as .json from the ui sorts the file the same way odg list plots results
    Approved :)

@sveinse sveinse merged commit b059a05 into main Jun 4, 2024
@sveinse sveinse deleted the fix-ordering-issue branch June 4, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JSON is order preserving, but should be strictly ordered

2 participants