Skip to content

Commit

Permalink
Update authors and changelog for v3.0.0 (oppia#9723)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Update AUTHORS

* Update CONTRIBUTORS

* Update core/templates/pages/about-page/about-page.constants.ts

* Update AUTHORS

* Update CONTRIBUTORS

* Update about-page.constants.ts

* Update AUTHORS

* Update CONTRIBUTORS

* Update about-page.constants.ts
  • Loading branch information
ankita240796 committed Jun 29, 2020
1 parent 42ea560 commit cadcaae
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 1 deletion.
5 changes: 5 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Gautam Verma <gautamverma.bits@gmail.com>
Geet Choudhary <geetchoudhary@gmail.com>
Google Inc.
Grace Guo <graceguo43@gmail.com>
Hadyn Fitzgerald <me@hadyn.dev>
Hamlet Villa <hamlet.villa@gmail.com>
Hamza Chandad <zeiurfhc@gmail.com>
Hanan Mufti <hi5hanan@yahoo.com>
Expand Down Expand Up @@ -148,6 +149,7 @@ Kevin Conner <connerke@oregonstate.edu>
Kevin Lee <kevinlee963@gmail.com>
Kevin Thomas <kevintab@tutanota.com>
Kiran Konduru <kiranckonduru@gmail.com>
Kyriaki Velliniati <kiriaki.vel@gmail.com>
Konstantinos Kagkelidis <kaggis@gmail.com>
Krishna Rao <krishnarao.2208@gmail.com>
Kristin Anthony <anthkris09@gmail.com>
Expand Down Expand Up @@ -210,6 +212,7 @@ Rahul Gurung <gurungrahul2@gmail.com>
Rahul Modi <rmodi719@gmail.com>
Raine Hoover <raine.hoover@gmail.com>
Rajan Garg <iamrajangarg@gmail.com>
Rajat Kumar <rajatdav2000@gmail.com>
Rajat Patwa <razat249@gmail.com>
Rajat Talesra <rajattalesra4914@gmail.com>
Rajendra Kadam <rajendrakadam249@gmail.com>
Expand All @@ -221,6 +224,7 @@ Richard Cho <won0089@gmail.com>
Rishabh Rawat <coolrishabhrawat@gmail.com>
Rishav Chakraborty <annonymousxyz@outlook.com>
Ritik Kumar <ritikkne@gmail.com>
Rizky Riyaldhi <rriyaldhi@gmail.com>
Rohan Batra <rbatra31@gmail.com>
Rohan Gulati <rohangulati@gmail.com>
Rohit Katlaa <rohitkatlaa@gmail.com>
Expand Down Expand Up @@ -259,6 +263,7 @@ Shivansh Bajaj <bajajshivansh1@gmail.com>
Shivansh Dhiman <shivanshdhiman@gmail.com>
Shivansh Rakesh <mailbox.shivansh@gmail.com>
Shouvik Roy <vicks4uster@gmail.com>
Shruti Satish <shrutisatish00@gmail.com>
Shubha Gupta <shubha1593@gmail.com>
Shubha Rajan <shubharajan94@gmail.com>
Shubham Bansal <shubhambansal17@hotmail.com>
Expand Down
165 changes: 165 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,170 @@
This file contains a summary of changes to the Oppia code base.

v3.0.0 (29 Jun 2020)
------------------------
Contributor Pages
* Fix #9417: No difficulty level to select for questions while creating question suggestion (#9436)
* Fix #9375: Adds custom entity context for the translations in community dashboard (#9386)

Lesson analytics
* Introduce SortedTiles visualization for statistics (#9481)
* Introduce core.storage.improvements models (#9475)
* Cache the results from StateInteractionStatsService.computeStats (#9414)
* Update ExplorationMissingStatsAudit to read directly from raw models (#9384)
* Remove playthroughs from the statistics tab (#9383)
* Empty-out and simplify logic of the improvements tab (#9215)

Learner/Creator Pages
* Fix drag drop interaction bug (#9644)
* Fix #9526 and #9527: Add protip about using dedicated mic for best results and fixes timer issue (#9604)
* Fix #9354 and other critical bugs (#9520)
* Added validation jobs for math expressions in Explorations and draft change lists. (#9517)
* Show rubrics info in the question editor and bug fixes (#9510)
* Fix #9466: Adding thumbnail and fixing bugs (#9474)
* Hide practice tab when questions are fewer than 5 (#9470)
* Fix issues in the story viewer and chapter player (#9469)
* Milestone-1.3 and 1.4 add saving and editing functionality to svg editor (#9445)
* Redesign subtopic viewer (#9397)
* Redesign story viewer (#9392)
* Redesign topic viewer (#9362)
* Allow saving of stories with explorations containing skillreview RTE and DragAndDropSortInput interaction (#9360)
* Milestone 1 part 1 Initializing literallyCanvas and adding the required backend changes (#9352)
* Fix #9340: Issue while linking another skill to a question (#9341)
* Fixes some question editor bugs (#9337)
* Topic dashboard ui (#9333)
* Fix #9309: Added conditional while rendering the classroom page. (#9312)
* Allow adding images in the create skill modal (#9262)
* Fix # 9235 : Moves the "Prerequisite Skills" section to above Review Material (#9241)
* Fix #9212 and #9227: Replaces HtmlParams with FormData API; Adds check for prepublish validate to enable/disable the story publish button; Explicitly sets the mimetype while committing files to GCS (#9233)
* Fix #9209: Add css to fix overflow issues and adds logic to duplicate SVG instead of compressing it (#9216)
* Add an icon for merge skill (#9213)
* Topic Summary description migration (#9192)
* Fixes #5436 Randomize pretest questions (#9061)

Speed improvement
* Milestone 1.1: Creation of .lighthouserc.js file and scripts/lighthouse_checks.py file (#9295)
* Fix #7493: Remove jinja from base.py (#9294)
* Milestone 1.3.2: Import WaveSurfer using yarn and add typedefs for it (#9279)
* Fix part of #8833: Makes all event listeners passive by default (#9178)

Data handling
* Fix part of #5914: Complete Takeout Frontend (#9424)
* Fix part of #5914: Add JSON rendering testing to Takeout (#9301)
* Fixed user updates. (#9252)
* Added update username functionality in the admin tab. (#9191)
* Wipeout 3.10: Add new field to rights models (#8505)

QA Team
* Fix #9442: Delete Un-Migrated E2E Test Code (#9444)
* Fix #9372: Mocked datetime to fix admin test flakyness. (#9394)
* Fix part of #4057: Tests for editable-exploration-backend-api.service.ts, RecordedVoiceoversObjectFactory.ts, and topic-update.service.ts (#9380)
* Fix #8924: Separate inline AngularJS modal controllers into new files (2nd) (#9376)
* Extend ExplorationMissingStatsAudit to check for state stats (#9361)
* Fix #8924 Separate inline AngularJS modal controllers into new files (1st) (#9344)
* Introduce ExplorationMissingStatsAudit One Off Job (#9306)
* Fix #9132: Transition E2E Tests to Async-Await (#9267)
* Fix #8758: add waitFor statement in getResponseEditor method (#9229)
* Increase coverage for autosave-info-modals.service.ts (#9174)
* Fix part of #8924: Create a generic modal and replace it and inherit it in common and similar inline modals from $uibModal.open controller property (#9167)
* Fix part of #4057: Added a test file for exploration-param-specs.service.ts (#9115)

Angular Migration
* Adds all Angular services to UpgradedServices (#9416)
* Add i18n translation service for angular code! (#9398)
* Fix part of #8015: return CollectionRights rather than dict (#9389)
* Fix part of #7165: Add WARNING_TYPE to interaction validation spec files (#9371)
* Fix part of #7176: Remove any from some object factories - III (#9370)
* Fix part of #7176: Remove any from RuleObjectFactory and introduce TypeChangeService (#9365)
* Fix part of #7176: Remove any types from some object factories - II (#9349)
* Fix part of #8472: Upgrades CurrentInteractionService to Angular (#9347)
* Fix part of #7176: Add type definitions in some object factories (#9345)
* Fix part of #8472: Upgrades ExplorationRecommendationsService to Angular (#9339)
* Fix part of #8472: Upgrades UserExplorationPermissionsService to Angular (#9338)
* Migrates Background Banner directive to Angular Component (#9330)
* Fix part of #8472: Upgrade StateInteractionStatsService to Angular 8 (#9321)
* Change controllers to components (Part 1) (#9317)
* Fix part of #8742: Upgrade AnswerClassificationService to Angular 8 (#9313)
* Milestone 1.4.3: Add type definitions for __fixtures__ (#9307)
* Fix #8472: Collection creation service upgrade (#9303)
* Fix part of #8472: Upgrades StatsReportingService and MessengerService to Angular (#9299)
* Milestone 1.4.2: Split ICustomScope to respective directives (#9298)
* Fix part of #8472: Upgrades PlaythroughService to Angular (#9290)
* Fix part of #8472: Upgrades PredictionAlgorithmRegistryService to Angular 8 (#9289)
* Migrates donate-page directive to angular component (#9202)
* Refactor warning-loader in two files and create a loader service (#9156)
* Removing all nonmigratable instances of $scope and $rootScope from skill-editor module (#9136)
* Fix part of #8472: Migration (topics-and-skills-dashboard-backend-api.service.ts) AngularJs to Angular 8 (#8856)

Developer experience
* Routine upgrade of libs (#9489)
* Change codeownership from Mariana to Nithesh (#9477)
* Fix voicever upload e2e flake errors (#9403)
* Update to LaCE CODEOWNERS (#9399)
* Add QA Team Codeowner for all E2E Files (#9396)
* Fix #9325: Broaden the types of classes run by scripts.run_backend_tests and addition of tests for pylint_extensions (#9393)
* Removes codeowner for community dashboard project (#9369)
* Routine upgrade of libs (#9359)
* Transfer codeowners (#9355)
* Fix #9331: Added typescript checks to pre push hook (#9334)
* Adding @marianazangrossi as codeowner from all frontend spec files. (#9323)
* Group library and collection e2e suites on circleCI (#9315)
* Milestone 1.5: Add a check for checking the version of third party type defs (#9310)
* Refactoring whitelist to blacklist in frontend coverage script (#9304)
* Install third-party libs before running backend tests. (#9296)
* Milestone 1.4.1: Remove some any types from typings directory (#9293)
* Users suites circleci migration (#9284)
* Remove tests from Github Actions (#9283)
* Milestone 1.3.1: Type definitions for guppy, removed blobbuilder (#9278)
* Minor changes to "throw" regex so it doesn't show false positives when a throw is used inside a string (#9277)
* Exception handling is used to handle unexpected errors (#9273)
* Fix #9264: Fix node reference in typescript checks (#9270)
* Milestone 1.2: Type definitions for midi, skulpt, math expressions (#9266)
* Milestone 1.1: Add a check restricting defining type as any (#9257)
* Fixes part of #8668: All the Frontend services should be documented with jsdoc (#9250)
* Upgrade frontend and backend libraries (#9242)
* Use unminified version of angular in devMode (#9207)
* Replace {{ }} with <[ ]> (#9201)
* Fix part of #8668: Add documentation to utils.service.ts (#9197)
* Implemented locking mechanism for summary_messages (#9195)
* Fix part of #4057: Added a test file for exploration-init-state-name.service.spec.ts, exploration-language-code.service.spec.ts, exploration-objective.service.spec.ts, exploration-title.service.spec.ts (#9185)
* Fix part of #7427: Added missing docstring to core/domain/story_domai… (#9184)
* Moved codeowners for scripts and linter files. (#9182)
* Upgrade third party libraries (#9175)

Bug fixes
* Fix images not showing in subtopic viewer in prod and local storage handling in thumbnail editor (#9690)
* Fix #9557, #9559, #9540, #9558, #9567 - Fixed on window resize function, added migration to get_multi_skills and other UI changes (#9591)
* Mock the `modify_constants` in build tests (#9488)
* Fix incorrect escaping in backend. (#9467)
* Fix #9372: Fix flaky backend test in admin_test.py (#9441)
* Fix #9382: fix for bug default language on Oppia is not accurate on reload (#9420)
* Fix #9228 : Fixing subtopic card overflow (#9232)
* Fix #9208, #9211, #9217, #9234 and #9236: Open new tab in firefox without errors, restrict misconception name to 100 chars and disable solicit answer details in question editor (#9218)
* Fix #8545: Adding realtime errors for NumericInput (#9152)
* Fix #9492 Flaky frontend test (#9506)
* Revert "Increase coverage for autosave-info-modals.service.ts" (#9274)

Server Errors
* Fix #8464: Wraps exceptions as an Error object if it does not have a message property (#9343)

Release team
* Fix issues in release scripts (#9472)
* Fix maintenance mode (#9462)
* Update release credits structure and changelog PR creation (#9219)

Translations
* Fix issue of showing new tips section and allowing audio recording to the guest users in translation tab (#9626)
* Routine update of translations. (#9269)
* Fix #9138: Adds Albanian language in the site content and audio language list (#9260)

Miscellaneous
* Migrate to mailchimp (#9412)
* Fix part of #6271: Modify add_misconception to accept object instead of dict (#9351)
* Milestone 1.1: Added nerdamer library with typedefs. (#9305)
* Disable community dashboard (#9534)
* Bump react-dom from 16.1.1 to 16.1.2 (#9406)


v2.9.3 (20 May 2020)
------------------------
Contributor Pages
Expand Down
6 changes: 6 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Connie Chow <clionesse@yahoo.com>
Corey Hunter <corey@regex.be>
Céline Deknop <celine.deknop@student.uclouvain.be>
Darin Nguyen <d8nguyen@ucsd.edu>
David Cheng <david.cheng@duke.edu>
Dawson Eliasen <dawsoneliasen@gmail.com>
Debanshu Bhaumik <bhaumikdebanshu@gmail.com>
Deepank Agarwal <deepank411@gmail.com>
Expand All @@ -116,6 +117,7 @@ Gagan Suneja <gagan91suneja@gmail.com>
Gautam Verma <gautamverma.bits@gmail.com>
Geet Choudhary <geetchoudhary@gmail.com>
Grace Guo <graceguo43@gmail.com>
Hadyn Fitzgerald <me@hadyn.dev>
Hamlet Villa <hamlet.villa@gmail.com>
Hamza Chandad <zeiurfhc@gmail.com>
Hanan Mufti <hi5hanan@yahoo.com>
Expand Down Expand Up @@ -170,6 +172,7 @@ Kevin Conner <connerke@oregonstate.edu>
Kevin Lee <kevinlee963@gmail.com>
Kevin Thomas <kevintab@tutanota.com>
Kiran Konduru <kiranckonduru@gmail.com>
Kyriaki Velliniati <kiriaki.vel@gmail.com>
Koji Ashida <kashida@google.com>
Konstantinos Kagkelidis <kaggis@gmail.com>
Krishna Rao <krishnarao.2208@gmail.com>
Expand Down Expand Up @@ -239,6 +242,7 @@ Rahul Gurung <gurungrahul2@gmail.com>
Rahul Modi <rmodi719@gmail.com>
Raine Hoover <raine.hoover@gmail.com>
Rajan Garg <iamrajangarg@gmail.com>
Rajat Kumar <rajatdav2000@gmail.com>
Rajat Patwa <razat249@gmail.com>
Rajat Talesra <rajattalesra4914@gmail.com>
Rajendra Kadam <rajendrakadam249@gmail.com>
Expand All @@ -251,6 +255,7 @@ Richard Cho <won0089@gmail.com>
Rishabh Rawat <coolrishabhrawat@gmail.com>
Rishav Chakraborty <annonymousxyz@outlook.com>
Ritik Kumar <ritikkne@gmail.com>
Rizky Riyaldhi <rriyaldhi@gmail.com>
Rohan Batra <rbatra31@gmail.com>
Rohan Gulati <rohangulati@gmail.com>
Rohit Katlaa <rohitkatlaa@gmail.com>
Expand Down Expand Up @@ -293,6 +298,7 @@ Shivansh Bajaj <bajajshivansh1@gmail.com>
Shivansh Dhiman <shivanshdhiman@gmail.com>
Shivansh Rakesh <mailbox.shivansh@gmail.com>
Shouvik Roy <vicks4uster@gmail.com>
Shruti Satish <shrutisatish00@gmail.com>
Shubha Gupta <shubha1593@gmail.com>
Shubha Rajan <shubharajan94@gmail.com>
Shubham Bansal <shubhambansal17@hotmail.com>
Expand Down
6 changes: 6 additions & 0 deletions core/templates/pages/about-page/about-page.constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export class AboutPageConstants {
'Corey Hunter',
'Céline Deknop',
'Darin Nguyen',
'David Cheng',
'Dawson Eliasen',
'Debanshu Bhaumik',
'Deepank Agarwal',
Expand All @@ -119,6 +120,7 @@ export class AboutPageConstants {
'Gautam Verma',
'Geet Choudhary',
'Grace Guo',
'Hadyn Fitzgerald',
'Hamlet Villa',
'Hamza Chandad',
'Hanan Mufti',
Expand Down Expand Up @@ -173,6 +175,7 @@ export class AboutPageConstants {
'Kevin Lee',
'Kevin Thomas',
'Kiran Konduru',
'Kyriaki Velliniati',
'Koji Ashida',
'Konstantinos Kagkelidis',
'Krishna Rao',
Expand Down Expand Up @@ -244,6 +247,7 @@ export class AboutPageConstants {
'Rajan Garg',
'Rajat Patwa',
'Rajat Talesra',
'Rajat Kumar',
'Rajendra Kadam',
'Rajitha Warusavitarana',
'Rakshit Kumar',
Expand All @@ -254,6 +258,7 @@ export class AboutPageConstants {
'Rishabh Rawat',
'Rishav Chakraborty',
'Ritik Kumar',
'Rizky Riyaldhi',
'Rohan Batra',
'Rohan Gulati',
'Rohit Katlaa',
Expand Down Expand Up @@ -296,6 +301,7 @@ export class AboutPageConstants {
'Shivansh Dhiman',
'Shivansh Rakesh',
'Shouvik Roy',
'Shruti Satish',
'Shubha Gupta',
'Shubha Rajan',
'Shubham Bansal',
Expand Down
2 changes: 1 addition & 1 deletion scripts/pre_push_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,4 +453,4 @@ def main(args=None):
# The 'no coverage' pragma is used as this line is un-testable. This is because
# it will only be called when pre_push_hook.py is used as a script.
if __name__ == '__main__': # pragma: no cover
main()
pass

0 comments on commit cadcaae

Please sign in to comment.