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

Dogfood/2.0.0 beta2 #1370

Closed
wants to merge 107 commits into from
Closed

Dogfood/2.0.0 beta2 #1370

wants to merge 107 commits into from

Commits on Jun 26, 2023

  1. RUMM-3151 feat: reduce number of view updates by filtering events fro…

    …m payload
    
    ### What and why?
    
    There are several view updates happens which are not needed. These view updates are reduced by the backend anyway, but
    we could reduce the number of view updates by filtering them out from the payload.
    
    ### How?
    
    While saving RUMViewEvent to disk, we save the metadata along with it. This allows us to access key information without
    decoding the whole event. While preparing the request body, we filter out the events which are duplicate and will be
    sent in the same batch.
    ganeshnj committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e72a3ae View commit details
    Browse the repository at this point in the history
  2. RUMM-3151 remove namespace

    ganeshnj committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3bed75c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ccf78d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5889552 View commit details
    Browse the repository at this point in the history
  5. RUMM-3151 docs updates

    ganeshnj committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    84beb87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df3ea1b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c0db42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a77e34 View commit details
    Browse the repository at this point in the history
  9. RUMM-3151 fix linter

    ganeshnj committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ce7d6e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. RUMM-3151 remove compactMap

    ganeshnj committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f8d53b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa773d View commit details
    Browse the repository at this point in the history
  3. RUMM-3151 atomic writes

    ganeshnj committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    743e7ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    769db02 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5faf9a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. RUMM-3151 one log per event

    ganeshnj committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1847044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    502fd11 View commit details
    Browse the repository at this point in the history
  3. RUMM-3151 fix logging

    ganeshnj committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7bdf31d View commit details
    Browse the repository at this point in the history
  4. docs: add spi configuration

    ganeshnj committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3efffcd View commit details
    Browse the repository at this point in the history
  5. Regenerate rum model

    maciejburda committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4e85aee View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1342 from DataDog/ganeshnj/docs/spi-config

    docs: add spi configuration
    ganeshnj authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    dd6a509 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Add test

    maciejburda committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fabc19d View commit details
    Browse the repository at this point in the history
  2. Update mock

    maciejburda committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7120dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    847cd96 View commit details
    Browse the repository at this point in the history
  4. PR fixes

    maciejburda committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6fb6e80 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1344 from DataDog/maciey/rum-models-update

    Regenerate rum model
    maciejburda authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1b8cd0b View commit details
    Browse the repository at this point in the history
  6. RUMM-3151 fix test cases

    ganeshnj committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    aabebe5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    00a1e06 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    fee1813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    357318e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e60bb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12912a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea49f26 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f115f4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    822a883 View commit details
    Browse the repository at this point in the history
  8. REPLAY-1805 Update tests

    maciejburda committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7c08887 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abca88e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f368c8f View commit details
    Browse the repository at this point in the history
  11. REPLAY-1805 Fix lint

    maciejburda committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    16d9c4c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    54ed9f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    053a851 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #1352 from DataDog/ganeshnj/fix/integ-tests-target

    fix: broken IntegrationTests target
    ganeshnj authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    bfae9d6 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1328 from DataDog/ganeshnj/feat/reduce-view-updates

    RUMM-3151 feat: reduce number of view updates by looking ahead duplicate events…
    ganeshnj authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    26bc833 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f005eca View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Merge pull request #1353 from DataDog/maxep/RUMM-2987/sdk-instance-da…

    …ta-folder
    
    RUMM-2987 Use instance name for data persistency
    maxep authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    54d77c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3bf3df View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1351 from DataDog/maxep/RUMM-2387/update-cocoapods

    RUMM-2387 Update CocoaPods specs
    maxep authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6b1c34a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1354 from DataDog/ganeshnj/feat/RUMM-3151-remove-…

    …throttler
    
    RUMM-3151 feat: remove RUMViewUpdatesThrottlerType and send all events to batch writer
    ganeshnj authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d3d7722 View commit details
    Browse the repository at this point in the history
  5. RUMM-3387 align v2 logs apis

    maxep committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    ca258e6 View commit details
    Browse the repository at this point in the history
  6. RUMM-3387 align v2 trace apis

    maxep committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    c8f9afb View commit details
    Browse the repository at this point in the history
  7. RUMM-3387 align v2 rum apis

    maxep committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4d9478c View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Merge pull request #1326 from DataDog/maciey/REPLAY-1805-player-place…

    …holder
    
    REPLAY-1805 Player side placeholder
    maciejburda authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    bb05d09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a7d50c View commit details
    Browse the repository at this point in the history
  3. REPLAY-1805 Add tests

    maciejburda committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a8dbb89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b3309d View commit details
    Browse the repository at this point in the history
  5. RUMM-3404 Create MIGRATION.md

    maxep committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2bfce1b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. RUMM-3387 aligne v2 core apis

    maxep committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    3d4acba View commit details
    Browse the repository at this point in the history
  2. RUMM-3404 Update MIGRATION.md

    maxep committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5aeb967 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Ganesh Jangir <ganesh.jangir@datadoghq.com>
    maxep and ganeshnj authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5c411e7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1360 from DataDog/maciey/REPLAY-1805-image-placeh…

    …older-fixes
    
    REPLAY-1805 image placeholder fixes
    maciejburda authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    30f2d90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c0b1541 View commit details
    Browse the repository at this point in the history
  6. REPLAY-1765 Add tests

    maciejburda committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    bcc64a7 View commit details
    Browse the repository at this point in the history
  7. REPLAY-1765 Add tests

    maciejburda committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e99825a View commit details
    Browse the repository at this point in the history
  8. REPLAY-1765 Lint fix

    maciejburda committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7468f47 View commit details
    Browse the repository at this point in the history
  9. REPLAY-1765 PR fixes

    maciejburda committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e150f39 View commit details
    Browse the repository at this point in the history
  10. REPLAY-1765 PR fixes

    maciejburda committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    eee95d9 View commit details
    Browse the repository at this point in the history
  11. Apply code review changes

    maxep committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    adfc9d1 View commit details
    Browse the repository at this point in the history
  12. RUMM-3404 Update MIGRATION.md

    maxep committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2ab269c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa13af1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    924143d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1546ebb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ff43955 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0e1944d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7446049 View commit details
    Browse the repository at this point in the history
  19. Remove WebView Tracking tvOS target

    Remove WebView Tracking tvOS target
    maxep committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    67d7564 View commit details
    Browse the repository at this point in the history
  20. Update MIGRATION.md

    maxep committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5ac3945 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #1357 from DataDog/maxep/RUMM-3387/align-webview-t…

    …racking-public-api
    
    RUMM-3387 Align webview tracking v2 public api
    maxep authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    083682f View commit details
    Browse the repository at this point in the history
  22. Merge pull request #1358 from DataDog/maxep/RUMM-3387/align-public-api

    RUMM3387 Align v2 Public API
    maxep authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4726fe2 View commit details
    Browse the repository at this point in the history
  23. Bumped version to 2.0.0-beta1

    maxep committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2b4d9b0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    41df11d View commit details
    Browse the repository at this point in the history
  25. Fix CHANGELOG

    maxep committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9104ba6 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Apply changes from doc team

    Co-authored-by: Rosa Trieu <107086888+rtrieu@users.noreply.github.com>
    maxep and rtrieu authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4028b60 View commit details
    Browse the repository at this point in the history
  2. REPLAY-1765 PR fixes

    maciejburda committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a635662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4199fe View commit details
    Browse the repository at this point in the history
  4. REPLAY-1765 Update tests

    maciejburda committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    acd3713 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecb11fa View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1347 from DataDog/maciey/REPLAY-1765-replay-stats

    REPLAY-1765 Add records count session replay stats
    maciejburda authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    628279b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1362 from DataDog/release/2.0.0-beta1

    Pre-release `2.0.0-beta1`
    maxep authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a7451be View commit details
    Browse the repository at this point in the history
  8. Fix assets validator for v2

    maxep committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5efc70e View commit details
    Browse the repository at this point in the history
  9. Fix DatadogSDK.podspec

    maxep committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e1a45e3 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #1361 from DataDog/maxep/RUMM-3404/migration-guide

    RUMM-3404 Create MIGRATION.md
    rtrieu authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3accafd View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    7adf22c View commit details
    Browse the repository at this point in the history
  2. Update gh_asset.py

    maxep committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    467c4e7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1364 from DataDog/maxep/fix-assets-validator

    Fix v2 assets validation
    maxep authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    54c5377 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1363 from DataDog/ncreated/REPLAY-1868/make-sr-up…

    …loader-more-eager
    
    REPLAY-1868 Configure Session Replay uploader to be more eager
    ncreated authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f833251 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    5b18842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef863a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f679f1 View commit details
    Browse the repository at this point in the history
  4. REPLAY-1616 Lint

    ncreated committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    66aed9f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1365 from DataDog/ncreated/REPLAY-1616/fix-shell-…

    …flakiness
    
    REPLAY-1616 Fix flaky behaviour of `tools/sr-snapshots/Shell` util
    ncreated authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    19b7d33 View commit details
    Browse the repository at this point in the history
  6. Fix conflicts with #1347

    maxep committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    524eb9e View commit details
    Browse the repository at this point in the history
  7. Fix conflicts with #1354

    maxep committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    08540ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b51ad1 View commit details
    Browse the repository at this point in the history
  9. Update CHANGELOG.md

    maxep committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    623a604 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Migrate E2E Tests

    maxep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    16f13ad View commit details
    Browse the repository at this point in the history
  2. Update api-surface

    maxep committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    02bce4c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1366 from DataDog/maxep/v2-develop-merge

    Merge `feature/v2` to `develop`
    maxep authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b54b417 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Bumped version to 2.0.0-beta2

    maxep committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    9504457 View commit details
    Browse the repository at this point in the history