Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleIguana 10.1.97 - April 30, 2024

Search Enhancements:

  • Expanded search capabilities with improved stability and refinements.

  • Implemented an Iguana matching algorithm for efficient search operations.

  • Users now have the option to utilize Regular Expressions (RegEx) for more precise control over searches.

  • Introduced a testing feature for the search function in the translator module using 'test.search{…}'.

  • Enhanced search functionality is now available in the:

    • Dashboard

    • Notification and Log Purging Matching Rules

    • Notification Log Contains

    • Log Browser

Lua API Additions:

  • iguana.components() to retrieve a list of components on the instance.

  • component.tags() to fetch tags associated with the translator component.

Other Improvements:

  • Refinements to the dashboard, notification rules, and log purging frontend and backend interfaces.

  • Redesigned the screens for database exporting for enhanced usability.

  • Users can now reset their SSH key path in case of incorrect configurations.

  • Optimized the Git caching mechanism to be less aggressive, improving performance.

  • Implemented a prevention mechanism to avoid SSH access checks and Git caching simultaneously, addressing system instability issues.

  • Increased the size of the file browser window for improved usability.

Bug Fixes:

  • Renaming a VMD with its matching rules window open.

  • Corrected error count incrementation when using iguana.logError in translator.

  • Standardized Git URL parsing function for set_upstream operation.

  • Matching rule conversion now appends '*' to the rule during VMD conversion.

  • Fixed components getting stuck when turned off during a dequeue operation.

Expand
titleIguana 10.1.96 - April 16, 2024

We support GitLab, GitHub and Bitbucket cloud integration and now have in-memory queuing:

  • Support for cloud integration has been expanded to include GitHub, GitLab and Bitbucket

  • In-memory queuing available. Select which component to send a message to in Lua without logging the message - sent in-memory versus through the queueing system. Useful to improve performance and minimize logging messages unnecessarily.

  • Notifications system nearly complete. Target components with tag matching and RegEx is supported in the log contains notification rule.

  • Same features are included in Log purging.

  • Git settings have been split up into system level concerns (found on the About page) and per user concerns (found on the Git page).

  • The dashboard has a section for defining filter tags. This makes it easy to apply values to the search bar. The intention is to set up integrations with tags that make it easy to flip through different integrations. They are stored on a per user basis.

  • Tooltips are improved and have been redesigned.

  • Improvements to stability

...