Open Source Incubator
Codexia is an open source incubator. We want to build
a community of reviewers and advisers to help us select the most
interesting emerging open source projects. According to
the selection made by the community we want to donate
our funds to the most promising teams and projects.
Read our Terms of Use.
We have the following official bots at the moment:
If you want to add yours, join our
Telegram group and suggest it.
Read these guidelines.
Make sure your build is green before you contribute
your pull request. You will need to have Ruby 2.3+,
Java 8+, Maven 3.2+, PostgreSQL 10+, and
Bundler installed. Then:
$ bundle update
$ bundle exec rake
If it’s clean and you don’t see any error messages, submit your pull request.
To run a single unit test you should first do this:
$ bundle exec rake run
And then, in another terminal (for example):
$ ruby test/test_risks.rb -n test_adds_and_fetches
If you want to test it in your browser, open http://localhost:9292
. If you
want to login as a test user, just open this: http://localhost:9292?glogin=test
.
Should work.