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

Remove obsolete code, env vars, container related to TerminusDB #513

Closed
2 of 4 tasks
eecavanna opened this issue May 4, 2024 · 0 comments · Fixed by #542
Closed
2 of 4 tasks

Remove obsolete code, env vars, container related to TerminusDB #513

eecavanna opened this issue May 4, 2024 · 0 comments · Fixed by #542
Assignees
Labels
cleanup 🧹 Related to cleaning up code, documentation, etc. X SMALL Less than 1 day

Comments

@eecavanna
Copy link
Collaborator

eecavanna commented May 4, 2024

Tasks

  • Remove code specific to TerminusDB (can move to long-lived branch if want to preserve)
  • Remove environment variables specific to TerminusDB
  • Delete those environment variables from deployments (@eecavanna can help with this on Rancher, given the list of environment variables)
  • Remove terminus service ("container") from development stack

Examples

This is not an exhaustive list.

def get_terminus_db():

def update_terminus():

docker exec -i terminus ./terminusdb "$@"

class TerminusdbGenerator(Generator):

{"branch": "main", "ref": null}

file_env "TERMINUS_KEY"

terminus:
image: terminusdb/terminusdb-server:v11.0.6
container_name: terminus
ports:
- "6364:6363"
tty: true
volumes:
- nmdc_runtime_terminus_data:/app/terminusdb/storage
restart: unless-stopped
environment:
TERMINUSDB_SERVER_PORT: 6363
TERMINUSDB_ADMIN_PASS: root
TERMINUSDB_AUTOLOGIN_ENABLED: "true"
TERMINUSDB_HTTPS_ENABLED: "false"

etc.

Suggestion: Use GitHub's search feature to search the repo for TERMINUS.

@eecavanna eecavanna added X SMALL Less than 1 day cleanup 🧹 Related to cleaning up code, documentation, etc. labels May 4, 2024
@eecavanna eecavanna changed the title Remove obsolete code and env vars related to TerminusDB Remove obsolete code, env vars, container related to TerminusDB May 4, 2024
@PeopleMakeCulture PeopleMakeCulture moved this from Bench to At bat in Polyneme mixset May 30, 2024
@PeopleMakeCulture PeopleMakeCulture moved this from At bat to Injured List in Polyneme mixset May 30, 2024
@PeopleMakeCulture PeopleMakeCulture moved this from Injured List to At bat in Polyneme mixset Jun 6, 2024
@PeopleMakeCulture PeopleMakeCulture moved this from At bat to On base in Polyneme mixset Jun 6, 2024
@PeopleMakeCulture PeopleMakeCulture moved this from On base to Injured List in Polyneme mixset Jun 6, 2024
@github-project-automation github-project-automation bot moved this from Injured List to Scored in Polyneme mixset Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup 🧹 Related to cleaning up code, documentation, etc. X SMALL Less than 1 day
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants