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: bahmutov/start-server-and-test
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.15.4
Choose a base ref
...
head repository: bahmutov/start-server-and-test
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.5
Choose a head ref
  • 4 commits
  • 10 files changed
  • 1 contributor

Commits on Feb 22, 2023

  1. split ci workflow jobs (#353)

    * split ci workflow jobs
    
    * split one test job into two
    bahmutov authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c5d7066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f418050 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. confirm ::1 address works (#355)

    * confirm ::1 address works
    
    * name of the script
    bahmutov authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0e9984e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. fix: pinging the server at 127.0.0.1 when using just the port number (#…

    …357)
    
    * add 0.0.0.0 server ci example
    
    * add explicit zero test
    
    * add timeout to the waiting failing demo
    
    * add test and explanation
    
    * run more tests in Node v16
    
    * add debugging
    
    * update what we run on node v16
    
    * switch from localhost to 127.0.0.1 for default host
    
    * prepend localhost and common host names with http
    
    * update readme
    
    * ipv6 test
    
    * update localhost in README snippets
    bahmutov authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    9df0423 View commit details
    Browse the repository at this point in the history
Loading