-
Notifications
You must be signed in to change notification settings - Fork 94
Comparing changes
Open a pull request
base repository: bahmutov/start-server-and-test
base: 7a9f94b8b2e95e8b81741104aa79063055394a11
head repository: bahmutov/start-server-and-test
compare: ad35c2e4128615d7bc6e84d09761ae5d1fbc8da2
Commits on Mar 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f1ed47 - Browse repository at this point
Copy the full SHA 3f1ed47View commit details
Commits on May 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cfdf651 - Browse repository at this point
Copy the full SHA cfdf651View commit details -
Update README.md with Apollo Server notes (#297)
* add notes regarding Apollo Server usage * fix grammar * add more generic highlighted JSON example
Configuration menu - View commit details
-
Copy full SHA for 0bb9702 - Browse repository at this point
Copy the full SHA 0bb9702View commit details -
fix(deps): update dependency execa to v5 (#290)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for a131819 - Browse repository at this point
Copy the full SHA a131819View commit details
Commits on May 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d37318e - Browse repository at this point
Copy the full SHA d37318eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 445fe2f - Browse repository at this point
Copy the full SHA 445fe2fView commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c546d00 - Browse repository at this point
Copy the full SHA c546d00View commit details
Commits on Jun 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b6b09bc - Browse repository at this point
Copy the full SHA b6b09bcView commit details
Commits on Jul 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3b17fb0 - Browse repository at this point
Copy the full SHA 3b17fb0View commit details
Commits on Jul 22, 2021
-
feat(api): adds check for http status 304 (#311)
* feat(api): adds check for http status 304 http status code should be considered successful * feat(api): adds tests for http status code 304
Configuration menu - View commit details
-
Copy full SHA for c0adf51 - Browse repository at this point
Copy the full SHA c0adf51View commit details
Commits on Jul 26, 2021
-
fix(deps): update dependency wait-on to v6 (#307)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for eeaaf92 - Browse repository at this point
Copy the full SHA eeaaf92View commit details
Commits on Aug 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7ac144f - Browse repository at this point
Copy the full SHA 7ac144fView commit details
Commits on Sep 2, 2021
-
FEAT: Allow interval option from environment variable (#315)
* Allow interval option from environment variable * feat(test): add new demo for testing, update README
Configuration menu - View commit details
-
Copy full SHA for 693dc2c - Browse repository at this point
Copy the full SHA 693dc2cView commit details
Commits on Dec 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 776c7b6 - Browse repository at this point
Copy the full SHA 776c7b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7294173 - Browse repository at this point
Copy the full SHA 7294173View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bedc4c - Browse repository at this point
Copy the full SHA 6bedc4cView commit details -
feat: use the --expect parameter to specify HTTP response code (#343)
* feat: add --expect argument parsing * feat: specify the --expected http status code * chore: update the README
Configuration menu - View commit details
-
Copy full SHA for 17a427c - Browse repository at this point
Copy the full SHA 17a427cView commit details
Commits on Dec 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9cfb60e - Browse repository at this point
Copy the full SHA 9cfb60eView commit details
Commits on Dec 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e33599 - Browse repository at this point
Copy the full SHA 4e33599View commit details
Commits on Jan 23, 2023
-
fix(deps): update dependency wait-on to v7 (#347)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2ebf1ba - Browse repository at this point
Copy the full SHA 2ebf1baView commit details
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9e8713b - Browse repository at this point
Copy the full SHA 9e8713bView commit details
Commits on Feb 22, 2023
-
* split ci workflow jobs * split one test job into two
Configuration menu - View commit details
-
Copy full SHA for c5d7066 - Browse repository at this point
Copy the full SHA c5d7066View commit details -
Configuration menu - View commit details
-
Copy full SHA for f418050 - Browse repository at this point
Copy the full SHA f418050View commit details
Commits on Feb 24, 2023
-
confirm ::1 address works (#355)
* confirm ::1 address works * name of the script
Configuration menu - View commit details
-
Copy full SHA for 0e9984e - Browse repository at this point
Copy the full SHA 0e9984eView commit details
Commits on Feb 26, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 9df0423 - Browse repository at this point
Copy the full SHA 9df0423View commit details
Commits on Feb 27, 2023
-
feat: making the default host 127.0.0.1 (#359)
* feat: upgrade to v2 BREAKING CHANGE: default host to ping is 127.0.0.1 * code format
Configuration menu - View commit details
-
Copy full SHA for a9e395c - Browse repository at this point
Copy the full SHA a9e395cView commit details
Commits on Sep 21, 2023
-
Fix: fix the interactive shell in the test process (#369)
Fixes the issue that interactive stdin in the test process was erratic, due to that the main process's stdin was piped to both the server and the test processes.
Configuration menu - View commit details
-
Copy full SHA for 04b33b3 - Browse repository at this point
Copy the full SHA 04b33b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d1decf - Browse repository at this point
Copy the full SHA 2d1decfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc1f98 - Browse repository at this point
Copy the full SHA 2fc1f98View commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for efe7384 - Browse repository at this point
Copy the full SHA efe7384View commit details
Commits on Nov 16, 2023
-
fix(deps): update dependency wait-on to v7.2.0 (#374)
* fix(deps): update dependency wait-on to v7.2.0 * fix: use public registry --------- Co-authored-by: Patrick Hardin <patrick-hardin@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad35c2e - Browse repository at this point
Copy the full SHA ad35c2eView commit details
There are no files selected for viewing
Large diffs are not rendered by default.