- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Jul 23 2020
Jul 23 2020
Remove unnecessary code from channel.js
Add type name to AccessStrategy
Curry 'app' into AccessStrategy
Apply the '.pure' style to access-strategy-type
Move base_chips to lib/app
Remove no-unused-vars eslint rule
Curry the RootSubject in Action
Merge branch 'alpha' into default_config_delegation
Fix custom config not being printed on init
Merge branch 'alpha' into default_config_delegation
Load custom settings before any other
Improve the wording and formatting of ConfigManager's logs
Move default config loading from Core to ConfigManager
Change config key names for logger
Move default datastore config to 'core' key
Fix wrong default datastore
Change console.log calls in Core to avoid eslint errors
kuba-orlik committed rS0c47d115c3f0: Rename get_custom_config to load_custom_config. Be more verbose about potential….
Rename get_custom_config to load_custom_config. Be more verbose about potential…
Merge branch alpha into default_config_delegation
Rename get_default_config to load_default_config
Support default config in Sealious plugins
anwi <adrian.wydmanski@gft.com> committed rS506b2e867445: Support both JSON and YAML config files.
Support both JSON and YAML config files
Merge branch 'alpha' into field_type_html
anwi <adrian.wydmanski@gft.com> committed rS0d865b962474: Add default_config.json file, use default config for Sealious.
Add default_config.json file, use default config for Sealious
Fix int filter not working when using '=' comparator
Add '>' and '<' filters to int field types
Merge branch 'alpha' into field_type_html
Merge branch 'alpha' into field_type_html
HOTFIX: fix query params being flattened
Fix 'Users' collections not being registred during init
Merge branch 'alpha' into field_type_html
Merge branch 'alpha' into field_type_html
Fix 'expand' format not working for single_reference
Fix DELETE method not working
Merge branch 'alpha' into field_type_html
kuba-orlik committed rSf2edab7c5e11: Throw an error when an update method did no changes in the datastore.
Throw an error when an update method did no changes in the datastore
Fix PATCH method not working
Merge branch alpha into field_type_html
Fix files always returning 404
Fix 'use strict' directive missing from get-main-app-dir
Fix 'use strict' directive missing from get-main-app-dir
Merge branch 'alpha' into field_type_html
Merge branch 'alpha' into field_type_html
Make FileManager independent of current working directory
Hotfixes in single_reference
Merge branch 'alpha' into field_type_html
Update the locreq dependency
kuba-orlik committed rS2a015b57139b: Make the Plugin manager more independent of the current working directory.
Make the Plugin manager more independent of the current working directory
Write unit tests for field-type-html
Add 'original' format to the field-type. Write unit tests.
Merge branch 'file_by_url' into alpha
Fix FileManager not returning the file data
Create field-type-html
Write unit tests for the file-by-url functionality
Make Sealious.start() resolve with the Sealious instance
kuba-orlik committed rS23d25714d800: Add ability to provide a http URL to a file instead of a File buffer in field….
Add ability to provide a http URL to a file instead of a File buffer in field…
Merge branch 'support_arbitrary_indexes' into alpha
• anon committed rS30cc86d68f29: Merge branch 'support_arbitrary_indexes' of ssh://github.com/Sealious/sealious….
Merge branch 'support_arbitrary_indexes' of ssh://github.com/Sealious/sealious…
update Tingo dependency
Fix the way errors are thrown when is_proper_value rejects
Merge branch 'alpha' into support_arbitrary_indexes
• anon committed rSd870b2954f56: Merge branch 'alpha' of ssh://github.com/Sealious/sealious into alpha.
Merge branch 'alpha' of ssh://github.com/Sealious/sealious into alpha
Add a test for FieldType
Write a small test to CollectionSubject to up the coverage
kuba-orlik committed rS44235b3a2967: Attempt #2 to remove necessity for sudo on travis to update mongodb.
Attempt #2 to remove necessity for sudo on travis to update mongodb
Update mongoDB version on Travis
Attempt to update mongoDB version on Travis without sudo
Rewrite unit tests for field-type-text's .has_index method
Add mongodb to Travis environment
GitHub <noreply@github.com> committed rS94cfbb9e8546: Merge pull request #295 from sealcode/synchronise_default_methods (authored by kuba-orlik).
Merge pull request #295 from sealcode/synchronise_default_methods
Replace field-type's .full_text_search with .has_index
Synchronise default methods: format, encode, decode
Merge branch 'change_resouceType_to_collection' into alpha
Merge branch 'alpha' into change_resouceType_to_collection
Merge branch 'alpha' into 'separate_db_collections'
Merge branch 'separate_db_collections' into alpha
Merge branch 'no_accept_reject_interface' into alpha
Fix conflicts after merging alpha into no_accept_reject_interface
kuba-orlik committed rS98988f673d9d: Adjust package.json scripts so they don't try to open coverage info in the….
Adjust package.json scripts so they don't try to open coverage info in the…
Empty commit to clear out Travis->Coveralls.io pipe
Merge branch 'change_resouceType_to_collection' into alpha
Merge branch 'alpha' into no_accept_reject_interface
Write a failing test for field-type.text
kuba-orlik committed rSb0ee6c9b21cc: Rewrite field-type tests to accomodate for 'accept, reject' removal.
Rewrite field-type tests to accomodate for 'accept, reject' removal
Merge branch 'alpha' into no_accept_reject_interface
Remove the 'accept, reject' interface for is_proper_value
kuba-orlik committed rS0a780e19bb81: Separate different Sealious Collections into separate DB collections.
Separate different Sealious Collections into separate DB collections
kuba-orlik committed rS98ab594246e6: Change '.type_name' attribute to '.collection_name' in resource representation.
Change '.type_name' attribute to '.collection_name' in resource representation
kuba-orlik committed rSe3933924c439: Change Collections subject path from '/resources/:collection-name:' to….
Change Collections subject path from '/resources/:collection-name:' to…
Rename 'user' collection to 'users'
kuba-orlik committed rSae1c067bf8d3: Reflect the changes in resourceType->Collection change in variable names.
Reflect the changes in resourceType->Collection change in variable names
Empty commit to clear the Travis -> Coveralls.io pipe
Change the integration tests branch in .travis
Add badges to README.md
[BREAKING] Change 'ResourceType' to 'Collection'