Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: msm-agyemang/contentful.net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: contentful/contentful.net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 39 files changed
  • 8 contributors

Commits on May 14, 2024

  1. Patch 3 (contentful#331)

    * Update Authoring.cs to cater for when Colspan/Rowspan set
    
    * Update AuthoringModels.cs to add TableCellData
    
    * Add unit tests for TableCellData property
    
    * Update test name
    msm-agyemang authored May 14, 2024
    Configuration menu
    Copy the full SHA
    1e7b85f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 23, 2024

  1. Team name (contentful#334)

    * Update CODEOWNERS
    
    * fix: name
    mgoudy91 authored May 23, 2024
    Configuration menu
    Copy the full SHA
    0f6b684 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

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

Commits on Jul 9, 2024

  1. Update IFieldValidation.cs enum EnabledMarkRestrictions with 'striket…

    …hrough' (contentful#338)
    
    Contentful API fails to deserialize Content Types and throws:
    
    System.ArgumentException: 'Requested value 'strikethrough' was not found.'
    
    The EnabledMarkRestrictions should contain a 'strikethrough' value.
    andresharpe authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d852883 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Add support for cross space references without having settings (conte…

    …ntful#337)
    
    * Add support for cross space references without having settings
    
    * Update IFieldValidation.cs enum EnabledMarkRestrictions with 'strikethrough' (contentful#338)
    
    Contentful API fails to deserialize Content Types and throws:
    
    System.ArgumentException: 'Requested value 'strikethrough' was not found.'
    
    The EnabledMarkRestrictions should contain a 'strikethrough' value.
    
    * Update package version again
    
    ---------
    
    Co-authored-by: Andre Sharpe <andre.sharpe@gmail.com>
    Roblinde and andresharpe authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    3bd3e3d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. fix: impl suggest recursive fix (contentful#341)

    * fix: impl suggest recursive fix
    
    * Add environments to upload urls
    
    * Add baseurl to options
    
    * Update package reference and version
    
    ---------
    
    Co-authored-by: Robert Linde <robert@silvertip.se>
    mgoudy91 and Roblinde authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    69e9357 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Update reference resolve (contentful#344)

    * Applied a fix that more accurately resolves references that appear in more than once place
    
    * Prefer scopedIds over processedIds and added a replacementToken if-else branch to support cross space references
    
    * Remove resolve entries through reflection
    
    * Update package version and dependency
    
    ---------
    
    Co-authored-by: Kim Heurter <kim.heurter@incentro.com>
    Roblinde and kheurterincentro authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    681f214 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Sep 18, 2024

  1. Feature/fix resolving again (contentful#349)

    * Added support for scheduled endpoints in the management api. Extended contentfulCollections to support cursor paging
    
    * Fix resolving of references correctly
    
    * Clean up and version
    
    ---------
    
    Co-authored-by: Dennis Bidstrup <deb@impact.dk>
    Roblinde and Dennis Bidstrup authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b3ec71c View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Contentful client tweaks (contentful#351)

    * Avoid waiting for complete response, if we are just checking if for success status code. Avoid evaluating OS & Version for every request. Avoid a possible MemoryStream leak. Other minor tweaks
    
    * Dispose responses & requests, pass cancellationToken & avoid an array allocation
    
    * Dispose cloned request, add sealed & readonly
    
    * Avoid deserializing into a string by deserializing directly from the response stream. Then deserialization can start immediately instead of waiting for the entire response. Reuse JsonSerializerSettings. Avoid async Task methods where it adds no value.
    
    * Use HTTP/2
    
    * Allow HTTP response connection
    
    * Update package and dependency
    
    ---------
    
    Co-authored-by: Henrik Gedionsen <hg@impact.dk>
    Roblinde and Henr1k80 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    60f9e57 View commit details
    Browse the repository at this point in the history
Loading