Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: added language to ace message sent event #36155

Merged
merged 3 commits into from
Jan 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: updated ace version
eemaanamir committed Jan 31, 2025
commit bb091cff9bb685dd07ac47498724032bf96644a3
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
@@ -401,7 +401,7 @@ drf-yasg==1.21.8
# via
# django-user-tasks
# edx-api-doc-tools
edx-ace==1.11.3
edx-ace==1.11.4
# via -r requirements/edx/kernel.in
edx-api-doc-tools==2.0.0
# via
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
@@ -661,7 +661,7 @@ drf-yasg==1.21.8
# -r requirements/edx/testing.txt
# django-user-tasks
# edx-api-doc-tools
edx-ace==1.11.3
edx-ace==1.11.4
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
@@ -486,7 +486,7 @@ drf-yasg==1.21.8
# -r requirements/edx/base.txt
# django-user-tasks
# edx-api-doc-tools
edx-ace==1.11.3
edx-ace==1.11.4
# via -r requirements/edx/base.txt
edx-api-doc-tools==2.0.0
# via
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
@@ -508,7 +508,7 @@ drf-yasg==1.21.8
# -r requirements/edx/base.txt
# django-user-tasks
# edx-api-doc-tools
edx-ace==1.11.3
edx-ace==1.11.4
# via -r requirements/edx/base.txt
edx-api-doc-tools==2.0.0
# via

Unchanged files with check annotations Beta

}
},
config: {
text: {

Check failure on line 358 in cms/static/cms/js/require-config.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 12 spaces but found 10.
useXhr: () => true

Check failure on line 359 in cms/static/cms/js/require-config.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 12.
}

Check failure on line 360 in cms/static/cms/js/require-config.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 12 spaces but found 10.
}
});
}).call(this, require, define);
* True if summary configuration is enabled.
*/
summary_configuration_enabled: null,
/**

Check failure on line 176 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
* List of tags of the unit. This list is managed by the content_tagging module.
*/
tags: null,

Check failure on line 179 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
/**

Check failure on line 180 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
* True if the xblock is not visible to students only via links.
*/
hide_from_toc: null,

Check failure on line 183 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
/**

Check failure on line 184 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
* True iff this xblock should display a "Contains staff only content" message.
*/
hide_from_toc_message: null,

Check failure on line 187 in cms/static/js/models/xblock_info.js

GitHub Actions / Quality Others (ubuntu-24.04, 3.11, 20)

Expected indentation of 16 spaces but found 15.
},
initialize: function() {