-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Supavisor V2 #408
base: main
Are you sure you want to change the base?
Supavisor V2 #408
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b0cf07f - Browse repository at this point
Copy the full SHA b0cf07fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179912e - Browse repository at this point
Copy the full SHA 179912eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5744e - Browse repository at this point
Copy the full SHA 2d5744eView commit details -
chore: use
or/2
over||/2
(#371)Reason for that is that `a || b` will expand to: ``` case a do val when val in [false, nil] -> b val -> val end ``` Which is harder to optimise by the compiler. `or/2` works only with booleans, so in places where we do not care about returned value or `nil` cases, it is better to use `or/2`.
Configuration menu - View commit details
-
Copy full SHA for c1d9f9a - Browse repository at this point
Copy the full SHA c1d9f9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b4a0f - Browse repository at this point
Copy the full SHA a6b4a0fView commit details -
ft: gather metrics with low priority (#379)
* ft: improve socket metrics gathering As we are only interested in just 2 of the values from the socket stats, fetch only these. This should reduce time required for processing data sent between port and application. It also simplifies pattern matching and data extraction. * ft: gather metrics from other nodes with low priority
Configuration menu - View commit details
-
Copy full SHA for 61b48dd - Browse repository at this point
Copy the full SHA 61b48ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b436f9e - Browse repository at this point
Copy the full SHA b436f9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7ba466 - Browse repository at this point
Copy the full SHA d7ba466View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf0853b - Browse repository at this point
Copy the full SHA bf0853bView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd80abc - Browse repository at this point
Copy the full SHA bd80abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b0ce29 - Browse repository at this point
Copy the full SHA 9b0ce29View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddf8f01 - Browse repository at this point
Copy the full SHA ddf8f01View commit details -
Configuration menu - View commit details
-
Copy full SHA for 540bb81 - Browse repository at this point
Copy the full SHA 540bb81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36c8ac8 - Browse repository at this point
Copy the full SHA 36c8ac8View commit details -
Configuration menu - View commit details
-
Copy full SHA for aaca1cf - Browse repository at this point
Copy the full SHA aaca1cfView commit details -
chore: update dependencies (#389)
* chore: update Benchee * chore: unlock telemetry_metrics * chore: remove unused libraries from lockfile * chore: update Rustler and Rust dependencies * chore: update direct dependencies * chore: upddate Phoenix.LiveView
Configuration menu - View commit details
-
Copy full SHA for b1fa449 - Browse repository at this point
Copy the full SHA b1fa449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6952f8b - Browse repository at this point
Copy the full SHA 6952f8bView commit details
Commits on Jul 9, 2024
-
ft: remove all HTML-related functionalities (#392)
Supavisor is not using any HTML views, it do not offer any HTML-based UI, etc. so these functionalities aren't needed for anything.
Configuration menu - View commit details
-
Copy full SHA for 699f9ff - Browse repository at this point
Copy the full SHA 699f9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3424615 - Browse repository at this point
Copy the full SHA 3424615View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8302e79 - Browse repository at this point
Copy the full SHA 8302e79View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0663a5 - Browse repository at this point
Copy the full SHA e0663a5View commit details -
chore: fix typing errors (#397)
I have used [`typos`][typos] tool to find all typos in source code over the codebase. [typos]: https://github.com/crate-ci/typos
Configuration menu - View commit details
-
Copy full SHA for 95dc53c - Browse repository at this point
Copy the full SHA 95dc53cView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 357ca08 - Browse repository at this point
Copy the full SHA 357ca08View commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b980c11 - Browse repository at this point
Copy the full SHA b980c11View commit details
Commits on Jul 18, 2024
-
chore: add Nix Flake to project (#400)
* chore: add Nix Flake to project Currently it defines only development environment for Supavisor. In the future the plan is to add package definition as well as NixOS module to the Flake. This will simplify deployment on NixOS platforms as well as should help with spawning virtual machines with Supavisor running on them. * ft: add derivation for Supavisor
Configuration menu - View commit details
-
Copy full SHA for 57d2ca2 - Browse repository at this point
Copy the full SHA 57d2ca2View commit details
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c7c9333 - Browse repository at this point
Copy the full SHA c7c9333View commit details
Commits on Jul 30, 2024
-
chore: use mainline Peep (#406)
All changes required by our code are merged to mainline, so we do not need to use custom fork anymore.
Configuration menu - View commit details
-
Copy full SHA for 4e6ec5f - Browse repository at this point
Copy the full SHA 4e6ec5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d554320 - Browse repository at this point
Copy the full SHA d554320View commit details
Commits on Jul 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52191da - Browse repository at this point
Copy the full SHA 52191daView commit details
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e54020 - Browse repository at this point
Copy the full SHA 6e54020View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 503b653 - Browse repository at this point
Copy the full SHA 503b653View commit details -
Configuration menu - View commit details
-
Copy full SHA for a19ecaf - Browse repository at this point
Copy the full SHA a19ecafView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d5f09 - Browse repository at this point
Copy the full SHA f8d5f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1880da - Browse repository at this point
Copy the full SHA c1880daView commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e081f4d - Browse repository at this point
Copy the full SHA e081f4dView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b5de8d - Browse repository at this point
Copy the full SHA 5b5de8dView commit details -
feat: directly send to socket (#419)
* feat: directly send to socket * replace cachex.stream to ets.foldl in Supavisor.del_cache_entries
Configuration menu - View commit details
-
Copy full SHA for e841d84 - Browse repository at this point
Copy the full SHA e841d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7940761 - Browse repository at this point
Copy the full SHA 7940761View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 320dfb3 - Browse repository at this point
Copy the full SHA 320dfb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c7d075 - Browse repository at this point
Copy the full SHA 3c7d075View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d254fc - Browse repository at this point
Copy the full SHA 0d254fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for c54b9c5 - Browse repository at this point
Copy the full SHA c54b9c5View commit details
Commits on Aug 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 38982c4 - Browse repository at this point
Copy the full SHA 38982c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aeee4e - Browse repository at this point
Copy the full SHA 8aeee4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d5980 - Browse repository at this point
Copy the full SHA 19d5980View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f37c4 - Browse repository at this point
Copy the full SHA b5f37c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecafdcf - Browse repository at this point
Copy the full SHA ecafdcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for da84144 - Browse repository at this point
Copy the full SHA da84144View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51c0aad - Browse repository at this point
Copy the full SHA 51c0aadView commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 895ffef - Browse repository at this point
Copy the full SHA 895ffefView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d08824b - Browse repository at this point
Copy the full SHA d08824bView commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af737a5 - Browse repository at this point
Copy the full SHA af737a5View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd8fe79 - Browse repository at this point
Copy the full SHA fd8fe79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43aeb60 - Browse repository at this point
Copy the full SHA 43aeb60View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02c43f6 - Browse repository at this point
Copy the full SHA 02c43f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 163e4fa - Browse repository at this point
Copy the full SHA 163e4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7971b25 - Browse repository at this point
Copy the full SHA 7971b25View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 31aa33c - Browse repository at this point
Copy the full SHA 31aa33cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccf52fb - Browse repository at this point
Copy the full SHA ccf52fbView commit details
Commits on Sep 24, 2024
-
Update mailmap with a Supabase email for me.
Configuration menu - View commit details
-
Copy full SHA for 006172f - Browse repository at this point
Copy the full SHA 006172fView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d579414 - Browse repository at this point
Copy the full SHA d579414View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d862a - Browse repository at this point
Copy the full SHA d4d862aView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 916331f - Browse repository at this point
Copy the full SHA 916331fView commit details
Commits on Oct 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 24c54e3 - Browse repository at this point
Copy the full SHA 24c54e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14d599b - Browse repository at this point
Copy the full SHA 14d599bView commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8cf032e - Browse repository at this point
Copy the full SHA 8cf032eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f6ed06 - Browse repository at this point
Copy the full SHA 4f6ed06View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff20689 - Browse repository at this point
Copy the full SHA ff20689View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26abc2c - Browse repository at this point
Copy the full SHA 26abc2cView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5759ec6 - Browse repository at this point
Copy the full SHA 5759ec6View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b7f7fe - Browse repository at this point
Copy the full SHA 4b7f7feView commit details
Commits on Oct 25, 2024
-
Merge pull request #462 from supabase/feat/retry_timeout
feat: shorter retry connect timeout for proxy mode
Configuration menu - View commit details
-
Copy full SHA for b8da64c - Browse repository at this point
Copy the full SHA b8da64cView commit details -
Configuration menu - View commit details
-
Copy full SHA for de98cd6 - Browse repository at this point
Copy the full SHA de98cd6View commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 664fc5c - Browse repository at this point
Copy the full SHA 664fc5cView commit details
Commits on Oct 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6cb71f - Browse repository at this point
Copy the full SHA a6cb71fView commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3893fca - Browse repository at this point
Copy the full SHA 3893fcaView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07b4008 - Browse repository at this point
Copy the full SHA 07b4008View commit details -
chore: check if lockfile is up to date (#469)
This will raise if there are some pending changes to the `mix.lock`. This is to ensure, that `mix.lock` was uploaded after dependency changes.
Configuration menu - View commit details
-
Copy full SHA for 0f770a9 - Browse repository at this point
Copy the full SHA 0f770a9View commit details