Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add REST endpoints for Feast UI #878

Merged
merged 25 commits into from
Aug 17, 2020
Merged

Commits on Aug 17, 2020

  1. Add RestController in Core with version method

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    0678465 View commit details
    Browse the repository at this point in the history
  2. Add exception handlers for missing URL parameters

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    4535673 View commit details
    Browse the repository at this point in the history
  3. Mark variables as optional

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8f01415 View commit details
    Browse the repository at this point in the history
  4. Make format-java

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    489c9ae View commit details
    Browse the repository at this point in the history
  5. Make feature_set_id non-required per gRPC

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    6d19fe6 View commit details
    Browse the repository at this point in the history
  6. Add Unit Tests for Core REST Controller

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    bddf539 View commit details
    Browse the repository at this point in the history
  7. Add javadoc, remove json printer

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1f7f1d9 View commit details
    Browse the repository at this point in the history
  8. Fix Javadocs Errors and typo

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    7f73645 View commit details
    Browse the repository at this point in the history
  9. Modify Unit tests to not rely on Mockmvc

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    d77a2ca View commit details
    Browse the repository at this point in the history
  10. Add Integration Tests for CoreServiceRestController

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    762b6ef View commit details
    Browse the repository at this point in the history
  11. Remove labels as it is not yet fully tested

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    4ab312c View commit details
    Browse the repository at this point in the history
  12. Remove getFeatureSet REST endpoint

    Since it is a subset of the listFeatureSet endpoint.
    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    ef99493 View commit details
    Browse the repository at this point in the history
  13. Add integration tests for REST controller

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    9dc772b View commit details
    Browse the repository at this point in the history
  14. Remove default query params for grpc consistency

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    901dbe8 View commit details
    Browse the repository at this point in the history
  15. Remove Unit Tests

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8e23674 View commit details
    Browse the repository at this point in the history
  16. Keep get feature-statistics consistent with grpc

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1c9efd4 View commit details
    Browse the repository at this point in the history
  17. Add comments on exception handlers for core http

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    f5bae5d View commit details
    Browse the repository at this point in the history
  18. Use WebTestClient for core HTTP ITs

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    2169c0a View commit details
    Browse the repository at this point in the history
  19. Use reactor-test and remove autowired params

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    f545a2c View commit details
    Browse the repository at this point in the history
  20. Use RestAssured for REST IT

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    7ce74e0 View commit details
    Browse the repository at this point in the history
  21. Replace ProjectService w/ AccessManagementService

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1ba9a40 View commit details
    Browse the repository at this point in the history
  22. Handle retrieval errors caused by getFeatureStats

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    9dab69f View commit details
    Browse the repository at this point in the history
  23. Add disableRestControllerAuth flag

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    6e8c8df View commit details
    Browse the repository at this point in the history
  24. Add documentation comment on application.yml

    SwampertX authored and Terence committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    4156a4f View commit details
    Browse the repository at this point in the history
  25. Fix integration test

    terryyylim committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    8017f9a View commit details
    Browse the repository at this point in the history