Skip to content
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

3.13.2 #320

Merged
merged 9 commits into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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