Furrest City's modified version of OSEM http://osem.io
Find a file
Andrew Kvalheim e2bc6fc1c7 Fix bug in which role assignments aren’t tracked in version history
Resolves failing test `spec/features/versions_spec.rb:344`:

    1) Version display changes in users_role for conference role
       Failure/Error: expect(page).to have_text("added role cfp with ID #{user_role.id} to user #{user.name} in conference #{conference.short_title}")
         expected to find text "added role cfp with ID 2 to user name2 in conference fr_GAQ" in "OSEM\nname1\nAll Conferences\nOrganizations\nRevision History\nAll Conferences\nRevision History\nLog of changes made to conferences and associated resources\nShow\n10\n25\n50\n100\nAll\nentries\nSearch:\nID Description Actions\n18\nname2 signed up less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\n17\nSomeone (probably via the console) updated is admin of user name1 less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\n16\nname1 signed up less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\n15\nSomeone (probably via the console) created new cfp for events in conference fr_GAQ less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\n14\nSomeone (probably via the console) created new role volunteers_coordinator in conference fr_GAQ less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\n13\nSomeone (probably via the console) created new role info_desk in conference fr_GAQ less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\n12\nSomeone (probably via the console) created new role cfp in conference fr_GAQ less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\n11\nSomeone (probably via the console) created new role organizer in conference fr_GAQ less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\n10\nSomeone (probably via the console) created new difficulty level Hard in conference fr_GAQ less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\n9\nSomeone (probably via the console) created new difficulty level Medium in conference fr_GAQ less than a minute ago\n(May 1, 2014 00:01)\n\n\n\nView Changes\nRevert\nShowing 1 to 10 of 16 entries\nFirst\nPrevious\n1\n2\nNext\nLast\nThis tool is free software, released under the MIT license. You can run, copy, distribute, study, change and improve it. The source code and the developers are on GitHub."
       # ./spec/features/versions_spec.rb:350:in `block (2 levels) in <top (required)>'
2022-03-06 23:38:42 -08:00
.github Update default ruby version to 3.1.1 2022-03-01 14:55:16 +01:00
app Fix bug in which role assignments aren’t tracked in version history 2022-03-06 23:38:42 -08:00
bin Add next_rails binstubs 2022-02-23 14:36:05 +01:00
config Updates puma to 5.6.2 (was 4.3.11) 2022-03-03 17:45:58 +01:00
db Merge pull request #2667 from AndrewKvalheim/fix-migration-non-null 2021-03-06 21:02:13 +01:00
dist Add a logrotate configuration for production 2019-03-11 17:42:59 +01:00
doc Fix missing logo 2018-11-13 11:49:26 -08:00
lib 👋 update_attributes 2022-02-23 14:36:05 +01:00
public Update to Rails 7 2022-02-22 19:22:25 +01:00
spec Fix bug in which role assignments aren’t tracked in version history 2022-03-06 23:38:42 -08:00
vendor Update to Rails 7 2022-02-22 19:22:25 +01:00
.codecov.yml Disable codecov comments 2018-09-19 14:10:13 +02:00
.dockerignore Exclude additional files from Docker images 2021-07-05 19:31:29 +02:00
.gitignore Introduces next_rails 2021-08-17 14:05:19 +02:00
.haml-lint.yml generate haml-lint_todo 2017-04-26 18:27:20 +05:30
.haml-lint_todo.yml Update rubocop-rspec to version 2.4.0 2021-08-13 15:01:27 +02:00
.overcommit.yml Add overcommit config file 2018-06-12 11:18:01 -07:00
.rubocop.yml Update rubocop-rspec to version 2.4.0 2021-08-13 15:01:27 +02:00
.rubocop_todo.yml Drop formtastic 2022-02-23 14:36:07 +01:00
.ruby-gemset Add metadata for specifying a gemset for rvm 2018-03-15 00:53:26 +01:00
.ruby-version Update default ruby version to 3.1.1 2022-03-01 14:55:16 +01:00
app.json Stop requiring CLOUDINARY_URL in app.json 2021-08-12 15:32:01 +02:00
CHANGES.md Merge pull request #2591 from openSUSE/remove-travel-schedule 2021-03-06 05:04:07 +01:00
CODE_OF_CONDUCT.md Add code of conduct file 2017-07-17 19:25:14 +03:00
config.ru Update to Rails 7 2022-02-22 19:22:25 +01:00
CONTRIBUTING.md Get rid of bin/osem-init.sh 2021-10-21 16:14:47 +02:00
docker-compose.override.yml.example Update Docker Compose file format: 2.0 → 2.4 (minor) 2021-03-06 20:04:51 +01:00
docker-compose.yml Get rid of bin/osem-init.sh 2021-10-21 16:14:47 +02:00
docker-compose.yml.production-example Get rid of bin/osem-init.sh 2021-10-21 16:14:47 +02:00
Dockerfile Fix docker shell environment 2022-03-01 15:43:23 +01:00
Dockerfile.production Fix docker shell environment 2022-03-01 15:43:23 +01:00
dotenv.example Update default ruby version to 3.1.1 2022-03-01 14:55:16 +01:00
Gemfile Updates puma to 5.6.2 (was 4.3.11) 2022-03-03 17:45:58 +01:00
Gemfile.lock Updates puma to 5.6.2 (was 4.3.11) 2022-03-03 17:45:58 +01:00
Gemfile.next Introduces next_rails 2021-08-17 14:05:19 +02:00
Gemfile.next.lock Drop formtastic 2022-02-23 14:36:07 +01:00
INSTALL.md fix service name 2021-11-08 16:03:39 +02:00
LICENSE Release osem under MIT. Fixes #57 2013-10-18 15:33:59 +02:00
Procfile Change how we start puma 2019-05-04 21:36:34 +02:00
Rakefile Update to Rails 7 2022-02-22 19:22:25 +01:00
README.md We switched to https://libera.chat a while ago... 2021-08-16 21:25:05 +02:00
SECURITY.md Add a SECURITY.md pointing to the SUSE security team 2021-10-12 22:38:24 +02:00

Build Status Build Status Code Climate codecov Security Status Dependencies Deploy

Open Source Event Manager - osem.io

OSEM Logo

An event management tool tailored to Free and Open Source Software conferences.

Installation

Please refer to our installation guide.

How to contribute to OSEM

Please refer to our contributing 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 libera.chat IRC.