Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Feature: deploy logs #1023

Merged
merged 37 commits into from
Apr 14, 2021
Merged

Feature: deploy logs #1023

merged 37 commits into from
Apr 14, 2021

Conversation

thallesfreitaszup
Copy link
Contributor

Issue Description

Please include a summary of what should be implemented or which problem has been corrected. Please also include relevant motivation and context.

Solution

Please include a summary of the change and what has been implemented. Please also include relevant motivation and context. List all the dependencies required for this change.

Results

Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.

Request (if appropriate):

Url: POST {{url}}/hello/{{hello-code}}

Payload:

{
    "key" : "value"
}

Response:

Status: 200 OK

Payload:

{
    "key" :  "value"
}

Screenshots (if appropriate):

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

improvements

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

add more log events

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

add butler changes

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

improvements

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fixes

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fix tests

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fix names

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

improvements

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

improvements

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fix conflict packages

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fix injection

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fix method

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fix query

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fixes

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

improve log message

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fix

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

improve message log

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

improvements

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

improvements

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

add more logs and refactor

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

add logs on undeploy

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

clean logs

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

add missing await

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

debug

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

fix

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>

add first changes moove

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
@boring-cyborg boring-cyborg bot added the butler Improvements/additions/fixes for butler module. label Apr 6, 2021
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
@codecov
Copy link

codecov bot commented Apr 6, 2021

Codecov Report

Merging #1023 (0363418) into main (a511461) will increase coverage by 0.68%.
The diff coverage is 50.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #1023      +/-   ##
============================================
+ Coverage     77.00%   77.68%   +0.68%     
- Complexity     2164     2168       +4     
============================================
  Files          1250     1256       +6     
  Lines         17632    17529     -103     
  Branches       1589     1607      +18     
============================================
+ Hits          13577    13617      +40     
+ Misses         3575     3430     -145     
- Partials        480      482       +2     
Flag Coverage Δ Complexity Δ
butler 86.11% <97.82%> (+0.46%) 0.00 <0.00> (ø)
hermes ? ?
moove 75.20% <28.57%> (-0.10%) 1649.00 <9.00> (+4.00) ⬇️
octopipe 56.12% <88.88%> (+0.12%) 0.00 <0.00> (ø)
ui 79.94% <29.72%> (-0.73%) 0.00 <0.00> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
...aker/templates/deployment/failure-webhook-stage.ts 100.00% <ø> (ø) 0.00 <0.00> (ø)
...aker/templates/deployment/success-webhook-stage.ts 100.00% <ø> (ø) 0.00 <0.00> (ø)
...tes/undeployment/undeploy-failure-webhook-stage.ts 100.00% <ø> (ø) 0.00 <0.00> (ø)
...tes/undeployment/undeploy-success-webhook-stage.ts 100.00% <ø> (ø) 0.00 <0.00> (ø)
...arlescd/moove/application/ResourceValueResponse.kt 0.00% <0.00%> (ø) 0.00 <0.00> (ø)
...rastructure/service/client/response/LogResponse.kt 0.00% <0.00%> (ø) 0.00 <0.00> (?)
octopipe/pkg/deployment/main.go 100.00% <ø> (ø) 0.00 <0.00> (ø)
ui/src/core/assets/themes/index.ts 100.00% <ø> (ø) 0.00 <0.00> (ø)
ui/src/core/assets/themes/modal/default.ts 100.00% <ø> (ø) 0.00 <0.00> (ø)
ui/src/modules/Circles/Comparation/Item/styled.ts 78.26% <ø> (ø) 0.00 <0.00> (ø)
... and 48 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a511461...0363418. Read the comment docs.

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
…-logs

Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
@thallesfreitaszup thallesfreitaszup marked this pull request as ready for review April 7, 2021 12:42
Signed-off-by: thalles freitas <thalles.freitas@zup.com.br>
@SchumaiquerZup SchumaiquerZup added moove Improvements/additions/fixes for moove module. octopipe Improvements/additions/fixes for octopipe module. labels Apr 9, 2021
bCatanant and others added 10 commits April 9, 2021 18:13
Signed-off-by: bCatanant <bruno.catanant@zup.com.br>
Signed-off-by: bCatanant <bruno.catanant@zup.com.br>
Signed-off-by: bCatanant <bruno.catanant@zup.com.br>
Signed-off-by: bCatanant <bruno.catanant@zup.com.br>
Signed-off-by: bCatanant <bruno.catanant@zup.com.br>
Signed-off-by: barbararochazup <barbara.rocha@zup.com.br>
Signed-off-by: bCatanant <bruno.catanant@zup.com.br>
gabrielleitezup and others added 12 commits April 13, 2021 15:38
Signed-off-by: Gabriel Leite <gabriel.leite@zup.com.br>
Signed-off-by: Gabriel Leite <gabriel.leite@zup.com.br>
Signed-off-by: barbararochazup <barbara.rocha@zup.com.br>
Signed-off-by: barbararochazup <barbara.rocha@zup.com.br>
Signed-off-by: barbararochazup <barbara.rocha@zup.com.br>
Signed-off-by: barbararochazup <barbara.rocha@zup.com.br>
Signed-off-by: bCatanant <bruno.catanant@zup.com.br>
Signed-off-by: bCatanant <bruno.catanant@zup.com.br>
Signed-off-by: bCatanant <bruno.catanant@zup.com.br>
@monicaribeiro monicaribeiro merged commit bcf2b60 into main Apr 14, 2021
@monicaribeiro monicaribeiro deleted the deploy-logs branch April 14, 2021 13:29
@monicaribeiro monicaribeiro changed the title Deploy logs Feature: deploy logs Apr 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
butler Improvements/additions/fixes for butler module. moove Improvements/additions/fixes for moove module. octopipe Improvements/additions/fixes for octopipe module.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants