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

Newplatform/timefilter/ts #5

Closed

Commits on Aug 27, 2019

  1. De-angularize DocViewer table layout (elastic#43240)

    * Convert component to React
    
    * EUI-ficate buttons, warnings and collapse button
    
    * Add jest tests
    kertal authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    b7bba21 View commit details
    Browse the repository at this point in the history
  2. [ML] Data frames: Fixes table sorting. (elastic#43859)

    - EuiInMemoryTable will not correctly reflect prop updates like sorting. So for example, when the component gets mounted with sorting={false} it will never consider a later update to make sorting available after all data is loaded. This PR fixes it by mounting the component only once sorting was set properly. This affected all data frame analytics/transform tables.
    - This consolidates code where we had multiple custom type definitions for EuiInMemoryTable because it's not based on TypeScript itself yet. The PR adds TypeScript Prop definitions for
    the component in ml/common/types/eui/in_memory_table.ts based on React propTypes and exposes a MlInMemoryTable component that wraps EuiInMemoryTable. I'll be in contact with the EUI team so they can make use of this for EUI itself.
    walterra authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    0772e19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce041c View commit details
    Browse the repository at this point in the history
  4. Security - allow for custom cluster privileges (elastic#43817)

    * allow for custom cluster privileges
    
    * improve prop/state names
    
    * update snapshot
    
    * remove unnecessary code
    
    * removing state altogether
    legrego authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    1d0c1c2 View commit details
    Browse the repository at this point in the history
  5. Telemetry/opt in welcome screen (elastic#42110)

    * refactor opt_in_message
    
    * welcome optin card
    
    * finish optin in welcome screen
    
    * add  steps
    
    * disable  current step
    
    * remove checkbox option
    
    * add metrics
    
    * fix  typescript checks
    
    * hide in oss
    
    * update snapshots
    
    * only require TelemetryOptInProvider if telemetry is enabled
    
    * pass telemetry description from service
    
    * remove x-pack import
    
    * remove x-pack import
    
    * update image
    
    * update per design feedback
    
    * update props
    
    * fix in oss
    
    * await before moving to next screen
    
    * utlize bannerId in telemtry provider
    
    * keep export in 1 line
    
    * ts-ignore banner import
    
    * add test
    
    * update tests
    
    * update translations
    
    * update home tests
    
    * remove extra license header
    
    * showTelemetryOptIn -> shouldShowTelemetryOptIn
    
    * remote extra EuiTexts
    
    * update jest snapshot
    
    * unencrypted telemetry example
    Bamieh authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5917cd3 View commit details
    Browse the repository at this point in the history
  6. Timefilter - replace SimpleEmitter with observables (elastic#43748)

    * Replaced 'timeUpdate' and 'enabledUpdated' timefilter events with observables.
    
    * Change enabledUpdated$ to a BehaviorSubject
    
    * refreshIntervalUpdate + fixes in monitoring
    
    * autoRefreshFetch
    
    * getFetch + delete listenAndDigestAsync
    
    * Removed SimpleEmitter parent
    
    * Updated timefilter tests
    
    * Post merge code updates in ML + type fixes
    
    * visual editor unsubscribe
    
    * removed unused import
    
    * timefilter mock
    
    * Import only from top level of timefilter
    
    * Fixed typo in discover
    
    * unsubscribe in monitoring
    
    * Deleted two  tests relying on timefilter implementing EventEmitter
    
    * Renamed subscribtion var name
    
    * import path for fixing jest test ?
    
    * Removed unused row
    Liza Katz authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    8cdd469 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77e95ea View commit details
    Browse the repository at this point in the history
  8. Typescriptifying

    Liza K committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    e3499ed View commit details
    Browse the repository at this point in the history
  9. More TS

    Liza K committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    8b9d86a View commit details
    Browse the repository at this point in the history
  10. define InputTimeRange type

    Liza K committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    a7ecf49 View commit details
    Browse the repository at this point in the history
  11. fix import path

    Liza K committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    f9739ea View commit details
    Browse the repository at this point in the history
  12. Add invalidateAPIKey support to security plugin (elastic#43707)

    * Initial work
    
    * Fix failing jest test
    
    * Use APIKeys class
    
    * Only use id to invalidate
    
    * Log all errors in invalidate function
    
    * Cleanup
    
    * Apply PR feedback
    mikecote authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    0f2324e View commit details
    Browse the repository at this point in the history
  13. Modify I18nProvider so that it does not generate new React components (

    …elastic#43556)
    
    This fixes some edge-cases that caused infinite loops: React thinks the tree has changed because of a new root component, effects fire off which change the state and cause a re-render, React thinks the tree has changed because of a new root component...
    chrisdavies authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    f188b29 View commit details
    Browse the repository at this point in the history
  14. Disable alerting and actions plugin by default (elastic#44083)

    * Disable alerting and actions plugin by default
    
    * Fix test failures
    mikecote authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    b680912 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    243a095 View commit details
    Browse the repository at this point in the history
  16. [ML] Data Frames Summary Stats Bar (elastic#43986)

    * move stat component out of jobStatsBar for reuse
    
    * create transformStatsBar component
    
    * add transformStatsBar to DF page
    
    * update tests
    
    * move create statsBar component for reuse
    
    * move stat component into statsBar component
    
    * move statsBar related types to stats_bar dir
    
    * rename scss file. remove unnecessary import
    alvarezmelissa87 authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    3cc4653 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    17106e8 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    37fa099 View commit details
    Browse the repository at this point in the history
  19. Feature/default enable csv dashboard (elastic#44048)

    * Enable panel-action downloads by default
    
    * Updating snapshots
    Joel Griffith authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    2e279aa View commit details
    Browse the repository at this point in the history
  20. Fixes alert mustache templating with arrays (elastic#44094)

    * Fixes alert mustache templating with arrays
    
    fixes elastic#44057
    
    Prior to this fix, values inside an array were not subject to the
    mustache transform.
    pmuellr authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    b98954a View commit details
    Browse the repository at this point in the history
  21. chore(NA): fix babel plugin discover for thread-loader-warmup (elasti…

    …c#44106)
    
    * chore(NA): fix babel plugin discover for thread-loader-warmup
    
    * chore(NA): apply changes accordingly the PR review
    mistic authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    a5c6353 View commit details
    Browse the repository at this point in the history
  22. [Monitoring] Only do a single date_histogram agg for get_nodes calls (e…

    …lastic#43481)
    
    * I think this is working now
    
    * Add a way to uncovert, and then fix tests
    
    * Remove unnecessary export
    chrisronline authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    3489274 View commit details
    Browse the repository at this point in the history
  23. [APM] Sets up APM with new shared Kibana core context (elastic#43920)

    * Sets up APM with new shared Kibana core context
    
    * Removes unused core context and hook
    jasonrhodes authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    eeff5ef View commit details
    Browse the repository at this point in the history
  24. Reset dirty saved query on reload (elastic#43927)

    * Clears changes a loaded saved query before loading another one
    
    * Adds general functional test to ensure changes to a saved query are discarded on reloading it
    
    * Moves resetting a dirty saved query to the app controllers in Discover, Visualize and Dashboard
    TinaHeiligers authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    43df3a7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    61087ba View commit details
    Browse the repository at this point in the history
  26. Upgrade EUI to 13.6.0 (elastic#43916)

    * eui to 13.6.0
    
    * euirange updates
    
    * euipage snapshot updates
    
    * add classname toggle for nav locking
    
    * new header wrapper component; removed observable
    
    * Add styles for locked nav
    
    And updated BEM naming of `header-global-wrapper`
    
    * move headerwrapper
    
    * isLocked localStorage
    
    * remove useEffect
    thompsongl authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    084433f View commit details
    Browse the repository at this point in the history
  27. Chore/bump chromium webgl+kerberos (elastic#42751)

    * WIP: Adding libs for webgl
    
    * WIP Adding swiftshader libs to chromium
    
    * WIP: Adding missing binaries for webgl in chromium
    
    * Use pipes for communication with chrome to avoid networking snafus
    
    * Bumps puppeteer in prep for new chromium build + types and better @types package
    
    * Remove ignore
    
    * Removing of final @ts-ignore now that we have types
    
    * README updates
    
    * Fixing binding issues
    
    * Fixing maps integration wrt reporting + conditional pipes for puppeteer
    
    * Adding new deps to the windows build
    
    * New s3 builds
    
    * Checksums for updated linux build
    
    * Moving types out of puppeteer file and into core puppeteer module
    
    * launch => puppeteerLaunch
    
    * Maps comment about render loading in reporting
    
    * Clarify how reporting uses hooks and events for viz
    Joel Griffith authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    8b55ff6 View commit details
    Browse the repository at this point in the history
  28. List grunt tasks from terminal (elastic#43798)

    * Add ability to run
    $ grunt tasks
    # Lists available tasks :)
    
    * Move conf and task to config per review
    wayneseymour authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    4d1671b View commit details
    Browse the repository at this point in the history
  29. skip flaky test (elastic#44132)

    spalger committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    9d8f808 View commit details
    Browse the repository at this point in the history
  30. skip flaky suite (elastic#44086)

    spalger committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    fed58df View commit details
    Browse the repository at this point in the history
  31. Update dependency xml-crypto to v1 (elastic#43227)

    * Update dependency xml-crypto to v1
    
    * update license override for package with LGPL OR MIT license
    renovate[bot] authored and Spencer committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    9a99e71 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    fea743e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    075c68b View commit details
    Browse the repository at this point in the history
  34. Update dependency base64-js to ^1.3.1 (elastic#44031)

    renovate[bot] authored and Spencer committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    6e5f6ff View commit details
    Browse the repository at this point in the history
  35. Update dependency chroma-js to ^1.4.1 (elastic#44033)

    renovate[bot] authored and Spencer committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    697033f View commit details
    Browse the repository at this point in the history
  36. esArchiver: retry kibana config update (elastic#43987)

    * [services/es_archiver] retry uiSettings update
    
    * run x-pack-ciGroup7 30x times
    
    * Revert "run x-pack-ciGroup7 30x times"
    
    This reverts commit 80e199c.
    
    * [saved_object_api_integration/common/services] add retry service to the set
    
    * add retry service for x-pack api tests
    dmlemeshko authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    48c6109 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f706eda View commit details
    Browse the repository at this point in the history
  38. [SR] SLM create and edit policies (elastic#43390)

    * add buttons and links to create/edit policy
    
    * set up add policy form
    
    * start create policy form, including loading/error states and redirect for repository select field. add inline option to SectionLoading. add actions prop to SectionError
    
    * add snapshot name field
    
    * Change page title upon app navigation, improve breadcrumbs
    
    * Add on cancel to policy form, reorder fields
    
    * Add simple cron field
    
    * First pass at create/edit policy functionality
    
    * Adjust permissions for SLM tab
    
    * Adjust no snapshots prompt based on if policies exist or not
    
    * Add selectable indices to policy form
    
    * Move cron editor from rollup jobs to ES UI shared folder
    
    * Used shared cron editor for slm policy create/edit
    
    * Adjust copies; add duplicate schedule warning callout
    
    * Surface in progress information
    
    * Fix doc link for 7.x
    
    * Fix rollup tests
    
    * Copy edits from review
    
    * Add ES endpoint to request review
    
    * Remove unused imports
    
    * Fix i18n by cleaning up typo'd text
    
    * Remove unused import
    
    * Fix permissions and i18n
    
    * Revert change to Logistics copy
    
    * Fix bugs and PR feedback
    
    * Add cancel button to form and add comment for list
    
    * Adjust timeout comment
    
    * Fix bug with list of indices in detail panel when clicking through table
    
    * Add comment about EUI bug
    jen-huang authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    6f402b7 View commit details
    Browse the repository at this point in the history
  39. skip flaky suite (elastic#43960)

    spalger committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    5201136 View commit details
    Browse the repository at this point in the history
  40. Update run_i18n_extract.ts (elastic#44092)

    call `process.exit()` on `i18n_extact` complete. this ensures the process closes when spawned from a child process.
    Bamieh authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    cb17672 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    670f1ae View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    fbca664 View commit details
    Browse the repository at this point in the history
  43. Refactor doc table to only accept hits (elastic#43634)

    * Refactor doc table and remove search source from it
    
    * Fix auto refresh
    
    * Remove reference to courier
    
    * Update doc table tests
    
    * Fix isFetchRequired logic
    
    * Remove references to courier
    
    * Fix import from ui/courier
    
    * Add courier back in for refresh interval
    lukasolson authored Aug 27, 2019
    Configuration menu
    Copy the full SHA
    871abf5 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Task manager fix flaky assertValidInterval test (elastic#44163)

    * Fix flaky test
    
    * Re-enable test
    mikecote authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    e492cce View commit details
    Browse the repository at this point in the history
  2. [Maps] Refactor draw filter UI to be similar to create filter from fe…

    …ature geometry UI (elastic#44014)
    
    * refactor draw UI to use same UI as create geometry filter from features
    
    * update FeatureGeometryFilterForm to use GeometryFilterForm
    
    * add jest test for GeomemtryFilterForm component
    
    * fix i18n translations
    
    * update ToolsControl jest snapshots
    
    * use __ in css class names
    nreese authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    df4260c View commit details
    Browse the repository at this point in the history
  3. [Logs UI] Fix redirect to logs stream (elastic#43806)

    * [Logs UI] Fix redirect to logs stream
    
    * Add functional test for link-to logs
    
    * Revert i18n wrapper
    
    * Update snapshots
    
    * Hard-code test result instead of using faulty import
    
    * Fix typo in test
    Zacqary authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    7a27c7a View commit details
    Browse the repository at this point in the history
  4. Revert "disable flaky tests (elastic#43017)"

    This reverts commit c65b975.
    spalger committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    cd418a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1595abe View commit details
    Browse the repository at this point in the history
  6. [Canvas] Embedding Workpads in other Websites (elastic#42545)

    * [1] Create JSON export endpoint
    
    * [2] Runtime Created + Test Environment
    
    * [3] Reorganizing + Improving UI + CSS Modules
    
    * [4] Make External Embed asset downloadable
    
    * [5] More UI work
    
    * [5] Fixing UI Bugs
    
    * A few tweaks
    
    * Add README
    
    * Addressing feedback
    
    * Fix yarn.lock
    
    * Addressing changes to types
    
    * Updating renovate config
    
    * Add docs; address feedback
    
    * Missed adding a file
    
    * Revising runtime build script + tree shaking
    
    * Addressing feedback
    
    * Add TS + Examples to Workpad Export; create Snapshot Service
    
    * migrate external_runtime script to dev/run
    
    * Convert Workpad Export to TS; Snapshot
    
    * Scope EUI and other CSS; remove snapshot service (for now)
    
    * Update snapshot testing; provide better script
    
    * Update runtime API for effortless embeds
    
    * Major fixes and changes; switched to flyout for embedding
    
    * Switch to HAPI static file service; correct Canvas Workpad type
    
    * Add ts-ignore to inert handler
    
    * Initial ZIP File impl
    
    * Finishing feedback from peers and meetings
    
    * Clean-up
    
    * Use EUI SASS vars, copy changes
    
    * Updating build scripts
    
    * Fix Renovate
    clintandrewhall authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    eee0032 View commit details
    Browse the repository at this point in the history
  7. [SIEM] Fixes duplicate columns in timeline and fixes errors on multip…

    …le click on pinned event (elastic#44010)
    
    * fix duplicate columns + error on multiple click on the pinned event
    
    * fix test
    
    * fix unpinned events
    
    * review + put back debounce for better experience
    
    * fix circulat dependency
    
    * review optional
    XavierM authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    833d662 View commit details
    Browse the repository at this point in the history
  8. [code] Remove the useless deps download control option (elastic#43940)

    The `installGoDependency` should be the only way to notify go langserver
    to install the deps.
    Henry Wong authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    4be35ba View commit details
    Browse the repository at this point in the history
  9. Update nodemailer related packages (elastic#43949)

    renovate[bot] authored and Spencer committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    282bc5a View commit details
    Browse the repository at this point in the history
  10. Update dependency backport to v4.6.5 (elastic#44030)

    renovate[bot] authored and Spencer committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    28da43a View commit details
    Browse the repository at this point in the history
  11. Update dependency chalk to ^2.4.2 (elastic#44032)

    * Update dependency chalk to ^2.4.2
    
    * update kbn-pm dist
    renovate[bot] authored and Spencer committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    dfddf3d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f162ff0 View commit details
    Browse the repository at this point in the history
  13. [Reporting] improve deprecation logging, of PDF creation params (elas…

    …tic#44130)
    
    * [Reporting] improve deprecation logging, of PDF creation params
    
    * more test
    
    * more test stuff
    
    * note
    
    * correctness
    
    * undo prettier
    
    * remove dev statement
    tsullivan authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1efe813 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a6335fd View commit details
    Browse the repository at this point in the history
  15. [Reporting] Fix TypeError with pending job info (elastic#43924)

    * fix typeerror and typescript warnings
    
    * add test for report listing
    
    * get a relevant snapshot to test with
    
    * fix debug diff
    
    * remove unnecessary change
    tsullivan authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    1a0dc65 View commit details
    Browse the repository at this point in the history
  16. [Stack Monitoring] Update APM metric titles (elastic#44091)

    * Update APM metric titles
    
    * Change to Request Count Intake API
    cachedout authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    7fda81f View commit details
    Browse the repository at this point in the history
  17. [ML] Data frame analytics: Advanced editor. (elastic#43989)

    Adds an option to switch to an advanced (JSON) editor when creating an analytics job.
    
    This builds upon the previous work for the modal for analytics job creation and the use of useReducer():
    
    - The files of the custom hook useCreateAnalyticsForm() have been further split up and there's now separate actions.ts and state.ts files.
    - To only allow updating what's really related to the form value's state via setFormState, the state structure has been updated and more fine grained actions have been added.
    - The user can enabled the advanced editor, but cannot move back to the original form (there's a help text in the UI about that).
    - The advanced editor component's (CreateAnalyticsAdvancedEditor) structure is based on the regular form, it still has an input field for the job ID and the toggle for optionally creating an index pattern. The fields for source/destination index are replaced by an editable JSON textarea input.
    - The advanced editor features mostly the same validation like the regular form. For example, if the source index isn't valid, an error will be shown in a CallOut below the editable area.
    walterra authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    b20c7fc View commit details
    Browse the repository at this point in the history
  18. Restructure files in kbn_vislib_vis_types folder (elastic#43866)

    * Files restructure
    
    * Get rid of export from index
    sulemanof authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    15377f3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9bc0ec0 View commit details
    Browse the repository at this point in the history
  20. [Logs UI] Clarify labels of log rate section (elastic#44108)

    This clarifies a section title and view switcher labels on the log analysis tab. It also fixes the unit on the y axis label.
    weltenwort authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    22e781a View commit details
    Browse the repository at this point in the history
  21. Move angel values into vis rendering code (elastic#43968)

    * Move angel values into vis rendering code
    
    * Remove unused type
    sulemanof authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    ef6276d View commit details
    Browse the repository at this point in the history
  22. Fix 'Color not provided' error in case of more than 1 color and input…

    …Series.length==1 (elastic#23876)
    
    * Fix 'Color not provided' error in case of more than 1 color and inputSeries.length==1
    
    * Added test
    
    * Fix test
    
    * [master 71ee061] Merge branch master of github.com:elastic/kibana
    rpbouw authored and Tim Roes committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    3e4455b View commit details
    Browse the repository at this point in the history
  23. Replaced last import of chrome with core dep (elastic#44007)

    * Replaced last import of chrome with core dep
    
    * pass saved objects client to FilterRow
    
    * update tests
    
    * fix warning
    
    * updated snapshot
    Liza Katz authored Aug 28, 2019
    Configuration menu
    Copy the full SHA
    3deb07f View commit details
    Browse the repository at this point in the history
  24. Merge remote-tracking branch 'upstream/master' into newplatform/timef…

    …ilter/ts
    Liza K committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    98dce92 View commit details
    Browse the repository at this point in the history