Commit Graph

39029 Commits

Author SHA1 Message Date
Rob Orton ccc216ecfc allow ignoring error types from setting
test plan
 - existing errors should work
 - have a raven.yml
 - populate Settings.set('ignorable_errors', 'some error')
 - 

Change-Id: I1bbfc003506ef5f15aa7fdb887e0249c84f09c56
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232977
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
2020-04-06 16:33:00 +00:00
Spencer Olson 14da94d954 fix observer N+1s in grade calculator
closes TALLY-792
flag=grade_calculator_performance_improvements

Fixes N+1s around observers, observer alerts, and observer alert
thresholds.

Test Plan:
1. Enable the 'Grade Calculator Performance Improvements' release
   flag at /accounts/site_admin/settings
2. Smoke test to make sure observers receive 'course_grade_high'
   and 'course_grade_low' alerts when an observee gets graded and the
   grade is above or below the set threshold, respectively.
3. Disable the 'Grade Calculator Performance Improvements' release
   flag at /accounts/site_admin/settings. Repeat step 2.

Change-Id: Ie9c3139006fed9eeec9af0aababad87bb6adb8df
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232210
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Gary Mei <gmei@instructure.com>
Reviewed-by: Keith Garner <kgarner@instructure.com>
QA-Review: Robin Kuss <rkuss@instructure.com>
Product-Review: Spencer Olson <solson@instructure.com>
2020-04-06 16:25:09 +00:00
Spencer Olson 0ea8a89c30 move enrollments query to slave
closes TALLY-802
flag=none

Test Plan:
1. log in to canvas and go to the course landing page for any course
2. verify ENV.current_user_roles contains all role types for the user
   that is logged in.

Change-Id: I14f533f63a95c7cdd35ed2cda67c29a35210a975
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232811
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Gary Mei <gmei@instructure.com>
Reviewed-by: Adrian Packel <apackel@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2020-04-06 16:24:31 +00:00
Jeremy Neander 407e0306c5 add setting for naive request dispatch limit
closes TALLY-757
flag = none

test plan:
 1. In the Rails console, enter:

    Setting.set('gradebook.active_request_limit', '10')

    * You can use any numerical value from 1–100
    * These are arbitrary constraints

 2. Visit Gradebook
 3. Verify Gradebook loads as expected

 * For verification of the request limit being honored,
   the most direct way is to inspect the instance of
   `NaiveRequestDispatch` being used within the Gradebook's
   `DataLoader`. In its options, you should see:

   `activeRequestLimit: 10`

 * For more difficult verification, you can update the
   Setting in the console to use `100` and watch the network
   tab in dev tools while loading Gradebook. It will
   effectively NOT be throttled with a limit that high.

Change-Id: I58b844359de24147806b6d0a931e594a018a066a
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/230763
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Adrian Packel <apackel@instructure.com>
Product-Review: Spencer Olson <solson@instructure.com>
Reviewed-by: Gary Mei <gmei@instructure.com>
Reviewed-by: Adrian Packel <apackel@instructure.com>
2020-04-06 15:59:20 +00:00
Alex Anderson cceec94185 Add Admin Day 1 Tourpoints
Builds off of previous work that has been done with Teacher
and student  tour points.
These tour points only appear for users that have an admin role.

Adjusts the Courses Controller to include whether the current
user is a teacher in the currently viewed course as part of the
values provided to the front end.

When a user is an admin, teacher, and student in a course, the
admin tour immediately appears. Teacher and student tours
appear when the user visits the course page which they are a
teacher or student in.

Splits the tours into their own separate files to shorten files.

Adds a Selenium test for initial launch of the tour.

Test Plan:
Make sure the Product Tours feature flag is turned on
As an admin, open up canvas.
The tour should appear, allowing you to walk through the
steps.

