Skip to content

Feedback #1

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

Open
wants to merge 125 commits into
base: feedback
Choose a base branch
from
Open

Feedback #1

wants to merge 125 commits into from

Conversation

github-classroom[bot]
Copy link
Contributor

@github-classroom github-classroom bot commented Mar 20, 2023

👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to main since the assignment started. Your teacher can see this too.

Notes for teachers

Use this PR to leave feedback. Here are some tips:

  • Click the Files changed tab to see all of the changes pushed to main since the assignment started. To leave comments on specific lines of code, put your cursor over a line of code and click the blue + (plus sign). To learn more about comments, read “Commenting on a pull request”.
  • Click the Commits tab to see the commits pushed to main. Click a commit to see specific changes.
  • If you turned on autograding, then click the Checks tab to see the results.
  • This page is an overview. It shows commits, line comments, and general comments. You can leave a general comment below.
    For more information about this pull request, read “Leaving assignment feedback in GitHub”.

Subscribed: @toadharvard @Urtix @YazoonDinalt

@toadharvard toadharvard marked this pull request as draft March 25, 2023 10:49
@toadharvard toadharvard reopened this Mar 25, 2023
@toadharvard toadharvard marked this pull request as ready for review March 25, 2023 10:57
@toadharvard toadharvard self-requested a review March 25, 2023 10:57
@toadharvard toadharvard self-requested a review March 25, 2023 11:53
@vkutuev vkutuev removed the request for review from toadharvard March 25, 2023 11:54
Copy link

@Mishavint Mishavint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Возможно не нашёл, но где тесты для самого app?

BTW, LGTM

.github/.keep Outdated

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Пустой файл? Он нужен для чего-то или просто лежит сам по себе?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Плохое название файла для actions, imho. Я и так знаю, что это CI. Может лучше что-то по типу "gradle build"


Ответ на вопрос что должен содержаться в заголовке пулл реквеста. На остальные вопросы ответ должен быть в описании.

**НЕ ТЫКАТЬ НА ЗЕЛЕНУЮ КНОПОЧКУ `REBASE AND MERGE` БЕЗ РЕВЬЮ**

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А вы не просили добавить настройку, чтобы нельзя было смержить без обязательного ревью хотя бы одного?


services:
neo4j:
image: neo4j:latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Грустно использовать latest, из опыта могу сказать, что лучше строго указать версию. Потом меньше мучаться когда ничего не работает ♿

- NEO4J_AUTH=neo4j/password

postgres:
image: postgres:latest

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same story

Comment on lines +70 to +79
macOS {
iconFile.set(project.file("src/main/resources/icon.icns"))
}
windows {
iconFile.set(project.file("src/main/resources/icon.ico"))
}
linux {
iconFile.set(project.file("src/main/resources/icon.png"))
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А вот тут нельзя было просто сразу везде задать iconFile?
И лучше бы не хардкодить, а переменную создать с путём до иконки. Не очень с gradle дружу, но вроде так можно

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants