Skip to content
This repository was archived by the owner on Jul 16, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dropbox/securitybot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: algolia/securitybot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 29 files changed
  • 1 contributor

Commits on Jul 25, 2017

  1. [auth] Translate auth module to python 3

    Antoine Cardon
    Antoine Cardon committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    03d59ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a1f6b View commit details
    Browse the repository at this point in the history
  3. [auth] auth_time is now a timedelta again

    Antoine Cardon
    Antoine Cardon committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    9c8a75e View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Huge and messy commit: Port to python3, Generic database driver in pr…

    …ogress, config in yaml file. Working.
    Antoine Cardon
    Antoine Cardon committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    0dc17e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Make AUTH_TIME a configurable variable

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    873af47 View commit details
    Browse the repository at this point in the history
  2. Update requirements.txt

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    deebe6d View commit details
    Browse the repository at this point in the history
  3. Remove asbtract from blacklist as no more class needs to inherit from…

    … it. blacklist is now generic. Same for tasker and SQLTasker.
    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    dfa6f21 View commit details
    Browse the repository at this point in the history
  4. Remove SQL hard coded string from util.py

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    72e6f6c View commit details
    Browse the repository at this point in the history
  5. Moving Singleton class to a class helper file

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    7031df1 View commit details
    Browse the repository at this point in the history
  6. Makes config a singleton to prevent overrides

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    5f2adce View commit details
    Browse the repository at this point in the history
  7. Remove SQL specialized code

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    afaa05a View commit details
    Browse the repository at this point in the history
  8. Remove SQL specialized code

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    a6c40e6 View commit details
    Browse the repository at this point in the history
  9. New config file template

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    41483ea View commit details
    Browse the repository at this point in the history
  10. Remove bad option in config file

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    bcb9b59 View commit details
    Browse the repository at this point in the history
  11. Remove SQL artifacts and make the main able to load another config fi…

    …le in argv[1]
    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    e3e737d View commit details
    Browse the repository at this point in the history
  12. Add sql queries templates

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    ea008e2 View commit details
    Browse the repository at this point in the history
  13. Fix missing import

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    b6e3293 View commit details
    Browse the repository at this point in the history
  14. Remove unused import

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    4e2d572 View commit details
    Browse the repository at this point in the history
  15. [OCD] Rearrange imports

    Antoine Cardon
    Antoine Cardon committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    4ec54f9 View commit details
    Browse the repository at this point in the history
Loading