-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'scylladb:master' into helpers-for-scylla-17443
- Loading branch information
Showing
77 changed files
with
1,745 additions
and
1,005 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: Python format | ||
|
||
on: [push, pull_request] | ||
|
||
jobs: | ||
python-format: | ||
name: Enforce python format | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: psf/[email protected] | ||
with: | ||
version: "24.8.0" | ||
src: ./scripts | ||
# override options so that we can specify only specific files for now | ||
options: "--check --diff --include=.*addr2line.*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,13 +164,16 @@ The documentation is available on the [web](http://docs.seastar.io/master/index. | |
|
||
Resources | ||
--------- | ||
Ask questions and post patches on the development mailing list. Subscription | ||
information and archives are available [here](https://groups.google.com/forum/#!forum/seastar-dev), | ||
or just send an email to [email protected]. | ||
|
||
Information can be found on the main [project website](http://seastar.io). | ||
* Seasatar Development Mailing List: Discuss challenges, propose improvements with | ||
sending code contributions (patches), and get help from experienced developers. | ||
Subscribe or browse archives: [here](https://groups.google.com/forum/#!forum/seastar-dev) | ||
(or email [email protected]). | ||
* GitHub Discussions: For more casual conversations and quick questions, consider | ||
using the Seastar project's [discussions on Github](https://github.com/scylladb/seastar/discussions). | ||
* Issue Tracker: File bug reports on the project's [issue tracker](https://github.com/scylladb/seastar/issues). | ||
|
||
File bug reports on the project [issue tracker](https://github.com/scylladb/seastar/issues). | ||
Learn more about Seastar on the main [project website](http://seastar.io). | ||
|
||
The Native TCP/IP Stack | ||
----------------------- | ||
|
@@ -199,3 +202,4 @@ Projects using Seastar | |
* [redpanda](https://vectorized.io/): A Kafka replacement for mission critical systems | ||
* [Scylla](https://github.com/scylladb/scylla): A fast and reliable NoSQL data store compatible with Cassandra and DynamoDB | ||
* [smf](https://github.com/smfrpc/smf): The fastest RPC in the West | ||
* [Ceph - Crimson](https://github.com/ceph/ceph): Next-generation OSD (Object Storage Daemon) implementation based on the Seastar framework |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.