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

WIP: Tab completion 2 #2770

Closed
wants to merge 29 commits into from
Closed

WIP: Tab completion 2 #2770

wants to merge 29 commits into from

Commits on Apr 16, 2022

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

Commits on May 13, 2022

  1. Add correct function signatures and docstrings, and initial autocompl…

    …etion parameter support
    joelostblom committed May 13, 2022
    Configuration menu
    Copy the full SHA
    91ddea9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

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

Commits on Nov 30, 2022

  1. Add general param info to docstrings and pass through adding the help…

    …er class docstring when not appropriate
    joelostblom committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    cc5ca7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de8c650 View commit details
    Browse the repository at this point in the history
  3. Fix black formatting

    joelostblom committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    3e45b79 View commit details
    Browse the repository at this point in the history
  4. Fix black formatting

    joelostblom committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0bc0aa1 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    d749916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c33b093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34d83f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adddf46 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7db01fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8992c96 View commit details
    Browse the repository at this point in the history
  7. Remove unused import

    joelostblom committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    93640d4 View commit details
    Browse the repository at this point in the history
  8. Only generate new schema for the latest version of vega lite to avoid…

    … backported changes that we do not test on older versions
    joelostblom committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    734f003 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

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

Commits on Dec 8, 2022

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

Commits on Dec 15, 2022

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

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    557d0c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c24aa4a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

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

Commits on Dec 30, 2022

  1. Move examples with the new attribute syntax

    I've put all of the examples by @joelostblom using the new attribute syntax into a folder `attribute_syntax` and replaced them in the main `examples` folder with the current versions in the master branch.
    ChristopherDavisUCI committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    890637b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce4cace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7ae0ba View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: Stefan Binder <binder_stefan@outlook.com>
    ChristopherDavisUCI and binste committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    29169bc View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    c30ba34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7d4806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f30d037 View commit details
    Browse the repository at this point in the history
  4. chart had extension missing

    mattijn committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    32b0390 View commit details
    Browse the repository at this point in the history