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

Master #18

Closed
wants to merge 30 commits into from
Closed

Master #18

wants to merge 30 commits into from

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    36fbdca View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    e7d8b9a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    10abd87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f605d0 View commit details
    Browse the repository at this point in the history
  3. Master (#11) (#12)

    * Fix regression with partitioned tables in PostgreSQL
    
    PostgreSQL JDBC Driver introduced separating type for partitioned table from  40.2.12 pgjdbc/pgjdbc#1708
    
    * Add subscreensItem.menuInclude to menu data (moqui#600)
    
    * 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
    
    * Add subscreensItem.menuInclude to menu data
    
    * Docker-Image-Pull Feature (moqui#553)
    
    * Improvement: In Moqui-Multi-Instance added a Async-Pull-Image-Feature which pulls the image by Using Docker-Engine-Api from multiple registry like AWS, Azure, Docker-Hub
    
    * Update AUTHORS
    
    * Added: added the generic way to process cmd , by adding an extra field(authTokenPass) inside the entity InstanceImage , now user has separate field for cmd and password so all types of registries is easily configurable
    
    * Update ServerEntities.xml by adding description
    
    * Library updates, including Jetty 10.0.13 to 10.015 which had reported vulnerabilities; there are lots of dependencies updated in this set, see diff for full details
    
    * In ScreenRenderImpl change addFormFieldValue() and related methods to handle first, second, and last rows, for qvt and other client rendered output that needs full data for a form in a map/object
    
    * In root build.gradle change gitStatusAll task to be more tolerant of repos with no master branch
    
    * Add text-area.@autogrow attribute, supported only in qvt for now
    
    * Update various libraries including Groovy to 3.0.19 (which has some minor non-backward compatible changes single 3.0.10 with odd boolean behavior in rare cases, adjusted for in the framework long ago but should be watched for in custom code), Jetty to 10.0.16, H2 database, SLF4J, SnakeYAML, Apache Commons Lang3
    
    * In build.gradle gitStatusAll task also handle upstream remotes with no master branch
    
    * Currency (moqui#614)
    
    * 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
    
    * A couple of minor bug fixes in the EntityAutoServiceRunner and ContextJavaUtil (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
    
    * In L10nFacadeImpl.formatCurrency() use disableAuthz() for entity find on Uom; small change to currency formatting test to pass with current OOTB settings
    
    * In addons.xml, added new moqui-sso component.
    
    * Add AutoCloseable extension to EntityListIterator for use with try with resources, thanks to Deepak Dixit for the suggestion
    
    * BugFix EntityListIterator not closed in NotificationMessageImpl#getNotifyUserIds
    
    * Implemented withCloseable/try-with-resources where needed in the code… (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
    
    ---------
    
    
    
    * Change EntityDataWriterImpl to use groovy CompileStatic, without this a compile error was missed in the changes for PR moqui#625, fix small issues from this
    
    ---------
    
    Co-authored-by: Yao Chunlin <[email protected]>
    Co-authored-by: David E. Jones <[email protected]>
    Co-authored-by: Wei Zhang <[email protected]>
    Co-authored-by: Rohit pawar <[email protected]>
    Co-authored-by: Jens Hardings <[email protected]>
    Co-authored-by: acetousk <[email protected]>
    Co-authored-by: Ayman Abi Abdallah <[email protected]>
    8 people authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    8b6538a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    d76763a View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    b62f9db View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Library updates: Jetty to 10.0.18, Log4J to 2.22.0, H2 to 2.2.224, co…

    …mmons-lang3, commons-io, commons-logging, commons-validator, jackson-databind to 2.16.0, jsoup, shiro
    jonesde committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    62b98b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    e46876a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    22f3a16 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Merge pull request moqui#628 from pythys/user-vulnerability

    create a service to unify login attempts
    jonesde authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a2fb0f4 View commit details
    Browse the repository at this point in the history
  2. Follow up on PR moqui#628: formatting changes only to reduce indentat…

    …ion and better match convention used elsewhere, no functional changes
    jonesde committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    f1f5f05 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    ba5fa64 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge pull request moqui#629 from AyanF/improved-log4j2-config

    Improved log4j2 configuration
    jonesde authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5cd501f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    d750346 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    f264e9e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge pull request moqui#630 from moqui/footer-screen-resource

    Add screen resource type for a footer script
    jonesde authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    86dc2c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    b9d8cf9 View commit details
    Browse the repository at this point in the history
  2. In EntityDbMeta fix issue with datasources that do not use JDBC, bulk…

    … operations like drop and create FKs have been broken with any of these in place (as they are by default)
    jonesde committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    dd78edc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. In ElasticFacadeImpl fix issue with index name prefixing and unprefix…

    …ing when the index name is a comma separated list of index names
    jonesde committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1c69844 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    3106eee View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    226f482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8eec05 View commit details
    Browse the repository at this point in the history
  3. Update build.gradle

    acetousk authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    c0d8f4c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Fix MoquiConf.xml generation

    acetousk committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e4e6663 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Merge pull request moqui#636 from moqui/createComponent

    Add start component to addons and createComponent task to build.grade
    acetousk authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5edbd03 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    29f6f6e View commit details
    Browse the repository at this point in the history
  2. Add opensearch README file

    acetousk committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    803f2ae View commit details
    Browse the repository at this point in the history
  3. Merge pull request moqui#639 from moqui/acme-docker-compose

    Acme docker compose
    acetousk authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f6e7025 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    f24d4a5 View commit details
    Browse the repository at this point in the history