Commit 6608157
authored
v4.15.0 - Winter '25 Release (API v62.0) (#794)
* Bumped all metadata to API v62.0 - Winter '25 Release
* Replaced compact layouts with new dynamic highlights components in all flexipages (using the new component 'dynamic related list - single' instead of the older component 'related list - single')
* The compact layouts are still included in the repo, but they're now considered deprecated
* Added new formula fields on LogEntry__c & LogEntryTag__c that reference OTHER formula fields on Log__c so the data can be shown in list views, etc.
* The new formula fields also help to circumvent an issue with the new dynamic higlights panel - it expects the namespaced relationship Nebula__Log__r for the managed package, and I don't want to have to make a script to change to add the namespace in the pipeline (and feels like a flaw on Salesforce's side), so these formula fields are used in the dynamic highlights panel, even though the dynamic highlights panel is capable of referencing parent object fields
* Updated all list views for Log__c, LogEntry__c, and LogEntryTag__c to include some of the formula fields like ProfileLink__c
* Added some new list views on Log__c, LogEntry__c, and LogEntryTag__c
* Added new LogEntryTag__c fields to the LogEntryTagRecordPage flexipage
* Made some tweaks to the fields shown on some related lists for Log__c and LoggerScenario__c
* Enabled field history tracking on LoggerTag__c.Name and LoggerTag__c.UniqueId__c. These fields typically shouldn't change, and field history tracking will make it clear when they have
* Added inline help text on Log__c.TransactionId__c
* Updated all SObjectType and SObjectField usages of getDescribe().getName() to toString() - it's easier to read, and based on some benchmarking that @jamessimone did, it's faster too
* Updated a helper method in LogBatchPurgeController_Tests to try to avoid flaky test failures in the pipeline due to (presumably) non-unique data being generated in parallel test methods
* Removed old sfdx commands in README.md - now only sf commands are provided
* Added settings metadata to enable the new local dev setting for LWC in scratch orgs1 parent 1b437ce commit 6608157
354 files changed
Lines changed: 1901 additions & 551 deletions
File tree
- config/scratch-orgs/experience-cloud
- classes
- pages
- nebula-logger
- core
- main
- configuration/classes
- log-management
- classes
- flexipages
- layouts
- lwc
- logBatchPurge
- logEntryEventStream
- logEntryMetadataViewer
- logOrganizationLimits
- logViewer
- loggerCodeViewer
- loggerHomeHeader
- loggerPageSection
- loggerSettings
- objects
- LogEntryTag__c
- fields
- listViews
- LogEntry__c
- fields
- listViews
- Log__c
- fields
- listViews
- LoggerTag__c
- fields
- pages
- permissionsets
- triggers
- logger-engine
- classes
- lwc/logger
- tests
- configuration
- classes
- utilities
- log-management
- classes
- utilities
- logger-engine
- classes
- utilities
- dev/main/default/settings
- extra-tests
- classes
- name-shadowing
- Schema
- System
- flows
- tests
- managed-package
- core/main
- configuration/classes
- deprecated
- aura/logJSONViewer
- classes
- plugins
- async-failure-additions/plugin
- classes
- flows
- triggers
- big-object-archiving/plugin
- classes
- lwc/logEntryArchives
- log-retention-rules/plugin/classes
- slack/plugin/slack/classes
- recipes
- aura/loggerAuraEmbedDemo
- classes
- flows
- lwc
- loggerLWCCreateLoggerImportDemo
- loggerLWCEmbedDemo
- loggerLWCGetLoggerImportDemo
- triggers
- scripts/build
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments