- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 23 2020
Jul 23 2020
Rewrite Action prototype
Rewrite FileManager totally
Rewrite ResourceType prototype
Rewrite AccessStrategy prototype
rewrite SubjectPath prototype
Rewrite Subject prototype
Rewrite AccessStrategyType prototype
Replace vars with const/let in ConfigManager
Modify ConfigManager to export an object literal
Add tests for FieldTypeDefaultMethods
Adjust tests for Field-Type
fix things mentioned in PR
Wydmanski <anwi@gft.com> committed rS6e5bdf646495: rewrite version checking and add tests.
rewrite version checking and add tests
GitHub <noreply@github.com> committed rS68898e98304a: Merge pull request #275 from sealcode/improved_version_checking (authored by kuba-orlik).
Merge pull request #275 from sealcode/improved_version_checking
Add a test to Error tests
Add tests to FieldTypeDescrption
(I guess I'm tired...) Fix the test file name
Add tests and modify VirtualFile
Fix a test in AccessStrategy.Owner
Add tests to AccessStrategy.Public
Add tests for AccessStrategy.Noone
Add tests to AccessStrategy.Logged_in
Merge branch 'improve-field-type-text' into references
Wydmanski <anwi@gft.com> committed rS347dcb55433d: add tests for Hashed Text.
add tests for Hashed Text
Wydmanski <anwi@gft.com> committed rS160d1575f6df: fix Hashed Text and adjust tests.
fix Hashed Text and adjust tests
Wydmanski <anwi@gft.com> committed rSedbb3d2559fc: add tests to Hashed Text.
add tests to Hashed Text
Wydmanski <anwi@gft.com> committed rSb2a95493906b: modify Username and write tests for it.
modify Username and write tests for it
Wydmanski <anwi@gft.com> committed rS8b7305120521: write File tests.
write File tests
Wydmanski <anwi@gft.com> committed rS9ea6274d51b9: add tests to Boolean.
add tests to Boolean
Wydmanski <anwi@gft.com> committed rS22f295fdff00: fix Context and Context tests.
fix Context and Context tests
Wydmanski <anwi@gft.com> committed rS6fa2d023b7f5: write Subject tests.
write Subject tests
Wydmanski <anwi@gft.com> committed rS828affb6c9d9: write Responses tests.
write Responses tests
Wydmanski <anwi@gft.com> committed rS84fa64d3c407: write File tests and change File to module.exports.
write File tests and change File to module.exports
Wydmanski <anwi@gft.com> committed rSc6a8209b6667: write Response tests.
write Response tests
Wydmanski <anwi@gft.com> committed rS407e82c50740: write Hashed-Text tests, change Hashed-Text to module.exports.
write Hashed-Text tests, change Hashed-Text to module.exports
Wydmanski <anwi@gft.com> committed rS31d3e336bde6: write Context tests, change Context to module.exports.
write Context tests, change Context to module.exports
Wydmanski <anwi@gft.com> committed rSeca620b246a4: write Text tests, change Text to module.exports.
write Text tests, change Text to module.exports
Wydmanski <anwi@gft.com> committed rS6570bce1ed8c: write Int tests, change Int to module.exports.
write Int tests, change Int to module.exports
Wydmanski <anwi@gft.com> committed rS3308986dd190: write Float tests, change Float to module.exports.
write Float tests, change Float to module.exports
Wydmanski <anwi@gft.com> committed rSea9f98d7c989: write Datetime tests, change Datetime to module.exports.
write Datetime tests, change Datetime to module.exports
Wydmanski <anwi@gft.com> committed rS340789650253: write Email tests, change Email to module.exports.
write Email tests, change Email to module.exports
Wydmanski <anwi@gft.com> committed rS2e7eb33ab8fa: change Date to module.exports, write Date tests.
change Date to module.exports, write Date tests
Wydmanski <anwi@gft.com> committed rS6aac7e7939cb: write tests for Boolean.
write tests for Boolean
Wydmanski <anwi@gft.com> committed rS8d9a3ea934b5: write tests for Color, change Color from constuctor to module.exports, fix….
write tests for Color, change Color from constuctor to module.exports, fix…
Wydmanski <anwi@gft.com> committed rS2c2f1513f491: move field types to a separate folder.
move field types to a separate folder
Wydmanski <anwi@gft.com> committed rSab1d3ff00468: change Boolean from constructor to module.exports.
change Boolean from constructor to module.exports
Wydmanski <anwi@gft.com> committed rS108be85e2ec4: rewrite Errors tests to assert.
rewrite Errors tests to assert
Wydmanski <anwi@gft.com> committed rSa34efd04f417: move Error tests to a separate directory.
move Error tests to a separate directory
Wydmanski <anwi@gft.com> committed rS1a4febd4b1d0: revert the changes on Boolean and comment the Boolean tests.
revert the changes on Boolean and comment the Boolean tests
Wydmanski <anwi@gft.com> committed rSd65f8b6f8c56: modify field type Boolean & rewrite Boolean tests to assert.
modify field type Boolean & rewrite Boolean tests to assert
Wydmanski <anwi@gft.com> committed rSb304289364d7: change field type boolean constructor call to module.exports.
change field type boolean constructor call to module.exports
Wydmanski <anwi@gft.com> committed rSf241045d05df: rewrite Owner var to const.
rewrite Owner var to const
Wydmanski <anwi@gft.com> committed rS5271558d5410: rewrite SubjectPath var to const.
rewrite SubjectPath var to const
Wydmanski <anwi@gft.com> committed rS64d1f7305bda: rewrite SubjectPath tests to assert.
rewrite SubjectPath tests to assert
Wydmanski <anwi@gft.com> committed rS686920a32ffe: rewrite ConfigManager var to const.
rewrite ConfigManager var to const
Wydmanski <anwi@gft.com> committed rSc062868bce61: rewrite AccessStrategyType var to const.
rewrite AccessStrategyType var to const
Wydmanski <anwi@gft.com> committed rSbc0a98cc67fe: rewrite AccessStrategyType tests to assert.
rewrite AccessStrategyType tests to assert
Wydmanski <anwi@gft.com> committed rS49f104a2546d: rewrite ConfigManager tests to assert.
rewrite ConfigManager tests to assert
Wydmanski <anwi@gft.com> committed rS82e4a4ced738: unpollute ASTP variable, change AccessStrategyType.prototype references to ASTP.
unpollute ASTP variable, change AccessStrategyType.prototype references to ASTP
Wydmanski <anwi@gft.com> committed rS16cf6a136f0c: PROPOSITION: rewrite var to const/let.
PROPOSITION: rewrite var to const/let
Wydmanski <anwi@gft.com> committed rS731f0e6b68f4: rewrite ChipManager tests to assert.
rewrite ChipManager tests to assert
kuba-orlik committed rS64d0dd5caaeb: Turn many functions into pure functions. Refactor tests for ChipManager.
Turn many functions into pure functions. Refactor tests for ChipManager
Update tests for AccessStrategyType
Remove call to a non-wxisting method
Remove deprecated 'reference' field_type
Make the code unit-tests friendly. Refactor the tests.
Automatically change last_login timestamp on login
Add last_login_context field to user resource-type
Add VirtualFile structure
Add support for uploading files. Create UploadedFiles subject
kuba-orlik committed rS972a3ba3536d: Default params in Field to an empty object instead of undefined.
Default params in Field to an empty object instead of undefined
Fix invalid error throwing in FieldType
kuba-orlik committed rS539f0373e3b0: Fix 'themse;ves' access strategy type not being item sensitive.
Fix 'themse;ves' access strategy type not being item sensitive
kuba-orlik committed rSa6ddf9356ada: Fix a bug where an entire 'show' method was rejected when a filter tried to….
Fix a bug where an entire 'show' method was rejected when a filter tried to…
Reorder attributes in 'owner' access strategy
kuba-orlik committed rS999aa068fc30: Fix a bug where 'or' and 'and' access strategy types didn't pass params when….
Fix a bug where 'or' and 'and' access strategy types didn't pass params when…
kuba-orlik committed rSb42fa0147317: Refactor ResourceTypeField into Field. Add 'filter' to FieldType's methods (and….
Refactor ResourceTypeField into Field. Add 'filter' to FieldType's methods (and…
kuba-orlik committed rS5e1c94344659: Support passing SubjectPath instance as an argument to SubjectPath constructor.
Support passing SubjectPath instance as an argument to SubjectPath constructor
Add run_action method to Context
Ensure all modules use Bluebird instead of native Promises
Add 'format' method support to field types
Make certain Context props non-enumerable
Change access strategy for 'user' resource-type.
kuba-orlik committed rS504b0d1389a1: Change 'this' to 'self' wherever possible in SingleResourceSubject.
Change 'this' to 'self' wherever possible in SingleResourceSubject
Create CurrentSession subject