As a admin, student, and teacher, open up canvas.
The admin tour should appear (unless it's already appeared)
Visit the course page for the course you are enrolled in.
The student tour should appear.
Visit the course page for the course you are teaching.
The teacher tour should appear.

flag = product_tours

Refs UXS-58

Change-Id: I254822836d7884cd182cfcf67cddde53824afca5
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232654
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Daniel Sasaki <dsasaki@instructure.com>
Product-Review: Laura Leavitt <lleavitt@instructure.com>
Reviewed-by: Augusto Callejas <acallejas@instructure.com>
Reviewed-by: Aaron Shafovaloff <ashafovaloff@instructure.com>
2020-04-06 15:10:39 +00:00
Jenkins cdb9877527 update tr translation
Change-Id: Ifbfecbe78e0c63a343c61bc883e02d2da851f425
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232984
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-05 05:55:06 +00:00
Jenkins caadbd87e6 update hu translation
Change-Id: Ia41945094d41f87cabb03144998d5a2cc3c7a01c
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232983
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-05 05:53:33 +00:00
James Williams d389c435fb move sub_account_ids_recursive query to slave
if possible

closes #USERS-470

Change-Id: I2b92cfcad3e5050f8adee8333a009e08d4c19484
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232821
Reviewed-by: Clint Furse <cfurse@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Clint Furse <cfurse@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2020-04-04 22:43:16 +00:00
James Williams 398b86a323 move global_navigation manageable course query to slave
closes #LA-893

Change-Id: I491f6e81058f53abd012f3c28bb79685decc3dde
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232820
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2020-04-04 22:43:04 +00:00
James Williams 747d967040 move common external tool placement queries to slave
closes #LA-892

Change-Id: I43bc35e9ac3fbc02c43eefe998298a8c36815d34
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232812
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Mysti Lilla <mysti@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2020-04-04 22:42:37 +00:00
James Williams e6d9331123 move sequential_module_item_ids to slave
closes #LA-891

Change-Id: Ia33ba0416e8ce5e919c7a1e32a1581a99f8c8f43
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232809
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2020-04-04 22:42:18 +00:00
James Williams 3bb355cc84 move conferences user query to slave
closes #LA-887

Change-Id: Ib0e9f3e021941bed015c08035e53f7b7d1e7351f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232708
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2020-04-04 22:42:09 +00:00
James Williams 7caed25730 move common_account_chain to slave
test plan:
* specs

closes #LA-878

Change-Id: I1467925da4560c20be6b1184f2c29d51f35c82a5
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232624
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2020-04-04 22:42:00 +00:00
Ed Schiebel 1271571e3e fix error with unexpected audio mime-type
we were looking for audio and video mime-types from a list. when
recording on a mac, the type wasn't in our list. This change
generalized the check by considering mime-type starting with "audio"
to be audio, and "video" to be video.

closes LA-868
refs LA-595
flag=none

test plan:
  You'll need notorious running
  in chrome
  With RCE Enhancements turned off and again with it on
  - in the RCE select Media > upload/record media
  - go to the record tab
  - record a video
  > expect it to be in the RCE
  - repeat, but in the Record tab, click on the "webcam"
    button and select "No Video"
  - record some audio
  > expect it to be in the RCE
  - save
  > expect to be able to play both.

  - go to an assignment's submission
  - go to speedgrader
  - add a media comment
  - record audio
  - do it again for video
  > expect the comments to be viewable



Change-Id: If2cdfd4dd689569ac539a079f270bd789f37a502
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/231542
QA-Review: Anju Reddy <areddy@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Product-Review: Ed Schiebel <eschiebel@instructure.com>
2020-04-04 12:51:29 +00:00
Rob Orton d15fba71e0 move courses controller todo items to slave
test plan
 - hit a course home page as teacher and student
 - should not get an error

refs KNO-376

Change-Id: Ieb336e360d2f69ce4653596898a94a89be8797ab
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232846
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Mysti Lilla <mysti@instructure.com>
Reviewed-by: Davis Hyer <dhyer@instructure.com>
QA-Review: Davis Hyer <dhyer@instructure.com>
Product-Review: Davis Hyer <dhyer@instructure.com>
2020-04-03 21:24:20 +00:00
James Williams cb4896bad7 spec: big blue button preloading without conference keys
Change-Id: Idf1857ce958b9044cb05da9302454bc094038b99
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232685
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jacob Burroughs <jburroughs@instructure.com>
QA-Review: James Williams <jamesw@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
2020-04-03 21:11:50 +00:00
James Williams f7bc651bbf move account notification queries to slave
closes #LA-879

Change-Id: I59029d363796b6ddabd25a01a43d4abe86548497
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232677
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Reviewed-by: Clint Furse <cfurse@instructure.com>
QA-Review: Clint Furse <cfurse@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
2020-04-03 21:07:09 +00:00
James Williams 1329ad3e3d move users#api_index query to slave
closes #LA-894

Change-Id: I7e6609ec9ac8b3deac6b23fcd02a4d589873375f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232823
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Clint Furse <cfurse@instructure.com>
QA-Review: Clint Furse <cfurse@instructure.com>
Product-Review: James Williams <jamesw@instructure.com>
2020-04-03 20:50:24 +00:00
James Williams ab803cc793 move assignment_and_quiz_visibilites to slave
test plan:
* specs

closes #LA-877

Change-Id: I85624494e7d4f7d19c1d6f57327f4ed62b3186cd
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232622
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2020-04-03 20:50:06 +00:00
James Williams ac409e0df1 move courses_with_primary_enrollment to slave
closes #LA-885

Change-Id: I99880ba1b19aa3769dae3031e8c6ae1e89c01bb6
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232678
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jeremy Stanley <jeremy@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2020-04-03 20:49:55 +00:00
Pam Hiett dc88a295be allow ePortfolio share link to wrap/break on smaller viewport
fixes: USERS-325
flag=responsive_2020_04

TEST PLAN:
- ensure ePortfolios is set-up for your local user and the April
  responsive flag is turned on for the account
- click the ePortfolios link in the "Account" sub-nav
- if there is an existing ePortfolio select it, otherwise
  create one
- from the detailed screen either zoom your browser up to 400
  or use the "Toggle device toolbar" to view a device with a
  width of 320
- the share ePortfolio link should now wrap vs breaking the width

Change-Id: Ic73d2e299366337ce35352273429169bb31bfb79
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232492
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Augusto Callejas <acallejas@instructure.com>
Reviewed-by: Chris Hart <chart@instructure.com>
QA-Review: Daniel Sasaki <dsasaki@instructure.com>
Product-Review: Daniel Sasaki <dsasaki@instructure.com>
2020-04-03 20:45:42 +00:00
Rob Orton e1f1397e65 move discussion topic query to slave
fixes KNO-377

test plan
 - hit discussion topics page
 - you should not get any errors

Change-Id: I07630e7fc823d8fb6da52a65680dcb6f8c707f7a
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232656
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Davis Hyer <dhyer@instructure.com>
QA-Review: Davis Hyer <dhyer@instructure.com>
Product-Review: Davis Hyer <dhyer@instructure.com>
2020-04-03 20:42:04 +00:00
Rob Orton afabfebf29 move users controller todo items to slave
test plan
 - hit a dashboard
 - should not get an error

fixes KNO-376

Change-Id: I919ef659d7de39f684e1364c3a242c7e49103994
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232658
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Davis Hyer <dhyer@instructure.com>
QA-Review: Davis Hyer <dhyer@instructure.com>
Product-Review: Davis Hyer <dhyer@instructure.com>
2020-04-03 20:39:12 +00:00
Jenkins e3aa773878 update hu translation
Change-Id: I3df3d5e56174654d82e5ad49c52da915f7fee303
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232915
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:26:20 +00:00
Jenkins 86a93fa015 update zh-Hant translation
Change-Id: I21f6b35c268103f895afb864a73491a833722f5b
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232912
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:11:47 +00:00
Jenkins 813c1ff979 update zh-Hans translation
Change-Id: Ic9e5ba9a1de05e769812b808a5d9e1080429fc4b
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232911
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:11:24 +00:00
Jenkins 21b1ba6c7d update sv-x-k12 translation
Change-Id: I62288930caafa8a0125b0f31898d05cdfb86a750
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232910
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:11:01 +00:00
Jenkins 92a01a392c update sv translation
Change-Id: Ifc948b8be4573b352951960dabdb4612606e903a
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232909
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:10:43 +00:00
Jenkins 1c1fde3fa5 update ru translation
Change-Id: Icde62944505bd9fe5ba9ec81a5099458ec172875
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232908
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:10:22 +00:00
Jenkins 89e80e0405 update pt-BR translation
Change-Id: I009fdec9f41632e16dc31a07123141a6bc175197
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232907
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:10:00 +00:00
Jenkins b44ee4e9a6 update pt translation
Change-Id: I664b6ef1417228bfe64f7effa1fce45a55344f7e
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232906
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:09:39 +00:00
Jenkins 8cda032fc4 update pl translation
Change-Id: I07a6045fdfc4682557abf0a94778e727abc03156
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232905
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:09:19 +00:00
Jenkins ef17318979 update nl translation
Change-Id: I4b5b4a0f13906a751908f1a14dde64db55ac7a8f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232904
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:08:59 +00:00
Jenkins 46e22c4cdd update nb-x-k12 translation
Change-Id: Ie966da06d43da56fb8ac94632bc6438a86399fbc
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232903
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:08:36 +00:00
Jenkins 616c1d5135 update nb translation
Change-Id: I804c99922b8f1040064a8153ed153c21f2b082f4
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232902
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:08:16 +00:00
Jenkins 921d56c835 update ja translation
Change-Id: Ifbdec3f3272302a3739c04bbcb7ab127f2e50be0
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232900
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:07:43 +00:00
Jenkins 6519e4b172 update it translation
Change-Id: I36e9b96a70f351666605e069971550ef7554731b
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232899
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:07:19 +00:00
Jenkins 6605fc9045 update is translation
Change-Id: Ie20b1a69cad4843898c08ffea85f921418ba8e03
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232898
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:06:58 +00:00
Jenkins 1195c742a4 update ht translation
Change-Id: I1c9283408a7cd02c189b8b4e4ef7398d7fb4d172
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232897
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:06:36 +00:00
Jenkins 12adda2f74 update fr-CA translation
Change-Id: I8df62cee6ce6c9ec2b19366187731bc3d8ba3ad8
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232895
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:06:15 +00:00
Jenkins 253cdd3d04 update fr translation
Change-Id: I30bd8568c4d736bf5a5ebc8595251718c1051438
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232894
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:05:56 +00:00
Jenkins db8dd842ad update fi translation
Change-Id: Ic236c6afa93f4fcfeaf01405ff6e598d2380c6de
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232893
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:05:35 +00:00
Jenkins 91adce6aab update es translation
Change-Id: I279b3291fd58fffe628bdd50903ce0752d2b3b2d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232892
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:05:16 +00:00
Jenkins 2462c046ac update en-GB translation
Change-Id: I2af05e8a6eeaa11cfafb98bee6a3540c501ef913
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232889
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:04:45 +00:00
Jenkins 82b423a319 update en-CA translation
Change-Id: I148370e1c9a3a9c3ac2a9ba08fd87c77745965ed
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232888
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:04:26 +00:00
Jenkins 71a574a963 update en-AU translation
Change-Id: I28294ed237acf1e261bd37222201be64c8be31d6
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232887
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:04:07 +00:00
Jenkins c37d47b479 update de translation
Change-Id: Ie8d2cef91c1e6a90f605e8eb1a7668be93d25a66
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232886
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:03:47 +00:00
Jenkins 2099534dc2 update da-x-k12 translation
Change-Id: I29e107dde1c0137870a0128eb97c1f39c482a61b
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232885
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:03:26 +00:00
Jenkins 2a799a245f update da translation
Change-Id: I19d24f566ea89b77c8beccc7f22cfadcfb5dbfa1
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232884
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:03:08 +00:00
Jenkins f07cfce086 update cy translation
Change-Id: I442e47c9faf48a188a551ae86169b396081d1915
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/232883
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2020-04-03 20:02:47 +00:00