canvas-lms/gems
Ed Schiebel 553105aa48 Get eslint working again
Wwhen files change in canvas and under packages/canvas-planner, eslint
bombs out.
When files hange in package/canvas-planner alone, they aren't linted
using planner's rules

fixes ADMIN-830

test plan:
  this isn't going to be easy.  While including the changes here:
  - commit a change to a canvas-lms .js file with an eslint error
  > expect gergich to log it in the jenkins output in gerrit
  - commit a change to a canvas-lms/packages/canvas-planner .js file with
    an eslint error
  > expect gergich to log both the above file eslint errors
  - revert the change to the canva-lms file so only planner has a lint
    errror
  > expect gergich to log it

Change-Id: I337ee0ff3025875a8faf427e2fb749d76ae09bed
Reviewed-on: https://gerrit.instructure.com/142470
Reviewed-by: Ryan Shaw <ryan@instructure.com>
Tested-by: Jenkins
QA-Review: Deepeeca Soundarrajan <dsoundarrajan@instructure.com>
Product-Review: Ed Schiebel <eschiebel@instructure.com>
2018-03-09 14:03:38 +00:00
..
activesupport-suspend_callbacks rails 5.1: activesupport-suspend_callbacks 2017-06-16 13:44:08 +00:00
acts_as_list prep for Rails 5.1 2017-06-16 02:54:20 +00:00
adheres_to_policy Add a flag to completely disable caching of permissions 2017-07-18 12:41:34 +00:00
attachment_fu Skip tests that require plugin unless plugin installed 2017-07-28 19:30:52 +00:00
autoextend prep for Rails 5.1 2017-06-16 02:54:20 +00:00
bookmarked_collection Refs MBL-9054 - Make todo items api paginate 2017-12-11 18:03:12 +00:00
broadcast_policy drop Message#asset_context and DelayedNotification#asset_context 2017-08-22 17:47:51 +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 prep for Rails 5.1 2017-06-16 02:54:20 +00:00
canvas_http filter out localhost and local ips from canvashttp 2017-09-12 20:29:56 +00:00
canvas_i18nliner upgrade i18nliner-js to latest version 2018-02-12 20:39:35 +00:00
canvas_kaltura make CanvasKaltura.cache aware that Rails.cache is dynamic 2018-03-06 05:46:59 +00:00
canvas_mimetype_fu da licença part 53 2017-05-01 21:06:11 +00:00
canvas_panda_pub pin jwt for canvas_panda_pub 2017-09-05 13:49:39 +00:00
canvas_partman prep for Rails 5.1 2017-06-16 02:54:20 +00:00
canvas_quiz_statistics da licença part 53 2017-05-01 21:06:11 +00:00
canvas_sanitize whitelist the 'controls' attribute for 'audio' html tags 2017-12-05 21:05:27 +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 prep for Rails 5.1 2017-06-16 02:54:20 +00:00
canvas_text_helper da licença part 53 2017-05-01 21:06:11 +00:00
canvas_time prep for Rails 5.1 2017-06-16 02:54:20 +00:00
canvas_unzip handle imported zip files inside a nested directory 2017-08-23 15:53:25 +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 drop rails 4.2 2017-06-27 15:29:51 +00:00
google_drive ruby 2.5: fix google drive user-agent 2018-01-03 15:51:41 +00:00
html_text_helper Preserve table formatting in discussion HTML emails 2017-11-16 20:00:44 +00:00
i18n_extraction bump lots of minor gem versions 2017-07-27 22:02:15 +00:00
i18n_tasks i18n: add islandic 2017-07-31 20:23:09 +00:00
incoming_mail_processor add a setting to the footer of emails 2017-09-05 18:55:38 +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 upgrade to aws-sdk v3 2017-05-26 15:30:08 +00:00
lti_outbound Handle multiple tool on the page when resizing 2017-08-18 16:30:28 +00:00
multipart Directly upload to inst-fs from canvas 2018-03-06 18:02:10 +00:00
paginated_collection da licença part 53 2017-05-01 21:06:11 +00:00
plugins spec: Change some variable names for readability 2018-03-03 02:10:37 +00:00
rubocop-canvas bump rubocop 2017-12-19 23:43:23 +00:00
selinimum "properly" "handle" graphql types in selinimum 2018-03-07 20:15:24 +00:00
stringify_ids da licença part 53 2017-05-01 21:06:11 +00:00
tatl_tael spec: include jest paths when gergich-ing js coverage 2018-03-06 16:16:46 +00:00
turnitin_api pin simple_oauth, since we rely on it 2017-12-27 16:15:32 +00:00
twitter drop Message#asset_context and DelayedNotification#asset_context 2017-08-22 17:47:51 +00:00
utf8_cleaner da licença part 53 2017-05-01 21:06:11 +00:00
workflow prep for Rails 5.1 2017-06-16 02:54: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