mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 06:01:12 +00:00
Furrest City's modified version of OSEM
http://osem.io
We are using `paper_trail` gem, which saves data in database table versions. It has a native way to search in the versions records, using `where_object()` and `where_object_changes()`. They are broken, under certain conditions. We changed them to a manual `where()`. To test this case we need: an Event with ID 1, an Event with ID 2, and a commercial with ID 1, for event with ID 2 - obviously the numbers could be different as long as there is this matching of IDs. Before this was made wit ha expect, which would make the test fail if this is not the case. But this is actually the test case, not what we want to test, so I moved to the `let`. This was also the case why one of the test was broken after we change how the database is cleaned in: https://github.com/openSUSE/osem/pull/1541 I also remove the feature test, as this should be tested in a controller test. |
||
|---|---|---|
| app | ||
| bin | ||
| config | ||
| db | ||
| doc | ||
| lib | ||
| public | ||
| spec | ||
| vendor | ||
| .gitignore | ||
| .haml-lint.yml | ||
| .haml-lint_todo.yml | ||
| .rubocop.yml | ||
| .rubocop_todo.yml | ||
| .travis.yml | ||
| app.json | ||
| bootstrap.sh | ||
| config.ru | ||
| CONTRIBUTING.md | ||
| dotenv.example | ||
| Gemfile | ||
| Gemfile.lock | ||
| Guardfile | ||
| INSTALL.md | ||
| LICENSE | ||
| PAYMENTS.md | ||
| Rakefile | ||
| README.md | ||
| TRANSLATION.md | ||
| travis_script.sh | ||
| Vagrantfile | ||
Open Source Event Manager
An event management tool tailored to Free and Open Source Software conferences.
OSEM actively participates in GSoC and RGSoC.
Installation
Please refer to INSTALL documentation file
How to contribute to OSEM
Please refer to our CONTRIBUTING guide
How to translate OSEM into your language
Please refer to our TRANSLATION guide
Contact
GitHub issues are the primary way for communicating about specific proposed changes to this project. If you have other questions feel free to subscribe to the opensuse-web@opensuse.org mailinglist, all OSEM contributors are on that list! Additionally you can use #osem channel on freenode IRC.

