- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 23 2020
Jul 23 2020
Update locreq dependency
Merge branch 'travis_cache' into references
Add 'use strict' directive to all files in lib/
Fix strict mode errors
Experiments successful. Remove the silly dependency.
kuba-orlik committed rSe6979a2626a5: Experimental: Add a new dependency to see if it will be installed over the….
Experimental: Add a new dependency to see if it will be installed over the…
kuba-orlik committed rS93d74b2fc046: Experimental: Add another commit to see if the build speed has increased.
Experimental: Add another commit to see if the build speed has increased
Change node version on Travis to LTS
Experimental: add node_modules cache for faster builds
Merge branch 'locreq' into references
Fix merging conflicts with references
• anon committed rSf3be2873dd06: Merge branch 'references' of ssh://github.com/Sealious/sealious into references.
Merge branch 'references' of ssh://github.com/Sealious/sealious into references
kuba-orlik committed rS729ac9c7f4f0: Add dangling-comma to eslint rules. Apply the style changes to the codebase..
Add dangling-comma to eslint rules. Apply the style changes to the codebase.
kuba-orlik committed rSa0887e3867a9: Add locreq where needed. Remove some redundant 'require(sealious)' calls.
Add locreq where needed. Remove some redundant 'require(sealious)' calls
Merge branch 'eslint-temp' into references
Change 'require.main.require' to locreq
Remove JSCS and JSHint config files
• anon committed rS39b2c153bb99: Remove unnecessary scripts from package.json and add eslint scripts.
Remove unnecessary scripts from package.json and add eslint scripts
Remove unnecessary dependencies
Fix merge conflicts with references
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