Skip to content

initial support for server's settings from intersystems.servers #172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 7, 2020

Conversation

daimor
Copy link
Member

@daimor daimor commented Jun 29, 2020

No description provided.

@isc-rsingh
Copy link
Member

@daimor do you want this approved and merged now?

@daimor
Copy link
Member Author

daimor commented Jul 1, 2020

Work in progress, it was happened to be a bit more complicated, than I thought.

@daimor daimor marked this pull request as ready for review July 3, 2020 15:19
Copy link
Contributor

@gjsjohnmurray gjsjohnmurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some cosmetic changes. I haven't yet tested the VSIX, but am confident you will have done that.

package.json Outdated
},
"server": {
"type": "string",
"pattern": "^[A-Za-z0-9-._~]+$",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we no longer allow uppercase characters in server names.

package.json Outdated
"server": {
"type": "string",
"pattern": "^[A-Za-z0-9-._~]+$",
"markdownDescription": "Server defined in `intersystems.servers`"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make this

`#intersystems.servers#`

and it will hyperlink to that part of Settings.

if (workspaceState.get(workspaceFolder + ":docker", true)) {
terminal.push({
if (workspaceState.get(workspaceFolder + ":docker", false)) {
actions.push({
id: "openDockerTerminal",
label: "Open terminal in docker",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Open Terminal in Docker"

@daimor daimor requested a review from gjsjohnmurray July 3, 2020 19:16
Copy link
Contributor

@gjsjohnmurray gjsjohnmurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Final tiny nitpick.

package.json Outdated
@@ -558,29 +558,29 @@
"description": "Password of username. If not set here it must be provided when connecting."
},
"https": {
"description": "Use SSL to access to API",
"description": "Use SSL to access to API.",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"description": "Use SSL to access to API.",
"description": "Use SSL/TLS to access the server.",

Copy link
Contributor

@gjsjohnmurray gjsjohnmurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@gjsjohnmurray gjsjohnmurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package.json needs this adding so that when this extension gets installed it will pull in the Server Manager one.

  "extensionDependencies": [
    "intersystems-community.servermanager"
  ],

Copy link
Contributor

@gjsjohnmurray gjsjohnmurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@isc-rsingh isc-rsingh merged commit 012d6f0 into master Jul 7, 2020
@daimor daimor deleted the servermanager branch July 7, 2020 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants