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

Sync with upstream #7

Merged
merged 42 commits into from
Mar 21, 2024
Merged

Sync with upstream #7

merged 42 commits into from
Mar 21, 2024

Commits on Jul 19, 2022

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

Commits on Jul 20, 2022

  1. Add in Project Filter Service (jianyuan#62)

    * [ODC-441] Extra API fields
    
    * [ODC-441] Implement Sentry Filter
    
    * Change go.mod to canva
    
    * Fix go.mod for using local
    
    * Improve replacement
    
    * Fix canva in module path
    
    * Remove extra comments
    
    * Remove extra comments
    
    * Change path instead of replace
    
    * Remove unused structs
    
    * fix: don't use string literals for HTTP methods
    
    * chore: use original module name
    
    * fix: typo of LegacyBrowserParams
    
    Co-authored-by: Foad Nosrati Habibi <[email protected]>
    Co-authored-by: Foad Nosrati Habibi <[email protected]>
    3 people authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    7f04ca7 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. chore(deps): update module go to 1.19 (jianyuan#63)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    ddbf69c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Feature: Organization repository code mapping (jianyuan#64)

    * Implement OrganizationIntegrationsService with List method
    
    * Implement OrganizationRepositoriesService with List method
    
    * Add Create and Delete to OrganizationRepositoriesService
    
    * Implement OrganizationCodeMappingsService with List method
    
    * Add Create, Update and Delete to OrganizationCodeMappingsService
    danielpoonwj authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3710411 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. fix: use string array for scopes type (jianyuan#66)

    * fix: use string array for scopes type
    
    * Apply suggestions from code review
    taj-p authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    250257c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. fix(deps): update module github.com/peterhellberg/link to v1.2.0 (jia…

    …nyuan#68)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ce7d9ba View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/stretchr/testify to v1.8.1 (jiany…

    …uan#67)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    42e3d51 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. feat: Available set eventTypes when create alerts. (jianyuan#69)

    When you create dataset: events. By default he create eventTypes:['errors'].
    So you can't create alerts with event_type: default or both.
    eugeniykurasov authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    54108e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    805b3a9 View commit details
    Browse the repository at this point in the history
  2. Run go fmt

    jianyuan committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    8f147c7 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

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

Commits on Jan 20, 2023

  1. Add support for creating new release deployments (jianyuan#74)

    The release deployments in Sentry only support create and list so these
    are the only two endpoints added
    mvantellingen authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    966077d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. fix(deps): update module github.com/stretchr/testify to v1.8.2 (jiany…

    …uan#75)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 25, 2023
    Configuration menu
    Copy the full SHA
    0932fda View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. chore(deps): update actions/setup-go action to v4 (jianyuan#77)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3850087 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

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

Commits on Apr 14, 2023

  1. Add methods to get and update organization integration configData (ji…

    …anyuan#80)
    
    * Extend OrganizationIntegrationsService to support GET org integration details endpoint
    
    * Support variable shape configData for org integrations
    
    * Implement OrganizationIntegrationsService UpdateConfig
    sbrudz authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    7a0b01c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. chore(deps): update actions/checkout action to v4 (jianyuan#82)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    861f4c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 6, 2023

  1. chore(deps): update actions/setup-go action to v5 (jianyuan#86)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5beaa3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7b30d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. fix(deps): update module github.com/stretchr/testify to v1.8.4 (jiany…

    …uan#81)
    
    * fix(deps): update module github.com/stretchr/testify to v1.8.4
    
    * Update latest Golang versions used in tests
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Jian Yuan Lee <[email protected]>
    renovate[bot] and jianyuan authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    24b9e99 View commit details
    Browse the repository at this point in the history
  2. ref: fix casing in memberID

    jianyuan committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d6f394e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d91bffa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    449195c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f4943b View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. feat: Update team member

    jianyuan committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    e63a506 View commit details
    Browse the repository at this point in the history
  2. ref: org/team role list

    jianyuan committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    0c7dd3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    881b50c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. feat: notification actions

    jianyuan committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    5fe6715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6da456e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    621cfd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. feat: project symbol source

    jianyuan committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7710695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3fa073 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce941c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

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

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    87a3266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0eb7e6 View commit details
    Browse the repository at this point in the history
  3. define custom marshaller

    jianyuan committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    6789d91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01d0536 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

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

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    039d045 View commit details
    Browse the repository at this point in the history
  2. Sync with upstream

    foadnh committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    50b9617 View commit details
    Browse the repository at this point in the history