[ARVADOS] updated: 2.1.0-467-gca7c5048e

Git user git at public.arvados.org
Tue Mar 9 15:05:36 UTC 2021


Summary of changes:
 .vscode/launch.json               | 32 --------------------------------
 lib/controller/proxy.go           | 12 ++++++------
 services/api/lib/config_loader.rb |  2 --
 3 files changed, 6 insertions(+), 40 deletions(-)
 delete mode 100644 .vscode/launch.json

  discards  5c8ec77888cb2ee99b00fa925c90838a17d82137 (commit)
  discards  345455504379f59947c21c8a02c60d16ed73f9e4 (commit)
  discards  f4753c9d24027e891e924cfa883c345be41f3916 (commit)
  discards  779833d8161d0256088371d9f6feb8ee01d9321b (commit)
       via  ca7c5048e807fd22b62e7144c44de3805ecf7ce4 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (5c8ec77888cb2ee99b00fa925c90838a17d82137)
            \
             N -- N -- N (ca7c5048e807fd22b62e7144c44de3805ecf7ce4)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit ca7c5048e807fd22b62e7144c44de3805ecf7ce4
Author: Nico Cesar <nico at nicocesar.com>
Date:   Mon Mar 8 17:47:05 2021 -0500

    applied https://dev.arvados.org/issues/17437#note-8
    
    Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at nicocesar.com>

diff --git a/lib/controller/proxy.go b/lib/controller/proxy.go
index d7381860e..57e9e313a 100644
--- a/lib/controller/proxy.go
+++ b/lib/controller/proxy.go
@@ -76,6 +76,7 @@ func (p *proxy) Do(
 		Host:   reqIn.Host,
 		Header: hdrOut,
 		Body:   reqIn.Body,
+		TransferEncoding: []string{"identity"},
 	}).WithContext(reqIn.Context())
 	return client.Do(reqOut)
 }

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list