Code Monkey home page Code Monkey logo

hacklog's People

Contributors

afdsouza avatar gitter-badger avatar therhino04 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hacklog's Issues

Test out RPM Build

Requires testing of RPM build i.e. running rpmbuild -ba hacklog-<version>.tar.gz

FEATURE: setup project mailing lists and chat rooms

setup mailing lists and chat rooms for the project

  • hacklog-devel ( google group, chat room ) : for development
  • hacklog-users ( google group, chat room ) : for project users to ask quetions
  • hacklog-maintainers : use this email address for setting up admin functions ( github, travis-ci, etc)

BUG: unit tests are failing on import and on objects initialization

multiple unit tests are failing in tests/*

  • accessdata_test: database engine is not initialized before running tests
  • all: import statements are failing ( path resolution )
  • services_test: service initialization error ( config object is not created
ERROR: test_save_and_get_day (accessdata_test.AccessDataTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/kantselovich/REPO/hacklog/tests/accessdata_test.py", line 21, in setUp
    create_tables()
  File "/Users/kantselovich/REPO/hacklog/hacklog/entities.py", line 18, in create_tables
    Base.metadata.create_all(db)
  File "/Users/kantselovich/REPO/hacklog/lib/python2.7/site-packages/SQLAlchemy-0.9.8-py2.7.egg/sqlalchemy/sql/schema.py", line 3400, in create_all
    bind = _bind_or_error(self)
  File "/Users/kantselovich/REPO/hacklog/lib/python2.7/site-packages/SQLAlchemy-0.9.8-py2.7.egg/sqlalchemy/sql/base.py", line 643, in _bind_or_error
    raise exc.UnboundExecutionError(msg)
UnboundExecutionError: MetaData object is not bound to an Engine or Connection.  Execution can not proceed without a database to execute against.

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.