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

Disable checking for conflicts when copying saved objects #83575

Merged
merged 29 commits into from
Dec 3, 2020

Commits on Nov 19, 2020

  1. Add Spaces telemetry data

    This is data that is recorded over time as Spaces APIs are used. It
    is collected with the rest of the Spaces usage data.
    jportner committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    40a9f4c View commit details
    Browse the repository at this point in the history
  2. Disable checking for conflicts by default when copying objects

    Made this change on the client side and the server side.
    jportner committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    10998e4 View commit details
    Browse the repository at this point in the history
  3. Add Core telemetry data

    This is data that is recorded over time as Core APIs are used. It
    is collected with the rest of the Core usage data.
    jportner committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    e8ded81 View commit details
    Browse the repository at this point in the history
  4. Disable checking for conflicts by default when importing objects

    Made this change on the client side and the server side.
    jportner committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    ecabf59 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    25ee394 View commit details
    Browse the repository at this point in the history
  2. PR review feedback

    jportner committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    7ecb815 View commit details
    Browse the repository at this point in the history
  3. i18n check

    jportner committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    e716476 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Rename "telemetry data" to "usage stats"

    Renamed all new functions/types in Core and Spaces. This
    nomenclature is more accurate and less confusing. Usage collectors
    collect "usage data", which is a superset of "usage stats" that
    also includes point-in-time configuration info, etc.
    
    Also took this opportunity to refactor some of the new code in the
    Spaces plugin so it's structured more cohesively.
    jportner committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    8276465 View commit details
    Browse the repository at this point in the history
  2. Rename usage stats fields

    All boolean counter fields use "yes" and "no" instead of "enabled"
    and "disabled". This is more consistent across the board and will
    ensure these aren't conflated with any other usage fields.
    jportner committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    358940c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc123a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2bd013 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bfee38 View commit details
    Browse the repository at this point in the history
  6. More PR review feedback

    jportner committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c526e62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ec2a77c View commit details
    Browse the repository at this point in the history
  8. Revert "Disable checking for conflicts by default when importing obje…

    …cts"
    
    This reverts commit ecabf59.
    jportner committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f9b89a5 View commit details
    Browse the repository at this point in the history
  9. Add usage stats fields to differentiate first-party requests

    Also added back a couple of changes that were reverted in the
    prior commit.
    jportner committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    9cf6288 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

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

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    b9428d3 View commit details
    Browse the repository at this point in the history
  2. Even more PR review feedback

    jportner committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    cfcf686 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

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

    jportner committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    69d7369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60c3820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1124f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07cb882 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Fix usage stats fields

    The way these were declared in Typescript caused the generated
    telemetry schema JSON to be malformed.
    jportner committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    787ee5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33b32bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cd3433 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    21188ed View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
    jportner and rudolf committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    60de78c View commit details
    Browse the repository at this point in the history