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

Websocket support #250

Closed
wants to merge 106 commits into from
Closed

Commits on Apr 26, 2019

  1. Configuration menu
    Copy the full SHA
    03b2c2f View commit details
    Browse the repository at this point in the history
  2. Added customDomain.websockets types and modified unit tests to get an…

    … empty websockets structure as an additional parameter (via constructPlugin)
    pavel-ignatiev committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    6a6ac0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3db7c98 View commit details
    Browse the repository at this point in the history
  4. Added ServerlessCustomDomain properties which will be used by websock…

    …et-specific functions of index.ts
    pavel-ignatiev committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    ed33900 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99e6fa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a78737 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71cc572 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0380b1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0f4209c View commit details
    Browse the repository at this point in the history
  10. Added a wrapper function createDomainWs which creates a websocket cus…

    …tom domain and a corresponding Route53 record
    pavel-ignatiev committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    7842c20 View commit details
    Browse the repository at this point in the history
  11. Added deleteCustomDomainWs function which deletes a websocket custom …

    …domain using API gateway V2
    pavel-ignatiev committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    b29a4a4 View commit details
    Browse the repository at this point in the history
  12. Added a wrapper function deleteDomainWs which deletes a websocket cus…

    …tom domain and a corresponding Route53 record
    pavel-ignatiev committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    cd27e9e View commit details
    Browse the repository at this point in the history
  13. Added a function getWssApiId which yields an ID of a websocket API in…

    … the available CloudFormation stack
    pavel-ignatiev committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    8fcfd7c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9f696cf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    254ba0f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5773bb6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f90f243 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    19e19c8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fce9450 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a79efb3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    cb87f99 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    84456ac View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e828553 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    495ad8c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3388d4e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9ce058a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bbbaee0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9a55ad5 View commit details
    Browse the repository at this point in the history
  29. Modified domainSummary lifecycle function to also print summary for t…

    …he websocket domain and extended 'summary printing' test to cover the function again
    pavel-ignatiev committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    188df91 View commit details
    Browse the repository at this point in the history
  30. Corrected a bug in printDomainSummaryWs and enabled previously disabl…

    …ed domainSummary test part
    pavel-ignatiev committed Apr 26, 2019
    Configuration menu
    Copy the full SHA
    83f5ad2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5150ba0 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6942d03 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Configuration menu
    Copy the full SHA
    301715a View commit details
    Browse the repository at this point in the history
  2. Modified ServerlessCustomDomain properties to be public in order to b…

    …e accessible by test environment
    pavel-ignatiev committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    77e5bc4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b0b88e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64add11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9e280d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    695319f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6e1ced View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cea5039 View commit details
    Browse the repository at this point in the history
  9. Modified changeResourceRecordSetWs to create additional AAAA record a…

    …nd added a test for this function
    pavel-ignatiev committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    1d4992e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9cdb207 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3454ec1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c066a80 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8c0c6e0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    83edb1d View commit details
    Browse the repository at this point in the history
  15. Modified tests to check new createDomains / deleteDomains lifecycle f…

    …unctions instead of old functions
    pavel-ignatiev committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    be68ed9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0b7f2d3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e05e389 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    583cfbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b6b6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b6cb38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    005ecee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ddc354 View commit details
    Browse the repository at this point in the history
  6. Restricted websocket endpoint type to regional only because of curren…

    …tly missing AWS support for edge endpoints
    pavel-ignatiev committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    c5cc194 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff13edb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3572bcd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b4a0b2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2019

  1. Merge branch 'master' of https://github.com/amplify-education/serverl…

    …ess-domain-manager
    
    Merge of current master changes before issuing a PR
    Pavel Ignatiev committed May 18, 2019
    Configuration menu
    Copy the full SHA
    860b9a1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Allowed missing or empty custom.customDomain.websockets configuration…

    … for backwards compatibility
    Pavel Ignatiev committed May 19, 2019
    Configuration menu
    Copy the full SHA
    7a2dcb0 View commit details
    Browse the repository at this point in the history
  2. Timeout after creation of HTTP domain is activated only if websocket …

    …domain is enabled
    Pavel Ignatiev committed May 19, 2019
    Configuration menu
    Copy the full SHA
    9c81d9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98ad8c8 View commit details
    Browse the repository at this point in the history
  4. Made the property custom.customDomain.websockets.domainName mandatory…

    … and added UI error messages in case of undefined domainNames
    Pavel Ignatiev committed May 19, 2019
    Configuration menu
    Copy the full SHA
    b124e33 View commit details
    Browse the repository at this point in the history
  5. Don't show error message when deleting websocket domain if no domain …

    …found
    Pavel Ignatiev committed May 19, 2019
    Configuration menu
    Copy the full SHA
    7ae3176 View commit details
    Browse the repository at this point in the history
  6. Added a commented out template for a possible UI solution in case of …

    …missing domainNames
    Pavel Ignatiev committed May 19, 2019
    Configuration menu
    Copy the full SHA
    a1ca8e5 View commit details
    Browse the repository at this point in the history
  7. Modified createDomainWs to show success message even if createRoute53…

    …Record is false
    Pavel Ignatiev committed May 19, 2019
    Configuration menu
    Copy the full SHA
    e89f976 View commit details
    Browse the repository at this point in the history
  8. Parametrized CLI message in case of createRoute53Record property set …

    …to false (creation/deletion)
    Pavel Ignatiev committed May 19, 2019
    Configuration menu
    Copy the full SHA
    bcaebbb View commit details
    Browse the repository at this point in the history
  9. Fixed a bug of websocket API mappings not getting updated

    Pavel Ignatiev committed May 19, 2019
    Configuration menu
    Copy the full SHA
    4f8f49e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. setupApiMappingWs calls printDomainSummaryWs now

    Pavel Ignatiev committed May 20, 2019
    Configuration menu
    Copy the full SHA
    78cf0f7 View commit details
    Browse the repository at this point in the history
  2. Extended README.md with the information about new websocket functiona…

    …lity
    Pavel Ignatiev committed May 20, 2019
    Configuration menu
    Copy the full SHA
    3d1c835 View commit details
    Browse the repository at this point in the history
  3. Added a hint about the link between lambda and the custom domain name…

    … through API gateway in README.md
    Pavel Ignatiev committed May 20, 2019
    Configuration menu
    Copy the full SHA
    78da7cc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Fixed newline issue in DomainInfoWs.ts

    Pavel Ignatiev committed May 21, 2019
    Configuration menu
    Copy the full SHA
    8bcac3e View commit details
    Browse the repository at this point in the history
  2. Fixed minor ESLint errors

    Pavel Ignatiev committed May 21, 2019
    Configuration menu
    Copy the full SHA
    de6a75d View commit details
    Browse the repository at this point in the history
  3. Fixed minor ESLint errors

    Pavel Ignatiev committed May 21, 2019
    Configuration menu
    Copy the full SHA
    c7e26fa View commit details
    Browse the repository at this point in the history
  4. Fixes minor ESLint errors in unit-tests/index.test.ts

    Pavel Ignatiev committed May 21, 2019
    Configuration menu
    Copy the full SHA
    9c9ecd6 View commit details
    Browse the repository at this point in the history
  5. Fixes minor ESLint errors in unit-tests/index.test.ts

    Pavel Ignatiev committed May 21, 2019
    Configuration menu
    Copy the full SHA
    1790c73 View commit details
    Browse the repository at this point in the history
  6. 3.3.0

    Pavel Ignatiev committed May 21, 2019
    Configuration menu
    Copy the full SHA
    c3556c7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Configuration menu
    Copy the full SHA
    c772ae9 View commit details
    Browse the repository at this point in the history
  2. Added a separator symbol between both domain summary outputs for bett…

    …er visual recognition and fixed the test accordingly
    Pavel Ignatiev committed May 27, 2019
    Configuration menu
    Copy the full SHA
    5841d1c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Resolve merge conflicts due to npm package versioning

    Pavel Ignatiev committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    2f4961e View commit details
    Browse the repository at this point in the history
  2. Fix summary printing unit test

    Pavel Ignatiev committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3910a45 View commit details
    Browse the repository at this point in the history
  3. Version bump

    Pavel Ignatiev committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a344abe View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. added aebsocket support

    kenpachiii committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    5d6b5bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84b6b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8eaa715 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4743f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1197f4d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    a86adaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27ffbb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f56a96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3685439 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00ee095 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef88091 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0251990 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c0cb46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    648e424 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3f8564b View commit details
    Browse the repository at this point in the history
  11. added linting corrections

    kenpachiii committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d8071a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. added linting corrections

    kenpachiii committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    066d61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a5e2f4 View commit details
    Browse the repository at this point in the history
  3. corrected package.json

    kenpachiii committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    7ce10f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b79cadd View commit details
    Browse the repository at this point in the history
  5. bumped version

    kenpachiii committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    2250a27 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    4376ccd View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Configuration menu
    Copy the full SHA
    3d80cdf View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Configuration menu
    Copy the full SHA
    ab1a228 View commit details
    Browse the repository at this point in the history