Commit Graph

44141 Commits

Author SHA1 Message Date
Jenkins 5f668f50db update hu translation
Change-Id: I7fff6fb7c4205a8053011bbaa7fc4a8d2d18684c
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262785
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-13 05:58:53 +00:00
Jenkins b12bb982be update sv-x-k12 translation
Change-Id: I5ffc82f4612f692ad8c0ca1678d2216661950200
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262784
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-13 05:49:27 +00:00
Jenkins 6c3f998391 update sv translation
Change-Id: Ic43b21661ffcf663e3892857bd3424cfd9ed8ef1
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262783
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-13 05:49:07 +00:00
Ryan Norton c1cc6d2ffe spec: add skips to student group specs from puma
recent puma bump exposed some flaky student group specs, skipping
per known fix work

flag = none
refs FOO-1869

Change-Id: Ia50dbd403ee865a11858745086b9f3931d65c1f9
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262778
Reviewed-by: Aaron Ogata <aogata@instructure.com>
QA-Review: Ryan Norton <rnorton@instructure.com>
Product-Review: Ryan Norton <rnorton@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-13 00:16:06 +00:00
Matthew Lemon 566747efbe move GraphQL mutations file into graphql folder
Noticed this file was in the wrong place

refs VICE-1230
flag=react_discussions_post

Test Plan:
- N/A

Change-Id: Iec0651d887c83449d12cae32af366f0fe0b17160
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262774
Reviewed-by: Jeffrey Johnson <jeffrey.johnson@instructure.com>
Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com>
QA-Review: Jeffrey Johnson <jeffrey.johnson@instructure.com>
QA-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Product-Review: Jeffrey Johnson <jeffrey.johnson@instructure.com>
Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-12 23:28:01 +00:00
Matthew Lemon 1ea52b9e03 connect DiscussionThreadContainer to data source
fixes VICE-1238
flag=react_discussions_post

Test Plan:
- Enable the react_discussions_post feature flag
- Navigate to a discussion topic
- You should see the threads of the discussion topic
- Expand a nested reply and it should load the replies

Change-Id: Ifc795ce1fe79117d822bf9e14003d4f360f2fb30
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262728
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com>
QA-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
2021-04-12 23:02:01 +00:00
Rob Orton 08f8af3594 make generic association count loader
test plan
 - existing specs should pass

fixes VICE-1318
flag=none

Change-Id: I450cfacec186e7ea50fa9d8e43ce4358fad9f01d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262760
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Matthew Lemon <mlemon@instructure.com>
QA-Review: Matthew Lemon <mlemon@instructure.com>
Product-Review: Matthew Lemon <mlemon@instructure.com>
2021-04-12 22:27:19 +00:00
James Butters 174e242745 update script to use new function name trap_result
flag = none

Change-Id: I876e9918888242ccea1158898379a9e4054f588f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262761
Reviewed-by: Andrea Cirulli <andrea.cirulli@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: James Butters <jbutters@instructure.com>
Product-Review: James Butters <jbutters@instructure.com>
2021-04-12 21:15:42 +00:00
Aaron Ogata f85b577b0e move rspec / selenium stages to root level
refs DE-338

Nospot removal requires all non-build stages to not be wrapped in the protectedNode() function.

Test Plan:
1. RSpec / Selenium stages pass
2. Build Summary Report works correctly

Change-Id: I313b865c1e2758177446905b62a5c7c6f1ed1830
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262748
Reviewed-by: Kyle Rosenbaum <krosenbaum@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Aaron Ogata <aogata@instructure.com>
Product-Review: Aaron Ogata <aogata@instructure.com>
2021-04-12 21:10:50 +00:00
Wagner Gonçalves 6972ad309a change sub and lti11_legacy_user_id claim to not required
When launching a 1.3 tool as an unauthenticated user (possible in
public courses), Canvas sends the `sub` claim as
`https://canvas.instructure.com/public_user`

However, the sub claim should really be omitted when launching a tool as
an unauthenticated user, according to the IMS spec.

http://www.imsglobal.org/spec/lti/v1p3/#user-identity-claims

