-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update MasterData dependencies * Fix test compile * Use `DbType.AnsiString` instead of `DbType.String` * `DbType.AnsiString` correct handling * `GetDataType` * Add `BootstrapColor.Info` conditional at `MessageToastFactory` * Performance: Unnecessary `async` keyword * Remove unnecessary `FormContext` class for easier debug. * bugfix: Insert selection not using inserted values after the operation is finished * Reload the entire form after DataImportation * Remove unnecessary class * Optimize `IconHelper` by using static ctor * Use `ValueTask<FormElement>` at `GetFormElementAsync` to show the intent that `FormElement` is cached. * Update ConnectionString name nullability * Use `const` instead of variable * Fix warning as error at Test project * Pagination UI * bugfix: 1xn relationships at Edit mode * Optimize LINQ methods * Use ViaCEP * CEP fixes * Fix date formatting * Remove unnecessary method * Improve debug and performance by loading actions only one time * DataPanel secret values * bugfix: Cache not working as intented at Brasil plugin * Fix Brasil plugin * Fix `FieldFormattingService` with Guid (case-insensitive) values * Append SecretValues only if Any * Fix existing secret values * bugfix error handling at insert selection * Update NCalc to 4.3.3, remove unnecessary `FieldsService` and use `ValueTask` at expressions * Update .csproj * Fix `isAtRelationship` at `GetSaveActionResult` * Optimize empty result * Use `TryGetValue` * Move actions to right * Remove redundant casts at solution * Add ConnectionId support to DbLogger * Create "val" constant and small refactor. * Use submit at InternalRedirect * bugfix: Use submit instead of requestSubmit to work on complex forms * Update jjmasterdata.js.map * Trim value at `FieldFormattingService` * bugfix: Trim searchid * Better readability * bugfix: InternalRedirectController was not saving files * Update NCalc to v5 * Remove old NCalc bug from docs * Add default options * Remove null values from secret values * Add `Name` property to CollapsePanelTagHelper.cs and small refactors * Add better exception if SQL is null or empty * Change JJAlert font-size * GetTitle is no longer async * bugfix: `JJModalDialog` missing fade animation * Html template action (#253) * Added HtmlTemplateAction.cs * Rendering HtmlTemplateAction * HTML templace action iframe * Added Fluid support * l10n and service * ShowAsButton default value false * Change to print * Revert unintented change * Remove unused method * bug fixes * NCalc is now used by default * Added `localizer` function to Fluid * Rename variable * Optimize BootstrapHelper by evaluating only once * Ignore case at GridFilter.cs * Session is essential * Fix JJAlert layout when Title is null or empty * Remove unused using directives * bugfix: ASP.NET Core mvc `TempData` not working * Update session cookie * UrlRedirect now have {AppPath} variable * `UrlRedirectService` * Fix {AppPath} * Code style and use `ValueTask` at controls and factories (rarely async code) * bugfix: Grid Actions not working at insert selection * Remove NCalc from example * Use `ValueTask` in places where the method run more `sync` than `async` (#251) * Use `ValueTask` instead of `Task` at event handlers * Use `ValueTask` where the method result is normally cached * Added `GridOnDataLoadEventHandler` because this event is always `async` * Merge with preview * Update custom_rules.md * Update NCalc to 5.2 and add `ConnectionId` by default at expressions * <EnableNETAnalyzers>true</EnableNETAnalyzers> * Add Roslynator code analyzer * `IDisposable` warnings * Code style * Add `MustDisposeResource` annotation * Update Jetbrains.Annotations * Code style * Performance: Roslynator analyzers * Fix WebApi error * Rename system cookies * Fix localize function * Remove cache from Brasil services * HubDev fix * Code style * Fix l10n for Unix systems * bugfix at `FieldFormattingService` * Code style * Code style * Code style * Added url redirect support to SqlCommandAction * Fix GridView.cs * BugFix: Decimal places * rollback * Change default number of the items returned on SearchBox from 10 to 30 * bugfix to build * 4.3.0-preview1 * release candidate 4.3.0.0 * removed NCalc Plugin * Ajustes para rodar no mac mobile * cors * changed number Of Items from searchbox to 30 as default * upd MD * BugFix: In the insert, when you enable the element to select and use this same dictionary as a view relationship, it appears as a list. The error was generated in commit f4a9441 * Rider 2024.2 suggestions * Use `char` at StringBuilder * Roslynator * Code style * Small refactors * Fix plugin action with relationships * Performance improvements * Simplify with TryGetValue * bugfix: Insert selection executing back action after a record is selected * Improve LoggerDecoration.cs * Improve LoggerDecoration.cs * Read PageState from QueryString * Fix CA1853 * Code style * Fix pageState query string at relationships * Optimize OrderByData.cs * Fix insert logic * Code style * Code style * Fix Insert logic * Improve form logic using TryGetValue * Allow Fluid functions at Grid template --------- Co-authored-by: Lucio Pelinson <[email protected]>
- Loading branch information
1 parent
5ee6e2e
commit e8febbf
Showing
389 changed files
with
4,008 additions
and
3,868 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
[*.cs] | ||
|
||
|
||
dotnet_diagnostic.CA1841.severity = error | ||
|
||
# CS1591: Missing XML comment for publicly visible type or member | ||
dotnet_diagnostic.CS1591.severity = none | ||
|
||
dotnet_diagnostic.RCS1194.severity = none | ||
dotnet_diagnostic.RCS1139.severity = none | ||
dotnet_diagnostic.RCS1015.severity = error | ||
dotnet_diagnostic.RCS1077.severity = error | ||
dotnet_diagnostic.RCS1080.severity = error | ||
dotnet_diagnostic.RCS1105.severity = error | ||
dotnet_diagnostic.RCS1112.severity = error | ||
dotnet_diagnostic.RCS1156.severity = error |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.