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

cleanup and renaming helio #7

Merged
merged 6 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/containers/Build-Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ WORKDIR /home/runner
USER runner

LABEL org.opencontainers.image.source=https://github.com/microsoft/documentdb
LABEL org.opencontainers.image.description="Heliodb ubuntu build image"
LABEL org.opencontainers.image.description="DocumentDB ubuntu build image"
LABEL org.opencontainers.image.licenses=MIT
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sudo INSTALL_DEPENDENCIES_ROOT=$INSTALL_DEPENDENCIES_ROOT /tmp/install_setup/install_setup_intel_decimal_math_lib.sh
sudo INSTALL_DEPENDENCIES_ROOT=$INSTALL_DEPENDENCIES_ROOT /tmp/install_setup/install_citus_indent.sh

- name: Configure, Build and Install HelioDB
- name: Configure, Build and Install DocumentDB
run: |
make
sudo make install
Expand Down
214 changes: 0 additions & 214 deletions .pipelines/heliodb-internal-compatibility.yml

This file was deleted.

6 changes: 3 additions & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* @microsoft/heliodb-contributors
* @microsoft/documentdb-contributors

/.pipelines/heliodb-oss-sync.yml @gledis69 @mtuncer
/.pipelines/heliodb-internal-compatibility.yml @gledis69 @mtuncer
/.pipelines/ @safern @visridha @shuaitian-git @lichoil
/.github/workflows/ @safern @visridha @shuaitian-git @lichoil
81 changes: 0 additions & 81 deletions packaging/Dockerfile_build_deb_packages

This file was deleted.

10 changes: 0 additions & 10 deletions packaging/README.md

This file was deleted.

Loading