The `lti11_legacy_user_id` claim should follow the same behavior of
user_id laim in an LTI 1.1 tool. As `user_id` is empty when launching
a LTI 1.1 tool in a public course with unauthenticated user we're
changing the `lti11_legacy_user_id` claim to return an empty string
instead of `https://canvas.instructure.com/public_user`.

closes INTEROP-6599
flag=none

test-plan:
* Have a public course published;
* Install an LTI 1.3 tool with course navigation placement enabled, you
  can use the this change in the LTI 1.3 Test Tool
  https://gerrit.instructure.com/c/canvas-lms/+/262530, which disable
  sub claim validation;
* As an unathenticated user, access the tool in the course navigation,
  and verify that the tool should launch and the `sub` claim should not
  be present and the `lti11_legacy_user_id` claim should em empty;
* As an athenticated user, access the tool in the course navigation,
  and verify that the tool should launch and the `sub` and
  `lti11_legacy_user_id` claims should be present;

Change-Id: I78bb64e3d898f44fcc401a43d054909032ef5420
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262530
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Evan Battaglia <ebattaglia@instructure.com>
QA-Review: Evan Battaglia <ebattaglia@instructure.com>
Product-Review: Wagner Goncalves <wagner.goncalves@instructure.com>
2021-04-12 21:09:34 +00:00
Aaron Ogata f89a7d81c1 fix naming of db image cache vars
refs DE-338

Eliminate the need for the withEnv() indentation by consistently naming all of these variables.

Test Plan:
1. Migrations caching works correctly

Change-Id: Iaef43c4e4278878e17b90e2190dc0d7a0a42cb26
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262743
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Andrea Cirulli <andrea.cirulli@instructure.com>
QA-Review: Aaron Ogata <aogata@instructure.com>
Product-Review: Aaron Ogata <aogata@instructure.com>
2021-04-12 20:17:54 +00:00
Andrea Cirulli ec4b9c72c3 add outputlog to docker_dev_setup and prettify the output
Add a log that gather all the output of the commands, hide
output to the user and show a spinner if the commands takes
longer to run.

refs DE-482
flag = none

test-plan:
- local docker dev job passes
- docker_dev_setup works and the output is not shown to
the screen
- interrupt the execution of docker_dev_setup and check if
the user is notified with the interruption
- force docker_dev_setup to fail and check if the error
notification is present on the screen and the log shows
the actual error

Change-Id: I84870fee23d9d1280addfffbb234335577bb3b93
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/261371
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: James Butters <jbutters@instructure.com>
QA-Review: James Butters <jbutters@instructure.com>
Product-Review: Andrea Cirulli <andrea.cirulli@instructure.com>
2021-04-12 19:57:48 +00:00
Matthew Lemon 6991892aef create discussion subentries count loader in GQL
fixes VICE-1316
flag=react_discussions_post

Test Plan:
- Navigate to /graphiql
- Run the following query:

```
query MyQuery {
  legacyNode(_id: <id>, type: DiscussionEntry) {
    ... on DiscussionEntry {
      id
      subentriesCount
      discussionSubentriesConnection {
        nodes {
          message
        }
      }
    }
  }
}
```

- The subentriesCount field should be correct

Change-Id: Ic2ba7a4d2ef72dbf0a01410e6bb3928c3bae527a
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262742
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>
2021-04-12 19:57:08 +00:00
Aaron Ogata 3de82e1931 stop using buildkit for linters image
refs DE-608

When we pull the experimental syntax docker image, buildkit can fail with the error “failed to solve with frontend gateway.v0: frontend grpc server closed unexpectedly”. We don’t actually need buildkit or the experimental syntax for this image, so stop using it.

Test Plan:
1. Linters passes in main build.
2. Linters fails when webpack file size is wrong.
3. Linters uploads image when upload directive specified.

Change-Id: I6b508cbf7fc42d0d93b066804ba07dc994b9625d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262734
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Aaron Ogata <aogata@instructure.com>
Product-Review: Aaron Ogata <aogata@instructure.com>
Reviewed-by: Kyle Rosenbaum <krosenbaum@instructure.com>
2021-04-12 19:19:32 +00:00
August Thornton d364d57967 spec: add skips to fragile tests due to puma bump
refs FOO-1869
flag = none

test plan:
 • test is skipped
 • build passes

