-
Notifications
You must be signed in to change notification settings - Fork 1
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
Release/v3.10.0 #156
Merged
Merged
Release/v3.10.0 #156
Conversation
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
* Rename BIARights.cs to BiaRights.cs * Update BiaRights.cs * Rename BIATeamConfig.cs to BiaTeamConfig.cs * Rename BIADistributedCache.cs to BiaDistributedCache.cs * Rename BIAHybridCache.cs to BiaHybridCache.cs * Update and rename BIALocalCache.cs to BiaLocalCache.cs * Rename IBIADistributedCache.cs to IBiaDistributedCache.cs * Rename IBIALocalCache.cs to IBiaLocalCache.cs * Rename IBIAHybridCache.cs to IBiaHybridCache.cs * Rename BIAIocContainer.cs to BiaIocContainer.cs * Rename BIADataContext.cs to BiaDataContext.cs * Update and rename BIADtoClassAttribute.cs to BiaDtoClassAttribute.cs * Update and rename BIADtoFieldAttribute.cs to BiaDtoFieldAttribute.cs * Rename BIAClaimsPrincipal.cs to BiaClaimsPrincipal.cs * Rename BIADictionary.cs to BiaDictionary.cs
…ilable (#98) Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
…worker is disabled (#97) Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
* Delete back end files * Remove actions related to UserProfile in front end --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
* Sanitize search filter before performing LDAP query * Fix async method and improve specification builder * Set HttpOnly to always and add MinimumSTatePolicy to strict * Do not save AuthInfo data into local storage --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
* Exposes canSelectMultipleElements parameter for bia-table to select single or multiple row with checkboxes or radiobuttons * Enable single selection mode for Sites table * Change current team id on selection change for sites * Reset table selection when single selection enabled * FIx UI issues * Always display delete button for sites, disabled it on permissions * Always display member button for sites, disabled it on permissions * Fix issue * Relogin when site deleted * Revert bianetconfig.json edits * Always display delete button in bia table header, disabled it on permissions * Relogin after site creation * Fix bia table components to reset selection on single mode selection * PR fix : complete ng-template * PR fix : private to protected injection * Revert parameter order * PR fix : private to protected property --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
* Improve generic type expression * Fix generic argument type of expression body * Fix header names * Renaming * Renaming * Fix renaming * Handle string empty cases --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
* Transmit advanced filters when exporting to csv * Add specification with advanced filter handler when exporting CSV for sites --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
* Change private access level to protected * Revert modifications for AppComponent --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
…escape (#102) Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com> Co-authored-by: Gwen <Gwenael.fillon@free.fr>
* Add new columns to Plane model * Update Plane DTO and Mapper * Update plane dto and fields configuration * Add trads for new plane's properties * Fix validators * Fix mapper * Display required star on bia form input checkbox when needed --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
…avior to restrict (#110) * Set CurrentAirportId as required for plane entity * Fix DTO and front configuration to set airports data as required --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
* Remove useless collections from models * Simplify Plane mode builder --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
fix deprecated in biademo
…nges and fix footer when initial loading (#113) Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
* Update BIAToolKit.json * Delete teams with TeamTypeId MaintenanceTeam when applying migration * Fix migration * Fix syntax for includes mappers * Add new markers area * Clean option features from BIAToolKit json --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
* Edit templates and BIAToolKit.json * Remove content between markers BIADemo and Partial in complete files to add to ZIP archives * Update Engine model * Update markers area and BiaToolKit.json * Fix marker area issue * Add property NeedParent in BIAToolKit.json for crud with parent features * Change marker area * Add new option Part for engines * Missing BIADEmo only marker --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
* Fix all back-end warnings * Missing fix --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
* Create method to combine two mapping expressions * Inherits from TTeamMapper and use new extension method to combine mapping expressions * Avoid null ref exception * Remove check condition for parameter name of expressions * Change MapperHelper to MapperExtensions --------- Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
Co-authored-by: FOLIOT Kevin <kevin.foliot.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
Co-authored-by: Loïc BURELOUX <loic.bureloux.ext@safrangroup.com>
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.