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: projectwallace/extract-css
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: projectwallace/extract-css
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/origin-status-code
Choose a head ref
  • 20 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 19, 2022

  1. send origin server errors back to the frontend

    Bart Veneman committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c9cad8c View commit details
    Browse the repository at this point in the history
  2. log original error

    Bart Veneman committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    2a9ebf4 View commit details
    Browse the repository at this point in the history
  3. pass error text + code

    Bart Veneman committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    b04db9b View commit details
    Browse the repository at this point in the history
  4. correctly extend class

    Bart Veneman committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    6c4d289 View commit details
    Browse the repository at this point in the history
  5. ditch statusText

    Bart Veneman committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1c4ea8f View commit details
    Browse the repository at this point in the history
  6. unify statusCode logic

    Bart Veneman committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    e5dc243 View commit details
    Browse the repository at this point in the history
  7. add 8s timeouts

    Bart Veneman committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    eb8d8a8 View commit details
    Browse the repository at this point in the history
  8. pass originalMessage

    Bart Veneman committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    acd63e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. return http 200, remote http code in response

    Bart Veneman committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8ae8aec View commit details
    Browse the repository at this point in the history
  2. log error.response

    Bart Veneman committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5f53a97 View commit details
    Browse the repository at this point in the history
  3. respond with original statusCode

    Bart Veneman committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5d5f9b3 View commit details
    Browse the repository at this point in the history
  4. respond with original statusCode

    Bart Veneman committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5cabda4 View commit details
    Browse the repository at this point in the history
  5. respond with original statusCode

    Bart Veneman committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    3fcb0da View commit details
    Browse the repository at this point in the history
  6. respond with original statusCode

    Bart Veneman committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    1c9fda5 View commit details
    Browse the repository at this point in the history
  7. properly handle 404

    Bart Veneman committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    6532208 View commit details
    Browse the repository at this point in the history
  8. properly handle 404

    Bart Veneman committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    22b34ad View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. stop throwing, use .error instead

    Bart Veneman committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    7227330 View commit details
    Browse the repository at this point in the history
  2. fix error code detetction

    Bart Veneman committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    688a62f View commit details
    Browse the repository at this point in the history
  3. send http 200 on remote error

    Bart Veneman committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    87f9b24 View commit details
    Browse the repository at this point in the history
  4. wrap response in error object

    Bart Veneman committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d6a617d View commit details
    Browse the repository at this point in the history
Loading