Skip to content

Commit 226e0a8

Browse files
Updating to add a new Benchmarking Feature and a few other changes:
Updates Include: --- - [X] Remove **Dev Console** ( by request ) - [X] Add Benchmark Functionality - [X] Prevent Controller from fetching unneeded data when Drawer is Closed - [X] Fixed rendering issues some sites were having with Drawer Tooltip :warning: Breaking Changes: --- The author of the **Dev Console** has requested their cartridge be relocated to their personal GitHub account for future development. You can locate this cartridge at its **[New Home](https://github.com/z1haze/sfcc_dev_console)**. ### Required Update Actions: - [X] Remove `sfcc_dev_console` from Cartridge List if no longer using - [X] Install [new cartridge](https://github.com/z1haze/sfcc_dev_console) - [X] New `DevToolsBenchmarkCache` may require toggling Active Code Versions to activate Signed-off-by: Peter Schmalfeldt <[email protected]>
1 parent 9834411 commit 226e0a8

File tree

135 files changed

+58738
-6212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+58738
-6212
lines changed

.eslintrc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ module.exports = {
1313
'dw': true,
1414
'XML': true,
1515
'request': true,
16-
'response': true
16+
'response': true,
17+
'session': true
1718
},
1819
// Ignore Lint Rules that are Overkill
1920
rules: {

.gitattributes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
.gitattributes export-ignore
66
.github export-ignore
77
.mocharc.js export-ignore
8-
cartridges/sfcc_dev_console/webpack.config.js export-ignore
8+
.npmrc export-ignore
9+
.nvmrc export-ignore
910
cartridges/sfcc_dev_tools/webpack.config.js export-ignore
1011
package-lock.json export-ignore
1112
package.json export-ignore

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
!cartridges/sfcc_dev_console/**/static/**/css
2-
!cartridges/sfcc_dev_console/**/static/**/js
1+
!.npmrc
2+
!.nvmrc
33
!sfcc_developers_core.code-workspace
44
.idea/
55
cartridges/modules/

.mocharc.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
audit=false
2+
fund=false
3+
loglevel=error

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.17.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 SFCC DevOps
3+
Copyright (c) 2023 SFCC DevOps
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 8 additions & 4 deletions

cartridges/sfcc_dev_console/.project

Lines changed: 0 additions & 17 deletions
This file was deleted.

cartridges/sfcc_dev_console/README.md

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)