-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support the notify/v2 interface for all services #2
Commits on Oct 28, 2024
-
The service notify API requires Rx to implement sensibly, so just make it a fixed dependency. Any service which isn't providing notify/v2 probably should be.
Configuration menu - View commit details
-
Copy full SHA for 4354860 - Browse repository at this point
Copy the full SHA 4354860View commit details -
Now I have a means of generating correct package-lock files, we should be committing them to the repo.
Configuration menu - View commit details
-
Copy full SHA for 4a1ad18 - Browse repository at this point
Copy the full SHA 4a1ad18View commit details -
Forbid running
npm install
on win32This should prevent incorrect package-lock files from being produced.
Configuration menu - View commit details
-
Copy full SHA for c702625 - Browse repository at this point
Copy the full SHA c702625View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4386620 - Browse repository at this point
Copy the full SHA 4386620View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff24240 - Browse repository at this point
Copy the full SHA ff24240View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51e8b6b - Browse repository at this point
Copy the full SHA 51e8b6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4bdd2 - Browse repository at this point
Copy the full SHA ab4bdd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d9bac - Browse repository at this point
Copy the full SHA 49d9bacView commit details
Commits on Oct 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 051aabb - Browse repository at this point
Copy the full SHA 051aabbView commit details -
Handle WATCH for HEAD requests automatically
There is no good idiom in Javascript for 'copy this object without this key'.
Configuration menu - View commit details
-
Copy full SHA for 2cb8a90 - Browse repository at this point
Copy the full SHA 2cb8a90View commit details -
The notify handler needs access to the Session
Refactor using Optional and a function from Session to Observable to avoid needing to pass the Session around.
Configuration menu - View commit details
-
Copy full SHA for 9c9ff54 - Browse repository at this point
Copy the full SHA 9c9ff54View commit details
Commits on Nov 1, 2024
-
Pass in the SEARCH filter to the handler
I don't like this API design; smashing more and more into a set of function arguments isn't a good idea.
Configuration menu - View commit details
-
Copy full SHA for a07b903 - Browse repository at this point
Copy the full SHA a07b903View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5c654e - Browse repository at this point
Copy the full SHA e5c654eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18ce5ec - Browse repository at this point
Copy the full SHA 18ce5ecView commit details
Commits on Nov 4, 2024
-
Include local npmrc in
make dev
This makes sure we use a configured local npm registry where appropriate.
Configuration menu - View commit details
-
Copy full SHA for d8145dc - Browse repository at this point
Copy the full SHA d8145dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54dd15a - Browse repository at this point
Copy the full SHA 54dd15aView commit details
Commits on Nov 7, 2024
-
* Minor tweaks. * Comments for the Rx code.
Configuration menu - View commit details
-
Copy full SHA for 7d34670 - Browse repository at this point
Copy the full SHA 7d34670View commit details