forked from oppia/oppia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release_constants.json
58 lines (58 loc) · 3.72 KB
/
release_constants.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"APP_DEV_YAML_PATH": "app_dev.yaml",
"APP_YAML_PATH": "app.yaml",
"BLOCKING_BUG_MILESTONE_NUMBER": 39,
"BRANCH_TYPE_HOTFIX": "hotfix",
"BRANCH_TYPE_RELEASE": "release",
"BUILD_MODULE_TARGET": "scripts.build",
"CHANGELOG_HEADER": "### Changelog:\n",
"COMMIT_HISTORY_HEADER": "### Commit History:\n",
"CONSTANTS_PATH": "assets/constants.ts",
"CREDITS_FORM_URL": "https://docs.google.com/forms/d/1yH6ZO2UiD_VspgKJR40byRSjUP1AaBF9ARSe814p8K0/edit#responses",
"CRON_YAML_PATH": "cron.yaml",
"CRITICAL_USER_JOURNEYS_DOC": "http://docs.google.com/document/d/1s3MG2MVh_7m7B0wIlZb7sAcoyUdY0zq7a1JEFtwYBjI",
"CUT_BRANCH_MODULE_TARGET": "scripts.release_scripts.cut_release_or_hotfix_branch",
"EMAIL_HEADER": "### Email C&P Blurbs about authors:\n",
"EXISTING_AUTHORS_HEADER": "### Existing Authors:\n",
"GAE_DIR": "../oppia_tools/google-cloud-sdk-335.0.0/google-cloud-sdk/platform/google_appengine",
"GCLOUD_PATH": "../oppia_tools/google-cloud-sdk-335.0.0/google-cloud-sdk/bin/gcloud",
"GITHUB_RELEASE_TAB_URL": "https://github.com/oppia/oppia/releases",
"INDEX_YAML_PATH": "index.yaml",
"INSTALL_THIRD_PARTY_MODULE_TARGET": "scripts.install_third_party_libs",
"INVALID_EMAIL_SUFFIX": "users.noreply.github.com",
"ISSUE_FILING_URL": "https://github.com/oppia/oppia/milestone/39",
"ISSUE_URL_FORMAT_STRING": "https://github.com/oppia/oppia/issues/%s",
"ISSUES_HEADER": "### Issues mentioned in commits:\n",
"JOBS_FORM_URL": "https://goo.gl/forms/XIj00RJ2h5L55XzU2",
"JOBS_SPREADSHEETS_URL": "https://docs.google.com/spreadsheets/d/1Wegd0rZhVOm3Q3VCIw0xMbLC7IWtRyrEahiPn61Fhoo/edit#gid=948463314",
"LABEL_FOR_CURRENT_RELEASE_PRS": "PR: for current release",
"LABEL_FOR_RELEASED_PRS": "PR: released",
"NEW_AUTHORS_HEADER": "### New Authors:\n",
"NEW_CONTRIBUTORS_HEADER": "### New Contributors:\n",
"NEW_RELEASE_URL": "https://github.com/oppia/oppia/releases/new",
"OPPIA_DEV_GROUP_URL": "https://groups.google.com/forum/#!forum/oppia-dev",
"PY_GITHUB_PATH": "../oppia_tools/PyGithub-1.45",
"RELEASE_DRIVE_URL": "https://drive.google.com/drive/folders/0B9KSjiibL_WDNjJyYlEtbTNvY3c",
"RELEASE_NOTES_EXAMPLE_URL": "https://docs.google.com/document/d/1OUwgMPNORABJAz7DS0iuDUr5A2FxcXg4Y5-qUEdgo-M",
"RELEASE_NOTES_TEMPLATE_URL": "https://docs.google.com/document/d/1VBa3pdRLnvobNlfmZB6-uRYJHBz_Gc-6eN_ilSoVlhE",
"RELEASE_NOTES_URL": "https://docs.google.com/document/d/1pmcDNfM2KtmkZeYipuInC48RE5JfkSJWQYdIQAkD0hQ",
"RELEASE_ROTA_URL": "https://github.com/oppia/oppia/wiki/Release-Schedule#release-coordinators-and-qa-coordinators-for-upcoming-releases",
"RELEASE_SUMMARY_FILEPATH": "../release_summary.md",
"REMOTE_URL": "git@github.com:oppia/oppia.git",
"REPO_SPECIFIC_CHANGE_MODULE_TARGET": "scripts.release_scripts.repo_specific_changes_fetcher",
"DEPLOYMENT_CONFIG_PATH": "feconf.py",
"SCHEMA_VERSIONS_TO_JOBS_MAPPING": {
"CURRENT_COLLECTION_SCHEMA_VERSION": ["CollectionMigrationOneOffJob"],
"CURRENT_STATE_SCHEMA_VERSION": [
"ExplorationMigrationJobManager", "QuestionMigrationOneOffJob",
"QuestionSuggestionMigrationJobManager"],
"CURRENT_SKILL_CONTENTS_SCHEMA_VERSION": ["SkillMigrationOneOffJob"],
"CURRENT_MISCONCEPTIONS_SCHEMA_VERSION": ["SkillMigrationOneOffJob"],
"CURRENT_RUBRIC_SCHEMA_VERSION": ["SkillMigrationOneOffJob"],
"CURRENT_STORY_CONTENTS_SCHEMA_VERSION": ["StoryMigrationOneOffJob"],
"CURRENT_SUBTOPIC_SCHEMA_VERSION": ["TopicMigrationOneOffJob"],
"CURRENT_STORY_REFERENCE_SCHEMA_VERSION": ["TopicMigrationOneOffJob"]
},
"THIRD_PARTY_DIR": "third_party",
"UPDATE_CONFIGS_MODULE_TARGET": "scripts.release_scripts.update_configs"
}