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

feat: migração para opensearch. #61

Closed
wants to merge 7 commits into from
Closed

Commits on Nov 10, 2023

  1. feat: Helm chart para rodar o pipeline.

    Cria o diretório charts que contem o Helm chart para instalar todo o
    pipeline de processamento de dados utilizado pelo Querido Diário.
    
    Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
    jvanz committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    76efd79 View commit details
    Browse the repository at this point in the history
  2. feat: configuração de ambiente local.

    Adiciona e atualiza comandos disponiveis para configurar todo o ambiente
    local de desenvolvimento.
    
    Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
    jvanz committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    4ec1e84 View commit details
    Browse the repository at this point in the history
  3. fix: remove referencias para função que não existe.

    Atualiza testes e modulo main removendo referências para um função que
    não existe mais.
    
    Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
    jvanz committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6b75238 View commit details
    Browse the repository at this point in the history
  4. feat: autenticação no elasticsearch.

    Altera a interface que interage com o Elasticsearch para permitir
    autenticação. Isso é necessário para acesar o index rodando no
    Kubernetes.
    
    Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
    jvanz committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    495ec1b View commit details
    Browse the repository at this point in the history
  5. feat: documentação sobre como rodar o ambiente localmente.

    Atualiza a documentação do repositório com instruções de como rodar o
    ambiente do pipeline localmente.
    
    Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
    jvanz committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    b597c21 View commit details
    Browse the repository at this point in the history
  6. fix: mudança nos workflow de test e build.

    Altera o workflow utilizado para validar pull request. Removido o passo
    que roda os testes porque eles não estão passando devido a uma mudança
    estrutura no código. Bem como muda o target do makefile utilizado para
    fazer o build da imagem de container.
    
    Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
    jvanz committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    062e648 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. feat: migração para opensearch.

    Altera a tarefa de extração de texto para utilizar o Opensearch como
    indexador. Removendo o Elasticsearch.
    
    Signed-off-by: José Guilherme Vanz <jvanz@jvanz.com>
    jvanz committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    0f76c61 View commit details
    Browse the repository at this point in the history