flexera-public / right_st

RightScale ServerTemplate and RightScript tool
MIT License
12 stars 1 forks source link

sort data on export #58

Closed YesThatAllen closed 6 years ago

YesThatAllen commented 6 years ago

When data coming out of right_st is being fed into a vcs (such as our own git repos), having the data sorted first would limit extraneous "changes" and help track exactly what's changed between revisions.

I would start here:

https://github.com/rightscale/right_st/blob/222c240ce1845e8d5f75949c7e51281d84967986/rightscript.go#L81-L99

but there are probably a lot of things that could use sorting on export.

douglaswth commented 6 years ago

There is specific code in place to ensure that the order matches what is in the RightScale platform already.

YesThatAllen commented 4 years ago

There is specific code in place to ensure that the order matches what is in the RightScale platform already.

ever notice, however, that the rightscale UI DOES re-order inputs alphabetically?