canvas-lms/gems
Rob Orton e430f35de0 stop logging stats in adheres_to_policy
refs CORE-2538

test plan
 - specs should pass

Change-Id: I09ffd6982be803294b7d70c1e485d999a01352ea
Reviewed-on: https://gerrit.instructure.com/186260
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
2019-03-21 16:29:16 +00:00
..
activesupport-suspend_callbacks rails 5.2 2018-04-25 19:15:20 +00:00
acts_as_list clean up a few more gems/*/Gemfile's 2019-02-06 21:54:14 +00:00
adheres_to_policy stop logging stats in adheres_to_policy 2019-03-21 16:29:16 +00:00
attachment_fu rails 5.2 2018-04-25 19:15:20 +00:00
autoextend rails 5.2 2018-04-25 19:15:20 +00:00
bookmarked_collection spec: a bit of cleanup in gems/ tests 2019-02-06 15:19:17 +00:00
broadcast_policy properly delete from an AttributeSet 2018-06-01 18:56:59 +00:00
canvas_breach_mitigation da licença part 53 2017-05-01 21:06:11 +00:00
canvas_cassandra distinguish between Cassandra 2 and 3 for getting table list 2017-11-06 17:30:54 +00:00
canvas_color Handle named colors like ‘red’ in theme editor 2018-02-16 23:26:02 +00:00
canvas_crummy da licença part 53 2017-05-01 21:06:11 +00:00
canvas_ext rails 5.2 2018-04-25 19:15:20 +00:00
canvas_http enhance course link validator 2018-12-07 20:23:21 +00:00
canvas_i18nliner Make it so i18nliner understands `import(‘./foo’)` 2018-08-23 14:19:00 +00:00
canvas_kaltura make CanvasKaltura.cache aware that Rails.cache is dynamic 2018-03-06 05:46:59 +00:00
canvas_mimetype_fu fix file warnings for specs on linux 2018-09-07 21:50:53 +00:00
canvas_panda_pub pin jwt for canvas_panda_pub 2017-09-05 13:49:39 +00:00
canvas_partman stop and requeue message migration job periodically 2019-03-13 16:49:26 +00:00
canvas_quiz_statistics da licença part 53 2017-05-01 21:06:11 +00:00
canvas_sanitize fix stored xss vulnerability in rce html editor 2019-01-04 22:26:23 +00:00
canvas_slug da licença part 53 2017-05-01 21:06:11 +00:00
canvas_sort da licença part 53 2017-05-01 21:06:11 +00:00
canvas_stringex spec: a bit of cleanup in gems/ tests 2019-02-06 15:19:17 +00:00
canvas_text_helper da licença part 53 2017-05-01 21:06:11 +00:00
canvas_time rails 5.2 2018-04-25 19:15:20 +00:00
canvas_unzip canvas_unzip: deal with empty archives 2019-01-03 20:24:20 +00:00
csv_diff handle empty files for diffing mode 2017-08-01 19:56:44 +00:00
diigo da licença part 53 2017-05-01 21:06:11 +00:00
dr_diff Get eslint working again 2018-03-09 14:03:38 +00:00
event_stream spec: a bit of cleanup in gems/ tests 2019-02-06 15:19:17 +00:00
google_drive Custom retries for Google Drive access. 2018-11-30 16:29:24 +00:00
html_text_helper spec: a bit of cleanup in gems/ tests 2019-02-06 15:19:17 +00:00
i18n_extraction rails 5.2 2018-04-25 19:15:20 +00:00
i18n_tasks generate locale yaml without line wrapping 2019-02-21 20:16:25 +00:00
incoming_mail_processor remove iconv 2018-12-06 17:14:18 +00:00
json_token da licença part 53 2017-05-01 21:06:11 +00:00
linked_in remove all dependecy on instructure-oauth 2017-07-11 19:21:09 +00:00
live_events relax live_events' gem development requirements 2019-02-06 21:54:02 +00:00
lti-advantage Add lti-advantage gem validation 2019-03-15 15:56:34 +00:00
lti_outbound allow whitelisted query param to be added to lti launch body 2018-09-19 18:46:36 +00:00
multipart update mime-types 2019-02-27 17:05:14 +00:00
paginated_collection da licença part 53 2017-05-01 21:06:11 +00:00
plugins add a better way to preserve answer ids through copies 2019-01-11 17:40:44 +00:00
rubocop-canvas add more column removal methods to postdeploy linter 2018-06-26 14:21:37 +00:00
selinimum clean up a few more gems/*/Gemfile's 2019-02-06 21:54:14 +00:00
stringify_ids da licença part 53 2017-05-01 21:06:11 +00:00
tatl_tael get some tests to work with react 16 2018-09-12 16:07:01 +00:00
turnitin_api spec: a bit of cleanup in gems/ tests 2019-02-06 15:19:17 +00:00
twitter drop Message#asset_context and DelayedNotification#asset_context 2017-08-22 17:47:51 +00:00
utf8_cleaner add missing test to Utf8Cleaner and cleanup 2019-01-11 22:10:24 +00:00
workflow rails 5.2 2018-04-25 19:15:20 +00:00
README.md Add docs on how to run gem tests 2016-03-09 18:08:44 +00:00
test_all_gems.sh simplify gem test harnesses 2016-01-19 17:52:58 +00:00

README.md

Gems

Testing

To test all the gems:

cd gems
./test_all_gems.sh

To test an individual gem

Run ./test.sh inside the gem's folder. This is basically the same as:

cd gems/google_drive
bundle
rspec