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
Commits
master
Select Git revision
0 results
configdb
Author
Search by author
Any Author
authors
0 authors
Mar 13, 2014
Version bump
· b028125b
joe
authored
11 years ago
b028125b
Enabling etcd interface from the app; allowing input of db options
· ddd29d29
joe
authored
11 years ago
ddd29d29
Dec 31, 2013
Sync the etcd interface with changes in API
· 7df1c612
joe
authored
11 years ago
7df1c612
Dec 01, 2013
Modified the consistency model of the etcd interface.
· 4789208e
joe
authored
11 years ago
4789208e
sort audit logs depending on the timestamp
· b3d69b6a
joe
authored
11 years ago
b3d69b6a
Changed the encode/decode of master keys to handle how etcd works.
· abce8443
joe
authored
11 years ago
abce8443
Correcting typo.
· 31b1f6ab
joe
authored
11 years ago
31b1f6ab
etcd interface passing all tests, supports audit.
· 15878198
joe
authored
11 years ago
15878198
Nov 04, 2013
Small additions to configdb etcd interface
· de438e7b
joe
authored
11 years ago
de438e7b
Oct 11, 2013
begin work on the etcd interface
· ac535be5
joe
authored
11 years ago
ac535be5
Oct 07, 2013
added a couple of useful lines to the top-level .gitignore
· 9d9615c5
ale
authored
11 years ago
9d9615c5
Jun 23, 2013
run functional tests on multiple backends
· d414b3e0
ale
authored
11 years ago
d414b3e0
version bump; adding the validator for ip6 fields
· b0c0dd70
joe
authored
11 years ago
b0c0dd70
start adding more complex functional tests with a real-world schema
· 0a450485
ale
authored
11 years ago
0a450485
keep the test schema in a file
· 0e1fa012
ale
authored
11 years ago
0e1fa012
Jun 15, 2013
password is also using VARCHAR
· 0128e64f
joe
authored
11 years ago
0128e64f
adding default VARCHAR size for sqlalchemy interface.
· e8f7e4ac
joe
authored
11 years ago
e8f7e4ac
Jun 06, 2013
some fixes to the client libraries
· 66c50d1a
joe
authored
11 years ago
66c50d1a
May 26, 2013
Added a custom json decoder to allow the reference implementation
· cedc76f2
joe
authored
11 years ago
cedc76f2
adding gitignore
· 80b035eb
joe
authored
11 years ago
80b035eb
Repairing case in which audit logs contain no data
· 3bc789c8
joe
authored
11 years ago
3bc789c8
Audit now correctly converts data with the entity.to_net filter (resolves issue #16)
· 72731997
joe
authored
11 years ago
72731997
May 13, 2013
Version bump
· a57b6bb2
joe
authored
11 years ago
a57b6bb2
Fix for slashes in entities name
· 07c754b7
joe
authored
11 years ago
07c754b7
(Failing) tests for entities containing a slash in the name
· 64032a58
joe
authored
11 years ago
64032a58
Final fix for issue12
· d3ca03b5
joe
authored
11 years ago
d3ca03b5
May 12, 2013
Fixing issue with two-way referenced relations in the sqlalchemy interface (closes issue #13)
· d0234c76
joe
authored
11 years ago
d0234c76
May 11, 2013
added a test for names with slashes (WiP)
· e5dc6836
joe
authored
11 years ago
e5dc6836
Fixed the de-serialization of relations coming from Leveldb interface
· 9773c6ca
joe
authored
11 years ago
9773c6ca
prevent a UnicodeDecodeError in find_all - fixes issue #12
· f066d4d9
ale
authored
11 years ago
f066d4d9
Mar 19, 2013
sleep a tiny bit before checking for timestamp increment
· 53e4d958
ale
authored
12 years ago
53e4d958
minor style/whitespace fixes
· 3198dbd8
ale
authored
12 years ago
3198dbd8
disable doozer/zk tests using environment variables
· e9ac0367
ale
authored
12 years ago
e9ac0367
Feb 20, 2013
get_timestamp(): Raise ValueError when no timestamp is present.
· 122d4275
joe
authored
12 years ago
122d4275
Merge branch 'timestamp' of git.autistici.org:configdb
· 896c5f5f
ale
authored
12 years ago
896c5f5f
Timestamp feature and tests.
· ab7dd9a2
joe
authored
12 years ago
ab7dd9a2
Feb 19, 2013
Added the methods to get the timestamp as well.
· c30cc8bc
joe
authored
12 years ago
c30cc8bc
Touch the timestamp of an entity at each CUD operation.
· 59246837
joe
authored
12 years ago
59246837
run coverage tests with Tox
· bd1687c5
ale
authored
12 years ago
bd1687c5
Added the creation of the __timestamp__ reserved entity
· c640d3e8
joe
authored
12 years ago
c640d3e8
Loading