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

Code action to add/delete imports #685

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    e7e7dd2 View commit details
    Browse the repository at this point in the history
  2. import re

    youben11 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    f9ef0a0 View commit details
    Browse the repository at this point in the history
  3. typo

    youben11 committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    4c89036 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4383f1e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. disable actions test

    youben11 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    7ed8a3b View commit details
    Browse the repository at this point in the history
  2. missing white-space

    youben11 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    4ae20c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8242066 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5175028 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f54910d View commit details
    Browse the repository at this point in the history
  6. update test

    youben11 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    2668de3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. Configuration menu
    Copy the full SHA
    ecabe85 View commit details
    Browse the repository at this point in the history
  2. private function

    youben11 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    936f121 View commit details
    Browse the repository at this point in the history
  3. change log level

    youben11 committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    b0f04a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2261042 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

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

Commits on Nov 9, 2019

  1. remove unreferenced imports

    youben11 committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    c7e5b36 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    061f0cc View commit details
    Browse the repository at this point in the history
  2. fix camel_to_underscore

    youben11 committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    e9996f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48d1f01 View commit details
    Browse the repository at this point in the history
  4. clean message checking

    youben11 committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    2d12e54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71b8385 View commit details
    Browse the repository at this point in the history
  6. non blocking index build

    youben11 committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    f99d33e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. store cache as dict

    youben11 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    6812993 View commit details
    Browse the repository at this point in the history
  2. test remove action

    youben11 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    d178670 View commit details
    Browse the repository at this point in the history
  3. better linting test

    youben11 committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    ae63149 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. search symbols in source tokens instead of raw string:

    raw string matching lead to false positives (e.g 'os' if found under
    'pos' but it's not the actual symbol that we were searching).
    youben11 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    a712a73 View commit details
    Browse the repository at this point in the history
  2. check for None value

    youben11 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    80def3f View commit details
    Browse the repository at this point in the history
  3. fix range

    youben11 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    0a9d163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7ee0ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    809a4af View commit details
    Browse the repository at this point in the history
  6. typo

    youben11 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    1c509f9 View commit details
    Browse the repository at this point in the history
  7. new style class

    youben11 committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    b82ff8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    107c431 View commit details
    Browse the repository at this point in the history