Giter Club home page Giter Club logo

Comments (5)

cliftonc avatar cliftonc commented on July 20, 2024

This is in progress, will be switching to https://github.com/indexzero/nconf

from calipso.

cliftonc avatar cliftonc commented on July 20, 2024

This is now fully in place:

https://github.com/cliftonc/calipso/blob/devel/lib/Config.js

This will expose a new API:

calipso.config.get('database:uri') 
calipso.config.set('database:uri','mongodb://blah/blah')

All configuration will be stored in files, named after the environment they are running in.

conf/development.json

Module configuration will be stored in this file, and later linked to core functions that allow rapid creation of admin screens for modules (the system_settings_form module in Drupal is a great example of how to do this).

This is a breaking change and will force the 0.3.0 release.

from calipso.

kmpm avatar kmpm commented on July 20, 2024

I have, in a fork of devel, made some changes so that calipso starts with node 0.6.x. Everything seems to be all right but the tests does not run well and it seems as if it is the calipso.config that doesn't get initialized properly.
This might be as it should be considering the "under development" but I would like to know since running the tests is the only way for me to verify that thing are working after my "fixes"

This is the error I got when running "express -s"
event.test.js I can create pre and post event emitters and emit an event, with no asynchronous callback: TypeError: Cannot call method 'get' of undefined
at new CalipsoEventEmitter (/home/peterm/projekt/calipso/lib/Event.js:61:44)
at Test.fn (/home/peterm/projekt/calipso/test/event.test.js:19:12)

from calipso.

cliftonc avatar cliftonc commented on July 20, 2024

Hi, the tests are broken in the devel branch with the current commit - these need to be fixed - and in general the tests need to be re-looked at given the extent of changes in 3.0.

from calipso.

cliftonc avatar cliftonc commented on July 20, 2024

This is closed given the 0.3.0 quiet release this week.

from calipso.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.