forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create a pip package for Oppia to support Beam jobs (oppia#13938)
* move jobs/ into core/ * update jobs packages * update jobs packages remnants * fix linter * fix imports * add setup.py * add encoding to open() * fix lint * move feconf * fix FECONF_PATH * fix test * move utils * move python_utils * fix linter test * fix python_utils test * remove temp_file.txt * fix linter test * move schema_utils * move constants * move android_validation_constants * Changes * Implement pip package Beam * Slight changes * Fix async * Remove auth * Update constants * Testing changes * Import all models * Changes * Include other changes * Fix linting * Fix tests * Fix backend shards * Fix tests * Fix backend tests * Fix tests and add docstrings * Fix coverage * Address comments * Address comments * Address comments Co-authored-by: Brian Rodriguez <[email protected]> Co-authored-by: Vojtěch Jelínek <[email protected]>
- Loading branch information
1 parent
429612d
commit 0732ec3
Showing
560 changed files
with
1,534 additions
and
1,568 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# This file specifies which non-py files need to be included in the Oppia Python | ||
# package that is generated in order for Apache Beam jobs to be able to run | ||
# in production. Note that this package is generated | ||
# by running 'python setup.py sdist' in build.py. | ||
|
||
include requirements.txt | ||
include assets/constants.ts | ||
include assets/release_constants.json | ||
include assets/rich_text_components_definitions.ts |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ | |
"RELEASE_SUMMARY_FILEPATH": "../release_summary.md", | ||
"REMOTE_URL": "[email protected]:oppia/oppia.git", | ||
"REPO_SPECIFIC_CHANGE_MODULE_TARGET": "scripts.release_scripts.repo_specific_changes_fetcher", | ||
"DEPLOYMENT_CONFIG_PATH": "feconf.py", | ||
"DEPLOYMENT_CONFIG_PATH": "core/feconf.py", | ||
"SCHEMA_VERSIONS_TO_JOBS_MAPPING": { | ||
"CURRENT_COLLECTION_SCHEMA_VERSION": ["CollectionMigrationOneOffJob"], | ||
"CURRENT_STATE_SCHEMA_VERSION": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.