=
|
742d249ee0
|
trying to fix timing bug
|
2017-11-29 12:50:13 -05:00 |
=
|
52a052d4dd
|
removing debug lines; attemting to fix a Travis test error
|
2017-11-29 12:27:20 -05:00 |
=
|
2399ee62ec
|
adjusting tests
|
2017-11-29 12:03:10 -05:00 |
Greg Back
|
124da846c3
|
Merge branch 'master' into markings
|
2017-08-31 20:36:59 +00:00 |
Greg Back
|
b1054e780a
|
Merge remote-tracking branch 'origin/master' into datastores
|
2017-08-31 19:52:48 +00:00 |
Chris Lenk
|
15287959a4
|
Modify versioning API to work on dictionaries
This includes new_version() and revoke().
|
2017-08-31 12:28:07 -04:00 |
Emmanuelle Vargas-Gonzalez
|
8ca2c3390b
|
Minor changes to DataSource.apply_common_filters(). Improve overall code coverage.
|
2017-08-29 15:15:32 -04:00 |
clenk
|
0cd75e3fba
|
Increase code coverage
|
2017-08-24 17:53:43 -04:00 |
clenk
|
860efcc230
|
Make object attribute access act like dictionary access, raising an
error for any property (including custom or optional) not set on the object.
|
2017-06-07 11:06:20 -04:00 |
Greg Back
|
41f2ceb8e5
|
Change remaining 'fields' to 'properties'
|
2017-05-19 12:51:59 -05:00 |
clenk
|
9761c37f20
|
Replace 'field' with 'property' to be consistent
with the specification
|
2017-05-16 12:27:30 -04:00 |
clenk
|
bdd18be6c3
|
Switch to isort for checking import order
because it has a pre-commit hook
|
2017-05-09 15:10:53 -04:00 |
Richard Piazza
|
c9320ad895
|
style errors
|
2017-05-04 16:41:37 -04:00 |
Richard Piazza
|
200bb8556f
|
added unsetting capability
cleaned up MissingFieldsError tests
error when new modified property is earlier than current modified property
|
2017-05-04 16:34:08 -04:00 |
Richard Piazza
|
5b8585b392
|
added versioning test for embedded_object
replaced VersioningError with RevokeError and UnmodifiablePropertyError
added __deepcopy__ to base class to handle embedded_objects
|
2017-05-03 12:14:09 -04:00 |
Richard Piazza
|
c2d628db50
|
import style errors 2
|
2017-05-02 15:53:07 -04:00 |
Richard Piazza
|
411c087fc1
|
import style errors
|
2017-05-02 14:25:01 -04:00 |
Richard Piazza
|
a70fc2c952
|
Added versioning api, with tests
|
2017-05-02 14:17:26 -04:00 |
Richard Piazza
|
4efe5357b1
|
Added versioning api, with tests
|
2017-05-02 14:06:42 -04:00 |