@solidxai/core 0.1.13-beta.11 → 0.1.13-beta.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,563 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.1.13-beta.12] - 2026-07-31
4
+
5
+ ### Added
6
+
7
+ - add progress reporting functionality to test runner and reporters
8
+ - add viewWidget attribute for fileSize in metadata
9
+ - add configurable UI timeouts for testing steps and update documentation
10
+ - enhance internationalisation by adding applyCreateDefaults method for localeName on create DTOs
11
+ - implement promoteRecoveredDraftPublishVersion method and integrate with CRUDService for soft-deleted records
12
+ - add default locale name for internationalised entries in test data seeding
13
+ - implement draft/publish versioning support and refactor related services
14
+ - add DraftPublishHelperService for managing draft and publish workflows
15
+ - add workflow field data provider support and related interfaces
16
+ - add asynchronous execution for workflows and enhance execution status retrieval
17
+ - implement WorkflowSecret management with CRUD operations and integrate into workflow execution
18
+ - enhance workflow definition management and add Python runtime node
19
+ - add SolidX integration nodes for login, email, and SMS
20
+ - add support for versioning and publishing in CRUD operations, including new fields in entities and filters
21
+ - enhance http.request node with query parameters and body modes
22
+ - refactor node structure and add sequential and switch nodes
23
+ - update workflow execution and definition handling
24
+ - implement workflow execution services and nodes
25
+ - implement API key generation for system admin users in ModuleMetadataSeederService
26
+ - enhance ModuleMetadataSeederService to generate and store API keys for system admin users
27
+ - add fieldConfig property to DatasourceIntrospectionMappingColumnDto and enhance field sanitization in DatasourceIntrospectionService
28
+ - enhance migration process with build and seed commands
29
+ - enhance datasource introspection with primary key detection and migration support
30
+ - enhance role creation with module linkage and resolve module metadata
31
+ - enhance action, role, and view metadata services with change detection and JSON normalization
32
+ - add introspection services for MSSQL, MySQL, and PostgreSQL
33
+ - add new dashboard controller actions to permissions
34
+ - simplify queue health permissions by consolidating patterns
35
+ - implement explicit widget permissions and unauthorized response handling
36
+ - enhance widget permission checks and add unauthorized response handling
37
+ - add Queue SLA heatmap provider and update metadata
38
+ - update queue health menu item and reorder messages
39
+ - add various dashboard providers and runtime services
40
+ - implement WhatsApp Cloud API integration
41
+ - add gupshup whatsapp provider
42
+ - add deleteByMediaRecord method to MediaStorageProvider implementations
43
+ - add updateCustomNoteMessage action to ChatterMessageController
44
+ - add secure custom-note edit API with attachment add/remove support
45
+ - implemented social media oath for facebook and microsoft
46
+ - add partialUpdate endpoint to menu-item-metadata controller and update metadata seeder relation field name
47
+ - implemented social media oath for facebook and microsoft
48
+ - add Message Tree Action and corresponding view for mqMessage
49
+ - implement processing timeout for RabbitMQ subscriber
50
+ - Add a composite index to `ChatterMessage` on `coModelName` and `coModelEntityId`, and an index to `chatterMessage` in `ChatterMessageDetails`.
51
+ - Migrate date/time transformers to UtcDateTimeTransformer.
52
+ - simplify S3 URL resolution DTO, and remove unused S3 resolution logic.
53
+
54
+ ### Fixed
55
+
56
+ - improve error message for media deletion restriction
57
+ - use transactions entitymanager for all subscribers only for embedded db projects
58
+ - update consuming project name resolution to use parent directory
59
+ - update solidx directory path to include consuming project name
60
+ - correct package name in model generation command and update error handling in module metadata retrieval
61
+ - username
62
+ - remove type specification for encrypted column in Setting entity, to work in mssql also
63
+ - handle null or empty security rule configuration strings in repository
64
+
65
+ ### Changed
66
+
67
+ - remove onDelete cascade option from ManyToOne relationships in entity definitions
68
+ - unify datetime column types across entities using helper function
69
+ - remove explicit timestamp type for nullable date columns across entities
70
+ - update CommonEntity properties to be optional and adjust types in WorkflowTriggerExecution
71
+ - rename create-draft-publish-helper.service to draft-publish-helper.service and update imports
72
+ - inject InternationalisationHelperService in ModuleTestDataService and CrudHelperService
73
+ - separate generic delete from draft-publish and i18n cleanup in CRUDService
74
+ - remove unused boolean type and related system column definitions from DatasourceIntrospectionService
75
+ - update CrudHelperService to initialize DraftPublishHelperService directly in the class refactor: remove publishedAt sorting logic from getLayout method in ViewMetadataService
76
+ - simplify published version filtering in CRUDService
77
+ - remove handleSeedLocales method to streamline locale seeding process
78
+ - remove legacy dashboard files and add new dashboarding architecture guide
79
+ - remove unused dashboard question and variable providers, SQL expression resolver, and related subscribers
80
+ - remove redundant null check in resolveSecurityRuleConfig
81
+ - update body column type to longText using getColumnType helper in SmsTemplate entity
82
+ - update legacy entity fields to be nullable and support null types
83
+ - replace DTO introspection with explicit isUpdate flag in MediaFieldCrudManager
84
+ - make password scheme and failed login attempt columns non-nullable in UserEntity.
85
+ - make passwordScheme, passwordSchemeVersion, and failedLoginAttempts fields nullable in the User entity.
86
+
87
+ ### Documentation
88
+
89
+ - update expired discord link
90
+
91
+ ### Other
92
+
93
+ - removed indexes on username and mobile since it is a conditional index and it breaks for mssql since multiple nulls are not allowed on unique columns
94
+ - readme changes
95
+ - removed hardcoded type against a boolean type
96
+ - changes to the default testing setting timeout to pick from env as well
97
+ - remove duplicate code
98
+ - refactoring around chatter media security fix
99
+ - add media extension support for post chatter
100
+ - Add media upload action and validation in MediaService
101
+ - add media extension support for post chatter
102
+ - changes to ensure only id and field are returned while populating the user in chatter
103
+ - Update defaultValue types in solid-core-metadata.json to strings
104
+ - 1. changes to ensure user populated for chatter and createdBy/updatedBy has only id and fullName populate 2. Added Exclude at property level on user to exclude sensitive fields by default without having to add an exclude at the class level
105
+ - Add getMentionableUsers permission
106
+ - Add endpoint to retrieve mentionable users with search and limit options
107
+ - Add error handling nodes and enhance workflow node definitions
108
+ - Add skipHooks option to seed command and related services
109
+ - Remove type specification for matched column in WorkflowTriggerExecution entity
110
+ - Enhance workflow node definitions and runtime context handling
111
+ - remvoing redundent code
112
+ - Remove onDelete cascade option from ManyToOne relationships in SavedFilters entity
113
+ - changes
114
+ - changes
115
+ - sql injection vulnerability closed in filter queries
116
+ - Remove LocalPath
117
+ - revert changes
118
+ - revert changes
119
+ - revert changes
120
+ - re revert
121
+ - revert changes
122
+ - private-file-cleanup
123
+ - add downlaodurl
124
+ - changes to allow overriding the is allowed api keys flag thru extension user
125
+ - Revert "user enumeration"
126
+ - remove validation from username and mobile
127
+ - user create validation bugs
128
+ - add normalize for otp based also
129
+ - Disable metadata pruning by default in seed command configuration
130
+ - Update seed command to enable metadata pruning by default
131
+ - handle-case-sensitive-for-email
132
+ - Add delete permissions for ImportTransactionController in solid-core metadata
133
+ - Add permissions for import/export functionality in solid-core metadata
134
+ - Refactor role assignment for admin users to handle capability roles individually
135
+ - discard changes
136
+ - add support for static file
137
+ - Add capability roles for admin users in module metadata seeder
138
+ - Enhance module metadata seeder with event emission for start and finish; add options interface for seeding configuration
139
+ - attachment
140
+ - Add new roles and permissions for import/export functionality; refactor role permission handling
141
+ - make isPublic default true
142
+ - changes to show the image inline
143
+ - cleanup againts media's
144
+ - inline role crate false
145
+ - Implement chatter mention notification system with email templates and queue handling
146
+ - Add messageBodyMentions field to chatter message DTOs and entity
147
+ - fix-audit-bug
148
+ - changes to include signed url token for private media
149
+ - Revert "Revert "rename function name""
150
+ - Revert "Revert "add private media support""
151
+ - Add media file type constants and enhance security for media uploads
152
+ - handle technical error messages due to missing resource in static resources folder
153
+ - Revert "add private media support"
154
+ - Revert "rename function name"
155
+ - rename function name
156
+ - add private media support
157
+ - some fixes
158
+ - solidx session invalid changes
159
+ - add validation on get chatter message
160
+ - updatedAt value is updating now
161
+ - fix to allow linking a userKey belonging to the parent model while seeding a child model
162
+ - add security against chatter
163
+ - chatter message endpoint made public
164
+ - removed embedded db support
165
+ - Add default sorting by ID if not explicitly specified in order options
166
+ - add icons across all the models in solid core
167
+ - media upload added behind auth
168
+ - Refactor module path resolution to use kebab-case and extract migration file writing logic into a separate method
169
+ - Implement cleanup for TypeORM datasource entities and enhance file handling in SolidTsMorphService
170
+ - class serializer interceptor added for impact of Exclude and Expose
171
+ - Enhance datasource introspection with primary key validation and user key resolution
172
+ - Concurrent Login Feature
173
+ - user enumeration
174
+ - add helper text key on settings object .........
175
+ - changes to handle case insenstive filter operations if the values are other than string by casting
176
+ - menus item fix
177
+ - changes to ensure entity manager does not get serialized as part of the message for the computed field queue
178
+ - added nodemon heartbeat to allow in-process db query execution for code generation for embedded db
179
+ - display name changed
180
+ - name changed
181
+ - added settings for configure the row click on solid list view
182
+ - Revert "Fix for this issue > stop applying lower for numeric fields."
183
+ - fixed legacy entity files names
184
+ - view metadata type field - selection static and roles required false from menu-item
185
+ - Fix for this issue > stop applying lower for numeric fields.
186
+ - refactor and add migration command
187
+ - Handling for audit subscriber to defer audit publish when in embedded db mode
188
+ - Fixed the one genuine mid-transaction second-connection case and hardened the latent spots (for embedded db)
189
+ - changes to take in option for seeding with modules in current seed method
190
+ - Fix validation logic to parse string field values as integers before applying validations
191
+ - remove computed field from instruction add one remove field command fix many-to-many on chatter log
192
+ - ad changes
193
+ - Add locale seeding functionality and enhance locale management
194
+ - subscribers now use the event’s own transaction connection instead of a second pooled one (helpful for embedded db)
195
+ - changes to avoid extra module checks before dynamically loading it
196
+ - defaulted to modulemetadataseederservice if no seeder provided
197
+ - Add Date field in Instructions Response
198
+ - ai interaction cleanup changes
199
+ - enabling create,edit,import,export on permission and lov modules
200
+ - added module to rolemetadata list view
201
+ - roles group by module changes
202
+ - Refactor dashboard providers to utilize new bucket expression and normalization functions
203
+ - Implement Datasource Management functionality with controller, service, and DTO
204
+ - added index to fields newly added as sortable and searchable
205
+ - Add archiver package to dependencies
206
+ - removed unnecessary seed file
207
+ - Add TypeORM migration helper functions and export in index
208
+ - fixes
209
+ - reverted accidental removal of the layout builder root menu
210
+ - pending cleanup of solid core menu items
211
+ - Refactor metadata: remove standalone menu items and add scheduled jobs and saved filters tree views
212
+ - Remove ChatterMessageDetails and ImportTransactionErrorLog menu items; add Chatter Messages tree view and action. Other menu sub menus cleanup done
213
+ - Add model sequence and list of values tree views to metadata, other cleanup changes
214
+ - changes for IAM
215
+ - Add clearPackageRuntime functionality and corresponding metadata action
216
+ - Add archiver dependency and implement module package export functionality
217
+ - Refactor menu cleanup logic in ModelMetadataService and ModuleMetadataService; improve error handling for file deletion and update build commands in ModulePackageService to use solidctl.
218
+ - Update solid-core-metadata.json to disable create, edit, and delete actions, and set searchable attributes to false for specific fields for media storage provider
219
+ - Add media tree view and action & media view cleanup, enhance file storage provider with file size tracking, implemented storeStreams for s3
220
+ - Remove cleanup procedures for module metadata across all SQL dialects and implement menu and action cleanup in the service layer.
221
+ - Remove unused database bootstrap service and related SQL cleanup procedures
222
+ - cleanup
223
+ - Add view and action metadata tree views with updated permissions and searchable fields
224
+ - Add view and action metadata tree views with updated permissions and searchable fields
225
+ - menu item model cleanup
226
+ - Add resumable import handling and transaction management in module package service
227
+ - Add method to retrieve Solid UI module path and enhance cleanup logging
228
+ - Enhance module metadata seeder: add validation for module name, streamline array handling for scheduled jobs, saved filters, list of values, security rules, sms templates, email templates, menus, actions, views, users, roles, media storage providers, model sequences, and models metadata.
229
+ - Implement module package management: add controller, service, and DTOs for import, export, and build operations.
230
+ - many to one left join issue fixed
231
+ - Refactor field metadata actions and views: update action types, enhance searchability, and adjust permissions for create, edit, and delete operations.
232
+ - Refactor CRUD and model metadata services to enhance group filtering and pagination; streamline response handling and improve query structure. configuration changes to support tree view in model metadata
233
+ - Update solid-core metadata: remove import/export options, rename fields, and add sortable attribute
234
+ - Enhance solid-core metadata structure for module mdtadata by removing import/export options and adding sortable attributes for fields
235
+ - Implement module metadata explorer with CRUD operations and search functionality
236
+ - Refactor module metadata paths to use a consistent directory structure and improve file resolution logic
237
+ - Bug fixs
238
+ - added frontend base url as well to the default settings
239
+ - minor cleanup
240
+ - changes to cleanup legacy table related fields
241
+ - changes for new dashboards functionality
242
+ - always print server startup line regardless of log level
243
+ - Add field quality checks and fixes checklist for backend validation
244
+ - typeo issue
245
+ - Agent table clean up
246
+ - Add manual interaction step for Playwright and update README
247
+ - provision made to unlink data rather than having to teardown everything
248
+ - provision made to unlink data rather than having to teardown everything
249
+ - changes to colour the server startup line
250
+ - Agent table clean up
251
+ - changes to avoid too many initialization logs. controlled thru the verboseBootstrap option to the boostrap helper
252
+ - removed id command options and retained the singular name option only for consistency purposes
253
+ - changes to route genertion commands thru solidctl. The refresh-module & refresh-model commands are what are eventually called and end up calling the services only, keeping calling consistent and ensuring everything is route thru solidctl generate
254
+ - got rid of fieldNamesForRefresh and fieldIdsForRefresh dead chain since it is not used now, due to fields being read in the code builder from the metadata json directly
255
+ - MCP table solid changes
256
+ - playwrite added as dependency instead
257
+ - changes to the test runner
258
+ - chatter message user resolution chagnes
259
+ - bug fix in chatter message user resolution after we moved to queues.
260
+ - moved back to beta3
261
+ - failed login attempts field added to the json and update dto and exposed in entity
262
+ - removed un-necessary index on newvalue display
263
+ - ts changes error: any
264
+ - auto addition of menus happens at the bottom now. list view layout changes for security access rules + enabled delete made welcome email & sms SystemAdminEditable
265
+ - changed model metadata service default form layout to be single column
266
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
267
+ - added typing to catch blocks + authentication service bug fixes for private registration flow
268
+ - normalised @ApiTags
269
+ - enum for passwordless modes
270
+ - bug fix in how alternative actions are rendered
271
+ - queue related bug fixes
272
+ - changes to add a websocket adaptor to the bootstrap server routine
273
+ - license changes
274
+ - type fixes
275
+ - removed min and max from long text mapping
276
+ - bug fix for shortext field mapping
277
+ - changes to post the testing results to a webhook api with a test payload
278
+ - added import multer this fixes un-necessary ts errors in vscode
279
+ - ts errors fixed
280
+ - bug fix in rabbitmq subscriber optimisation in all subscribers to default to role both if not specified
281
+ - formatting changes
282
+ - facebook oauth
283
+ - Status required false
284
+ - updated gitignore
285
+ - dleete un-necessary docs
286
+ - deleted un-necessary files
287
+ - changes related to more grooming
288
+ - api added in cors
289
+ - refactor Oauth strategy
290
+ - Revert "Ft social media login"
291
+ - bug fix
292
+ - bug fix
293
+ - add new api me endpoint and role based settings
294
+ - setting changes for new ui architecture
295
+ - changes for new settings structure
296
+ - chatter task subtype and related changes
297
+ - bug fix
298
+ - fixes
299
+ - changes to get rid of angular schematics for helping with string case transformation for consistency purpose i.e (lodash is being used on frontend too) and avoid edge cases
300
+ - changes to handle import logs as well, thru configured winston log level
301
+ - change isMultiSelect to true in solid-core-metadata.json
302
+ - change isMultiSelect to false and set visibility for cronExpression, dayOfWeek, and dayOfMonth fields to false
303
+ - tightened up queue subscriber interface + fixed core subscribers that were not returning anything. all subscribers must either return a promise or if not async then the actual value
304
+ - removed authTheme setting, auth pages dark - light is now controlled by the same local storage as the rest of the app shell
305
+ - bug fix: passwordless registration should create a user with active false
306
+ - apikeys attribute was not exposed
307
+ - refactor Oauth strategy
308
+ - changes to avoid sending out encrypted setting in api responses. also removed menu item and action entries for ai settings. (temporary fix, since setting ui to be revamped soon)
309
+ - bug fix
310
+ - null check on role
311
+ - made provision to seed custom permissions
312
+ - handled seed scenario too
313
+ - upload File and expectHidden changes
314
+ - extension user cleanup and checks added
315
+ - fixed types for cleanup
316
+ - added tsc-alias as well to ensure clean imports in dist as an extra cleanup measure
317
+ - fixes bare shell imports with relative imports
318
+ - dynamic import fix
319
+ - removed unnecessary file
320
+ - fixes for 1. throw exception if extension user and no provider configured 2. fixed roles method in the extensionUserProvider interface to make it mandatory
321
+ - removed base abstract class
322
+ - added interface too
323
+ - changes
324
+ - changes to test data seeding & fixed the type for authenticationService.signup method
325
+ - changes to user dto to include the api keys toggle
326
+ - add default role to the user only if there are no roles resolved against a user
327
+ - changes to replace current extension user custom user creation logic with the use of dynamic extension user provider. cleans up creation of an extension user
328
+ - Only forward --debug when explicitly enabled.
329
+ - toolOutput field changes to json
330
+ - adding user api key entity to export
331
+ - minor optimisation to how dynamic modules are loaded
332
+ - Add Discord badge to top of README
333
+ - Fix broken BSL license link and add Discord link to README
334
+ - Add BSL 1.1 license and update package.json license field
335
+ - Seed user and roles in testing data
336
+ - removed readme.txt
337
+ - moved type and interfaces in interfaces.ts and refactored accordingly
338
+ - changed to md
339
+ - added readme
340
+ - Ai setting model change
341
+ - changes to allow encrypting setting keys
342
+ - form view clean up
343
+ - Agent table list view changes
344
+ - synchronize false
345
+ - changes to resolve the selection dynamic provider by name and token both
346
+ - changes to bypass swagger urls from csp policy
347
+ - changes to create a seperate endpoint for admin users to generate api key + custom repository created for userApiKey
348
+ - changes to fix issue around isAllowedToGenerateApiKeys not getting saved during user creation
349
+ - changes to implement the sso code and sso exchange use cases
350
+ - removed orm types / exported api key entity
351
+ - added provision to control if api key creation is allowed for the user
352
+ - api key changes for backend
353
+ - changes to bootstrap helper to read from standard env variables and avoid redundantly passing swagger options
354
+ - fix to call addRoles only if role names are present
355
+ - Revert "revert: refactor: update legacy entity fields to be nullable and support null types"
356
+ - refactor: update legacy entity fields to be nullable and support null types
357
+ - Json structure change
358
+ - Agent table metadata clean up changes
359
+ - longtext
360
+ - longtext changes
361
+ - Agent tables clean up
362
+ - fixes to seed many-to-many relation for tests
363
+ - changes to seed media in testing data
364
+ - Chatter modelUserkey and excel many to one issue
365
+ - keeping the default selectionValueType as string since this is a good default
366
+ - bug fixes around how media is done
367
+ - bug fixes
368
+ - try catch inside logEvent
369
+ - media has card based metadata
370
+ - Refresh token activity
371
+ - changes to implement the sso code and sso exchange use cases
372
+ - cleanup
373
+ - enabled kanban view on mq message
374
+ - Agent table changes
375
+ - changes to disallow deleting a model or module in production
376
+ - changelog version bumped
377
+ - changelog added
378
+ - changes to control the logging using env variables & set appropriate defaults basis environment
379
+ - chnages for logging
380
+ - Chatter queue fixs
381
+ - one more "beta" for ozzy
382
+ - additional loggging in cors helper
383
+ - changes
384
+ - Redis Queue component and rabbitMQ folder changes
385
+ - changes to track old and new fields as part of the delete entity operation
386
+ - optimizations done for audit subcriber
387
+ - changes to optimize audit subscriber code to use background jobs entirely instead of partially
388
+ - changes to push all work/processing to the chatter queue subscriber to better manage workloads & db pooling utilization
389
+ - formatting changes
390
+ - performance optimisations 1. created by updated by subscriber is not querying users again and again 2. rabbit pub / sub can now optinally switch off db persistence
391
+ - qs depth config increased
392
+ - changes to move the shouldTrackAudit check into registry to avoid unnecessary checks during runtime
393
+ - cached model metadata queries
394
+ - changse
395
+ - disabled extra loggign
396
+ - chagnes
397
+ - reduced concurrency in computed fields
398
+ - additional loggign
399
+ - added indexes to mobile & email since those are frequently queries upon
400
+ - changes to optimize the permission service methods used in the hotspot load paths within auth and access token guards
401
+ - Redis background job changes
402
+ - Chatter Rationalizing
403
+ - changes
404
+ - changes
405
+ - changes to merge the entityId sequence computed provider into the existing sequence number provider
406
+ - changes to export bootstrap helpers for server & cli nest applications
407
+ - changes to toggle the validation for selection dynamic provider. Also changes to export a bootstrap helper function
408
+ - registered the EntityIdSequenceNumComputedFieldProvider computation provider as a nest provider
409
+ - Added EntityIdSequenceNumComputedFieldProvider as an alternative simpler provider which uses the modelSequence configuration and relies on the id persisted during creation for an entity
410
+ - added index on message id in mq message table
411
+ - changes around sequence num computed field being a post computation provider error logging in rabbit mq
412
+ - changes to save model sequence id as part of post compute instead of pre compute
413
+ - changse
414
+ - Revert "High concurrency fix for alpha num and sequence num computed fields"
415
+ - High concurrency fix for alpha num and sequence num computed fields
416
+ - bug fix in cron evalutaion
417
+ - tighter logging around roles
418
+ - scheduler now supports env based specific jobs starting and others not
419
+ - reverting back to text (i.e since it is good enough for mysql too) i.e 64kb for these fields
420
+ - revert cross db changes for view-metadata-entity
421
+ - fixes
422
+ - changes to handle cross-db compatibility
423
+ - added type as simple-json
424
+ - Remove isValidateForUpdate hack that relied on checking dto.id !== undefined
425
+ - Revert "Merge branch 'media-update' into 'main'"
426
+ - Mysql related changes
427
+ - ts-morph and media storage fix
428
+ - dashboard layout menu item added
429
+ - dashboard changes
430
+ - scheduler bug fix
431
+ - made provision to execute scheduled jobs manually
432
+ - changes
433
+ - cleanup
434
+ - logging related changes and made user activity history tree view
435
+ - changes to return the wall clock time as utc for chatter as well to keep it...
436
+ - changes around dashboard question refactoring
437
+ - default tree view and action added on code generation
438
+ - Date time format changes in audit
439
+ - user activity history on otp login
440
+ - changes
441
+ - changelog added
442
+ - reverted legacy and common entity to use local date time transformer only
443
+ - added changelog
444
+ - made playwright dependency lazy
445
+ - ai interaction table user is nullable now
446
+ - rabbitmq subscriber does a prefetch now allowing for more concurrency
447
+ - formatting changes
448
+ - Version info changes
449
+ - dummy otp can now be enabled on a per user basis
450
+ - jwt token optimisation
451
+ - optimised the authentication flow in microservice adapter to cache access token
452
+ - deleted file containing secrets
453
+ - changes
454
+ - optimisation around how dummy otp is managed
455
+ - isSeeded added
456
+ - bug fix for fetch layouts
457
+ - view modes added in layout
458
+ - One to many crud manager fixes
459
+ - one-to-many-crud-manager-fixes
460
+ - Many to many crud field manager fixes
461
+ - patch endpoint added in role controller
462
+ - many-to-many field fixes
463
+ - modelSequenceFormViewChangeHandler added on field change
464
+ - changes to convert the passwordlessRegistrationValidateWhat from array to string
465
+ - changes to format group values consistently
466
+ - fixes for normalizing group values
467
+ - Revert "changes to return groupValue in the group meta response as well. groupValue is..."
468
+ - changes to return groupValue in the group meta response as well. groupValue is...
469
+ - changes to return groupValue in the group meta response as well. groupValue is...
470
+ - filter_field_granularity_supported_added_for_date_fields
471
+ - password registration/login cleanup + max failed login attempts checks added
472
+ - removed unsafe inline from CSP
473
+ - removed incorrect comment
474
+ - changes
475
+ - Revert "replaced playwright with lazy dependency"
476
+ - replaced playwright with lazy dependency
477
+ - count and average
478
+ - fixes to solid core metadata configuration
479
+ - make `s3Key` and `isPrivate` properties mandatory in `ResolveS3UrlDto`.
480
+ - solid seed now prints proper exception stack trace
481
+ - added playwright dependencies as peer dependencies
482
+ - changed playwright import to make it lazy
483
+ - issue fixes
484
+ - formatting changes
485
+ - formatting changes
486
+ - changes for test setup
487
+ - package changes
488
+ - Changes to generate an SA user with the default password for simpler experience during setup
489
+ - more changes to support form data based uploads
490
+ - changes
491
+ - changes around testing workflow
492
+ - unified testing utitlities
493
+ - added comments to the slug code
494
+ - refactored queue namespacign
495
+ - queue namespacing related chanes
496
+ - removed todo
497
+ - queue name related changes
498
+ - cag
499
+ - changrs
500
+ - queues names are now namespaced by service naem
501
+ - enabled logs
502
+ - debug logs
503
+ - testing docs updated
504
+ - changes
505
+ - cleanup
506
+ - removed old testing related fiels
507
+ - testing infra now supports data based interpolation
508
+ - testing changes: now we support fully custom test specs
509
+ - changes for test automation
510
+ - changes to tsconfig for playwright tests
511
+ - exporting typeorm db helper
512
+ - removed the files section
513
+ - changes for playwright testing
514
+ - changes to disable service controller seed method
515
+ - formatting changes
516
+ - oom issue
517
+ - logger added for chatter
518
+ - changed arg to kebab case instead of came case in schematic service
519
+ - default menu icons added
520
+ - rabbitmq subscriber: add retries, DLX queues, reconnects, and docs
521
+ - removed un-necessary log
522
+ - fix for handling non existence of fieldNamesForRemoval arg
523
+ - foirmatting canges
524
+ - Archived/solidstarters main
525
+ - version changes
526
+ - changed org : @solidstarters -> @solidxai
527
+ - removed publish script, since it is replaced with solidctl release
528
+ - chanes
529
+ - Revert "@solidstarters namespace changed to @solidx"
530
+ - @solidstarters namespace changed to @solidx
531
+ - file service interface changes
532
+ - CR in s3 file service, url options now supports isPrivateBucket allowing one to generate signed and un-signed URLs using the getUrl method
533
+ - changes to the publish script to support: 1.reverse merging main to dev to ensure latest package version is synced with dev post publish. 2. added guardrail to allow publishing from main branch only 3. added dry run option and force option i.e (in case we want to publish from another branch, but is hidden) 4. script now pushes the git version tags as well
534
+ - changes to pass minimal parameters to the schematics project and pick the rest from the metadata configuration json file (avoid long shell commands)
535
+ - test data workflow
536
+ - test-data command
537
+ - seed command updated
538
+ - changes
539
+ - changes
540
+ - seed command changes to support pruning, test-data-setup and test-data-teardown.
541
+ - seeding now supports seedData allowing us to seed fixtures for testing.
542
+ - precomputations now skip computation if value is already provided
543
+ - added utility for findOneByUserKey
544
+ - pruning related chagnes
545
+ - changes
546
+ - more changes related to pruning metadata
547
+ - pruen logs added
548
+ - module metadata seeder now does prune also
549
+ - reformatting to improve readability
550
+ - changes
551
+ - file type not allowed. Allowed: image, document, pdf. Received mimetype: application/pdf (mapped to file)
552
+ - bug fixes
553
+ - changes to cleanup the implementation by having the write method of file service return the url post write
554
+ - changes to support using the region specified in a media storage provider, instead only the default while creating an s3 client
555
+ - fixes for using the default-aws-s3 bucket for storing the settings media if default file service is s3
556
+ - changes to settings media storage logic i.e copy multer path to file service implementation write
557
+ - file service abstraction cleanup
558
+ - chagnes
559
+ - Dashboard Question Responsive
560
+
3
561
  ## [0.1.13-beta.11] - 2026-07-31
