Thanks to visit codestin.com
Credit goes to github.com

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: Kong/httpsnippet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: HexmosTech/httpsnippet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 2, 2023

  1. Generate single file JS bundle for httpsnippet

    - Use webpack with babel-loader and various polyfills
    - The resultant JS requires a few more mods to become compatible with Lama2/goja (not done)
    - Define yarn install in build.yml; goal is to create a CDN-like URL for the libw
    shrsv committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    a5c4794 View commit details
    Browse the repository at this point in the history
  2. Attempt: Store the JS bundle in a branch for CDNification

    - We can use https://www.jsdelivr.com/ for converting the branch into a CDN
    shrsv committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    4464a2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d897d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    7845c0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b38500 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5582117 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    268456b View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. pulled latest version

    RijulTP committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    fb6b852 View commit details
    Browse the repository at this point in the history
  2. fixed gitignore

    RijulTP committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    daced47 View commit details
    Browse the repository at this point in the history
Loading