Commit 7dd5292
authored
Summer '24 Release (API v61.0) - v4.14.0 (#700)
* Bumped all metadata to API v61.0 (Summer '24 release)
* Fixed #688 by updating LoggerSettingsController_Tests to call LogManagementDataSelector.getInstance().getUsersByNameSearch(), instead of duplicating the query
* Updated picklist values in several 'API version' picklist fields
* Deprecated the formula field LogEntry__c.LoggingLevelWithImage__c, and reverted to only using LogEntry__c.LoggingLevel__c. The emojis shown in LoggingLevelWithImage__c have now been added to the labels of the picklist values in the global value set LoggingLevel
* Added 5 new list views on LogEntry__c to show exceptions, HTTP requests, HTTP responses, REST request, and REST responses
* Resolved #697 by updating LogEntryRecordPage and LogRecordPage flexipages to conditionally display tabs (added in Summer '24 release)
* Eliminated the tab "Database Result Details" on LogEntryRecordPage flexipage & consolidated its contents to instead be part of the tab "Related Records"
* Updated the instance method LogEntryEventBuilder.setTimestamp() to use a fluent API, and updated usages of setTimestamp() to leverage the fluent API to help streamline some code
* Updated permission set descriptions to clarify what each permission set provides
* Fixed a flaky pipeline integration test in LogEntryEventHandler_Tests_FieldMappings
* Added some sf environment variables to build.yml to disable checking for updates during pipeline runs
* Added new scratch org def file that will only be used for development (not in the pipeline or when creating package versions)
* Renamed the existing scratch def files to have a 'build-' prefix
* Moved some org settings that were previously configured via scratch def files to now be stored as metadata in a new 'dev' directory (which is now the default directory in sfdx-project.json)
* Added a .mob file to setup some defaults when using the mob CLI (https://mob.sh) with Nebula Logger1 parent 7a715d1 commit 7dd5292
317 files changed
Lines changed: 756 additions & 659 deletions
File tree
- .github/workflows
- config
- experience-cloud
- classes
- pages
- scratch-orgs
- docs/apex/Logger-Engine
- nebula-logger
- core
- main
- configuration/classes
- log-management
- classes
- flexipages
- globalValueSets
- layouts
- lwc
- logBatchPurge
- logEntryEventStream
- logEntryMetadataViewer
- logOrganizationLimits
- logViewer
- loggerCodeViewer
- loggerHomeHeader
- loggerPageSection
- loggerSettings
- objects
- LogEntry__c
- compactLayouts
- fields
- listViews
- Log__c/fields
- pages
- permissionsets
- reports/LogReports
- triggers
- logger-engine
- classes
- lwc/logger
- permissionsets
- 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
- loggerLWCEmbedDemo
- loggerLWCImportDemo
- objects/LogEntry__c/listViews
- triggers
- scripts/data
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
160 | 165 | | |
161 | 166 | | |
162 | 167 | | |
163 | | - | |
| 168 | + | |
164 | 169 | | |
165 | 170 | | |
166 | 171 | | |
| |||
222 | 227 | | |
223 | 228 | | |
224 | 229 | | |
225 | | - | |
| 230 | + | |
226 | 231 | | |
227 | 232 | | |
228 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 104 | + | |
108 | 105 | | |
109 | 106 | | |
110 | 107 | | |
| |||
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