Commit e1192f5
Gw imprv (#207)
* Gateway-Adding error message to asyncexecjpts to distinguish between inactive and non-existent servers
* Adding error message to .gw.getserverids for sync queries
* Adding distinct to list of servertypes in getserverids
* Modifying asyncexecjpts to call getserverids
* Reducing code duplication in getserverids
* Adding check for a null server
* Adding missing comma in activeservermsg
* Checks for correct attribute parameter types
* Added indexing, removed accidental whitespace, unnecessary brackets and 'h'
* Added more indentation
* Atoms and lists accounted for with abs in correctAttType, combined 99/11h type checks, corrected servertype names
* Corrected indentation
* Check for just sym list type after dictionary type check
* Added abs in symbol list check to protect from atoms
* Added missing w to end of check
* Updating gateway section of Processes.md
* Updated error handling
Updated error handling with recently added error messages
* Adding unit tests for getserverids in gateway
* added a client calls example section
* Removed unnecessary client call examples
* Moving gwtests.q to /code/gateway/gatewaylib.q. Removing functions from gateway.q. Adding line to config
* Updated client call examples and added q) prompts
Added date col check before running queries across RDB and HDB
* removed call to view .rdb namespace
* Edited rdb and hdb client call examples
* Removed where clause of rdb query
don't need a where clause for RDB data in the RDB and HDB client call
* Edited RDB hloc function call
* Removed .gw.synccallsallowed:0b and added hloc func
* /home/nwatterson/gw_imprv/deploy/code/gateway
* Updating gwtests.csv. Fixing formatting
* Removed brackets and allowing async calls paragraph
* Removing line from gwtests.csv
* Update Processes.md
* Updated client call examples description
Co-authored-by: CatherineHigg <[email protected]>1 parent d242d0f commit e1192f5
5 files changed
Lines changed: 214 additions & 102 deletions
File tree
- code
- gateway
- processes
- config/settings
- docs
- tests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | 361 | | |
439 | 362 | | |
440 | 363 | | |
| |||
453 | 376 | | |
454 | 377 | | |
455 | 378 | | |
456 | | - | |
457 | | - | |
| 379 | + | |
| 380 | + | |
458 | 381 | | |
459 | 382 | | |
460 | 383 | | |
461 | | - | |
462 | | - | |
| 384 | + | |
| 385 | + | |
463 | 386 | | |
464 | 387 | | |
465 | 388 | | |
466 | 389 | | |
467 | 390 | | |
468 | 391 | | |
469 | | - | |
470 | | - | |
| 392 | + | |
| 393 | + | |
471 | 394 | | |
472 | 395 | | |
473 | 396 | | |
474 | 397 | | |
475 | 398 | | |
476 | | - | |
477 | | - | |
| 399 | + | |
| 400 | + | |
478 | 401 | | |
479 | 402 | | |
480 | 403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments