-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #842 from hyperskill/release/1.49
Release 1.49
- Loading branch information
Showing
59 changed files
with
674 additions
and
214 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: GPT Code Review | ||
|
||
on: | ||
pull_request: | ||
types: [opened, reopened, synchronize] | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref_name }} | ||
cancel-in-progress: true | ||
|
||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
jobs: | ||
code-review: | ||
if: ${{ contains(github.event.*.labels.*.name, 'gpt-review') }} | ||
runs-on: ubuntu-22.04 | ||
timeout-minutes: 5 | ||
steps: | ||
- uses: anc95/ChatGPT-CodeReview@main | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} | ||
LANGUAGE: English | ||
OPENAI_API_ENDPOINT: https://api.openai.com/v1 | ||
MODEL: gpt-3.5-turbo-16k # https://platform.openai.com/docs/models | ||
PROMPT: 'Provide suggestions for improving the changes in this PR. If the PR has no clear issues, mention that no suggestions are needed. You must look at the code to see if there are any bugs, improvements, or optimizations. You must praise good changes. You must ask questions if something is not clear. This PR is for the Kotlin Multiplatform Mobile project, where the main languages are Kotlin and Swift.' | ||
top_p: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-top_p | ||
temperature: 1 # https://platform.openai.com/docs/api-reference/chat/create#chat/create-temperature | ||
max_tokens: 10000 | ||
MAX_PATCH_LENGTH: 10000 # if the patch/diff length is large than MAX_PATCH_LENGTH, will be ignored and won't review. |
6 changes: 1 addition & 5 deletions
6
androidHyperskillApp/fastlane/metadata/android/en-US/changelogs/default.txt
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 |
---|---|---|
@@ -1,5 +1 @@ | ||
In the new version of My Hyperskill: | ||
• Added a retry button for problems | ||
• Bug fixes and improvements using your feedback | ||
|
||
We are working hard to bring even more Hyperskill features to your mobile phone. Currently, My Hyperskill app is in beta, so we would love to hear any feedback from you. Feel free to contact us at hello@hyperskill.org and share your thoughts! | ||
Bug fixes, minor improvements, and more. |
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
Binary file modified
BIN
+914 Bytes
(180%)
androidHyperskillApp/src/main/res/drawable-hdpi/ic_subtitle.webp
Binary file not shown.
Binary file modified
BIN
+800 Bytes
(210%)
androidHyperskillApp/src/main/res/drawable-mdpi/ic_subtitle.webp
Binary file not shown.
Binary file modified
BIN
+972 Bytes
(160%)
androidHyperskillApp/src/main/res/drawable-xhdpi/ic_subtitle.webp
Binary file not shown.
Binary file modified
BIN
+1.48 KB
(160%)
androidHyperskillApp/src/main/res/drawable-xxhdpi/ic_subtitle.webp
Binary file not shown.
Binary file modified
BIN
+2.05 KB
(170%)
androidHyperskillApp/src/main/res/drawable-xxxhdpi/ic_subtitle.webp
Binary file not shown.
12 changes: 6 additions & 6 deletions
12
androidHyperskillApp/src/main/res/drawable/ic_splash_subtitle.xml
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1 @@ | ||
In the new version of My Hyperskill: | ||
• Added a retry button for problems | ||
• Updated appearance of the daily study reminders time picker on the Profile screen | ||
• Authorization session forwarding on continuing in the Web-Version | ||
• Meet hints for problems. On the Problem screen, you will see "See hint" button, tap on it to see hints. | ||
• Bug fixes and improvements using your feedback | ||
|
||
We are working hard to bring even more Hyperskill features to your mobile phone. Currently, My Hyperskill app is in beta, so we would love to hear any feedback from you. Feel free to contact us at hello@hyperskill.org and share your thoughts! | ||
Bug fixes, minor improvements, and more. |
Binary file modified
BIN
+17 Bytes
(140%)
iosHyperskillApp/fastlane/metadata/review_information/email_address.txt
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(110%)
iosHyperskillApp/fastlane/metadata/review_information/first_name.txt
Binary file not shown.
Binary file modified
BIN
+1 Byte
(100%)
iosHyperskillApp/fastlane/metadata/review_information/last_name.txt
Binary file not shown.
Oops, something went wrong.