Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
configdb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ai
configdb
Graph
4c2443105bb904f3a3c9f3f4a0a2db30d466c431
Select Git revision
Branches
4
debian
master
default
search
zookeeper
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Mar
31
Dec
3
1
4
Nov
11
Oct
7
23
Jun
15
6
26
May
13
12
11
19
Mar
20
Feb
19
27
Jan
9
16
Dec
15
25
Nov
19
Oct
13
8
1
30
Sep
26
Aug
25
18
19
Jun
24
Apr
16
29
Mar
27
26
25
24
23
22
21
20
19
Version bump
master
master
Enabling etcd interface from the app; allowing input of db options
Sync the etcd interface with changes in API
debianization of configdb
debian
debian
Modified the consistency model of the etcd interface.
sort audit logs depending on the timestamp
Changed the encode/decode of master keys to handle how etcd works.
Correcting typo.
etcd interface passing all tests, supports audit.
Small additions to configdb etcd interface
begin work on the etcd interface
added a couple of useful lines to the top-level .gitignore
run functional tests on multiple backends
version bump; adding the validator for ip6 fields
start adding more complex functional tests with a real-world schema
keep the test schema in a file
password is also using VARCHAR
adding default VARCHAR size for sqlalchemy interface.
some fixes to the client libraries
Added a custom json decoder to allow the reference implementation
adding gitignore
Repairing case in which audit logs contain no data
Audit now correctly converts data with the entity.to_net filter (resolves issue #16)
Version bump
Fix for slashes in entities name
(Failing) tests for entities containing a slash in the name
Final fix for issue12
Fixing issue with two-way referenced relations in the sqlalchemy interface (closes issue #13)
added a test for names with slashes (WiP)
Fixed the de-serialization of relations coming from Leveldb interface
prevent a UnicodeDecodeError in find_all - fixes issue #12
sleep a tiny bit before checking for timestamp increment
minor style/whitespace fixes
disable doozer/zk tests using environment variables
get_timestamp(): Raise ValueError when no timestamp is present.
Merge branch 'timestamp' of git.autistici.org:configdb
Timestamp feature and tests.
Added the methods to get the timestamp as well.
Touch the timestamp of an entity at each CUD operation.
run coverage tests with Tox
Loading