Skip to content

Commit

Permalink
Merge pull request #320 from mountaindude/main
Browse files Browse the repository at this point in the history
3.13.2
  • Loading branch information
mountaindude authored Oct 6, 2023
2 parents 2b72aad + 3fbc4d3 commit 354884a
Show file tree
Hide file tree
Showing 13 changed files with 304 additions and 266 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
with:
# command: manifest
# bootstrap-sha: e0fd792f506ad88db030972c1baa201907844d6a
last-release-sha: 707267ad0bda7a666f3823b6c202e6c4fdc417fd
release-as: 3.13.1
# last-release-sha: 707267ad0bda7a666f3823b6c202e6c4fdc417fd
# release-as: 3.13.1
release-type: node
package-name: ctrl-q
default-branch: main
Expand Down
146 changes: 73 additions & 73 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,23 +76,23 @@
// "--file-type",
// "excel",

// // "--file-name",
// // "testdata/tasks.xlsx",
// // "--sheet-name",
// // "Ctrl-Q task import 1",
// "--file-name",
// "testdata/tasks.xlsx",
// "--sheet-name",
// "Ctrl-Q task import 1",

// "--import-app",
// "--import-app-sheet-name",
// "App import",
// // "--import-app",
// // "--import-app-sheet-name",
// // "App import",

// // "--qvf-overwrite",
// // "no",

// // "--limit-import-count",
// // "2",

// "--sleep-app-upload",
// "500",
// // "--sleep-app-upload",
// // "500",

// // "--dry-run"
// ]
Expand Down Expand Up @@ -187,82 +187,82 @@
// ------------------------------------
// Import apps from Excel file
// ------------------------------------
"args": [
"app-import",
"--auth-type",
"cert",
"--host",
"192.168.100.109",
"--auth-cert-file",
"./cert/client.pem",
"--auth-cert-key-file",
"./cert/client_key.pem",
"--auth-user-dir",
"LAB",
"--auth-user-id",
"goran",

// "--file-type",
// "excel",

"--file-name",
"testdata/tasks.xlsx",
"--sheet-name",
"App-import",

// "--limit-import-count",
// "2",

"--sleep-app-upload",
"500"

// "--dry-run"
]

// ------------------------------------
// Get task tree
// ------------------------------------
// "args": [
// "task-get",
// "app-import",
// "--auth-type",
// "cert",
// "--host",
// "192.168.100.109",
// // "--auth-cert-file",
// // "./cert/client.pem",
// // "--auth-cert-key-file",
// // "./cert/client_key.pem",
// "--auth-cert-file",
// "./cert/client.pem",
// "--auth-cert-key-file",
// "./cert/client_key.pem",
// "--auth-user-dir",
// "LAB",
// "--auth-user-id",
// "goran",
// // "--task-id",
// // "82bc3e66-c899-4e44-b52f-552145da5ee0",
// "--task-tag",
// "Test data",
// "--output-format",
// "table",
// // "tree",
// // "--tree-icons",
// // "--tree-details",
// // "taskid",
// // "appname",
// // "--task-type",
// // "reload",
// // "ext-program",

// // "--output-dest",
// // "screen",
// // "file",
// // "--output-file-name",
// // "tasks.json",
// // "--output-file-format",
// // "json",

// // "--text-color",
// // "no",
// // "--file-type",
// // "excel",

// "--file-name",
// "testdata/tasks.xlsx",
// "--sheet-name",
// "App-import",

// // "--limit-import-count",
// // "2",

// "--sleep-app-upload",
// "500"

// // "--dry-run"
// ]

// ------------------------------------
// Get task tree
// ------------------------------------
"args": [
"task-get",
// "--auth-type",
// "cert",
"--host",
"192.168.100.109",
// "--auth-cert-file",
// "./cert/client.pem",
// "--auth-cert-key-file",
// "./cert/client_key.pem",
"--auth-user-dir",
"LAB",
"--auth-user-id",
"goran",
// "--task-id",
// "82bc3e66-c899-4e44-b52f-552145da5ee0",
// "--task-tag",
// "Test data",
// "--output-format",
// "table",
// "tree",
// "--tree-icons",
// "--tree-details",
// "taskid",
// "appname",
// "--task-type",
// "reload",
// "ext-program",

// "--output-dest",
// "screen",
// "file",
// "--output-file-name",
// "tasks.json",
// "--output-file-format",
// "json",

// "--text-color",
// "no",
]

// ------------------------------------
// Get reload tasks as table
// ------------------------------------
Expand Down
Loading

0 comments on commit 354884a

Please sign in to comment.