Skip to content

Commit

Permalink
trimming for public repo
Browse files Browse the repository at this point in the history
  • Loading branch information
josehu07 committed Aug 27, 2024
1 parent fd662f9 commit c6b31d4
Show file tree
Hide file tree
Showing 53 changed files with 14 additions and 13,068 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
models/** linguist-vendored
publish/** linguist-vendored
scripts/crossword/** linguist-vendored
scripts/bodega/** linguist-vendored
69 changes: 0 additions & 69 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,3 @@
This is a private mirror of [Summerset](https://github.com/josehu07/summerset).

[![Format check](https://github.com/josehu07/summerset-private/actions/workflows/format.yml/badge.svg)](https://github.com/josehu07/summerset-private/actions?query=josehu07%3Aformat)
[![Build status](https://github.com/josehu07/summerset-private/actions/workflows/build.yml/badge.svg)](https://github.com/josehu07/summerset-private/actions?query=josehu07%3Abuild)
[![Unit tests status](https://github.com/josehu07/summerset-private/actions/workflows/tests_unit.yml/badge.svg)](https://github.com/josehu07/summerset-private/actions?query=josehu07%3Atests_unit)
[![Proc tests status](https://github.com/josehu07/summerset-private/actions/workflows/tests_proc.yml/badge.svg)](https://github.com/josehu07/summerset-private/actions?query=josehu07%3Atests_proc)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

## Private-Public Sync Commands

To create a branch to track public repo `main`, pull new things from it, and merge into the private `main`:

```bash
# in the private repo:
git remote add public git@github.com:josehu07/summerset.git
git config --add --local checkout.defaultRemote origin
git checkout -b public-main
git branch --set-upstream-to=public/main public-main
git checkout main
# skip the above for later times
git pull public
git merge public-main
git push
```

To create a pull request on the public repo to make batched contributions from private repo `main`:

```bash
# in the public repo:
git remote add private git@github.com:josehu07/summerset-private.git
git config --add --local checkout.defaultRemote origin
# skip the above for later times
git checkout -b <PR_name> private/main
git merge -s ours main
git pull private
python3 publish/public_repo_trim.py
# double check the trim and commit
git push origin <PR_name>
# then, on GitHub, make a squashing PR from <PR_name> branch to main
```

# Summerset

[![Format check](https://github.com/josehu07/summerset/actions/workflows/format.yml/badge.svg)](https://github.com/josehu07/summerset/actions?query=josehu07%3Aformat)
Expand Down Expand Up @@ -166,34 +125,6 @@ python3 scripts/distr_clients.py -h

Note that these scripts use `sudo` and assume specific ranges of available ports, so a Linux server machine environment is recommended.

## TODO List

- [x] async event-loop foundation
- [x] implementation of Chain Replication
- [ ] failure detection & recovery
- [ ] TLA+ spec
- [x] implementation of MultiPaxos
- [x] TLA+ spec
- [x] implementation of RS-Paxos
- [x] implementation of Raft
- [ ] TLA+ spec
- [x] implementation of CRaft
- [x] implementation of Crossword
- [x] TLA+ spec
- [ ] long-term planned improvements
- [ ] use a sophisticated storage backend
- [ ] efficient state-transfer snapshotting
- [ ] more robust TCP msg infrastructure
- [ ] membership discovery & view change
- [ ] multi-versioning & stale reads
- [ ] partitioned groups service structure
- [ ] client-side utilities
- [x] interactive REPL
- [x] benchmarking client
- [x] unit tester
- [ ] linearizability fuzzer
- [ ] better README & documentation

---

**Lore**: [Summerset Isles](https://en.uesp.net/wiki/Online:Summerset) is the name of an elvish archipelagic province in the Elder Scrolls series.
244 changes: 0 additions & 244 deletions models/bodega/calc_wan_delays.py

This file was deleted.

Loading

0 comments on commit c6b31d4

Please sign in to comment.