4
562
 
5
563
  ### Added
@@ -18,6 +18,7 @@ interface TestRunCommandOptions {
18
18
  listSpecs?: boolean;
19
19
  printApiLogs?: boolean;
20
20
  runName?: string;
21
+ progress?: boolean;
21
22
  }
22
23
  export declare class TestRunCommand extends CommandRunner {
23
24
  private readonly moduleMetadataHelperService;
@@ -40,6 +41,7 @@ export declare class TestRunCommand extends CommandRunner {
40
41
  parseTimeoutMs(val: string): number;
41
42
  parseRetries(val: string): number;
42
43
  parseRunName(val: string): string;
44
+ parseNoProgress(): boolean;
43
45
  }
44
46
  export {};
45
47
  //# sourceMappingURL=run-tests.command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"run-tests.command.d.ts","sourceRoot":"","sources":["../../src/commands/run-tests.command.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,aAAa,EAAU,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC;AAMzF,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAG9D,UAAU,qBAAqB;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,qBAIa,cAAe,SAAQ,aAAa;IAI7C,OAAO,CAAC,QAAQ,CAAC,2BAA2B;IAC5C,OAAO,CAAC,QAAQ,CAAC,cAAc;IAJjC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;gBAGvC,2BAA2B,EAAE,2BAA2B,EACxD,cAAc,EAAE,cAAc;IAK3C,GAAG,CAAC,WAAW,EAAE,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,IAAI,CAAC;IAiHhF,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAShC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASrC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASrC,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASzC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASlC,cAAc,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO;IAUrC,iBAAiB,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO;IAUxC,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASpC,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASnC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAUnC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAUrC,0BAA0B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAS/C,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASnC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASjC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;CAGlC"}
1
+ {"version":3,"file":"run-tests.command.d.ts","sourceRoot":"","sources":["../../src/commands/run-tests.command.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,aAAa,EAAU,MAAM,gBAAgB,CAAC;AAEnE,OAAO,EAAE,2BAA2B,EAAE,MAAM,4CAA4C,CAAC;AAOzF,OAAO,EAAE,cAAc,EAAE,MAAM,8BAA8B,CAAC;AAG9D,UAAU,qBAAqB;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,qBAIa,cAAe,SAAQ,aAAa;IAI7C,OAAO,CAAC,QAAQ,CAAC,2BAA2B;IAC5C,OAAO,CAAC,QAAQ,CAAC,cAAc;IAJjC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAmC;gBAGvC,2BAA2B,EAAE,2BAA2B,EACxD,cAAc,EAAE,cAAc;IAK3C,GAAG,CAAC,WAAW,EAAE,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,qBAAqB,GAAG,OAAO,CAAC,IAAI,CAAC;IAoHhF,WAAW,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAShC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASrC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASrC,oBAAoB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASzC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASlC,cAAc,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO;IAUrC,iBAAiB,CAAC,GAAG,CAAC,EAAE,MAAM,GAAG,OAAO;IAUxC,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASpC,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASnC,aAAa,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO;IAUnC,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAUrC,0BAA0B,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAS/C,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASnC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASjC,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IASjC,eAAe,IAAI,OAAO;CAG3B"}
@@ -49,6 +49,7 @@ const nest_commander_1 = require("nest-commander");
49
49
  const path = __importStar(require("path"));
50
50
  const module_metadata_helper_service_1 = require("../helpers/module-metadata-helper.service");
51
51
  const console_reporter_1 = require("../testing/reporter/console-reporter");
52
+ const progress_reporter_1 = require("../testing/reporter/progress-reporter");
52
53
  const webhook_reporter_1 = require("../testing/reporter/webhook-reporter");
53
54
  const run_from_metadata_1 = require("../testing/runner/run-from-metadata");
54
55
  const spec_registry_1 = require("../testing/core/spec-registry");
@@ -113,9 +114,12 @@ let TestRunCommand = TestRunCommand_1 = class TestRunCommand extends nest_comman
113
114
  const printApiLogs = options?.printApiLogs ?? false;
114
115
  const webhookUrl = process.env.SOLIDCTL_WEBHOOK_URL;
115
116
  const runName = options?.runName ?? `run-${Date.now()}`;
116
- const reporter = webhookUrl
117
+ const baseReporter = webhookUrl
117
118
  ? new webhook_reporter_1.WebhookReporter(webhookUrl, runName)
118
119
  : new console_reporter_1.ConsoleReporter();
120
+ const reporter = options?.progress === false
121
+ ? baseReporter
122
+ : new progress_reporter_1.ProgressReporter(baseReporter);
119
123
  try {
120
124
  await (0, run_from_metadata_1.runFromMetadata)({
121
125
  metadata: metadata,
@@ -146,8 +150,8 @@ let TestRunCommand = TestRunCommand_1 = class TestRunCommand extends nest_comman
146
150
  process.exitCode = 1;
147
151
  }
148
152
  finally {
149
- if (reporter instanceof webhook_reporter_1.WebhookReporter) {
150
- await reporter.flush(Number(process.exitCode ?? 0));
153
+ if (baseReporter instanceof webhook_reporter_1.WebhookReporter) {
154
+ await baseReporter.flush(Number(process.exitCode ?? 0));
151
155
  }
152
156
  }
153
157
  return;
@@ -208,6 +212,9 @@ let TestRunCommand = TestRunCommand_1 = class TestRunCommand extends nest_comman
208
212
  parseRunName(val) {
209
213
  return val;
210
214
  }
215
+ parseNoProgress() {
216
+ return false;
217
+ }
211
218
  };
212
219
  exports.TestRunCommand = TestRunCommand;
213
220
  __decorate([
@@ -360,6 +367,16 @@ __decorate([
360
367
  __metadata("design:paramtypes", [String]),
361
368
  __metadata("design:returntype", String)
362
369
  ], TestRunCommand.prototype, "parseRunName", null);
370
+ __decorate([
371
+ (0, nest_commander_1.Option)({
372
+ flags: '--no-progress',
373
+ description: 'Disable the interactive test progress footer.',
374
+ required: false,
375
+ }),
376
+ __metadata("design:type", Function),
377
+ __metadata("design:paramtypes", []),
378
+ __metadata("design:returntype", Boolean)
379
+ ], TestRunCommand.prototype, "parseNoProgress", null);
363
380
  exports.TestRunCommand = TestRunCommand = TestRunCommand_1 = __decorate([
364
381
  (0, nest_commander_1.SubCommand)({
365
382
  name: 'run',