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

Eventlog tests and documentation #4

Closed
wants to merge 126 commits into from

Commits on Apr 16, 2019

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

Commits on Apr 22, 2019

  1. Refactor Logout Handler

    AS A developer of a Logout handler
    I WANT to be able to call a function to kill spawners and
    do other backend logout stuff and a separate function to
    forward the user along the logout chain.
    
    I believe this PR adds (moderately private) methods to the
    Logout Handler to do just that.
    distortedsignal committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    1ae6678 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Changes after CR Comments

    Big thanks to Erik, Tim, and Min for the great comments!
    
    Change names to be more clear, add function doc comments,
    change scoping on some functions, add handle_logout to let
    people take custom logout actions, extract
    render_logout_page from get method, add TODO.
    distortedsignal committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    77d4c1f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. remove todo

    order should be preserved between multiple steps
    minrk authored Apr 25, 2019
    Configuration menu
    Copy the full SHA
    40db4ed View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Merge pull request jupyterhub#2524 from minrk/fix-db-redact

    test postgres with url-encoded password
    minrk authored May 3, 2019
    Configuration menu
    Copy the full SHA
    2065099 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2534 from distortedsignal/refactor-logo…

    …ut-handler
    
    Refactor Logout Handler
    minrk authored May 3, 2019
    Configuration menu
    Copy the full SHA
    f97ef7e View commit details
    Browse the repository at this point in the history
  3. pin mysql-connector-python on travis

    avoids bug in latest connector decoding: https://bugs.mysql.com/bug.php?id=94944
    minrk committed May 3, 2019
    Configuration menu
    Copy the full SHA
    31736ee View commit details
    Browse the repository at this point in the history
  4. Merge pull request jupyterhub#2543 from minrk/pin-mysql-connector

    pin mysql-connector-python on travis
    minrk authored May 3, 2019
    Configuration menu
    Copy the full SHA
    9462511 View commit details
    Browse the repository at this point in the history
  5. [autodoc] move config sample to annotation

    preserves link targets, which mangling the directive header does not
    minrk committed May 3, 2019
    Configuration menu
    Copy the full SHA
    ecafe4a View commit details
    Browse the repository at this point in the history
  6. Merge pull request jupyterhub#2544 from minrk/autodoc-link-targets

    [autodoc] move config sample to annotation
    minrk authored May 3, 2019
    Configuration menu
    Copy the full SHA
    85f5ae1 View commit details
    Browse the repository at this point in the history
  7. release 1.0.0

    minrk committed May 3, 2019
    Configuration menu
    Copy the full SHA
    2967383 View commit details
    Browse the repository at this point in the history
  8. Merge pull request jupyterhub#2545 from minrk/changelog-1.0

    releasing 1.0
    minrk authored May 3, 2019
    Configuration menu
    Copy the full SHA
    e4d4e05 View commit details
    Browse the repository at this point in the history
  9. back to dev

    minrk committed May 3, 2019
    Configuration menu
    Copy the full SHA
    09edf38 View commit details
    Browse the repository at this point in the history
  10. Dict rewritten as literal

    remyleone committed May 3, 2019
    Configuration menu
    Copy the full SHA
    bfbf2c0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Adding the use case of the Elucidata: How Jupyter Notebook is used in…

    …side the Elucidata with Jupyterhub
    viditagarwal committed May 6, 2019
    Configuration menu
    Copy the full SHA
    83af28c View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2548 from IamViditAgarwal/add_elucidata…

    …_use_case
    
    Adding the use case of the Elucidata: How Jupyter Notebook is used in…
    betatim authored May 6, 2019
    Configuration menu
    Copy the full SHA
    0aca778 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    9e7b0c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2558 from NikeNano/spawn_options

    Update to simplify the language related to spawner options
    minrk authored May 10, 2019
    Configuration menu
    Copy the full SHA
    53f5dbd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Merge pull request jupyterhub#2546 from remyleone/dict_literal

    Dict rewritten as literal
    minrk authored May 13, 2019
    Configuration menu
    Copy the full SHA
    c1e359b View commit details
    Browse the repository at this point in the history
  2. Jupyterhub: use previous exit strategy for Windows

    Windows doesn't have support for signal handling so it can't use the
    signal handling capabilities of asyncio. Use the previous atexit
    strategy on the Windows case instead.
    
    Signed-off-by: Alejandro Del Castillo <alejandro.delcastillo@ni.com>
    Alejandro Del Castillo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    aaad55e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. typo

    julienchastang committed May 14, 2019
    Configuration menu
    Copy the full SHA
    c83777c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Update link of changelog

    iblislin authored May 15, 2019
    Configuration menu
    Copy the full SHA
    9e35ba5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6de30 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2019

  1. Make announcements visible without custom HTML

    Fixes jupyterhub#2566 to some
    degree by making the announcement stand out using twitter-bootstrap
    classes `alert` and `alert-warning`. Perhaps we could theme twitter
    bootstrap or this alert specifically with jupyter related colors as well
    though?
    consideRatio committed May 16, 2019
    Configuration menu
    Copy the full SHA
    da46006 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Merge pull request jupyterhub#2565 from iblis17/patch-1

    Update link of `changelog`
    yuvipanda authored May 21, 2019
    Configuration menu
    Copy the full SHA
    d6d8590 View commit details
    Browse the repository at this point in the history
  2. Update script

    aar0nTw committed May 21, 2019
    Configuration menu
    Copy the full SHA
    38cf955 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. re-raise exceptions in launch_instance_async

    avoids asyncio tracebacks in e.g. `jupyterhub --version`
    minrk committed May 24, 2019
    Configuration menu
    Copy the full SHA
    b624116 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2584 from minrk/check-error

    re-raise exceptions in launch_instance_async
    betatim authored May 24, 2019
    Configuration menu
    Copy the full SHA
    8448172 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Define default values for HubAuth ssl traitlets

    The default values are taken from environment variables defined by Spawner.get_env.
    cmd-ntrf committed May 27, 2019
    Configuration menu
    Copy the full SHA
    e9c7842 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Change API description to a valid OpenAPI spec

    * Add missing responses (doesn't include all possible responses yet)
    * Refactor invalid multi in body parameters into a single parameter
    * Change form type into valid formData
    * Fix use of required fields
    * Apply a few other minor fixes
    sbrunk committed May 28, 2019
    Configuration menu
    Copy the full SHA
    30cfdca View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. add activity_resolution config

    limits last_activity update interval to 30 seconds by default to avoid a db commit on every authenticated request
    minrk committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    1cea503 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2590 from sbrunk/openapi-compliance

    Change API description to be a valid OpenAPI spec
    minrk authored Jun 7, 2019
    Configuration menu
    Copy the full SHA
    e107c84 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jupyterhub#2560 from adelcast/dev/adelcast/shutdown

    Jupyterhub: use previous exit strategy for Windows
    minrk authored Jun 7, 2019
    Configuration menu
    Copy the full SHA
    2ce223c View commit details
    Browse the repository at this point in the history
  4. Merge pull request jupyterhub#2577 from InfuseAI/remove-stop-my-serve…

    …r-after-server-stopped
    
    Hide Stop My Server red button after server stopped.
    minrk authored Jun 7, 2019
    Configuration menu
    Copy the full SHA
    bac34e3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jupyterhub#2570 from consideRatio/announcements-css

    Make announcements visible without custom HTML
    minrk authored Jun 7, 2019
    Configuration menu
    Copy the full SHA
    c20c07e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

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

Commits on Jun 16, 2019

  1. cull-idle: Include a hint on how to add custom culling logic

    - cull_idle_servers.py gets the full server state, so is capable of
      doing any kind of arbitrary logic on the profile in order to be more
      flexible in culling.
    - This patch does not change anything, but gives an embedded
      (commented out) example of how you can easily add custom logic to
      the script.
    - This was added as a tempate/demo for jupyterhub#2598.
    rkdarst committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    a6b7e30 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Merge pull request jupyterhub#2609 from kinow/use-tornado-addslash

    Replace existing redirect code by Tornado's addslash decorator
    minrk authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    02192ee View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2588 from cmd-ntrf/services_hubauth_ssl

    Define default values for HubAuth ssl traitlets
    minrk authored Jun 17, 2019
    Configuration menu
    Copy the full SHA
    ddece49 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

  1. add activity_resolution config (jupyterhub#2605)

    add activity_resolution config
    betatim authored Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f7f82b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Configuration menu
    Copy the full SHA
    d5d315d View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2625 from remram44/patch-1

    Add missing words
    betatim authored Jul 2, 2019
    Configuration menu
    Copy the full SHA
    276ef26 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

  1. Update doc: do not suggest depricated config key

    According to changelog JupyterHub.bind_url has been added in 0.9.0.
    lumbric authored Jul 3, 2019
    Configuration menu
    Copy the full SHA
    2f15d51 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. Update config used for testing

    jtpio committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    de11909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97c2777 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    49a5f3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55323ec View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. Merge pull request jupyterhub#2628 from jtpio/test-config

    Update the config used for testing
    yuvipanda authored Jul 9, 2019
    Configuration menu
    Copy the full SHA
    553e312 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Configuration menu
    Copy the full SHA
    1980689 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2629 from GeorgianaElena/master

    Fix running_servers prometheus metric
    yuvipanda authored Jul 10, 2019
    Configuration menu
    Copy the full SHA
    3089d44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09cc856 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2019

  1. Escape usernames in the frontend

    To cope with special characters like backslash, to address issue
    jupyterhub#2128
    nicorikken committed Jul 13, 2019
    Configuration menu
    Copy the full SHA
    d541c17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc40cfe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc3593 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d686ae1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    c0464b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34e44f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11e3258 View commit details
    Browse the repository at this point in the history
  4. chore: add logging code

    nicorikken committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    c24f6b0 View commit details
    Browse the repository at this point in the history
  5. chore: try custom property

    nicorikken committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    5ae1fdf View commit details
    Browse the repository at this point in the history
  6. chore: try conversion in template

    Custom property in users.py didn't work, so try it in the templated file.
    nicorikken committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    69d0a47 View commit details
    Browse the repository at this point in the history
  7. chore: correct handler

    Probably this has introduced more errors
    nicorikken committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    8c8968c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1555abb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc90be8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d6d60b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d050242 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1915ecd View commit details
    Browse the repository at this point in the history
  13. Merge pull request jupyterhub#2637 from GeorgianaElena/master

    Fix total_users prometheus metric
    minrk authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    2320d59 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    73309b5 View commit details
    Browse the repository at this point in the history
  15. Merge pull request jupyterhub#2626 from lumbric/patch-1

    Update doc: do not suggest depricated config key
    minrk authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    adf3779 View commit details
    Browse the repository at this point in the history
  16. Merge pull request jupyterhub#2631 from danlester/master

    Fixed docs and testing code to use refactored SimpleLocalProcessSpawner
    minrk authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    2f0ce2a View commit details
    Browse the repository at this point in the history
  17. chore: reverse url changes

    nicorikken committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    f1ed6c9 View commit details
    Browse the repository at this point in the history
  18. chore: try non-escaping user

    Now the user was double-escaped, resulting in escaped % signs
    nicorikken committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    7c78e6c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b237ab9 View commit details
    Browse the repository at this point in the history
  20. Merge pull request jupyterhub#2632 from bartolone/master

    corrected docker network create instructions in dockerfiles README
    minrk authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    266e827 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8dce5a8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    41db9fe View commit details
    Browse the repository at this point in the history
  23. chore: cleanup comments

    nicorikken committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    8a37d2d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    859dc34 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d8d58b2 View commit details
    Browse the repository at this point in the history
  26. Update a few links [ci skip]

    These projects recently moved under the JupyterHub organization,
    updated the links accordingly.
    jcrist committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    fad6900 View commit details
    Browse the repository at this point in the history
  27. chore: satisfy Black

    nicorikken committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    6a2876a View commit details
    Browse the repository at this point in the history
  28. Merge pull request jupyterhub#2645 from jcrist/update-hadoop-links

    Update links for Hadoop-related subprojects
    willingc authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    3ca0f32 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    88bff9d View commit details
    Browse the repository at this point in the history
  30. Merge pull request jupyterhub#2613 from rkdarst/cull_idle_state_hint

    cull-idle: Include a hint on how to add custom culling logic
    willingc authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    aa59b1f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    254687e View commit details
    Browse the repository at this point in the history
  32. Some theme updates; no double NEXT/PREV buttons.

    - Install pip in the docs conda env (or conda complains).
    - Do not override page.html, the next/previous buttons are now handled by
      alabaster_jupyterhub (this actually remove the duplicated next/prev
      buttons)
    - use alabaster_jupyterhub when building locally, this make it easy for
      new contributor to get the _exact_ same appearance than on
      readthedocs.
    Matthias Bussonnier committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    8a2eba1 View commit details
    Browse the repository at this point in the history
  33. Merge pull request jupyterhub#2647 from Carreau/fix-theme

    Some theme updates; no double NEXT/PREV buttons.
    willingc authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    9f32fc1 View commit details
    Browse the repository at this point in the history
  34. Merge pull request jupyterhub#2646 from ilee38/fix-typos-tech-reference

    fix typos on technical reference documentation
    willingc authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    47cf191 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. fix: spawn redirect for users with backslash

    The 302 redirect served after the spawn POST was not escaping the backslash.
    nicorikken committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    30c69f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae79745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d2823e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3764240 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b37b13a View commit details
    Browse the repository at this point in the history
  6. Merge pull request jupyterhub#2649 from bitnik/patch-2

    close `<div class="container">` tag in home.html
    betatim authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    0325be3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Merge pull request jupyterhub#2640 from nicorikken/feature/user-url-e…

    …ncoding
    
    Escape usernames in the frontend
    minrk authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    60f5ce0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2648 from nicorikken/feature/debug-403-…

    …error
    
    fix: spawn redirect for users whose names need escaping
    minrk authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    24c0829 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Update flask hub authentication services example in doc

    The flask example in the documentation was still using the
    input argument `cookie_cache_max_age` when instantiating
    `HubAuth` object. `cookie_cache_max_age` is deprecated since
    JupyterHub 0.8 and should be replaced by `cache_max_age`.
    cmd-ntrf committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    2e67a53 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2658 from cmd-ntrf/fix_services_flask_doc

    Update flask hub authentication services example in doc
    betatim authored Jul 24, 2019
    Configuration menu
    Copy the full SHA
    e46e724 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2019

  1. Update spawn-form example

    kinow authored Jul 26, 2019
    Configuration menu
    Copy the full SHA
    444f0ba View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Merge pull request jupyterhub#2662 from kinow/patch-1

    Update spawn-form example
    GeorgianaElena authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    669dbfd View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    749b9e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cc0eb8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jupyterhub#2670 from GeorgianaElena/redirect_admin…

    …_to_login
    
    /hub/admin redirect to login
    betatim authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    1a26c1f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

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

Commits on Aug 8, 2019

  1. Replace header logo: jupyter -> jupyterhub (jupyterhub#2672)

    Replace header logo: jupyter -> jupyterhub
    betatim authored Aug 8, 2019
    Configuration menu
    Copy the full SHA
    9e0bb5c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2019

  1. Add server_name to spawn_url

    rcthomas committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    1d1e108 View commit details
    Browse the repository at this point in the history
  2. Reformat

    rcthomas committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0377307 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Merge pull request jupyterhub#2682 from rcthomas/fix-not-running-with…

    …-named-servers
    
    Add `server_name` to `spawn_url`
    GeorgianaElena authored Aug 13, 2019
    Configuration menu
    Copy the full SHA
    915664e View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Fix postgres test

    GeorgianaElena committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    8d7f55c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bfc69d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0777275 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    f7e5904 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupyterhub#2695 from GeorgianaElena/fix_failing_tests

    Fix failing travis tests
    minrk authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    146aec7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jupyterhub#2696 from mattjshannon/community-link-i…

    …n-readme
    
    Add Jupyter community link
    GeorgianaElena authored Aug 22, 2019
    Configuration menu
    Copy the full SHA
    7d9a93a View commit details
    Browse the repository at this point in the history
  4. Add eventlogging infrastructure

    - Introduce the EventLog class from BinderHub for emitting
      structured event data
    - Instrument server starts and stops to emit events
    - Defaults to not saving any events anywhere
    yuvipanda authored and Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    41b2e6e View commit details
    Browse the repository at this point in the history
  5. Add jsonschema and python-json-logger as dependencies

    They're pure python, and should be ok
    yuvipanda authored and Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    1e578a2 View commit details
    Browse the repository at this point in the history
  6. Don't use f strings yet

    jupyterhub still supports Python 3.5
    yuvipanda authored and Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    eca4f33 View commit details
    Browse the repository at this point in the history
  7. Emitted schemas must be whitelisted by admins

    Privacy by default!
    yuvipanda authored and Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    5aaa526 View commit details
    Browse the repository at this point in the history
  8. Use dunder formatting for capsule

    yuvipanda authored and Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    1225ff4 View commit details
    Browse the repository at this point in the history
  9. Use EventLog class from jupyter_telemetry

    Full circle, since the code in jupyter_telemetry
    came from here: jupyter/telemetry#6
    yuvipanda authored and Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    dcde402 View commit details
    Browse the repository at this point in the history
  10. Add lots of documentation to event schema

    Move it to YAML, since jupyter_telemetry supports these
    natively.
    yuvipanda authored and Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    aea2eef View commit details
    Browse the repository at this point in the history
  11. Depend on the jupyter_telemetry package

    yuvipanda authored and Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    2b1bfa0 View commit details
    Browse the repository at this point in the history
  12. add docs for event-logging

    Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    c34bcab View commit details
    Browse the repository at this point in the history
  13. add tests for eventlog

    Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    439e438 View commit details
    Browse the repository at this point in the history
  14. rename test fixture

    Zsailer committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    f959cbe View commit details
    Browse the repository at this point in the history