Change-Id: Ic793f7a7b87cf66fea06ed1be13735f78449805f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262735
Reviewed-by: Ryan Norton <rnorton@instructure.com>
Reviewed-by: Aaron Ogata <aogata@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Product-Review: August Thornton <august@instructure.com>
2021-04-12 18:42:28 +00:00
Jeffrey Johnson 079565bd15 Whitelist discussion_topics_edit bundle due to size fixes VICE-1315
Test plan
1. Build should pass and actually build

Change-Id: Ie5773246fd882c4bb99f56f000b7c899c82e900c
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262732
Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com>
QA-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-12 18:27:37 +00:00
Aaron Ogata 18d8422aec actually execute post-build functions after entire build
refs DE-338

After we started moving stages out of the nospot block, we forgot to move the post-actions function out of that block as well. This results in postFn() being called too early.

Test Plan:
1. Build summary report actually captures all stages.

Change-Id: I743827c4f35682e8887918c9041ed833e51ad2f3
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262712
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Kyle Rosenbaum <krosenbaum@instructure.com>
QA-Review: Aaron Ogata <aogata@instructure.com>
Product-Review: Aaron Ogata <aogata@instructure.com>
2021-04-12 17:56:46 +00:00
Adrian Packel e81cb997fa Fix student view footer layout issues
closes EVAL-1572
flag=assignments_2_student

Test plan:
- Open the enhanced student view as a test student
- The footer should appear above the "you are viewing this as a test
  student" alert at the bottom
- Without the test student alert, it should appear at the bottom of the
  page as usual
- Make sure neither the footer nor the student alert occlude any of the
  content of the page

Change-Id: Ia9bafa8b7181f266be308425889e0513a0f2ad0f
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262536
Reviewed-by: Spencer Olson <solson@instructure.com>
Reviewed-by: Aaron Shafovaloff <ashafovaloff@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Product-Review: Jody Sailor
QA-Review: Adrian Packel <apackel@instructure.com>
2021-04-12 17:56:16 +00:00
Ed Schiebel d06e44eed8 Add Auto Show Closed Captions user feature
closes MAT-40
flag=auto_show_cc

Requested by the Columbus Public Schools (my homies), create a
setting so videos automatically show CCs when playing
videos.

test plan:
  - create RCE content and include a video
  - add a couple CC files in different languages, including the
    user's language (the .srt files don't have to be in another language,
    just tell canvas they are)
  - save
  > expect no CC without selecting them from the CC menu in the
    media player
  - click on the user's avatar to open the user's tray and choose Settings
  - enable the  "Automaticaly show media captions" feature
  - refresh to the page with RCE content
  > expect the CCs in the user's language to automatically show
  - change the user's language to another one you have CCs for
  - refresh the page with the video
  > expect the new language's CCs
  - change the user's language to something not in the CC list
    and not English
  - refresh the video page
  > no CCs and nothing bad happens.

note: I wanted to test with with various combinations of en, en-US,
and en-GB but canvas won't let you add CCs in regional locales. I don't
know why, but that's a problem for another day.

Change-Id: I355fd12c5ea42fe5bc8e776a0c602c2857aaf4c6
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262500
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Nate Armstrong <narmstrong@instructure.com>
QA-Review: Nate Armstrong <narmstrong@instructure.com>
Product-Review: Ed Schiebel <eschiebel@instructure.com>
2021-04-12 17:44:51 +00:00
Caleb Guanzon 2b25d26986 add overflow-wrap to global announcements
fixes VICE-1311
flag=none

manual testing only

test plan:
- as an admin, visit /accounts/self/settings
- go to the Announcements tab
- create a global announcement
 with a long paragraph
- verify than as you make the browser width narrower,
 that it overflows without scrollbars, and that
 it does not bleed into other parts of the page
- visit / (this is the dashboard)
- verify that it overflows properly here as well

