Commit a041983
authored
feature: add tc are suggestions in exec (#206)
Summary:
- add time constraints are suggestions flag
- add no redirect flag for direct scle frontend node address
```
$ transcriptic preview Seal | transcriptic exec --api localhost:9000 --no-redirect -w wc0-mcx1
Sending request to localhost:9000
Success. View localhost:9000/dashboard to see the scheduling outcome.
$ transcriptic preview Seal | transcriptic exec --api localhost:9000 --no-redirect -w wc0-mcx1 -tc-suggestion
Sending request to localhost:9000
Success. View localhost:9000/dashboard to see the scheduling outcome.
$ transcriptic preview Seal | transcriptic exec --api localhost:9000 -w wc0-mcx1 -tc-suggestion
Invalid api target, expects http://base/facility/workcell.
```1 parent 06c21b6 commit a041983
2 files changed
Lines changed: 56 additions & 29 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
638 | | - | |
| 638 | + | |
639 | 639 | | |
640 | 640 | | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
641 | 646 | | |
642 | 647 | | |
643 | 648 | | |
| |||
672 | 677 | | |
673 | 678 | | |
674 | 679 | | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
675 | 686 | | |
676 | 687 | | |
677 | 688 | | |
| |||
692 | 703 | | |
693 | 704 | | |
694 | 705 | | |
| 706 | + | |
695 | 707 | | |
696 | 708 | | |
697 | 709 | | |
698 | 710 | | |
699 | 711 | | |
700 | 712 | | |
| 713 | + | |
701 | 714 | | |
702 | 715 | | |
703 | 716 | | |
| |||
706 | 719 | | |
707 | 720 | | |
708 | 721 | | |
| 722 | + | |
709 | 723 | | |
710 | 724 | | |
711 | 725 | | |
712 | 726 | | |
713 | 727 | | |
714 | 728 | | |
| 729 | + | |
715 | 730 | | |
716 | 731 | | |
717 | 732 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1479 | 1479 | | |
1480 | 1480 | | |
1481 | 1481 | | |
| 1482 | + | |
1482 | 1483 | | |
1483 | 1484 | | |
1484 | 1485 | | |
1485 | 1486 | | |
1486 | 1487 | | |
1487 | 1488 | | |
| 1489 | + | |
1488 | 1490 | | |
1489 | 1491 | | |
1490 | 1492 | | |
| |||
1500 | 1502 | | |
1501 | 1503 | | |
1502 | 1504 | | |
1503 | | - | |
1504 | | - | |
1505 | | - | |
1506 | | - | |
1507 | | - | |
1508 | | - | |
1509 | | - | |
1510 | | - | |
1511 | | - | |
1512 | | - | |
1513 | | - | |
1514 | | - | |
1515 | | - | |
1516 | 1505 | | |
1517 | 1506 | | |
1518 | 1507 | | |
| |||
1577 | 1566 | | |
1578 | 1567 | | |
1579 | 1568 | | |
1580 | | - | |
1581 | | - | |
1582 | | - | |
1583 | | - | |
1584 | | - | |
1585 | | - | |
1586 | | - | |
1587 | | - | |
1588 | | - | |
1589 | | - | |
1590 | | - | |
| 1569 | + | |
| 1570 | + | |
| 1571 | + | |
| 1572 | + | |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
| 1576 | + | |
| 1577 | + | |
| 1578 | + | |
| 1579 | + | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
| 1587 | + | |
| 1588 | + | |
| 1589 | + | |
| 1590 | + | |
| 1591 | + | |
| 1592 | + | |
| 1593 | + | |
| 1594 | + | |
| 1595 | + | |
| 1596 | + | |
| 1597 | + | |
| 1598 | + | |
| 1599 | + | |
| 1600 | + | |
| 1601 | + | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
1591 | 1606 | | |
1592 | | - | |
1593 | | - | |
1594 | | - | |
1595 | 1607 | | |
1596 | 1608 | | |
1597 | 1609 | | |
1598 | | - | |
| 1610 | + | |
1599 | 1611 | | |
1600 | 1612 | | |
1601 | 1613 | | |
| |||
0 commit comments