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

Added endpoint for fetching all notebook jobs #834

Merged
merged 23 commits into from
Aug 22, 2019

Commits on Jul 10, 2019

  1. Added endpoint for fetching all notebook jobs

    Aasim Khan authored and kburtram committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    0548b14 View commit details
    Browse the repository at this point in the history
  2. Refractored NotebookJobInfo to AgentNotebookInfo to make it more cons…

    …istent with the rest of the codebase
    Aasim Khan committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    e93875b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Added Notebook History endpoint in contracts.

    Aasim Khan committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    f712b14 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Added Create, Update, Delete notebook endpoints. Also added separate …

    …fetch template, materialized notebook endpoints. This will make the Notebook Request and Notebook History responses lighter.
    Aasim Khan committed Jul 12, 2019
    Configuration menu
    Copy the full SHA
    16ff3e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. AgentNotebookInfo is now derived from AgentJobInfo

    Aasim Khan committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    598b91e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

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

Commits on Jul 18, 2019

  1. Configuration menu
    Copy the full SHA
    b81d721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32be5ac View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

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

Commits on Aug 3, 2019

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

Commits on Aug 6, 2019

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

Commits on Aug 10, 2019

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

Commits on Aug 12, 2019

  1. Merge branch 'master' of https://github.com/microsoft/sqltoolsservice

    …into feat/notebookendpoints
    aasimkhan30 committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0fa8005 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. SQL commands are now using sqlparameters to prevent

    any injection attacks
    aasimkhan30 committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    98ef5c8 View commit details
    Browse the repository at this point in the history
  2. Changed rundate and runtime to string to preserve

    leading zeros
    aasimkhan30 committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    e025516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42651dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d56a0ea View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    fc71b39 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/microsoft/sqltoolsservice

    …into feat/notebookendpoints
    aasimkhan30 committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    2e2da19 View commit details
    Browse the repository at this point in the history
  3. changes select statements, fixed a bug in the test job cleanup

    and fixed other stuff mentioned in the PR.
    aasimkhan30 committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    cf95619 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    256e483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19442dc View commit details
    Browse the repository at this point in the history