Skip to content

Commit 0740e32

Browse files
authored
Rename koala to phoenix (#214)
* rename koala to phoenix * format
1 parent bee247c commit 0740e32

File tree

359 files changed

+2263
-2253
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

359 files changed

+2263
-2253
lines changed

Diff for: .cargo/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ build-plan = "build --build-plan -Z unstable-options"
66
RUST_BACKTRACE = "1"
77

88
[build]
9-
# link libkoala and all engine plugins as dynamic library
9+
# link libphoenix and all engine plugins as dynamic library
1010
rustflags = ["-C", "prefer-dynamic", "-C", "rpath"]

Diff for: .github/workflows/cc_bot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

2929
jobs:
3030
cc-reviewers:
31-
if: github.repository == 'koalanet-project/koala'
31+
if: github.repository == 'phoenix-dataplane/phoenix'
3232
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v2

Diff for: .github/workflows/ping_reviewers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
jobs:
1212
ping:
13-
if: github.repository == 'koalanet-project/koala'
13+
if: github.repository == 'phoenix-dataplane/phoenix'
1414
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v2

Diff for: .gitmodules

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
path = src/3rdparty/prost
33
url = [email protected]:phoenix-dataplane/prost.git
44
branch = mrpc
5-
[submodule "src/koala_examples/masstree_analytics/libmt_index/masstree-beta"]
6-
path = src/koala_examples/masstree_analytics/libmt_index/masstree-beta
5+
[submodule "src/phoenix_examples/masstree_analytics/libmt_index/masstree-beta"]
6+
path = src/phoenix_examples/masstree_analytics/libmt_index/masstree-beta
77
url = https://github.com/anujkaliaiitd/masstree-beta.git

Diff for: CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# refer to the root source directory of the project as ${HELLO_SOURCE_DIR} and
33
# to the root binary directory of the project as ${HELLO_BINARY_DIR}.
44
cmake_minimum_required(VERSION 3.0)
5-
project(koala)
5+
project(phoenix)
66

77
# for clang's compile_commands.json
88
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
@@ -21,4 +21,4 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
2121
add_subdirectory(src/experimental)
2222

2323
# masstree_analytics
24-
add_subdirectory(src/koala_examples/masstree_analytics/libmt_index)
24+
add_subdirectory(src/phoenix_examples/masstree_analytics/libmt_index)

0 commit comments

Comments
 (0)