User Details
User Details
- User Since
- Jan 31 2017, 11:00 (407 w, 2 d)
- Availability
- Available
Jul 23 2020
Jul 23 2020
dlaschro committed rSc84aae0f5f3d: Customize travis script to fix issues with circular dependency while testing.
Customize travis script to fix issues with circular dependency while testing
Rewrite require(../main.js) to require('sealious')
Remove bits of unnecessary code
dlaschro committed rS1d93d99ae031: Update setup-dev.sh script to fix circular dependency issues on testing.
Update setup-dev.sh script to fix circular dependency issues on testing
Create CachedGetter class to minimize db reads
dlaschro committed rSeec3ec479a34: Create SingleResourceSubject and move corresponding methods from….
Create SingleResourceSubject and move corresponding methods from…
Correct code formatting (no significant code changes)
dlaschro committed rS0fd4829351c2: Create 'show' and 'create' action handlers for ResourceCollection subject.
Create 'show' and 'create' action handlers for ResourceCollection subject
Add ResourceCollection and improve naming.
Create SubjectPath and SubjectType classes
Remove tests for ResourceManager
dlaschro committed rS1f2d9905dd6d: Remove debugging output.
Remove debugging output
Fix update method not passing tests
Fix npm version check not working on new minor - continued
Fix npm version check not working on new minor
Add automatic npm version tagging to travis.yml
Update travis script to make it publish all tagged commits
Reproduce the bug from #234 in tests
Merge branch 'issue#234_patch_required' into dev
Merge branch 'issue#235_put_broken' into dev. Closes #235
Merge tests from Adrian's branch
Move tests to a separate dir
dlaschro committed rS4534c5d8ee0d: Fix text-coverage script.
Fix text-coverage script
Move tests to a separate dir
Merge branch 'dev' into issue#175_chip_type_tests
Create AccessStrategy test template
Merge branch 'dev' into issue#175_chip_type_tests
Merge inline documentation
Fix resource_type trying to validate null values
dlaschro committed rS3a9e033840d9: Merge branch 'issue#230_broken_property_field_type_file' into dev.
Merge branch 'issue#230_broken_property_field_type_file' into dev
dlaschro committed rSe09e66ab0cee: Merge branch 'dev' into issue#230_broken_property_field_type_file.
Merge branch 'dev' into issue#230_broken_property_field_type_file
Fix access strategies not being listed on startup
Merge branch 'issue#217_get_signature' into dev
Merge branch 'issue#40_inline_documentation' into dev
Explain ambiguous things in inline documentation ('???'s)
Change 'description' and 'signature' to 'specification'
Fix datetime and float always storing null
Make field-type .decode calls more consistent
Merge changes that fix field-types
dlaschro committed rS8984bb8ccf3f: Fix datetime field-type.
Fix datetime field-type
dlaschro committed rS0e38fc4723c6: Fix datetime field-type.
Fix datetime field-type
Remove 'path' from dependencies
Update datastore-tingo dependency
dlaschro committed rS7cc7d0e92b7c: Merge branch 'dev' of ssh://github.com/Sealious/sealious into dev.
Merge branch 'dev' of ssh://github.com/Sealious/sealious into dev
Move badges so they're visible on npm website
Fix formatting scripts on windows
Add error message on code formatting
Add nice messages on precommit
Add error message on code formatting
Add error message on code formatting
Add jscs check on pre-commit
Add code formatting on pre-commit
dlaschro committed rS83c36f1424a0: Create more tests for how ResourceManager interacts with field-types.
Create more tests for how ResourceManager interacts with field-types
dlaschro committed rS887822eec3e0: Update resource-type and resource-type-field to match the new field-type api.
Update resource-type and resource-type-field to match the new field-type api
Correct signatures in reference.md
Update tests for field-type
Update field-type documentation
dlaschro committed rS839e68087b91: Merge branch 'issue#206_field_type_not_a_constructor' of ssh://github..
Merge branch 'issue#206_field_type_not_a_constructor' of ssh://github.
dlaschro committed rS8d753c4ef8e5: Add get_description method to FieldTypes and create tests for it.
Add get_description method to FieldTypes and create tests for it