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

508 fixes #1155

Closed
Closed

Commits on Apr 13, 2015

  1. 508 fixes

    Addresses swagger-api#1021 mostly by adding label tags, generating unique element
    ids as needed.
    
    In the process, moved the label text that gets set in the
    *ContentTypeView.js files to the respective handlebar templates; the
    text was static as far as I could tell.
    bdkosher committed Apr 13, 2015
    Configuration menu
    Copy the full SHA
    9cde100 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

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

Commits on Apr 18, 2015

  1. Merge pull request swagger-api#1182 from delphian/master

    Forcing old images to not be CRLF conformed due to new gitattributes file
    mohsen1 committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    6f1b9b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Configuration menu
    Copy the full SHA
    558cc92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec86ee2 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2015

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

Commits on May 8, 2015

  1. Configuration menu
    Copy the full SHA
    b1efe88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99bec82 View commit details
    Browse the repository at this point in the history
  3. merged

    fehguy committed May 8, 2015
    Configuration menu
    Copy the full SHA
    5abd281 View commit details
    Browse the repository at this point in the history
  4. merged

    fehguy committed May 8, 2015
    Configuration menu
    Copy the full SHA
    4f31169 View commit details
    Browse the repository at this point in the history
  5. Merge pull request swagger-api#1224 from ponelat/fix/1221

    add jshint to gulp..lint and dist
    fehguy committed May 8, 2015
    Configuration menu
    Copy the full SHA
    e0d17d0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request swagger-api#1225 from ponelat/fix/1194

    fix oauth switch
    fehguy committed May 8, 2015
    Configuration menu
    Copy the full SHA
    8661a0f View commit details
    Browse the repository at this point in the history
  7. 508 fixes

    Addresses swagger-api#1021 mostly by adding label tags, generating unique element
    ids as needed.
    
    In the process, moved the label text that gets set in the
    *ContentTypeView.js files to the respective handlebar templates; the
    text was static as far as I could tell.
    bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    83f4830 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f00b60 View commit details
    Browse the repository at this point in the history
  9. merged swagger-api#1238

    fehguy committed May 8, 2015
    Configuration menu
    Copy the full SHA
    a02cea1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request swagger-api#1239 from ponelat/develop_2.0

    fixes swagger-api#1205, remove dead line
    fehguy committed May 8, 2015
    Configuration menu
    Copy the full SHA
    97ed093 View commit details
    Browse the repository at this point in the history
  11. rebuilt

    fehguy committed May 8, 2015
    Configuration menu
    Copy the full SHA
    4365d34 View commit details
    Browse the repository at this point in the history
  12. Update default validator with correct protocol

    Current code defaults to http protocol, but when package is installed in a https environment, the default validator should be securely available.
    shuisman authored and bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    9324f95 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    94df647 View commit details
    Browse the repository at this point in the history
  14. updated client version

    fehguy authored and bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    506e00e View commit details
    Browse the repository at this point in the history
  15. 508 fixes

    Addresses swagger-api#1021 mostly by adding label tags, generating unique element
    ids as needed.
    
    In the process, moved the label text that gets set in the
    *ContentTypeView.js files to the respective handlebar templates; the
    text was static as far as I could tell.
    bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    09724ad View commit details
    Browse the repository at this point in the history
  16. Call to swaggerUi.load before possible use.

    Using addApiKeyAuthorization function, needs to be done after swaggerUi is loaded, otherwise calling ``window.swaggerUi.api.clientAuthorizations.add`` will fail, and the authorization headers will not be aded.
    neoecos authored and bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    217a7e6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9644f1f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8af6cc8 View commit details
    Browse the repository at this point in the history
  19. Support plain text in response

    mohsen1 authored and bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    6b6d032 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b895c88 View commit details
    Browse the repository at this point in the history
  21. updated per swagger-api#931

    fehguy committed May 8, 2015
    Configuration menu
    Copy the full SHA
    9e70c95 View commit details
    Browse the repository at this point in the history
  22. updated from master

    fehguy authored and bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    a0981a2 View commit details
    Browse the repository at this point in the history
  23. updated versions

    fehguy authored and bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    bedc5a7 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f3451cd View commit details
    Browse the repository at this point in the history
  25. rebuilt

    fehguy authored and bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    67a16bc View commit details
    Browse the repository at this point in the history
  26. Merge branch 'develop_2.0-508_compliance' of https://github.com/bdkos…

    …her/swagger-ui into develop_2.0-508_compliance
    
    Conflicts:
    	.gitattributes
    	README.md
    	dist/swagger-ui.js
    	dist/swagger-ui.min.js
    bdkosher committed May 8, 2015
    Configuration menu
    Copy the full SHA
    63ac2c6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    261e189 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5640bf7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2015

  1. 508 fixes

    Addresses swagger-api#1021 mostly by adding label tags, generating unique element
    ids as needed.
    
    In the process, moved the label text that gets set in the
    *ContentTypeView.js files to the respective handlebar templates; the
    text was static as far as I could tell.
    bdkosher committed May 9, 2015
    Configuration menu
    Copy the full SHA
    3c39a89 View commit details
    Browse the repository at this point in the history
  2. Call to swaggerUi.load before possible use.

    Using addApiKeyAuthorization function, needs to be done after swaggerUi is loaded, otherwise calling ``window.swaggerUi.api.clientAuthorizations.add`` will fail, and the authorization headers will not be aded.
    neoecos authored and bdkosher committed May 9, 2015
    Configuration menu
    Copy the full SHA
    a0de1c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe25f2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d36caaa View commit details
    Browse the repository at this point in the history
  5. Merge branch 'develop_2.0-508_compliance' of https://github.com/bdkos…

    …her/swagger-ui into develop_2.0-508_compliance
    
    Conflicts:
    	.gitattributes
    	dist/swagger-ui.js
    	dist/swagger-ui.min.js
    	src/main/template/param.handlebars
    	src/main/template/param_list.handlebars
    	src/main/template/param_required.handlebars
    bdkosher committed May 9, 2015
    Configuration menu
    Copy the full SHA
    45f44b6 View commit details
    Browse the repository at this point in the history