-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature branding aware configuration (#2181)
* Initial commit of branding aware application configuration. Added AppConfig model and service to handle retrieval and persistence. Added bootstrap.js handler to initialise object and to bind convenience function to sails.config * Added rest api endpoints to managed app config * Removed no longer required jquery and bootstrap css resources * Added config service functionality to support branded app configuration * Merged new functionality from develop branch * Initial commit of the app config application that uses formly to render forms using JSON Schema documents * Added support for self service maintenance of the system message displayed to users * Added app config screen to show the angular app * Fixed package locks * Fixed angular package dependencies post merge * Added status messages to form and link to modify system messages to the admin screen * Added testing for the Sails service * Fixed test syntax * Tidied angular component and added tests * Fixed issue where it wouldn't load default model config * Added tests for the AppConfigController * Added rest api endpoints * Added new web service routes * Fixed update config endpoint and tests * Added types to function signatures * Rolled back to angular 17.3.8
- Loading branch information
1 parent
a788eb0
commit c220904
Showing
44 changed files
with
8,064 additions
and
6,957 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 |
---|---|---|
|
@@ -184,3 +184,4 @@ support/raido/dist | |
support/raido/*.tgz | ||
angular/.angular/cache/ | ||
|
||
api/configmodels/* |
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.