Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

service: http: Release HTTP service #182

Merged
merged 1 commit into from
Aug 27, 2019

Conversation

johnandersen777
Copy link

Fixes: #170

Signed-off-by: John Andersen john.s.andersen@intel.com

@johnandersen777 johnandersen777 force-pushed the service_http branch 2 times, most recently from ea23898 to f2eb5a2 Compare August 26, 2019 21:41
Signed-off-by: John Andersen <john.s.andersen@intel.com>
@lgtm-com
Copy link

lgtm-com bot commented Aug 26, 2019

This pull request introduces 2 alerts when merging f2eb5a2 into 075577a - view on LGTM.com

new alerts:

  • 1 for Except block handles 'BaseException'
  • 1 for Unused import

@codecov-io
Copy link

Codecov Report

Merging #182 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #182   +/-   ##
=======================================
  Coverage   92.79%   92.79%           
=======================================
  Files          57       57           
  Lines        3537     3537           
  Branches      408      408           
=======================================
  Hits         3282     3282           
  Misses        199      199           
  Partials       56       56

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 075577a...f2eb5a2. Read the comment docs.

@johnandersen777 johnandersen777 merged commit c4d5d2f into intel:master Aug 27, 2019
@johnandersen777 johnandersen777 deleted the service_http branch August 27, 2019 15:39
johnandersen777 pushed a commit to sudharsana-kjl/dffml that referenced this pull request Sep 9, 2019
commit 2a459b3
Author: Yash Lamba <yashlamba2000@gmail.com>
Date:   Fri Sep 6 22:18:19 2019 +0530

    README: Add black badge

commit 5bf5701
Author: John Andersen <john.s.andersen@intel.com>
Date:   Tue Sep 3 14:18:21 2019 -0700

    model: scikit: Fix CLI based configuration

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit 917d997
Author: John Andersen <john.s.andersen@intel.com>
Date:   Tue Sep 3 13:36:02 2019 -0700

    base: Log config on init

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit f4a5dda
Author: John Andersen <john.s.andersen@intel.com>
Date:   Tue Sep 3 08:55:04 2019 -0700

    setup: Not zip safe

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit 2864a11
Author: John Andersen <john.s.andersen@intel.com>
Date:   Wed Aug 28 11:17:51 2019 -0700

    README: Add link to master docs

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit 47f76b0
Author: Yash Lamba <yashlamba2000@gmail.com>
Date:   Wed Aug 28 17:15:09 2019 +0530

    model: scikit: Changed self to cls

commit 1823b9e
Author: John Andersen <john.s.andersen@intel.com>
Date:   Tue Aug 27 08:48:52 2019 -0700

    service: http: Fix type in securiy docs

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit c4d5d2f
Author: John Andersen <johnandersenpdx@gmail.com>
Date:   Tue Aug 27 08:39:38 2019 -0700

    service: http: Release HTTP service (intel#182)

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit 075577a
Author: Pankaj Patil <pankaj.patil2099@hotmail.com>
Date:   Mon Aug 26 09:04:26 2019 +0530

    examples: source: Rename testcase

    Fixes: intel#117

commit af19211
Author: John Andersen <john.s.andersen@intel.com>
Date:   Fri Aug 23 13:44:14 2019 -0700

    setup: Capitalize version and readme

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit 15597c9
Author: John Andersen <john.s.andersen@intel.com>
Date:   Fri Aug 23 13:36:35 2019 -0700

    README: Remove link to HACKING.md

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit 9fd0c55
Author: John Andersen <john.s.andersen@intel.com>
Date:   Fri Aug 23 13:31:57 2019 -0700

    docs: CONTRIBUTING: Merge HACKING

    Fixes: intel#166

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit ce03f9b
Author: John Andersen <john.s.andersen@intel.com>
Date:   Fri Aug 23 12:42:19 2019 -0700

    cli: Enable usage via module invokation

    * Example: $ python3.7 -m dffml list repos

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit db326cb
Author: John Andersen <john.s.andersen@intel.com>
Date:   Thu Aug 22 14:56:34 2019 -0700

    service: dev: List entrypoints

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit 7d1c6f6
Author: John Andersen <john.s.andersen@intel.com>
Date:   Thu Aug 22 14:07:31 2019 -0700

    model: scikit: Correct entrypoints again

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit bab734e
Author: Yash Lamba <yashlamba2000@gmail.com>
Date:   Thu Aug 22 05:36:53 2019 +0530

    model: scikit: corrected entry points

    Fixes: intel#165

commit eb9b600
Author: John Andersen <john.s.andersen@intel.com>
Date:   Fri Aug 16 13:46:51 2019 -0700

    style: Correct style of all submodules

    * Enforce style in all submodules via ci

    Fixes: intel#173

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit c9cd3ea
Author: John Andersen <john.s.andersen@intel.com>
Date:   Fri Aug 16 11:45:04 2019 -0700

    examples: shouldi: Add dev mode hack

    Fixes: intel#174

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit 452a182
Author: John Andersen <john.s.andersen@intel.com>
Date:   Thu Aug 15 14:48:17 2019 -0700

    news: origin/master August 15 2019

    Signed-off-by: John Andersen <john.s.andersen@intel.com>

commit 3d04591
Author: John Andersen <johnandersenpdx@gmail.com>
Date:   Mon Aug 12 18:34:53 2019 -0700

    skel: source: entry_points correction

    * setup() kwargs entry_points was the service entrypoint,
      corrected to the source entrypoint.

    Fixes: intel#162

commit c854e40
Author: Sudharsana K J L <kjlsudharsana@gmail.com>
Date:   Sun Aug 11 09:33:19 2019 +0530

    source: csv: Add label

    Co-authored-by: John Andersen <johnandersenpdx@gmail.com>
    Signed-off-by: John Andersen <johnandersenpdx@gmail.com>

commit 7afd85a
Author: Yash Lamba <yashlamba2000@gmail.com>
Date:   Sun Aug 11 03:00:45 2019 +0530

    model: scikit: Create models and configs dynamicly

commit d478dee
Author: Saksham Arora <50872172+sakshamarora1@users.noreply.github.com>
Date:   Sun Aug 11 02:32:36 2019 +0530

    docs: HACKING: Added logging for testing
johnandersen777 pushed a commit to johnandersen777/dffml that referenced this pull request Mar 11, 2022
Signed-off-by: John Andersen <john.s.andersen@intel.com>
johnandersen777 pushed a commit that referenced this pull request Mar 12, 2022
Signed-off-by: John Andersen <john.s.andersen@intel.com>
@johnandersen777 johnandersen777 mentioned this pull request Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

service: http: HTTP API
2 participants