Change-Id: I34a8a00271d1544ea04d06f4c15fbd9ee339f5f2
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262718
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Rob Orton <rob@instructure.com>
Reviewed-by: Matthew Lemon <mlemon@instructure.com>
QA-Review: Rob Orton <rob@instructure.com>
Product-Review: Rob Orton <rob@instructure.com>
2021-04-12 17:01:10 +00:00
Service Cloud Jenkins 4925e14001 Update parallel_runtime_rspec.log from build 199
Change-Id: I8a0acb5feae0ea7737102ecd3df7ad8a7750ec22
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262714
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: James Butters <jbutters@instructure.com>
QA-Review: James Butters <jbutters@instructure.com>
Product-Review: James Butters <jbutters@instructure.com>
2021-04-12 16:19:59 +00:00
Rob Orton 64ef6939a0 add unread_count and replies count to entry type
test plan
 - create a discussion entry
 - create sub_entries
 - run the following graphql query:

```
query MyQuery {
  legacyNode(_id: <root_entry_id>, type: DiscussionEntry) {
    ... on DiscussionEntry {
      id
      rootEntryParticipantCounts {
        unreadCount
        repliesCount
      }
    }
  }
}
```
- The result should show number of entries, and unread for the user

fixes VICE-1309
flag=none

Change-Id: I4a5a640498d3e31002e7a62f0e4ac556374a6c56
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262628
Tested-by: Omar Soto-Fortuño <omar.soto@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Omar Soto-Fortuño <omar.soto@instructure.com>
Reviewed-by: Matthew Lemon <mlemon@instructure.com>
QA-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
QA-Review: Matthew Lemon <mlemon@instructure.com>
Product-Review: Omar Soto-Fortuño <omar.soto@instructure.com>
Product-Review: Matthew Lemon <mlemon@instructure.com>
2021-04-12 15:34:44 +00:00
Jackson Howe e1ccc28388 Add apps to k5 course resources tab
This loads the non-hidden, course nav apps for the k5 subject course
on the resources tab.

closes LS-2062
flag=canvas_for_elementary

Test plan:
 - Open up a k5 subject course as a teacher or student
 - Click the resources tab
 - Expect to see whatever apps appear for that user on the classic
   course nav
 - Click an app, expect app to open in course context
 - Reload page, expect to see loading spinner briefly
 - Simulate network failure, expect to see error message when loading
   apps

Change-Id: Ie483315d02feaeaeea835656dacf2739902ee2ef
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262572
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Jonathan Guardado <jonathan.guardado@instructure.com>
QA-Review: Jonathan Guardado <jonathan.guardado@instructure.com>
Product-Review: Peyton Craighill <pcraighill@instructure.com>
2021-04-12 15:25:39 +00:00
Ed Schiebel 86c6f99285 Use equation image src attribute as the source of truth
closes MAT-26
flag=new_math_equation_handling

*** the same change in a sibling commit has been merged
*** into stable/2021/04/14 and is being warmfixed.

