From commits-return-1135-archive-asf-public=cust-asf.ponee.io@sdap.apache.org Tue Jan 5 22:32:01 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id CC141180634 for ; Tue, 5 Jan 2021 23:32:01 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id AD94749812 for ; Tue, 5 Jan 2021 22:28:19 +0000 (UTC) Received: (qmail 87326 invoked by uid 500); 5 Jan 2021 22:00:32 -0000 Mailing-List: contact commits-help@sdap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sdap.apache.org Delivered-To: mailing list commits@sdap.apache.org Received: (qmail 87309 invoked by uid 99); 5 Jan 2021 22:00:32 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2021 22:00:32 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 1EC7981F9F; Tue, 5 Jan 2021 22:00:32 +0000 (UTC) Date: Tue, 05 Jan 2021 22:00:32 +0000 To: "commits@sdap.apache.org" Subject: [incubator-sdap-ingester] branch fix_units_parser updated (365f84c -> e8b8c23) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160988403205.26564.16784146003695969056@gitbox.apache.org> From: eamonford@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-sdap-ingester X-Git-Refname: refs/heads/fix_units_parser X-Git-Reftype: branch X-Git-Oldrev: 365f84c1dac287052e4412807271e0c3e45db55a X-Git-Newrev: e8b8c239f54fd934dd14ecfa539c2c6f6ef925dd X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. eamonford pushed a change to branch fix_units_parser in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git. discard 365f84c KelvinToCelsius converter can now parse 'units' or 'Units' field and exits gracefully if none exists add e8b8c23 KelvinToCelsius converter can now parse 'units' or 'Units' field and exits gracefully if none exists This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (365f84c) \ N -- N -- N refs/heads/fix_units_parser (e8b8c23) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: collection_manager/collection_manager/services/S3Observer.py | 2 -- granule_ingester/granule_ingester/processors/kelvintocelsius.py | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-)