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

combining all api elements into a single repository #1

Merged
merged 36 commits into from
Oct 24, 2021
Merged

Commits on Oct 9, 2021

  1. chore: moving server events

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    e18a904 View commit details
    Browse the repository at this point in the history
  2. chore: moving @api-components/amf-helper-mixin

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    8439b64 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. chore: moving the http-method-label element

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    9f0ce0c View commit details
    Browse the repository at this point in the history
  2. chore: moving API demo page

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    e520a3a View commit details
    Browse the repository at this point in the history
  3. chore: moving API navigation

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    95b69f9 View commit details
    Browse the repository at this point in the history
  4. chore: moving schema / example genrators here

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    795b15a View commit details
    Browse the repository at this point in the history
  5. docs: adding api schema docs page

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    f446835 View commit details
    Browse the repository at this point in the history
  6. refactor: renamig selected to domainId on the editors

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    1ceb5d8 View commit details
    Browse the repository at this point in the history
  7. fix: partial model support in the request editor

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    e0767c0 View commit details
    Browse the repository at this point in the history
  8. reactor: removing unused methods from the AMF mixin

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    d2fd82f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. chore: adding endpoint events and the logic to the store

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    2afe239 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. ci: removing Windows from tests

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    17d515e View commit details
    Browse the repository at this point in the history
  2. chore: adding tests from api-security-documentation

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    da9f22f View commit details
    Browse the repository at this point in the history
  3. chore: adding tests for the sec requirement element

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    917101c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. chore: adding API Console demo

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    b59575d View commit details
    Browse the repository at this point in the history
  2. chore: adding types

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    748d54e View commit details
    Browse the repository at this point in the history
  3. chore: updating documentation

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    bcc0654 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. chore: adding api-documentation tests

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    6c7a1d3 View commit details
    Browse the repository at this point in the history
  2. test: fixing tests after markup change

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    da8c55d View commit details
    Browse the repository at this point in the history
  3. chore: restoring schema media selector

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    de7a267 View commit details
    Browse the repository at this point in the history
  4. chore: updating demo dark theme

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    67e8834 View commit details
    Browse the repository at this point in the history
  5. feat: adding demo's AMF parser

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    647003b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. chore: adding API editor experience

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e539c71 View commit details
    Browse the repository at this point in the history
  2. chore: minor improvements

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    a6ed02c View commit details
    Browse the repository at this point in the history
  3. chore: updating demo styles

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    6a3dbfb View commit details
    Browse the repository at this point in the history
  4. chore: migrating summary element to use the store

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    0d55bb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. chore: upgrading to the new components

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    800cf65 View commit details
    Browse the repository at this point in the history
  2. chore: moving components registration to define/ folder

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    71bf8aa View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. chore: finalizing migration to the AmfStore

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    de806ec View commit details
    Browse the repository at this point in the history
  2. chore: working on partial store example

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    17bf469 View commit details
    Browse the repository at this point in the history
  3. feat: adding support for local graph context

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    0a33ba6 View commit details
    Browse the repository at this point in the history
  4. feat: adding support for custom sec query string

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    c27e4ce View commit details
    Browse the repository at this point in the history
  5. chore: redesigning the navigation

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    c03255e View commit details
    Browse the repository at this point in the history
  6. chore: adding navigation layout options

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    7113f2d View commit details
    Browse the repository at this point in the history
  7. fix: fixing security tests

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    6fb7ff8 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

  1. chore: finishing the navigation

    Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
    jarrodek committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    6e480d1 View commit details
    Browse the repository at this point in the history