5
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
On SqlRunner screen require new SQL_RUNNER_WEB permission, similar to GroovyShell with GROOVY_SHELL_WEB permission, and hide buttons on dashboard for users without the permission; various button and label improvements thanks to a review from Ayman More... about 2 years ago
Add Administrators - Advanced UserGroup to be separate from ADMIN group with the login as, sql runner, and groovy shell permissions More... about 2 years ago
Add UserPermission for SQL Runner like Groovy Shell, don't add Groovy Shell permission to ADMIN group by default, better to explicitly enable per user More... about 2 years ago
In FieldInfo fix issue with new H2 where setBytes() failed for larger byte arrays or blobs More... about 2 years ago
On GroovyShell screen add red warning of danger and link to groovysh docs More... about 2 years ago
Groovy Shell Screen in the Tools app (#192)
David E Jones
as David E. Jones
More... about 2 years ago
Groovy Shell WebSocket Endpoing (#516)
David E Jones
as David E. Jones
More... about 2 years ago
Comment out log message from last commit in RemoteRestServiceRunner.groovy More... about 2 years ago
Add RemoteRestServiceRunner class and use for new service type 'remote-rest' that uses the RestClient to call a remote service specified in the location, see new service in example component for an example, uses method for HTTP request method and if not specified and verb attribute is a valid request method then uses that otherwise defaults to POST, support path parameters in the location using the Resource Facade's expand() More... about 2 years ago
Export CSV data as .csv (#191) More... about 2 years ago
Add link from AutoFind to EntityDetail and vice-versa More... about 2 years ago
In DefaultScreenMacros files change section-include macro to use new sri.renderSectionInclude(.node) method to support expandable name and location evaluated at screen render time More... about 2 years ago
In EntityDefinition EntityDependents.buildString() only go 4 levels deep, might want to make this a parameter sometime but for now 8 levels makes the EntityDetail screen where it is used way to big, may want to reduce even more More... about 2 years ago
Changes to ScreenDefinition and ScreenRenderImpl to support XML Screen section-include expanded name and location, includes a new method that screen macros must call to support this: sri.renderSectionInclude(.node) More... about 2 years ago
In EntityDefinition.makeViewListCondition() change default alias when none specified for where clause in sub-select with lateral join enabled, is a workaround for a corner case but enables member-entity.entity-condition.econdition with member-...@sub-select=true for certain cases More... about 2 years ago
Remove no longer valid remote-xml-rpc serv...@type option More... over 2 years ago
On EntityList move Detail link to right where people are more used to it, thanks to Ayman and Michael for feedback on this More... over 2 years ago
In ServiceCallAsyncImpl.AsyncServiceInfo change how ecfi field and getEcfi() method are handled so that it always comes from getEcfi(); this should fix issue #510 More... over 2 years ago
WARNING: new H2 is not backward compatible, the word VALUE is now a reserved word, with this update to H2 all databases from previous versions of H2 with columns named VALUE will be broken, the main impact being local dev environments that will need new databases if using H2; for future local use of H2 there is a new database.name-replace element to configure name replacements per database, and one is in place for H2 to replace VALUE with THE_VALUE for the column name on table create, find, etc More... over 2 years ago
Update jackson-databind to 2.13.1 (fix WS-2021-0616, issue #513); also update jcommander, slf4j, snakeyaml More... over 2 years ago
On DataExport screen handle entityNames parameter that is a comma separated string which happens in qapps, fixes latest issue with DataExport under qapps/qvt More... over 2 years ago
Fixed the problem that moqui cannot be deployed as non-root webapp in Tomcat (#190) More... over 2 years ago
Fixed the problem that moqui cannot be deployed as non-root webapp in Tomcat (#512) More... over 2 years ago
On DataImport screen add support for creating missing records, with warnings about incomplete PKs because they can cause duplicate records; on a side note this screen is now a good way to test data for incomplete PKs More... over 2 years ago
In ContextJavaUtil.LiteStringMapJsonSerializer fix NPE issue for sparse key arrays; in EntityValueBase.checkAgainstDatabaseInfo() when record missing also include createValues Map in the info Map so it has all data needed to create More... over 2 years ago
Some improvements to Data Check functionality on the Data Import screen, shows check results in a table and allows selective update of field values; a first pass on this, another thing to handle that isn't there yet is adding missing records though that can be done with existing add missing functionality, just not selectively within a file More... over 2 years ago
Add EntityValue.checkAgainstDatabaseInfo() method and EntityDataLoader.checkInfo() methods to get structured info about data differences in a List of Map instead of just human readable strings, including changes to pass down file location to include in diff info More... over 2 years ago
On UserGroupDetail add new UserGroupPreference.groupPriority field to add/update group pref forms More... over 2 years ago
Add UserGroupPreference.groupPriority field, used to sort preference queries by key to get value for group pref with highest priority More... over 2 years ago
Added a new column for linking to auto screen. (#188) More... over 2 years ago