Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ServeRest/ServeRest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: af970e4
Choose a base ref
...
head repository: ServeRest/ServeRest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 91d5110
Choose a head ref
  • 20 commits
  • 23 files changed
  • 2 contributors

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    ed69b62 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. chore: criar multi-stage build para execução do projeto com nodemon

    foi criado o comando 'make run-dev' para executar o projeto com nodemon e facilitar a execução do
    projeto e garantir que o comportamento é próximo com o esperado da aplicação em produção.
    PauloGoncalvesBH authored and Paulo Gonçalves committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    9b8bca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2eb8c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f5ae1f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. test(unitario): garantir comportamento do método getRandomFinancialCo…

    …ntributor
    PauloGoncalvesBH authored and Paulo Gonçalves committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    d4debd7 View commit details
    Browse the repository at this point in the history
  2. chore: renomear test de api para teste de integração

    PauloGoncalvesBH authored and Paulo Gonçalves committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    1368f38 View commit details
    Browse the repository at this point in the history
  3. chore(dockerfile): incluir labels com informações do projeto

    PauloGoncalvesBH authored and Paulo Gonçalves committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    7cbdd6c View commit details
    Browse the repository at this point in the history
  4. ci: remover execução de teste que não está containerizado

    PauloGoncalvesBH authored and Paulo Gonçalves committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    123eb10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44ef82d View commit details
    Browse the repository at this point in the history
  6. docs(contributing): detalhar a seção de testes com os pacotes utiliza…

    …dos e informação de coverage
    PauloGoncalvesBH committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    687395e View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    bd828af View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. feat(rate-limit): interceptar requests de testes de carga para não en…

    …viar os dados para o moesif
    
    O plano utilizado do moesif permite apenas 750 mil requests por mês, caso seja feito mais requests
    que esse valor o acesso é bloqueado até o próximo mês. Com essa implementação é esperado que toda
    request com comportamento de teste de carga (usuário fazendo mais de 150 RPS) seja interceptada e
    impedida de ser enviada para a ferramenta de monitoramento.
    
    Ainda será possível fazer teste de carga, para o usuário nada irá mudar,
    é uma alteração que visa apenas garantir que acesso ao monitoramento das
    requests que são realizadas não seja perdido.
    
    Também não precisará ter a preocupação de incluir o header 'monitor:
    false'.
    PauloGoncalvesBH committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7683cd0 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2021

  1. test(infra): avoid test caching

    PauloGoncalvesBH authored and Paulo Gonçalves committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    befbf6e View commit details
    Browse the repository at this point in the history
  2. chore(docker): avoid using 'prepare' on prod image

    PauloGoncalvesBH authored and Paulo Gonçalves committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    bc4a9c7 View commit details
    Browse the repository at this point in the history
  3. chore(infra-test): containerize infra test to easier run

    PauloGoncalvesBH authored and Paulo Gonçalves committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    ad9529d View commit details
    Browse the repository at this point in the history
  4. chore: guarantee that pipeline will break when test fail

    PauloGoncalvesBH authored and Paulo Gonçalves committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    22a9629 View commit details
    Browse the repository at this point in the history
  5. chore: set specific version of base images

    with that change every run will use the exact same image, making investigation faults easy
    PauloGoncalvesBH authored and Paulo Gonçalves committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    ca4c152 View commit details
    Browse the repository at this point in the history
  6. chore: generate package-lock with newer version of npm

    PauloGoncalvesBH authored and Paulo Gonçalves committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    e7b28a0 View commit details
    Browse the repository at this point in the history
  7. test: fix infra test error

    PauloGoncalvesBH authored and Paulo Gonçalves committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    6345210 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2021

  1. chore(release): 2.25.0 [skip ci]

    Release automatically generated through continuous delivery.
    semantic-release-bot committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    91d5110 View commit details
    Browse the repository at this point in the history
Loading