cs_comments_service
cs_comments_service copied to clipboard
server side of the comment service
- feat: Update testing system - test: test on ruby 3 - refactor: update to ruby3
When using the default `user_activity` filter for the active threads API, the pagination and sorting happens in Ruby instead of MongoDB. In addition, when using the unread filter, the pagination...
In order to resolve the following error: ``` tutor_nightly_local-forum-1 | config.ru:18:in `block in ': undefined method `timeout=' for Rack::Timeout:Class (NoMethodError) tutor_nightly_local-forum-1 | from /app/cs_comments_service/vendor/bundle/ruby/3.0.0/gems/rack-1.6.13/lib/rack/builder.rb:55:in `instance_eval' tutor_nightly_local-forum-1 | from /app/cs_comments_service/vendor/bundle/ruby/3.0.0/gems/rack-1.6.13/lib/rack/builder.rb:55:in `initialize'...
## Description - Added `reverse_order` query parameter to the threads endpoint. - Modified `merge_response_content` to support reversed content order. ## Testing instructions 1. Open Discussion for some course. 2. Create...
Pagination for learners stats is broken. This provides a fix for this issue.
The aim of this PR is to update the testing mechanism of this repo to simplify testing it against more versions of ruby and mongo.
I noticed code scanning now supports Ruby, so I'm putting up this PR for review.
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.5 to 1.13.3. Release notes Sourced from nokogiri's releases. 1.13.3 / 2022-02-21 Fixed [CRuby] Revert a HTML4 parser bug in libxml 2.9.13 (introduced in Nokogiri v1.13.2). The...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.3.2 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
Bumps [ffi](https://github.com/ffi/ffi) from 1.1.5 to 1.13.1. Changelog Sourced from ffi's changelog. 1.13.1 / 2020-06-09 Changed: Revert use of ucrtbase.dll as default C library on Windows-MINGW. ucrtbase.dll is still used on...