You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metamodel.apache.org by kaspersorensen <gi...@git.apache.org> on 2016/08/05 06:00:15 UTC

[GitHub] metamodel pull request #119: RESTful MetaModel

GitHub user kaspersorensen opened a pull request:

    https://github.com/apache/metamodel/pull/119

    RESTful MetaModel

    Again an attempt to post a PR for a completely new webapp that offers MetaModel as a RESTful API.
    
    Previously posted as #110 and #111

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kaspersorensen/metamodel feature/5.x/restful-metamodel

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/metamodel/pull/119.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #119
    
----
commit c9f56aa753334b571ab868912c47d0e629e351ed
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-05-24T04:36:33Z

    Added scaffolding for 'metamodel-as-a-service' module

commit 8e2ff7167eeae456a1e307426407e262dd7297f8
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-05-24T06:05:21Z

    Made a very simple tenant controller

commit fabd1b9784a7ec6512bf716fe8e6fa39e8cbf15b
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-05-24T06:11:43Z

    Added Docker capabilities: A Dockerfile and README.md

commit 972ea4b1549db94ab595956a043e86fa80dfceed
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-06-06T06:00:03Z

    Added DataContextController. Removed half-baked error handling for now.

commit 6f6f776b1372f7dc6a24e427ced1c6046d696004
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-06-07T03:14:03Z

    Fixed cosmetic review remarks (EOLs and Docker EXPOSE redundancy)

commit 8722c196673713501edbc232ffe5ed3a213fbc5a
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-06-07T03:55:15Z

    Built out an extensive unittest to document a full usage scenario.

commit 8d4d03519d56ce482139ea42fb178504e288c892
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-06-08T09:35:20Z

    Added ability to query data and to specify POJO table defs.

commit 76091fe80fc9a525df19a183a5a9047d13677510
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-06-08T09:58:41Z

    Added a rudimentary table data controller

commit 704790b16ae8754c693251149127ef12b530df7a
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-06-13T04:33:17Z

    Added error handling component

commit 79af7dded8df48e829a70b1d8c2defdd7076cb60
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-06-13T05:11:06Z

    Improved throwing of exceptions from controllers.

commit 0a82d13b19ea0f8aa3aabcd140caaf3274a8e5b4
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-06-14T05:15:34Z

    Updated interface definitions as per new Swagger yaml file

commit 3ac879eac2057d295c711f51d8dd70c9341faeb6
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-06-14T05:39:17Z

    Fixed swagger file header

commit ba9b4cc4f4453ff0ceb020453b84cbab45ed05ad
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-07-11T04:29:02Z

    Merge branch '5.x' into feature/5.x/rest-api

commit 11d9a9e8ac10f0f1d5da08a091d3b03a4f0a3256
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-07-11T05:11:22Z

    Made the new REST API use the METAMODEL-1099 based factories

commit 2c1f86897f46868d7b5b8818baf614e0edf1498a
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-07-11T05:11:53Z

    Merge branch 'feature/5.x/rest-api' into feature/5.x/swagger-docs

commit 35c9861eb042f69435b6478ac53b0d0452b9e727
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-07-11T05:23:01Z

    Updated swagger file with info about PUT datasource endpoint

commit 0dd9bd8659707da2d757843a58bf5b9e66856604
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-07-27T05:09:59Z

    Added swagger-ui (2.1.5) to static webapp resources

commit 46b3cf83936c84665f74ee030930b3783e745718
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-07-27T05:31:02Z

    Added dynamic swagger.json controller for Swagger UI based on yaml src.

commit 0dbe54b6d2689f2d995a2af4766ff96ce20aaa53
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-07-27T05:33:29Z

    Updated rat plugin to ignore swagger-ui src

commit ef19537b603a88f06c4ac70e092d3bc2faa61181
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-07-27T05:55:24Z

    Improved the swagger-ui presentation

commit f5502a8bf0df513e53be6cd89a46951fcd7bf3da
Author: Kasper S�rensen <i....@gmail.com>
Date:   2016-08-05T05:23:26Z

    Removed the swagger-ui sources, replaced by docker build that downloads

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] metamodel issue #119: RESTful MetaModel

Posted by kaspersorensen <gi...@git.apache.org>.
Github user kaspersorensen commented on the issue:

    https://github.com/apache/metamodel/pull/119
  
    Argh ... The old remarks are still being added. I will make a diff and make a new single-commit branch.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] metamodel pull request #119: RESTful MetaModel

Posted by kaspersorensen <gi...@git.apache.org>.
Github user kaspersorensen closed the pull request at:

    https://github.com/apache/metamodel/pull/119


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---