we were pulling the equation LaTex from the image's
data-equation-content attribute but in the quiz from the ticket
its value was not the equation. I'm not sure how this happened
(could the quiz author really have edited the HTMl to change
all the quiz's equations?) but since the src UTL is the equation's
source of truth, let's just always use that.

There are other places in the code that rely on the date-equation-content
attribute to generate mathml, but it's only exercised if the
new math feature is off. I'd rather not remove it from everywhere on
a ticket that will be hotfixed.

test plan:
  - with the new_math_equation_handling flag on
  - in the rce use the equation editor to create an equation
  - edit the HTML to put something else in the data-equation-content
    and alt attributes, or remove all but the src attribute if you
    want.
  - save
  > expect the correct MathJax typset equation in the result.
  - have an equation with no LaTex in the src attribute and save
  > expect the broken-image image and no catastrophic failures

Change-Id: If2a0528563804c05d8b0344cc7e4b0f1dc5a47a2
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262593
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Nate Armstrong <narmstrong@instructure.com>
QA-Review: Nate Armstrong <narmstrong@instructure.com>
Product-Review: Ed Schiebel <eschiebel@instructure.com>
2021-04-12 14:58:30 +00:00
Jenkins dc4d7dc47c update zh-Hant translation
Change-Id: I262f665f2f7d2833d1081067ef9a854963147444
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262683
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:04:00 +00:00
Jenkins 6b56567563 update zh-Hans translation
Change-Id: I022a70bc500e8d4d77de935593d58b1aa36555c9
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262682
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:03:35 +00:00
Jenkins ca2662ca79 update sv-x-k12 translation
Change-Id: If0ee36a19ebc37e3171aa7c9fa383a6ac73e1a0d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262681
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:03:10 +00:00
Jenkins 601fb9f6eb update sv translation
Change-Id: I0b1af10cec6f7fadf7f5c192122966bc25f36cbd
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262680
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:02:50 +00:00
Jenkins 41ddf47d24 update ru translation
Change-Id: I271464e064bac1a91a07cb91e138a801bbe10941
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262679
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:02:28 +00:00
Jenkins 51468d31b1 update pt-BR translation
Change-Id: If5edd56a3a8ddae87828d61a94dcc9c89f0973b9
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262678
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:02:05 +00:00
Jenkins 9eba61c4b4 update pt translation
Change-Id: Iff02fa55d7bf712af79b757d8cc3e468e45ad69d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262677
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:01:44 +00:00
Jenkins 5070545356 update pl translation
Change-Id: Ia7b8530d281843cbed644bfebdf27fefd892db39
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262676
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:01:23 +00:00
Jenkins 2e60d3e3e6 update nl translation
Change-Id: I36d28ed308990ac30a39fe88683efd3b692ac009
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262675
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:01:02 +00:00
Jenkins 7e908a4a0b update nb-x-k12 translation
Change-Id: Ib78caf7dfd60c8dba3228982e15b1a2bf4a74c4d
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262674
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:00:40 +00:00
Jenkins a3d139c845 update nb translation
Change-Id: I634b027c0887850eed5edad8f55d3dfbd94815c0
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262673
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 06:00:19 +00:00
Jenkins 43524049a4 update mi translation
Change-Id: Ibdcd80238ad815c59f412ba1752e7b747e9c7464
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262672
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:59:57 +00:00
Jenkins 900874f9d7 update ja translation
Change-Id: Ib098602ef708a098b4cd8c57205bfb8403136fab
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262671
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:59:36 +00:00
Jenkins 541d233fc8 update it translation
Change-Id: Ia4dcbf1dfe988b40b28164d08825caa08e56e0fd
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262670
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:59:11 +00:00
Jenkins c86b3537d2 update is translation
Change-Id: I1aa317b56a38f560bc5453dcd994bc2b9cfa72fc
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262669
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:58:52 +00:00
Jenkins 4372841747 update ht translation
Change-Id: Ie484eff320a156eea64ac73b720757f670a5dc19
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262668
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:58:32 +00:00
Jenkins f2df04c844 update fr-CA translation
Change-Id: I6a96b352144b139239f75498b1d862cc1b102d07
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262667
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:58:12 +00:00
Jenkins fd2a04d7ca update fr translation
Change-Id: Ibd7c2851a8a12b459d44f42b846c6a050dceac62
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262666
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:57:52 +00:00
Jenkins 08168962e3 update fi translation
Change-Id: I4c07bad977afa38c64845416e5cd738389dfe159
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262665
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:57:31 +00:00
Jenkins 0559f725c1 update es translation
Change-Id: I82bd219009c916bdb60f3653c1dcc7bfeb1faf74
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262664
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:57:10 +00:00
Jenkins df43828dd4 update en-GB translation
Change-Id: Ice16dcec7bae01a887e9a5eb20c2cbbe322726f2
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262662
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:56:37 +00:00
Jenkins 20388d108c update en-CA translation
Change-Id: I87916b5a31e4612211e2fc25909df7ee475b33bc
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262661
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:56:16 +00:00
Jenkins c815a0ecef update en-AU translation
Change-Id: I562ecae57fb4a9955e5f3dc2377d92d3c5d1a7a8
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262659
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:55:44 +00:00
Jenkins ec5d0867fe update de translation
Change-Id: I1655d0337625183edc8961d1fb2ee80c57b97623
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262658
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:55:23 +00:00
Jenkins 1d41869013 update da-x-k12 translation
Change-Id: I353ef49c61be0eba8c679d6e3727608886c8246b
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262657
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:55:01 +00:00
Jenkins 13f9d910e5 update da translation
Change-Id: Id8b464315a77777f2be7692004c524c3130a1739
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/262656
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
2021-04-10 05:54:40 +00:00