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: v2.7.2
Choose a base ref
...
head repository: ServeRest/ServeRest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.8.0
Choose a head ref
  • 20 commits
  • 18 files changed
  • 3 contributors

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    8edd76b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd35834 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

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

Commits on Aug 5, 2020

  1. refactor: executar lint no pre-commit apenas nos arquivos em staged

    essa alteração vai fazer com que não seja commitado código que não siga o padrão do standard. Sem o
    lint-staged, o dev pode commitar código aonde parte que respeita o padrão não está em staged,
    burlando a validação.
    PauloGoncalvesBH committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    bac398d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c540a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d26e45 View commit details
    Browse the repository at this point in the history
  4. refactor(releaserc): simplificar o mapeamento de commit para melhor m…

    …anutenibilidade
    
    Também foi incluído o mapeamento do tipo 'chores'
    PauloGoncalvesBH committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    cf7e6ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf3f694 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Configuration menu
    Copy the full SHA
    4548095 View commit details
    Browse the repository at this point in the history
  2. refactor: remover configuração desnecessária de header

    O header 'content-type' é implicitamente setado pelo express, sem
    necessidade de configuração manual.
    PauloGoncalvesBH committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    6c569fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0700a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    603834f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5b999a View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. test(stryker): reduzir timeout do teste de mutação

    A redução do timeout vai permitir que os testes de mutação executem em
    um tempo 1/3 menor do que o atual.
    A execução atual é de 30 minutos e passará a ser de 19 minutos.
    PauloGoncalvesBH committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    15068ea View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

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

Commits on Sep 2, 2020

  1. Configuration menu
    Copy the full SHA
    e29531c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    553c58d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. feat(monitoramento): monitoramento do consumo das rotas

    com o monitoramento será possível identificar se está ocorrendo algum erro 5XX em alguma das rotas e
    corrigir eles de forma rápida.
    
    fix #88
    PauloGoncalvesBH committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    4e612cd View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.8.0 [skip ci]

    Release automatically generated through continuous delivery.
    semantic-release-bot committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    786d27b View commit details
    Browse the repository at this point in the history
Loading