You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@git.apache.org on 2017/06/05 13:44:59 UTC

[GitHub] csantanapr commented on issue #8: Preserve Git History from OpenWhisk

csantanapr commented on issue #8: Preserve Git History from OpenWhisk
URL: https://github.com/apache/incubator-openwhisk-client-go/issues/8#issuecomment-306190950
 
 
   Is great to get the history from the start from @theophoric
   
   @houshengbo 
   I compared the two branches, only things I found differences are
   1. whisk/api.go
   ```
   ```230c231
   <     apiArray := new(ApiListResponse)
   ---
   >     apiArray := new(RetApiArray)
   265c266
   <     retApi := new(ApiCreateResponse)
   ---
   >     retApi := new(RetApi)
   300c301
   <     retApi := new(ApiGetResponse)
   ---
   >     retApi := new(RetApiArray)
   489c490
   <     retApi := new(ApiDeleteResponse)
   ---
   >     retApi := new(RetApi)```
   ```
   
   2. A new file on the client-go-backup-latest not present in main repo `whisk18n/i18n_resources.go`
   
   Other than that is normal Apache header, and the relative reference `../whisk18n`
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services