You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/12/03 12:48:08 UTC

[kibble] branch master updated (d0215f9 -> 2905e1f)

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git.


    from d0215f9  auth is required for these, really
     new 8c5042c  add in auth types required for Twitter scans
     new 2905e1f  regenerate openapi.yaml

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 api/yaml/openapi.yaml                           | 12 ++++++++++++
 api/yaml/openapi/components/schemas/Source.yaml | 12 ++++++++++++
 2 files changed, 24 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
['"commits@kibble.apache.org" <co...@kibble.apache.org>'].

[kibble] 01/02: add in auth types required for Twitter scans

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit 8c5042c852c1d9e3f6e7f0c46a909e3d58f438f5
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Dec 3 13:47:22 2017 +0100

    add in auth types required for Twitter scans
---
 api/yaml/openapi/components/schemas/Source.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/api/yaml/openapi/components/schemas/Source.yaml b/api/yaml/openapi/components/schemas/Source.yaml
index 64a6da5..8b412b6 100644
--- a/api/yaml/openapi/components/schemas/Source.yaml
+++ b/api/yaml/openapi/components/schemas/Source.yaml
@@ -23,6 +23,18 @@ properties:
   username:
     description: optional username for auth
     type: string
+  token:
+    description: API token
+    type: string
+  token_secret:
+    description: API secret token (for some apps)
+    type: string
+  consumer_key:
+    description: consumer key (for some apps)
+    type: string
+  consumer_secret:
+    description: consumer secret (for some apps)
+    type: string
 required:
 - type
 - sourceURL

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.

[kibble] 02/02: regenerate openapi.yaml

Posted by hu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble.git

commit 2905e1f367de12e753cb802826e17cdf0bd553c6
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Dec 3 13:47:32 2017 +0100

    regenerate openapi.yaml
---
 api/yaml/openapi.yaml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/api/yaml/openapi.yaml b/api/yaml/openapi.yaml
index cf97c90..135b4a1 100644
--- a/api/yaml/openapi.yaml
+++ b/api/yaml/openapi.yaml
@@ -136,6 +136,12 @@ components:
           type: object
     Source:
       properties:
+        consumer_key:
+          description: consumer key (for some apps)
+          type: string
+        consumer_secret:
+          description: consumer secret (for some apps)
+          type: string
         cookie:
           description: optional session cookie for auth
           type: string
@@ -151,6 +157,12 @@ components:
         sourceURL:
           description: The origin URL of this source.
           type: string
+        token:
+          description: API token
+          type: string
+        token_secret:
+          description: API secret token (for some apps)
+          type: string
         type:
           description: The type of source (git, svn, bugzilla, mail, etc)
           type: string

-- 
To stop receiving notification emails like this one, please contact
"commits@kibble.apache.org" <co...@kibble.apache.org>.