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

Bot for Github actions #49

Merged
merged 40 commits into from
Jan 14, 2020
Merged

Bot for Github actions #49

merged 40 commits into from
Jan 14, 2020

Commits on Dec 6, 2019

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

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    281b1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83b052c View commit details
    Browse the repository at this point in the history
  3. Add tests

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    e90bd64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a76cea View commit details
    Browse the repository at this point in the history
  5. include("utilities.jl")

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    af397ab View commit details
    Browse the repository at this point in the history
  6. snoopiBot

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b1db5b6 View commit details
    Browse the repository at this point in the history
  7. Base.read

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b157750 View commit details
    Browse the repository at this point in the history
  8. \" instead of "

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    0e3084c View commit details
    Browse the repository at this point in the history
  9. Base.write

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    ef60d60 View commit details
    Browse the repository at this point in the history
  10. QuoteNode(snoopScript)

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    1563269 View commit details
    Browse the repository at this point in the history
  11. package symbol

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a0fa8fd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2bec05c View commit details
    Browse the repository at this point in the history
  13. move packageSym inside

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a6e13dd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cf79ab3 View commit details
    Browse the repository at this point in the history
  15. Fix tests

    aminya committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    657ae4c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a238b73 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2019

  1. (de)activation progress print

    aminya committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    52b1f5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50e1069 View commit details
    Browse the repository at this point in the history
  3. Fix path bug

    aminya committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    143170b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a602c93 View commit details
    Browse the repository at this point in the history
  5. snoopiBot for runtests

    aminya committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    4fe0bf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Configuration menu
    Copy the full SHA
    f81f64b View commit details
    Browse the repository at this point in the history
  2. Add doc for SnoopCompile bot

    aminya committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    6995719 View commit details
    Browse the repository at this point in the history
  3. Rename utilities to bot

    aminya committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    450794f View commit details
    Browse the repository at this point in the history
  4. Add test dependencies

    aminya committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    a42a8d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Configuration menu
    Copy the full SHA
    c820a55 View commit details
    Browse the repository at this point in the history
  2. Examples for snoopiBot

    aminya committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    dc6236e View commit details
    Browse the repository at this point in the history
  3. snoopiBenchBot

    aminya committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    bf9b0f7 View commit details
    Browse the repository at this point in the history
  4. Adding doc for benchmarking

    aminya committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    8c4ed68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44a2d18 View commit details
    Browse the repository at this point in the history
  6. Adding tests

    aminya committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    ee71342 View commit details
    Browse the repository at this point in the history
  7. import Pkg

    aminya committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    ac23d88 View commit details
    Browse the repository at this point in the history
  8. Adding blacklist to snoopiBot

    aminya committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    b066fe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2019

  1. Adding BotConfig object

    Allows feeding more options to the macro without changing the API
    aminya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    c27fc05 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Code and file organization

    aminya committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    cdea651 View commit details
    Browse the repository at this point in the history
  2. Adding subst to BotConfig

    aminya committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    52b2da8 View commit details
    Browse the repository at this point in the history
  3. Fixed tests

    aminya committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    2ebc8d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Addressing review comments

    v2.0.0 pull request bot
    
    pathof
    
    timholy#49 (comment)
    
    rename snoopiBenchBot ro snoopiBench
    
    timholy#49 (comment)
    
    Doc reference
    
    Fixes
    timholy#49 (comment)
    
    Naming convention
    
    =@.
    
    timholy#49 (comment)
    
    Benchmarking the infer time of the tests
    
    timholy#49 (comment)
    
    code quoting const UStrings
    
    timholy#49 (comment)
    
    timholy#49 (comment)
    
    file name typo
    
    timholy#49 (comment)
    
    Link updated
    
    timholy#49 (comment)
    
    typo
    
    timholy#49 (comment)
    
    __precompile__
    
    timholy#49 (comment)
    
    Base.read and Base.write
    
    timholy#49 (comment)
    
    timholy#49 (comment)
    
    UString
    
    timholy#49 (comment)
    
    precompile include clarification
    
    timholy#49 (comment)
    
    Experimental
    timholy#49 (comment)
    
    Using isfile
    
    timholy#49 (comment)
    
    test dep Clarification
    
    timholy#49 (comment)
    and
    timholy#49 (comment)
    
    Comitter comment
    
    Fixes
    timholy#49 (comment)
    
    
    Base.write instead of (de)activated.jl in tests
    
    Fixes
    timholy#49 (comment)
    
    accurate error message
    timholy#49 (comment)
    aminya committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    c36f97e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. create-pull-request@v2.1.0

    aminya committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    5937285 View commit details
    Browse the repository at this point in the history