Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / jetavator/wysdom issues and pull requests
#71 - Add more informative reprs and switch to black code style
Pull Request -
State: closed - Opened by jtv8 almost 4 years ago
- 2 comments
#70 - Make "Ambiguous validation" error more informative
Issue -
State: closed - Opened by jtv8 almost 4 years ago
- 1 comment
#69 - Support JSON Schema built-in formats
Issue -
State: open - Opened by jtv8 almost 4 years ago
#68 - Support date, time and datetime and convert them to jsonschema built-in formats
Issue -
State: open - Opened by jtv8 almost 4 years ago
#67 - Implement and document ListProperty and DictProperty
Pull Request -
State: closed - Opened by jtv8 almost 4 years ago
- 1 comment
#66 - Implement and document properties function
Pull Request -
State: closed - Opened by jtv8 almost 4 years ago
- 1 comment
#65 - Issue 62 - implement regex pattern validation
Pull Request -
State: closed - Opened by jtv8 almost 4 years ago
- 1 comment
#64 - Issue 61: allow property type in user property to be a python enum and translate it to a jsonschema enum
Pull Request -
State: closed - Opened by jtv8 almost 4 years ago
- 1 comment
#63 - Include convenience function "properties" for accessing a DOM object's properties
Issue -
State: open - Opened by jtv8 almost 4 years ago
- 1 comment
#62 - Implement regex pattern validation
Issue -
State: open - Opened by jtv8 almost 4 years ago
- 1 comment
#61 - Allow property_type in UserProperty to be a Python enum and translate it to a jsonschema enum
Issue -
State: open - Opened by jtv8 almost 4 years ago
- 1 comment
#60 - Allow standard operators on DOMList and DOMDict
Issue -
State: open - Opened by jtv8 almost 4 years ago
#59 - Add convenience shortcuts for creating SchemaArray and SchemaDict properties in UserObjects
Issue -
State: open - Opened by jtv8 almost 4 years ago
- 1 comment
#58 - Generate readable schema documentation from schema definitions
Issue -
State: open - Opened by jtv8 almost 4 years ago
#57 - Enable subclasses of Python primitives to be recognised by SchemaPrimitive
Issue -
State: open - Opened by jtv8 about 4 years ago
#56 - Defer evaluation of a UserObject schema entirely to resolve #55
Pull Request -
State: closed - Opened by jtv8 about 4 years ago
- 1 comment
#55 - Subclasses of UserObjects are omitted as valid input if no subclasses were defined at the time they were referenced
Issue -
State: closed - Opened by jtv8 about 4 years ago
- 1 comment
#54 - Provide more informative error messages than the standard jsonschema.exceptions.ValidationError
Issue -
State: open - Opened by jtv8 about 4 years ago
#53 - Allow subclasses of UserObjects to be valid input even if they are defined after the object that references them
Pull Request -
State: closed - Opened by jtv8 about 4 years ago
- 1 comment
#52 - Subclasses of UserObjects are omitted as valid input if they are defined after other UserObjects that use their superclasses
Issue -
State: closed - Opened by jtv8 about 4 years ago
- 1 comment
Labels: bug
#51 - Issue posted to wrong project
Issue -
State: closed - Opened by jtv8 about 4 years ago
Labels: duplicate
#50 - Issue posted to wrong project
Issue -
State: closed - Opened by jtv8 about 4 years ago
Labels: duplicate
#49 - Issue 48 remove erroneous debug print statement
Pull Request -
State: closed - Opened by jtv8 about 4 years ago
- 1 comment
#48 - Remove erroneous debug print statement
Issue -
State: closed - Opened by jtv8 about 4 years ago
- 2 comments
#47 - Allow multiple subclasses of RegistersSubclasses to have the same register_as value if they have different inheritance paths
Pull Request -
State: closed - Opened by jtv8 about 4 years ago
- 1 comment
#46 - Allow multiple subclasses of RegistersSubclasses to have the same register_as value if they have different inheritance paths
Issue -
State: closed - Opened by jtv8 about 4 years ago
- 2 comments
#45 - Add persist_defaults param to UserProperty
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#44 - Add persist_defaults option to UserProperty
Issue -
State: closed - Opened by jtv8 over 4 years ago
#43 - Return type of UserProperty defaults should always be property_type
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: bug
#42 - Issue 41 update property behaviour so default and default function don t set a value persistently
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 2 comments
#41 - Update property behaviour so default and default_function don't set a value persistently
Issue -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
Labels: bug
#40 - Issue 38 add support for optional parameters and explicitly list non optional properties in jsonschema required properties
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#39 - Specify minimum number of acceptable members in object or array
Issue -
State: open - Opened by jtv8 over 4 years ago
#38 - Add support for optional parameters and explicitly list non-optional properties in jsonschema required_properties
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: enhancement
#37 - Complete outstanding documentation
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#36 - Enable module index for API reference on ReadTheDocs
Issue -
State: closed - Opened by jtv8 over 4 years ago
#35 - ValidationError when UserObjects have multiple levels of inheritance
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: bug
#34 - Add test for walk_elements
Issue -
State: closed - Opened by jtv8 over 4 years ago
#33 - Issue 5 use references when building json schemas to avoid infinite recursion
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#32 - Document and test SchemaAnyOf and registered subclasses
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: documentation
#31 - Implement and test copy and deepcopy
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#30 - Fix incorrect schema dict for arrays, rename Schema.schema to jsonschema_dict
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#29 - Add documentation link to README
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: documentation
#28 - Improve access to jsonschema validation and document DOM functions
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#27 - Document and test SchemaConst
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: documentation
#26 - Document SchemaArray and SchemaDict
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: documentation
#25 - Issue 18 document use of mixins
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 2 comments
#24 - Add Documentation link to setup.py
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#23 - Add YAML tests and rename JSON tests for clarity
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#22 - Make tests resemble examples in docs
Issue -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#21 - Restrict coverage to wysdom library folder
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#20 - Add docstrings to all classes and methods
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: documentation
#19 - Add installation instructions to docs
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: documentation
#18 - Document use of mixins
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: documentation
#17 - Document DOM functions document, parent and key
Issue -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
Labels: documentation
#16 - Either take usage examples out of UserObject docstring, or reformat them to display correctly
Issue -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
Labels: documentation
#15 - Exclude behave features and setup.py from coverage
Issue -
State: closed - Opened by jtv8 over 4 years ago
#14 - Add ReadTheDocs link to PyPI listing
Issue -
State: closed - Opened by jtv8 over 4 years ago
Labels: documentation
#13 - Create initial sphinx docs and publish to ReadTheDocs
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#12 - Issue 3 publish to py pi
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
#11 - Improve access to jsonschema validation for a given schema
Issue -
State: closed - Opened by jtv8 over 4 years ago
#10 - Schemas for array items do not resolve to Python dicts
Issue -
State: closed - Opened by jtv8 over 4 years ago
#9 - Upload coverage to Codecov
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
- 1 comment
#8 - Automate CI testing via Behave
Pull Request -
State: closed - Opened by jtv8 over 4 years ago
#7 - Set up automated code coverage
Issue -
State: closed - Opened by jtv8 over 4 years ago
#6 - Implement copy and deepcopy without relying on dict and list implementations
Issue -
State: closed - Opened by jtv8 over 4 years ago
#5 - Use references when building JSON schemas to avoid infinite recursion
Issue -
State: closed - Opened by jtv8 over 4 years ago
#4 - Create mixin for reading and writing YAML
Issue -
State: closed - Opened by jtv8 over 4 years ago
#3 - Publish to PyPI
Issue -
State: closed - Opened by jtv8 over 4 years ago
#2 - Create CI test config
Issue -
State: closed - Opened by jtv8 over 4 years ago
#1 - Create initial Sphinx docs and publish to ReadTheDocs
Issue -
State: closed - Opened by jtv8 over 4 years ago