Searched refs:Transaction (Results 1 - 8 of 8) sorted by relevance
/pkg/src/tests/cli/ |
H A D | t_publish_api.py | 67 t = trans.Transaction(durl, pkg_name=str(pf), 93 t = trans.Transaction(location, pkg_name=str(pf),
|
/pkg/src/ |
H A D | publish.py | 181 trans.Transaction(repo_uri, create_repo=True, 216 t = trans.Transaction(repo_uri, pkg_name=pargs[0], xport=xport, pub=pub) 246 t = trans.Transaction(repo_uri, pkg_name=pargs[0], xport=xport, pub=pub) 280 t = trans.Transaction(repo_uri, trans_id=trans_id, xport=xport, pub=pub) 308 t = trans.Transaction(repo_uri, trans_id=trans_id, xport=xport, 413 t = trans.Transaction(repo_uri, pkg_name=pkg_name, 499 t = trans.Transaction(repo_uri, trans_id=trans_id, xport=xport, 636 t = trans.Transaction(repo_uri, trans_id=trans_id, xport=xport, pub=pub) 721 t = trans.Transaction(repo_uri, xport=xport,
|
H A D | sign.py | 350 t = trans.Transaction(repo_uri,
|
H A D | pull.py | 1373 t = trans.Transaction(target, 1613 t = trans.Transaction(target, pkg_name=pkg_name,
|
/pkg/src/modules/publish/ |
H A D | transaction.py | 28 repository. Note that only the Transaction class should be used directly, 54 """Base exception class for all Transaction exceptions.""" 683 class Transaction(object): class in inherits:object 691 Transaction to simulate all of the requested operations acting as if 701 opening a Transaction. Required by: open.
|
/pkg/src/modules/server/ |
H A D | transaction.py | 53 """Base exception class for all Transaction exceptions.""" 76 """Used to indicate that a Transaction operation failed. 119 return _("No Transaction matching ID '{0}' could be found.").format( 124 """Used to indicate that a Transaction is already open for use.""" 127 return _("Transaction ID '{0}' is already open.").format( 131 class Transaction(object): class in inherits:object 132 """A Transaction is a server-side object used to represent the set of 133 incoming changes to a package. Manipulation of Transaction objects in 355 load Transaction data.""" 454 the Transaction [all...] |
H A D | repository.py | 204 """Used to indicate that an invalid Transaction ID was supplied.""" 577 # Transaction not cached already, so load and 579 t = trans.Transaction() 593 """Discard any state information cached for a Transaction.""" 1111 """Aborts a transaction with the specified Transaction ID. 1131 specified Transaction ID.""" 1359 in-flight Transaction ID exists. 1392 FMRI. Returns the Transaction ID for the new transaction.""" 1402 t = trans.Transaction() 1411 release and FMRI. Returns the Transaction I [all...] |
/pkg/src/util/publish/ |
H A D | pkgmerge.py | 531 t = trans.Transaction(dest_repo,
|
Completed in 146 milliseconds