summaryrefslogtreecommitdiff
path: root/python/ovs/db
Commit message (Expand)AuthorAgeFilesLines
* ovsdb-cs: Consider default conditions implicitly acked.Dumitru Ceara2022-12-131-2/+2
* ovsdb-idl: Add the support to specify the uuid for row insert.Numan Siddique2022-11-301-8/+18
* python: idl: Fix idl.Row.__str__ method.Christopher Aubut2022-09-191-1/+2
* python: Fix E275 missing whitespace after keyword.Ilya Maximets2022-08-041-2/+2
* python: idl: Raise AttributeError from uuid_to_row.Terry Wilson2022-05-021-1/+6
* python: Politely handle misuse of table.condition.Terry Wilson2022-04-271-35/+67
* python: idl: Set cond_changed to true if condition change requested.Wentao Jia2022-04-041-1/+1
* python: idl: Set cond_changed to false if last id is zero.Wentao Jia2022-04-041-0/+3
* python: idl: Clear last_id on reconnect if condition changes in-flight.Dumitru Ceara2022-01-311-1/+17
* python: idl: Resend requested but not acked conditions when reconnecting.Dumitru Ceara2022-01-311-2/+4
* python: idl: Add monitor_cond_since support.Terry Wilson2022-01-061-35/+210
* ovsdb-data: Consolidate ovsdb atom and json strings.Ilya Maximets2021-11-301-4/+6
* python: idl: Avoid pre-allocating column defaults.Terry Wilson2021-11-301-6/+33
* python: db: Avoid allocation of an attr dict/row+column.Terry Wilson2021-11-091-0/+4
* python: idl: Avoid sending transactions when the DB is not synced up.Terry Wilson2021-10-121-0/+5
* ovsdb-data: Deduplicate string atoms.Ilya Maximets2021-09-242-21/+45
* ovsdb-cs: Perform forced reconnects without a backoff.Dumitru Ceara2021-07-231-0/+11
* python: Add cooperative_yield() API method to Idl.Terry Wilson2021-07-161-0/+11
* ovsdb: Make clients aware of relay service model.Ilya Maximets2021-07-151-0/+16
* python: Fix Idl.run change_seqno update.Bodo Petermann2021-07-071-5/+6
* python: idl: Allow retry even when using a single remote.Ilya Maximets2021-06-111-2/+1
* python: Send notifications after the transaction ends.Terry Wilson2021-03-151-15/+24
* python: Fix plural forms of OVSDB types.Ben Pfaff2020-07-071-1/+10
* Handle refTable values with setkey()Terry Wilson2020-03-201-2/+1
* Remove dependency on python3-sixTimothy Redaelli2019-12-205-86/+75
* Add a __str__ method to idl.RowTerry Wilson2019-09-251-0/+6
* python: Monitor Database table to manage lifecycle of IDL client.Ted Elhourani2019-03-221-15/+204
* python: Fix E117 over-indented.Ilya Maximets2019-02-121-1/+1
* python: Fix invalid escape sequences.Ben Pfaff2019-01-111-1/+1
* Python: Make Row's __getattr__ less error proneLucas Alvares Gomes2018-10-051-1/+1
* python jsonrpc: Allow jsonrpc_session to have more than one remote.Numan Siddique2018-08-141-1/+18
* python: Update docstring in ovs.db.idl.Idl class.Toms Atteka2018-06-051-11/+12
* Embrace anonymous unions.Ben Pfaff2018-05-251-4/+4
* Add multi-column index support for the Python IDLTerry Wilson2018-04-172-11/+198
* ovsdb-idl: Use modern form of <monitor-requests>.Ben Pfaff2018-03-141-2/+3
* python: KeyError shouldn't be raised from __getattr__Timothy Redaelli2018-03-141-1/+5
* python: avoid useless JSON conversion to enhance performanceDaniel Alvarez2018-02-281-7/+5
* ovsdb-idlc: Add infrastructure for IDL schema extensions.Ben Pfaff2018-02-161-11/+26
* ovsdb-idlc: Add "cDecls" and "hDecls" IDL schema extensions.Ben Pfaff2018-02-161-2/+9
* python: Allow tuning the session probe_interval from IDLLucas Alvares Gomes2017-04-131-3/+9
* Adapt to flake8-import-orderxurong000379972017-03-085-20/+19
* python: Prevent extra unexpected reply debug logs.Terry Wilson2017-02-171-0/+1
* ovsdb: Print enum elements for man pages in alphabetical order.Justin Pettit2017-02-141-0/+1
* ovsdb-idl: Change interface to conditional monitoring.Ben Pfaff2016-12-191-16/+15
* python: Add double newline after fuction or class (E305).Daniele Di Proietto2016-12-021-0/+1
* ovsdb-idlc: Eliminate <prefix>_init() function from generated code.Ben Pfaff2016-10-192-64/+78
* Python-IDL: getattr after mutate fixAmitabha Biswas2016-10-141-14/+24
* ovsdb-idlc: Make set and map update operations take const arguments.Ben Pfaff2016-08-311-1/+13
* ovsdb: Fix mutation of newly inserted rows from Python IDL.Amitabha Biswas2016-08-301-1/+7
* ovsdb: Fix reference to table's row on condition_add|remove_clauseLiran Schour2016-08-261-3/+10