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

Check env vars for non-Travis CI platforms #1067

Closed
wants to merge 29 commits into from

Commits on Jan 1, 2019

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

Commits on Jul 13, 2019

  1. Check env vars for non-Travis CI platforms

    Special cases are now Travis, Gitlab, Drone, Cirrus and Appveyor. 
    
    Not all of these CI services provide the same information as Travis 
    does, or in the same way, so some massaging of variable contents is 
    required.  Appveyor is arguably one of the worse ones here.
    
    This is untested on most of these CI systems at the time this was 
    committed; hence, any feedback is appreciated.
    asinghvi17 committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    1cb28eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7467920 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Better pull request check message

    Co-Authored-By: Morten Piibeleht <morten.piibeleht@gmail.com>
    asinghvi17 and mortenpi authored Jul 14, 2019
    Configuration menu
    Copy the full SHA
    2986dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b970a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e48fafa View commit details
    Browse the repository at this point in the history
  4. Document and add CHANGELOG

    asinghvi17 committed Jul 14, 2019
    Configuration menu
    Copy the full SHA
    3bef32b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2175bb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3b409b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06422a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Remove exp badge, add untested info

    Co-Authored-By: Morten Piibeleht <morten.piibeleht@gmail.com>
    asinghvi17 and mortenpi authored Jul 15, 2019
    Configuration menu
    Copy the full SHA
    b4c7620 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef6c5c View commit details
    Browse the repository at this point in the history
  3. FIX TYPE

    asinghvi17 committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    17acc66 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Apply suggestions from review

    Co-Authored-By: Morten Piibeleht <morten.piibeleht@gmail.com>
    asinghvi17 and mortenpi committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    0dea970 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26c5aff View commit details
    Browse the repository at this point in the history
  3. Fix misuse of tag

    asinghvi17 authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    edbf343 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Fix bad link

    mortenpi committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    4ee8b8f View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG for tag change

    mortenpi committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    cd753ed View commit details
    Browse the repository at this point in the history
  3. Add docs

    So, the DocStringExtensions' $EXPORTS in the Documenter module docstring
    creates at-ref links, so we need to make sure that we have docstrings
    available to all exported names.
    
    But you can't add docstrings in the at-enum, so I'm doing it separately.
    
    Also, add all the refs to those variables while we're at it.
    mortenpi committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    f58f06f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07bca34 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    588fc01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e550502 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    844d1f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61ecc09 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a256b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51eb94f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d3f16e View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2019

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

Commits on Jul 28, 2019

  1. fix small bug

    asinghvi17 committed Jul 28, 2019
    Configuration menu
    Copy the full SHA
    d623f78 View commit details
    Browse the repository at this point in the history