[pull] develop from baserow:develop#116
Merged
pull[bot] merged 1 commit intocode:developfrom Dec 19, 2025
Merged
Conversation
* Add replace() * Add length() * Add contains() * Add reverse() * Add join() * Add split() * Add is_empty() * Add strip() * Add sum() * Add avg() * Add at() * Add changelog * Small fixes * Add tests for ensure_array() * Improve error handling for RuntimeLength * RuntimeContains should return None/null for the default case * Improve array/object/int check for RuntimeIsEmpty * Fix logic to only work on strings for RuntimeStrip * Lint fix * RuntimeSum backend validation shouldn't allow non-numbers. * RuntimeAvg backend validation shouldn't allow non-numbers. * Handle ValueError in literal array string * Lint fix backend * Fix frontend tests * Add more test cases * Refactor backend tests * Remove allowLiteralArray/allow_literal_array * Add new RuntimeToArray function and refactor existing functions that use Any type to avoid using ensurer. Update examples with usage of to_array. * Refactor frontend tests * Add RuntimeToArray in the backend + tests * Refactor backend functions/tests to avoid using ensurer * Improve frontend validation and tests * Fix examples * simplify * Remove local debugging code * Allow > to compare any type * Allow < to compare any type * Allow >= to compare any type * Allow <= to compare any type * lint fix * is_empty should raise an error for unsupported types. * Change arg type to text for strip * split() should return a list with the same arg if the string has no spaces and no delimited is provided. * Update avg() helper to allow a strict param * Fix toArray description * is_empty() should return false by default, and handle supported args correctly. * Refactor at() to bubble up error * Let join() bubble up errors * Allow reverse() to bubble up errors * Allow contains() to bubble up errors * Allow length() to bubble up errors * Update examples for comparison operators to include date examples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )