Basic reproduction of condition type with before, after, and contains fields#1
Open
alg21990w-ai wants to merge 78 commits intoactive-user-screenfrom
Open
Basic reproduction of condition type with before, after, and contains fields#1alg21990w-ai wants to merge 78 commits intoactive-user-screenfrom
alg21990w-ai wants to merge 78 commits intoactive-user-screenfrom
Conversation
Added missing package name in entity relationship
…d testing of service calls with some profiling info, some basics for a first pass
…ail, part of code is more generic addition to ArtifactExecutionInfoImpl
… in addition to entire run stats, prep work for performance charts and such
…hreads * 4 for max load pool size; add permission for SERVICE_LOAD_RUNNER for screens
…ave, also called by cleanAll, was missing in the prior OpenSearch changes
…rsion; the docs are horrible with 3 differences between what actually ended working from a bunch of random experimentation; PIT support is necessary for the Elastic Entity implementation (alternative to a DB cursor); this ended up being needed because more recent OpenSearch that supports PIT also uses more memory than ElasticSearch, enough that the anemic demo.moqui.org server with 2GB RAM can't run Moqui + OpenSearch 2.4
…asticClient is found
… * 3 threads (instead of *2); increasing after tests and production results showing typical low CPU time per thread (much of it is deferred database or search with lots of I/O wait); also improve logging when waiting for worker pool to empty; note that this also improves automated test performance because many of the tests get to hundreds of async services queued up and the ThreadPoolExecutor seems to add threads slowly even if the pool is fully utilized
Update to session token condition
…ition Revert "Update to session token condition"
Add getScreenPathHasTransition in ScreenRenderImpl
* Fixed the problem that moqui cannot be deployed as non-root webapp in Tomcat * Fixed a runtime error if Currency is BTC * Fixed a runtime error if Currency is BTC * Fixed the retries of Elastic Client
* fix: consider transitions in screens or parent screens defined with require-authentication in "anonymous-view" or "anonymous-all" as permitted * fix: consider transitions defined with authenticate in "anonymous-view" or "anonymous-all" as permitted * fix: consider any of service.@authenticate and screen.@require-authentication to determine permission on transition * fix: considering verb-based execution actions of single-service when determining transition permission, correctly determining whether view or all allowed by screen
…reen definition instead of NPE
Handle usernames with different casing in session data
Add common java includes to the xml actions ftl file
Refactor getTitle to prioritize title() method call over data
…o set the cookie expire time based on this age in seconds, if not specified defaults to Session expire and cookie will be dropped by the browser when it quits
* Use moqui.basic.Uom entity to determine currency formatting and rounding details * Add currency-hide-symbol attribute as a complement to currency-unit-field, displaying the value without the currency symbol * Update authors file
Add and Handle Hmac Sha256 with timestamp
…tJavaUtil (moqui#618) * In EntityAutoServiceRunner, remove unwanted break statement to ensure support for multiple PK fields with wildcard (*). * In ContextJavaUtil, add missing future keyword. * Updated authors file.
Allow for 10 second threshold in nowTimestamp
… on Uom; small change to currency formatting test to pass with current OOTB settings
In addons.xml, added new moqui-sso component.
…th resources, thanks to Deepak Dixit for the suggestion
moqui#625) * Implemented withCloseable/try-with-resources where needed in the code to ensure proper closure of the entity list iterator resource * Fixed withCloseable syntax --------- Co-authored-by: David E. Jones <dej@dejc.com>
… a compile error was missed in the changes for PR moqui#625, fix small issues from this
…mmons-lang3, commons-io, commons-logging, commons-validator, jackson-databind to 2.16.0, jsoup, shiro
create a service to unify login attempts
…ion and better match convention used elsewhere, no functional changes
Improved log4j2 configuration
Add screen resource type for a footer script
… operations like drop and create FKs have been broken with any of these in place (as they are by default)
…ing when the index name is a comma separated list of index names
alg21990w-ai
commented
Apr 30, 2026
Owner
Author
alg21990w-ai
left a comment
There was a problem hiding this comment.
Depositar a 722969015067913638
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.