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: solid/solid-prep
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: solid/solid-prep
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rewrite-triggers
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 30, 2023

  1. feat!: General Triggers

    Based on discussions in #1 and #3, the Triggers section has been completely re-written:
    
    + Normative requirements only specify notifications being triggered whenever the state of a LDP Resource is modified.
    + HTTP specific triggers are moved to implementation guidance:
      + PUT/PATCH requests being used to create a resource inside a container resulting in a 201 response are notification triggers.
      + PUT/PATCH requests successfully modifying a resource with 205 response are notification triggers.
      + Unless POST is being used to create a child resource, it should also trigger the resource's parent container to send notifications.
      + HTTP specific triggers have been combined into a single table for easier comprehension.
    
    Signed-off-by: Rahul Gupta <CxRes@users.noreply.github.com>
    CxRes committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1c8584f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. typo: fix article in Triggers

    Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com>
    CxRes and joachimvh authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    00e929b View commit details
    Browse the repository at this point in the history
  2. fix: Validation Errors in Triggers > Implementation Guidance

    In Triggers > Implementation Guidance
    + Removed all `<p>` tags.
    + Added Missing `<tr>` tag.
    
    Signed-off-by: Rahul Gupta <CxRes@users.noreply.github.com>
    CxRes committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f59b5e3 View commit details
    Browse the repository at this point in the history
Loading