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

SIMPLE-6397 Added support for 3.0, updated obsolete controller versions #102

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

tmikuska
Copy link
Collaborator

No description provided.

@@ -114,6 +114,9 @@ def __le__(self, other):
def major_differs(self, other: Version) -> bool:
return self.major != other.major

def major_lt(self, other: Version) -> bool:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we not using "import semver" btw which directly obeys and implements https://semver.org/ ??
Having separate class seems pretty redundant.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's an extra dependency, but I agree that we should not have implemented own version.
However at this point, we would probably have to deprecate the original solution and I don't see much value in that.

@tmikuska tmikuska force-pushed the SIMPLE-6397-support-for-3.0 branch from 8780ecc to da5d3d4 Compare May 30, 2024 13:27
@tmikuska tmikuska merged commit d673541 into dev Jun 26, 2024
@tmikuska tmikuska deleted the SIMPLE-6397-support-for-3.0 branch June 26, 2024 12:48
tmikuska added a commit that referenced this pull request Nov 21, 2024
* SIMPLE-7063 Added group_display_attribute and refactored test_auth (#122)

  Do not fail if importing topologies for previous CML versions

* Removed unexpected behavior of import lab method (#120)

  When a lab with a specific title existed on a CML instance,
  we joined that lab instead of creating a new lab with the same
  title which would had been perfectly fine.  I believe that this
  was some obsolete feature request from pre-CML 2.0 era where labs
  possibly were enforced to have unique titles.

* SIMPLE-6969 Changed PUT to PATCH for /system/auth/config

* SIMPLE-6964 Dropped smart annotation tag and font properties (#119)

* SIMPLE-6883 Support for smart annotations (#118)

* SIMPLE-6813 Added deployed_mac_address property to Interface (#116)

* SIMPLE-6776 local groups should still work with unset group filter (#115)

* SIMPLE-6827 - removed MAC address block support (#114)

* Dropped support for python3.8 in github actions

* SIMPLE-6834 integration tests for ldap groups (#113)

* Added the virlutils option to disable SSL check via ENV (#111)

* SIMPLE-6706 fixed the 'owner' attribute of a joined lab (#108)

* SIMPLE-6764 ldap group tests and system auth test (#110)

* SIMPLE-6615 custom mac addresses implementation (#106)

* SIMPLE-6397 Added support for 2.8, updated obsolete controller versions (#102)

* SIMPLE-6345 refactored API error handling for better tracebacks (#98)

* SIMPLE-6506 removed/deprecated offline mode leftovers (#97)

* SIMPLE-6429 fix potentially mishandled data structures (#94)

* SIMPLE-6384 Added rotation attribute to ellipse and rectangle annotations (#96)

* Re-added api/* to the doc source tree removed by mistake

* SIMPLE-6410 SQ issues is PCL (#90)
tmikuska added a commit that referenced this pull request Nov 21, 2024
* SIMPLE-7063 Added group_display_attribute and refactored test_auth (#122)

  Do not fail if importing topologies for previous CML versions

* Removed unexpected behavior of import lab method (#120)

  When a lab with a specific title existed on a CML instance,
  we joined that lab instead of creating a new lab with the same
  title which would had been perfectly fine.  I believe that this
  was some obsolete feature request from pre-CML 2.0 era where labs
  possibly were enforced to have unique titles.

* SIMPLE-6969 Changed PUT to PATCH for /system/auth/config

* SIMPLE-6964 Dropped smart annotation tag and font properties (#119)

* SIMPLE-6883 Support for smart annotations (#118)

* SIMPLE-6813 Added deployed_mac_address property to Interface (#116)

* SIMPLE-6776 local groups should still work with unset group filter (#115)

* SIMPLE-6827 - removed MAC address block support (#114)

* Dropped support for python3.8 in github actions

* SIMPLE-6834 integration tests for ldap groups (#113)

* Added the virlutils option to disable SSL check via ENV (#111)

* SIMPLE-6706 fixed the 'owner' attribute of a joined lab (#108)

* SIMPLE-6764 ldap group tests and system auth test (#110)

* SIMPLE-6615 custom mac addresses implementation (#106)

* SIMPLE-6397 Added support for 2.8, updated obsolete controller versions (#102)

* SIMPLE-6345 refactored API error handling for better tracebacks (#98)

* SIMPLE-6506 removed/deprecated offline mode leftovers (#97)

* SIMPLE-6429 fix potentially mishandled data structures (#94)

* SIMPLE-6384 Added rotation attribute to ellipse and rectangle annotations (#96)

* Re-added api/* to the doc source tree removed by mistake

* SIMPLE-6410 SQ issues is PCL (#90)
tmikuska added a commit that referenced this pull request Nov 21, 2024
* SIMPLE-7063 Added group_display_attribute and refactored test_auth (#122)

  Do not fail if importing topologies for previous CML versions

* Removed unexpected behavior of import lab method (#120)

  When a lab with a specific title existed on a CML instance,
  we joined that lab instead of creating a new lab with the same
  title which would had been perfectly fine.  I believe that this
  was some obsolete feature request from pre-CML 2.0 era where labs
  possibly were enforced to have unique titles.

* SIMPLE-6969 Changed PUT to PATCH for /system/auth/config

* SIMPLE-6964 Dropped smart annotation tag and font properties (#119)

* SIMPLE-6883 Support for smart annotations (#118)

* SIMPLE-6813 Added deployed_mac_address property to Interface (#116)

* SIMPLE-6776 local groups should still work with unset group filter (#115)

* SIMPLE-6827 - removed MAC address block support (#114)

* Dropped support for python3.8 in github actions

* SIMPLE-6834 integration tests for ldap groups (#113)

* Added the virlutils option to disable SSL check via ENV (#111)

* SIMPLE-6706 fixed the 'owner' attribute of a joined lab (#108)

* SIMPLE-6764 ldap group tests and system auth test (#110)

* SIMPLE-6615 custom mac addresses implementation (#106)

* SIMPLE-6397 Added support for 2.8, updated obsolete controller versions (#102)

* SIMPLE-6345 refactored API error handling for better tracebacks (#98)

* SIMPLE-6506 removed/deprecated offline mode leftovers (#97)

* SIMPLE-6429 fix potentially mishandled data structures (#94)

* SIMPLE-6384 Added rotation attribute to ellipse and rectangle annotations (#96)

* Re-added api/* to the doc source tree removed by mistake

* SIMPLE-6410 SQ issues is PCL (#90)
tmikuska added a commit that referenced this pull request Nov 21, 2024
* SIMPLE-7063 Added group_display_attribute and refactored test_auth (#122)

  Do not fail if importing topologies for previous CML versions

* Removed unexpected behavior of import lab method (#120)

  When a lab with a specific title existed on a CML instance,
  we joined that lab instead of creating a new lab with the same
  title which would had been perfectly fine.  I believe that this
  was some obsolete feature request from pre-CML 2.0 era where labs
  possibly were enforced to have unique titles.

* SIMPLE-6969 Changed PUT to PATCH for /system/auth/config

* SIMPLE-6964 Dropped smart annotation tag and font properties (#119)

* SIMPLE-6883 Support for smart annotations (#118)

* SIMPLE-6813 Added deployed_mac_address property to Interface (#116)

* SIMPLE-6776 local groups should still work with unset group filter (#115)

* SIMPLE-6827 - removed MAC address block support (#114)

* Dropped support for python3.8 in github actions

* SIMPLE-6834 integration tests for ldap groups (#113)

* Added the virlutils option to disable SSL check via ENV (#111)

* SIMPLE-6706 fixed the 'owner' attribute of a joined lab (#108)

* SIMPLE-6764 ldap group tests and system auth test (#110)

* SIMPLE-6615 custom mac addresses implementation (#106)

* SIMPLE-6397 Added support for 2.8, updated obsolete controller versions (#102)

* SIMPLE-6345 refactored API error handling for better tracebacks (#98)

* SIMPLE-6506 removed/deprecated offline mode leftovers (#97)

* SIMPLE-6429 fix potentially mishandled data structures (#94)

* SIMPLE-6384 Added rotation attribute to ellipse and rectangle annotations (#96)

* Re-added api/* to the doc source tree removed by mistake

* SIMPLE-6410 SQ issues is PCL (#90)
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.

2 participants