Thomas Schmidt
7d0297410e
update chartkick dep
2020-09-29 00:29:14 +02:00
Thomas Schmidt
bfb036fa96
upgrade rails to 5.2.4.4
2020-09-29 00:15:42 +02:00
Thomas Schmidt
f5ac859b9b
The "chromeOptions" key in chrome capabilities changed to "goog:chromeOptions".
...
But I'm rather switching to the 'option' array here for readability and alignment with Firefox options.
2020-09-29 00:02:18 +02:00
Thomas Schmidt
046ed9f7b7
Update codecov dependency to latest 0.2.11
...
The used version 0.1.14 was yanked from rubygems.org
2020-09-28 22:58:24 +02:00
James Mason
6e6a6dcd39
Merge pull request #2679 from openSUSE/depfu/update/rack-2.1.4
...
🚨 [security] Update rack: 2.0.8 → 2.1.4 (minor)
2020-06-19 19:33:39 -07:00
depfu[bot]
3a3c0e6f2f
Update rack to version 2.1.4
2020-06-20 02:10:35 +00:00
James Mason
8c96a6cc9a
Merge pull request #2677 from openSUSE/depfu/update/websocket-extensions-0.1.5
...
🚨 [security] Update websocket-extensions: 0.1.4 → 0.1.5 (minor)
2020-06-19 19:09:34 -07:00
James Mason
0d876de27f
Merge pull request #2672 from openSUSE/depfu/update/puma-3.12.6
...
🚨 [security] Update puma: 3.12.4 → 3.12.6 (patch)
2020-06-19 19:09:13 -07:00
James Mason
754c47e41b
Merge pull request #2656 from AndrewKvalheim/ajax-datatables-rails-293-postgresql
...
Fix bug in UserDatatable query affecting PostgreSQL
2020-06-19 19:07:18 -07:00
depfu[bot]
acb3654af2
Update websocket-extensions to version 0.1.5
2020-06-05 18:44:31 +00:00
depfu[bot]
4e6c74ecb5
Update puma to version 3.12.6
2020-05-22 20:50:27 +00:00
Stella Rouzi
a89201ff82
Merge pull request #2671 from ifellinaholeonce/master
...
Add uniqueness tests for Event scope on Vote model with User association
2020-05-21 08:47:26 +03:00
Tymm Schmitke
40036899b3
Add empty line at end of file
2020-05-19 23:18:05 -04:00
Tymm Schmitke
aa99f909a6
Add uniqueness tests for Event scope on Vote model with User association
2020-05-19 22:24:37 -04:00
James Mason
dfb159a0e1
Merge pull request #2638 from openSUSE/depfu/update/puma-3.12.4
...
🚨 [security] Update puma: 3.12.2 → 3.12.4 (patch)
2020-04-06 09:48:04 -07:00
James Mason
49639dadb1
Merge pull request #2637 from openSUSE/depfu/update/sqlite3-1.4.2
...
Update sqlite3: 1.4.1 → 1.4.2 (patch)
2020-04-06 09:46:41 -07:00
James Mason
8403074765
Merge pull request #2644 from openSUSE/depfu/update/json-2.3.0
...
🚨 [security] Update json: 2.2.0 → 2.3.0 (minor)
2020-04-06 09:46:08 -07:00
Stella Rouzi
303129bf45
Merge pull request #2652 from AndrewKvalheim/test-unspecified-order-2
...
Decouple tests from unspecified data ordering (part 2)
2020-04-06 15:26:07 +03:00
Andrew Kvalheim
4182b6fb8f
Fix bug in UserDatatable query affecting PostgreSQL
...
Resolves:
$ docker-compose run --rm osem bundle exec rspec ./spec/datatables/user_datatable_spec.rb:97
…
ActiveRecord::StatementInvalid:
PG::GroupingError: ERROR: column "users.id" must appear in the GROUP BY clause or be used in an aggregate function
2020-04-04 10:35:56 -07:00
Andrew Kvalheim
d3e73b103f
Document workaround for jbox-web/ajax-datatables-rails#293
2020-04-04 10:35:44 -07:00
Andrew Kvalheim
a179a38fae
Minor refactor
2020-04-01 08:53:46 -07:00
Andrew Kvalheim
10f0edac20
Decouple tests from unspecified data ordering
...
These tests have been passing with SQLite, but don't reflect guaranteed
behavior and with PostgreSQL failed intermittently.
2020-03-29 09:06:47 -07:00
Stella Rouzi
e709d080b4
Merge pull request #2650 from AndrewKvalheim/test-unspecified-order
...
Decouple tests from unspecified data ordering
2020-03-29 15:55:34 +03:00
Andrew Kvalheim
a7006a4edd
Decouple tests from unspecified data ordering
...
These tests have been passing with SQLite, but don't reflect guaranteed
behavior and with PostgreSQL failed intermittently.
2020-03-28 15:15:01 -07:00
depfu[bot]
0e3e832770
Update json to version 2.3.0
2020-03-19 15:49:52 +00:00
depfu[bot]
5c57ccdf5a
Update puma to version 3.12.4
2020-03-03 11:18:54 +00:00
depfu[bot]
8598652433
Update sqlite3 to version 1.4.2
2020-02-19 13:11:48 +00:00
Henne Vogelsang
e6f3aa559e
Merge pull request #2636 from openSUSE/depfu/update/nokogiri-1.10.8
...
🚨 [security] Update nokogiri: 1.10.5 → 1.10.8 (patch)
2020-02-19 14:07:45 +01:00
depfu[bot]
153b825923
Update nokogiri to version 1.10.8
2020-02-11 11:47:10 +00:00
Stella Rouzi
e38cfc55c4
Merge pull request #2586 from rahul2240/bug1
...
add condition for booth rejection mail
2020-01-07 00:34:38 +02:00
Stella Rouzi
3d74ba4742
Merge pull request #2619 from bennettscience/master
...
fixes redirect loop
2020-01-07 00:03:44 +02:00
Brian
2d31ababaa
Correct variable error
...
Line 30 was missing the `@` in `@event.speakers.any`, which caused a 500 error when clicking on a session in the program. Corrected the typo.
2019-12-20 10:38:14 -05:00
Henne Vogelsang
109cb7b114
Merge pull request #2614 from openSUSE/depfu/update/shoulda-matchers-4.1.2
...
Update shoulda-matchers: 4.0.1 → 4.1.2 (minor)
2019-12-20 15:59:22 +01:00
Henne Vogelsang
62e5a03a6f
Merge pull request #2617 from openSUSE/depfu/update/rack-2.0.8
...
🚨 [security] Update rack: 2.0.7 → 2.0.8 (patch)
2019-12-20 15:58:45 +01:00
Brian
b828a9d6c6
fixes redirect loop
...
Redirecting users to `/account/sign_in` caused a redirect loop which crashed the page, but still adds them to the `users` table correctly.. Forcing users to the `root_path` solves the redirect loop.
2019-12-20 08:26:22 -05:00
depfu[bot]
544becd291
Update rack to version 2.0.8
2019-12-18 22:50:29 +00:00
Henne Vogelsang
e7d98999fb
Merge pull request #2616 from openSUSE/depfu/update/puma-3.12.2
...
🚨 [security] Update puma: 3.12.1 → 3.12.2 (patch)
2019-12-06 12:59:04 +01:00
depfu[bot]
66ff365e06
Update puma to version 3.12.2
2019-12-06 10:26:38 +00:00
depfu[bot]
33e07bfc28
Update shoulda-matchers to version 4.1.2
2019-12-02 18:25:54 +00:00
James Mason
43ab8966e3
Merge pull request #2613 from openSUSE/depfu/update/redcarpet-3.5.0
...
Update redcarpet: 3.4.0 → 3.5.0 (minor)
2019-12-02 10:21:09 -08:00
James Mason
b691568b61
Merge pull request #2606 from openSUSE/depfu/update/leaflet-rails-1.5.1
...
Update leaflet-rails: 1.4.0 → 1.5.1 (minor)
2019-12-02 10:20:42 -08:00
depfu[bot]
842b83ba91
Update leaflet-rails to version 1.5.1
2019-11-27 12:50:55 +00:00
depfu[bot]
9c14a026d4
Update redcarpet to version 3.5.0
2019-11-27 12:45:49 +00:00
Henne Vogelsang
4078cd85ef
Merge pull request #2609 from openSUSE/depfu/update/chartkick-3.3.0
...
🚨 [security] Update chartkick: 3.2.1 → 3.3.0 (minor)
2019-11-27 13:44:23 +01:00
Henne Vogelsang
be38aae203
Merge pull request #2611 from openSUSE/depfu/update/ruby-openid-2.9.2
...
🚨 [security] Update ruby-openid: 2.5.0 → 2.9.2 (minor)
2019-11-26 17:05:29 +01:00
Henne Vogelsang
aeea38ae71
Merge pull request #2608 from openSUSE/depfu/update/nokogiri-1.10.5
...
🚨 [security] Update nokogiri: 1.10.4 → 1.10.5 (patch)
2019-11-26 17:05:18 +01:00
depfu[bot]
f823d8783a
Update ruby-openid to version 2.9.2
2019-11-17 02:11:41 +00:00
depfu[bot]
00bf2c24a7
Update chartkick to version 3.3.0
2019-11-10 04:07:08 +00:00
depfu[bot]
7336a67133
Update nokogiri to version 1.10.5
2019-11-07 17:20:59 +00:00
James Mason
a96cee7d4c
Merge pull request #2607 from openSUSE/depfu/update/active_model_serializers-0.10.10
...
Update active_model_serializers: 0.10.9 → 0.10.10 (minor)
2019-11-07 09:18:52 -08:00