Skip to content

Commit 2f4e2d5

Browse files
authored
Merge pull request #303 from marklogic/master
MLE-12345 Merging master into develop
2 parents 2200a8b + 4638864 commit 2f4e2d5

10 files changed

Lines changed: 404 additions & 153 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [3.9.1](https://github.com/marklogic/mlxprs/releases/tag/v3.9.1)
2+
3+
- Addressed a set of dependency updates and vulnerabilities.
4+
- [Improved user guide.](https://marklogic.github.io/mlxprs/)
5+
16
## [3.9.0](https://github.com/marklogic/mlxprs/releases/tag/v3.9.0)
27

38
- New MarkLogic icon in the Activity Bar that can be used to open an explorer view with high-level information about the currently connected MarkLogic server.

docs/Gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -222,19 +222,21 @@ GEM
222222
mutex_m (0.2.0)
223223
net-http (0.4.1)
224224
uri
225-
nokogiri (1.16.2-arm64-darwin)
225+
nokogiri (1.18.8-arm64-darwin)
226+
racc (~> 1.4)
227+
nokogiri (1.18.8-x86_64-linux-gnu)
226228
racc (~> 1.4)
227229
octokit (4.25.1)
228230
faraday (>= 1, < 3)
229231
sawyer (~> 0.9)
230232
pathutil (0.16.2)
231233
forwardable-extended (~> 2.6)
232234
public_suffix (4.0.7)
233-
racc (1.7.3)
235+
racc (1.8.1)
234236
rb-fsevent (0.11.2)
235237
rb-inotify (0.10.1)
236238
ffi (~> 1.0)
237-
rexml (3.2.6)
239+
rexml (3.3.9)
238240
rouge (3.26.0)
239241
rubyzip (2.3.2)
240242
safe_yaml (1.0.5)
@@ -258,13 +260,14 @@ GEM
258260
unf_ext
259261
unf_ext (0.0.9.1)
260262
unicode-display_width (1.8.0)
261-
uri (0.13.0)
262-
webrick (1.8.1)
263+
uri (0.13.2)
264+
webrick (1.8.2)
263265

264266
PLATFORMS
265267
arm64-darwin-21
266268
arm64-darwin-22
267269
arm64-darwin-23
270+
x86_64-linux
268271

269272
DEPENDENCIES
270273
github-pages (~> 228)
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Once you start debugging, a dropdown menu will pop up listing all paused request
3838

3939
**Note: Only requests that are launched after a server is connected/made debug server can be attached.**
4040

41-
![Attach screenshot](/assets/attach_screenshot.png "attach screenshot")
41+
![Attach screenshot](../assets/attach_screenshot.png "attach screenshot")
4242

4343
Use the optional parameter `rid` to specify a request ID in advance and avoid being prompted for it.
4444

docs/serverStatusView.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ nav_order: 3
88
### Server Status View
99

1010
MLXPRS includes an icon (
11-
<img src="/assets/Progress_PrimarySymbol.svg" width="15" height="15" style="filter: grayscale(1);"/>
11+
<img src="./assets/Progress_PrimarySymbol.svg" width="15" height="15" style="filter: grayscale(1);"/>
1212
) in the VSCode activity bar, which VSCode displays by default on the left side of the
1313
VSCode window. When selected, an explorer view is shown, which can provide information
1414
about the currently configured MarkLogic server.
1515

1616
The first time the Server Status View is displayed, the MarkLogic server is queried for
1717
a list of configured databases and app servers, as well as a list of app servers that
1818
are currently in "connected" mode - see
19-
[Attach - Attach & step through remote requests](remoteRequests.md) for more
20-
information. Then, the view and lists are updated anytime there is a change to
19+
[Attach - Attach & step through remote requests](debugging-support/remoteRequests.html)
20+
for more information. Then, the view and lists are updated anytime there is a change to
2121
'marklogic' configuration values. Finally, you can also request a refresh of a specific
2222
list by clicking on the list header (Databases, App-Servers, Debug App Servers).
2323

package-lock.json

Lines changed: 364 additions & 124 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mlxprs",
33
"displayName": "MLXPRS: MarkLogic Extension for VS Code",
44
"description": "Simplifies and automates common development tasks for creating applications on MarkLogic.",
5-
"version": "3.9.0",
5+
"version": "3.9.1",
66
"publisher": "mlxprs",
77
"engines": {
88
"vscode": "^1.78.0"
@@ -157,7 +157,7 @@
157157
"runtime": "node",
158158
"configurationAttributes": {
159159
"launch": {
160-
"required": [],
160+
"required": [ ],
161161
"properties": {
162162
"path": {
163163
"type": "string",
@@ -248,7 +248,7 @@
248248
}
249249
}
250250
],
251-
"variables": {}
251+
"variables": { }
252252
},
253253
{
254254
"type": "xquery-ml",
@@ -607,7 +607,9 @@
607607
"coverageAll": "c8 npm run test && c8 npm run testServer && c8 npm run testIntegration"
608608
},
609609
"dependenciesComments": {
610-
"webpack": "Something with version 5.80.0 is breaking the integration tests (and other things?).",
610+
"webpackProblem": "Something with version 5.95.0 is breaking the integration tests (and other things?).",
611+
"webpackFix": "I believe this will require upgrading the @types/node and will not be trivial.",
612+
"@types/vscode": "This needs to match the value at the top of this file in 'engines.vscode`",
611613
"possiblyUnused": {
612614
"comment": "I'm not sure about these four packages. Without them, there seem to be problems when you attempt to 'attach' or 'launch'.",
613615
"@types/estree": "1.0.5",
@@ -646,9 +648,10 @@
646648
"@vscode/debugadapter": "1.65.0",
647649
"await-notify": "1.0.1",
648650
"esprima": "4.0.1",
649-
"fast-xml-parser": "4.3.5",
651+
"fast-xml-parser": "4.4.1",
650652
"marklogic": "3.3.1",
651653
"merge-options": "3.0.4",
654+
"path-to-regexp": "6.3.0",
652655
"ts-loader": "9.5.1",
653656
"vscode-languageclient": "7.0.0",
654657
"xml2js": "0.6.2"

server/package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-app/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: mlxprs
44
services:
55

66
marklogic:
7-
image: "marklogicdb/marklogic-db:11.1.0-centos-1.1.0"
7+
image: "progressofficial/marklogic-db:latest"
88
platform: linux/amd64
99
environment:
1010
- INSTALL_CONVERTERS=true

0 commit comments

Comments
 (0)