Skip to content
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

Aplica correções sugeridas pela revisão realizada no Pull Request #1 #12

Merged
merged 24 commits into from
May 10, 2024
Merged

Aplica correções sugeridas pela revisão realizada no Pull Request #1 #12

merged 24 commits into from
May 10, 2024

Conversation

pitangainnovare
Copy link
Contributor

O que esse PR faz?

Aplica todas as correções solicitadas no Pull Request #1.

Por onde a revisão poderia começar?

Pelo commit 2643f46.

Como este poderia ser testado manualmente?

Exatamente como feito no Pull Request #1.

Algum cenário de contexto que queira dar?

  1. A biblioteca wagtailautocomplete impede a atualização do wagtail para 6. Vide git da referida biblioteca.
  2. A biblioteca django-haystack só possui suporte para Django 5 na versão experimental. Vide Django Haystack (PyPI).

Screenshots

N/A

Quais são tickets relevantes?

N/A

Referências

N/A

@@ -78,7 +78,7 @@ def task_discover(self, collection_acron2, is_enabled=True, temporal_reference=N
file_ctime = utils.timestamp_to_datetime(os.stat(file_path).st_ctime)

if not (temporal_reference or from_date) or file_ctime > obj_from_date:
task_create_log_file(col, file_path, user_id, username)
task_create_log_file.apply_async(args=(collection_acron2, file_path, user_id, username))

Choose a reason for hiding this comment

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

Excluir a linha 43

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Feito.

@pitangainnovare pitangainnovare merged commit 31c9607 into scieloorg:main May 10, 2024
1 of 3 checks passed
@pitangainnovare pitangainnovare deleted the fix/pr-1 branch May 10, 2024 20:43
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.

2 participants