summaryrefslogtreecommitdiff
path: root/python/ovs/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* ovsdb-idl: Fix bugs in Python IDL partial set and map.Amitabha Biswas2016-08-151-61/+57
* python: Add support for partial map and partial set updatesRyan Moats2016-08-141-11/+185
* python: Send old values of the updated cols in notify for update2Numan Siddique2016-07-271-6/+13
* python: add set type for ovs.idl.data.Datum.from_pythonZong Kai LI2016-07-251-1/+1
* lib: add monitor_cond_change API to C IDL libLiran Schour2016-07-181-6/+24
* python: move Python idl to work with monitor_condLiran Schour2016-07-182-20/+168
* ovsdb: Force columns that contain weak references to be immutable.Ben Pfaff2016-04-111-1/+7
* python: Fix object comparisons in Python 3.Russell Bryant2016-02-022-0/+38
* python: Remove reamining direct type comparisons.Russell Bryant2016-02-024-21/+21
* python: Drop use of sys.maxint.Russell Bryant2016-02-022-16/+16
* python: Drop unicode type.Russell Bryant2016-02-024-24/+35
* python: Drop usage of long type.Russell Bryant2016-02-024-22/+37
* python: Convert dict iterators.Russell Bryant2016-01-213-32/+38
* python: Start fixing some Python 3 issues.Terry Wilson2016-01-121-5/+5
* python: Fix the TypeError exception seen when idl.Idl parses lock replyNuman Siddique2016-01-081-1/+1
* python: Restrict line length to 79 chars.Russell Bryant2016-01-051-2/+4
* python: Resolve some indentation warnings.Russell Bryant2016-01-051-11/+20
* python: Fix several pep8 whitespace errors.Russell Bryant2016-01-051-1/+1
* python: Resolve pep8 comparison errors.Russell Bryant2016-01-053-6/+8
* python: Fix invalid varable/function references.Russell Bryant2016-01-051-1/+1
* ovsdb-idl: Support for readonly columns that are fetched on-demandShad Ansari2015-11-231-4/+82
* python: Fix writing to non-"alert" column for newly inserted row.Sumit Garg2015-06-251-1/+1
* python: Fix attempt to use a bool as a function.Sumit Garg2015-06-251-1/+1
* Allow subclasses of Idl to define a notification hookTerry Wilson2015-04-271-1/+41
* ovsdb: Remove SPECS in favor of referring to RFC 7047.Ben Pfaff2014-04-041-2/+2
* ovsdb-idl: Remove write-only member 'commit_seqno' from ovsdb_idl_txn.Ben Pfaff2013-10-081-1/+0