You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@milagro.apache.org by br...@apache.org on 2019/06/26 08:55:29 UTC

[incubator-milagro] branch master updated (ae7ab86 -> 5a70ee3)

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

brianspector pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git.


    from ae7ab86  update docs
     add 159041f  added swagger link
     add 5d03c63  updated to correct open-api.yaml
     new 5a70ee3  Merge pull request #4 from apache/dev

The 1 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:
 docs/d-ta-api.md                                   |   3 +
 website/package-lock.json                          |  33 +++++++
 website/static/swagger/README.md                   |   0
 website/static/swagger/favicon-16x16.png           | Bin 0 -> 665 bytes
 website/static/swagger/favicon-32x32.png           | Bin 0 -> 628 bytes
 website/static/swagger/index.html                  |  60 +++++++++++++
 website/static/swagger/oauth2-redirect.html        |  67 ++++++++++++++
 website/static/swagger/swagger-ui-bundle.js        | 100 +++++++++++++++++++++
 website/static/swagger/swagger-ui-bundle.js.map    |   1 +
 .../static/swagger/swagger-ui-standalone-preset.js |  14 +++
 .../swagger/swagger-ui-standalone-preset.js.map    |   1 +
 website/static/swagger/swagger-ui.css              |   3 +
 website/static/swagger/swagger-ui.css.map          |   1 +
 website/static/swagger/swagger-ui.js               |   9 ++
 website/static/swagger/swagger-ui.js.map           |   1 +
 15 files changed, 293 insertions(+)
 create mode 100644 website/static/swagger/README.md
 create mode 100755 website/static/swagger/favicon-16x16.png
 create mode 100755 website/static/swagger/favicon-32x32.png
 create mode 100755 website/static/swagger/index.html
 create mode 100755 website/static/swagger/oauth2-redirect.html
 create mode 100755 website/static/swagger/swagger-ui-bundle.js
 create mode 100755 website/static/swagger/swagger-ui-bundle.js.map
 create mode 100755 website/static/swagger/swagger-ui-standalone-preset.js
 create mode 100755 website/static/swagger/swagger-ui-standalone-preset.js.map
 create mode 100755 website/static/swagger/swagger-ui.css
 create mode 100755 website/static/swagger/swagger-ui.css.map
 create mode 100755 website/static/swagger/swagger-ui.js
 create mode 100755 website/static/swagger/swagger-ui.js.map


[incubator-milagro] 01/01: Merge pull request #4 from apache/dev

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

brianspector pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git

commit 5a70ee3367aa23c12b2836341cb6541dc79fd2c2
Merge: ae7ab86 5d03c63
Author: Brian Spector <sp...@users.noreply.github.com>
AuthorDate: Wed Jun 26 09:55:25 2019 +0100

    Merge pull request #4 from apache/dev
    
    Update Open-API

 docs/d-ta-api.md                                   |   3 +
 website/package-lock.json                          |  33 +++++++
 website/static/swagger/README.md                   |   0
 website/static/swagger/favicon-16x16.png           | Bin 0 -> 665 bytes
 website/static/swagger/favicon-32x32.png           | Bin 0 -> 628 bytes
 website/static/swagger/index.html                  |  60 +++++++++++++
 website/static/swagger/oauth2-redirect.html        |  67 ++++++++++++++
 website/static/swagger/swagger-ui-bundle.js        | 100 +++++++++++++++++++++
 website/static/swagger/swagger-ui-bundle.js.map    |   1 +
 .../static/swagger/swagger-ui-standalone-preset.js |  14 +++
 .../swagger/swagger-ui-standalone-preset.js.map    |   1 +
 website/static/swagger/swagger-ui.css              |   3 +
 website/static/swagger/swagger-ui.css.map          |   1 +
 website/static/swagger/swagger-ui.js               |   9 ++
 website/static/swagger/swagger-ui.js.map           |   1 +
 15 files changed, 293 insertions(+)