-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inibe a disponibilização de artigos que estão em "embargo" (#2155)
* Cria uma função para criar um parâmetro `publication_date__lte` cujo valor é a data de hoje para que sejam retornados os artigos sem embargo * Faz com que `get_article_by_aid` use o filtro para trazer apenas documentos sem embargo e acrescenta em `makeOneArticle` o atributo `publication_date` * Faz com que `get_article_by_url_seg` use o filtro para trazer apenas documentos sem embargo * Usa o filtro em `get_article_by_issue_article_seg` para obter artigos sem embargo * Adiciona filtro em `get_article_by_aop_url_segs` para retornar artigos sem embargo * Aplica filtro para trazer somente artigos sem embargo em `get_articles_by_iid` * Aplica o filtro para trazer somente artigos sem embargo em função que obtém artigo pelos vários tipos de ID * Insere o filtro para trazer somente artigos sem embargo nas funções: `get_recent_articles_of_issue`, `get_article_by_pdf_filename` Faz ajustes nos testes * Conta apenas os artigos que não estão com embargo * Melhoria no código
- Loading branch information
1 parent
ba74f04
commit 658a29a
Showing
3 changed files
with
108 additions
and
16 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