Skip to content
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

feat: Creating a new PR for semiring_application #1499

Closed
wants to merge 74 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
74 commits
Select commit Hold shift + click to select a range
4f6d400
chore(hydroflow_datalog): update rust-sitter (#1495)
shadaj Oct 14, 2024
e564b13
chore: update `proc-macro2`, fixes span info, fix #729 (#1497)
MingweiSamuel Oct 16, 2024
47cb703
style: fixes for nightly clippy (#1505)
MingweiSamuel Oct 23, 2024
b961233
fix(hydroflow): cleanup temp tcp networking code, fix race condition …
MingweiSamuel Oct 28, 2024
f7e740f
feat: generalized hash trie indexes for relational tuples (#1503)
jhellerstein Oct 29, 2024
dff2a40
refactor(paxos): start splitting out leader election into a separate …
shadaj Oct 30, 2024
48c7fb7
docs: update setup.md `--server-addr` -> `--address` (#1457)
Jameson-Crate Oct 30, 2024
32e2970
refactor(hydroflow_lang): update topo-sort to detect cycles (#1512)
MingweiSamuel Oct 30, 2024
8b7b1c6
refactor(paxos): complete split into leader election and sequencing p…
shadaj Oct 30, 2024
3064693
refactor(paxos): rearrange code to reflect order of phases (#1487)
shadaj Oct 31, 2024
b6e5426
chore: remove unexpected file (#1511)
IceCoooola Oct 31, 2024
275a0ed
fix(paxos): be more careful about which parts of proposer and accepto…
shadaj Oct 31, 2024
e7f4909
refactor(paxos): minor additional cleanups (#1489)
shadaj Oct 31, 2024
0ba4265
refactor(paxos): make leader election generic over logs (#1492)
shadaj Oct 31, 2024
871dc01
refactor(paxos): simplify slot computation logic (#1493)
shadaj Oct 31, 2024
57a2b81
refactor(paxos): extract leader election notification (#1514)
shadaj Oct 31, 2024
38b17cd
refactor(paxos_bench): simplify latency calculations (#1515)
shadaj Nov 3, 2024
e5b456b
refactor(hydroflow_plus, paxos)!: simplify intervals and split Paxos-…
shadaj Nov 3, 2024
0a5abab
refactor(paxos): make Paxos-KV generic (#1517)
shadaj Nov 3, 2024
5657563
refactor(hydroflow_plus)!: fold `Tick` vs `NoTick` into the location …
shadaj Nov 4, 2024
16b730c
fix(hydroflow_lang): `cross_singleton()` forgot value if multiple run…
MingweiSamuel Nov 4, 2024
534fe97
refactor(paxos): use `usize` for slot numbers (#1521)
shadaj Nov 5, 2024
d9634f2
refactor(hydroflow_plus): split up location module and store location…
shadaj Nov 5, 2024
3143bf5
feat(Gossip KV): Merge Gossip KV into `main`. (#1535)
rohitkulshreshtha Nov 5, 2024
bf9dcd5
refactor(hydroflow_plus): clean up traits for cycles and forward refe…
shadaj Nov 5, 2024
244207c
refactor(hydroflow_plus): dedup signatures for `Stream` operators (#1…
shadaj Nov 5, 2024
919099e
refactor(hydroflow_plus)!: dedup signatures for `Singleton` and `Opti…
shadaj Nov 6, 2024
2faffdb
fix(stageleft): properly handle `crate::` imports (#1527)
shadaj Nov 6, 2024
e796200
fix(hydroflow_lang)!: fix #1401 `lattice_bimorphism()` double-emit, a…
MingweiSamuel Nov 6, 2024
5b819a2
refactor(hydroflow_plus): deduplicate some error messages and drop un…
shadaj Nov 6, 2024
4fcba1d
feat(Gossip KV): Cleanup code duplication in main.rs (#1536)
rohitkulshreshtha Nov 6, 2024
8442d1b
style: fixes for latest nightly clippy (#1537)
MingweiSamuel Nov 6, 2024
9f74405
refactor(hydroflow_plus): use `location.flow_state()` to avoid clone …
shadaj Nov 6, 2024
e9d05bf
refactor(hydroflow_plus): move `HfCompiled` and friends to a module (…
shadaj Nov 6, 2024
a1b4520
refactor(hydroflow_plus): move rewrites to a submodule (#1543)
shadaj Nov 6, 2024
656ee32
test: ignore trybuild tests inconsistent on latest nightly
MingweiSamuel Nov 6, 2024
33c2de2
feat(Gossip KV): Cleanup Local and AWS Deployments (#1545)
rohitkulshreshtha Nov 7, 2024
f7b9559
chore(Gossip KV): Update main README.md (#1546)
rohitkulshreshtha Nov 7, 2024
b43e6c7
ci: increase timeout for CI for Build CLI (Windows), fix #1547 (#1549)
MingweiSamuel Nov 7, 2024
5d5209b
feat(hydroflow_plus)!: add an explicit API for creating tick contexts…
shadaj Nov 8, 2024
c7b5f32
fix(docs): add a note saying that HF+ docs are WIP (#1552)
shadaj Nov 8, 2024
9107841
refactor(hydroflow_plus)!: location type parameter before boundedness…
shadaj Nov 8, 2024
baedf23
feat(hydroflow_plus, docs): improve quickstart ergonomics (#1553)
shadaj Nov 8, 2024
0bd3a2d
refactor(hydroflow_plus)!: eliminate remaining `Hf` name prefixes (#1…
shadaj Nov 8, 2024
1d35639
feat(Gossip KV): Make member random suffix length configurable. (#1556)
rohitkulshreshtha Nov 8, 2024
8d8b4b2
feat(hydroflow_plus)!: implicitly apply default optimizations (#1557)
shadaj Nov 8, 2024
dcd48fc
Release hydroflow_lang v0.10.0, hydroflow_datalog_core v0.10.0, hydro…
hydro-project-bot[bot] Nov 8, 2024
5c53e12
docs: `getLines` support named section markers, fix #1320 (#1555)
MingweiSamuel Nov 8, 2024
c58f13c
chore(docs): upgrade to Docusaurus v3 (#1558)
shadaj Nov 9, 2024
ee2d4c8
ci: Update RELEASING.md (#1548)
MingweiSamuel Nov 9, 2024
f6989ba
fix(hydroflow_plus): restrict lifetime parameters to be actually inva…
shadaj Nov 9, 2024
f2213af
docs(hydroflow_plus): show how to run the `first_ten` example (#1560)
shadaj Nov 9, 2024
2c17d65
docs: include rustdoc in Docusaurus build (#1561)
shadaj Nov 9, 2024
9f3c8c4
refactor(hydroflow_plus)!: don't re-export all of `hydroflow` (#1562)
shadaj Nov 12, 2024
eb1ad3a
fix(hydroflow_plus)!: rename `union` to `chain` and restrict LHS to b…
shadaj Nov 15, 2024
22de01f
feat(hydroflow_plus): add `round_robin` helpers for networking (#1566)
shadaj Nov 15, 2024
971c5f1
docs(hydroflow_plus): rewrite adding distribution page (#1564)
shadaj Nov 16, 2024
531bf81
fix(docs): update hydro stack diagram and discussion (#1539)
jhellerstein Nov 17, 2024
f8f970e
fix(docs): improve initial doc reading (#1570)
jhellerstein Nov 18, 2024
69668c3
docs(hydroflow_plus): rewrite quickstart clusters page (#1567)
shadaj Nov 18, 2024
64578f3
fix(hydroflow): avoid pulling in `clap` as a dependency (#1578)
shadaj Nov 20, 2024
8d550b9
feat(hydro_deploy): use regular println when no tasks are active (#1577)
shadaj Nov 20, 2024
7c99294
docs: add recent papers (#1573)
shadaj Nov 21, 2024
8e1aed9
docs(hydroflow_plus): polish quickstart and drop stale pages (#1576)
shadaj Nov 21, 2024
0c104c5
fix(docs): use async API required by Mermaid v10 (#1579)
shadaj Nov 21, 2024
4c5ca31
feat(hydroflow_plus)!: introduce an unordered variant of streams to s…
shadaj Nov 21, 2024
a93a5e5
feat(hydroflow_plus, stageleft)!: allow cluster self ID to be referen…
shadaj Nov 21, 2024
f96676d
feat(hydroflow_plus)!: allow runtime context to be referenced as a gl…
shadaj Nov 21, 2024
ec55910
refactor(paxos): generalize quorum logic (#1583)
shadaj Nov 22, 2024
9393899
feat(hydroflow_plus)!: mark non-deterministic operators as unsafe and…
shadaj Nov 27, 2024
6688e97
fix(paxos): use `Instant` instead of `SystemTime` to ensure monotonic…
shadaj Nov 28, 2024
78f6a32
refactor(hydroflow_plus)!: further reduce namespace pollution (#1589)
shadaj Dec 1, 2024
0dc709e
chore(stageleft): use same hashing library everywhere (#1590)
shadaj Dec 2, 2024
b8acd84
feat(hydroflow_lang): initial flo implementation (#1585)
MingweiSamuel Dec 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
test:
name: Test Suite
if: ${{ needs.pre_job.outputs.should_skip != 'true' || github.event_name != 'pull_request' }}
timeout-minutes: 35
timeout-minutes: 50
needs: pre_job
runs-on: ${{ matrix.os }}
strategy:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
source .venv/bin/activate
pip install maturin
maturin develop

- name: Build CLI (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
Expand Down
4 changes: 4 additions & 0 deletions .idea/hydroflow.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
}
}
],
"editor.semanticTokenColorCustomizations": {
"enabled": true,
"rules": {
"*.unsafe:rust": {
"foreground": "#ea1708",
"fontStyle": "bold"
}
}
},
"files.watcherExclude": {
"**/target": true
},
Expand Down
Loading
Loading