Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
S
sbb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Jira
    • Jira
  • Labels
  • Merge Requests 0
    • Merge Requests 0
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Commits
  • rancher
  • sbb
  • Merge Requests
  • !17

Merged
Opened Oct 08, 2021 by David da Silva Dias@david.diasMaintainer0 of 11 tasks completed0/11 tasks
  • Report abuse
Report abuse

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "BASIS-228631" "origin/BASIS-228631"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "master"
git merge --no-ff "BASIS-228631"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

Resolve BASIS-228631

  • Overview 0
  • Commits 8
  • Changes 2

CHECKLIST PARA MERGE REQUEST

De acordo com a Estratégia de Verificação, Validação e Integração definida no Foundation, os seguintes itens de check-list devem ser validados para aceitação do Merge Request:

  • liquibase Não usar SQL nas migrações
  • liquibase Edição de changeset já aplicado
  • config Níveis de logs nos arquivos de configuração globais
  • config Configuração externalizada (vs fixa no código)
  • config Dependências desnecessárias
  • qualidade Nomenclatura REST - Uri Design
  • qualidade Complexidade dos algoritmos
  • qualidade Nomes das variáveis/métodos/classes
  • qualidade Reinvenção de roda - classes Utils (usar commons, guava, lodash, ...)
  • qualidade Código testável
  • qualidade Pesquisa dentro de estrutura de repetição (Banco, WS, etc.)

Descrição do MR:

Closes BASIS-228631

Edited Oct 08, 2021 by Administrator
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: rancher/sbb!17
Source branch: BASIS-228631

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.