Remove logging of config; contains redis and S3 keys - #52
Merged
Conversation
waTeim
approved these changes
Feb 8, 2022
waTeim
left a comment
There was a problem hiding this comment.
Sure looks right. What's up with jenkins?
waTeim
self-requested a review
February 8, 2022 23:11
|
Hey the problem with build failing has been address by Yaphet's merge. Can you merge in those, or re-branch from develop (easiest). |
mac-chaffee
force-pushed
the
remove-leak
branch
from
February 9, 2022 19:11
0377e53 to
f4f081d
Compare
YaphetKG
approved these changes
Feb 10, 2022
YaphetKG
added a commit
that referenced
this pull request
Feb 14, 2022
* Bumping version * Feature/cde crawls (#51) * adding cde kgx files * extracted elements path * adding methods for extracting dug elements from graph * adding indexing step to dag * adding dug config for expansion queries * adapting to latest dug code * adapting to latest dug code * moving cde kgxs as new entry in metadata, adding dug release , fix long running python dep resolution * adding enabled flag for concept -> dug element crawls * adding legacy resolver for make file aswell * parse bool as string in yaml , since all env vars are going to be strings * Update config.yaml * Update requirements.txt updating dug lib to the current release * resolving long taking pip installs, with Jeffs help Co-authored-by: Yaphetkg <yaphetkg@renci.org> * Remove logging of config; contains redis and S3 keys (#52) * when two graph sets are downloaded, bug that deletes the first download (#53) Co-authored-by: Yaphetkg <yaphetkg@renci.org> * Update _version.py * Update _version.py Co-authored-by: Carl Schreep <schreepc@renci.org> Co-authored-by: Yaphetkg <yaphetkg@renci.org> Co-authored-by: Mac Chaffee <me@macchaffee.com>
Closed
YaphetKG
added a commit
that referenced
this pull request
Jan 5, 2023
* Bumping version * Feature/cde crawls (#51) * adding cde kgx files * extracted elements path * adding methods for extracting dug elements from graph * adding indexing step to dag * adding dug config for expansion queries * adapting to latest dug code * adapting to latest dug code * moving cde kgxs as new entry in metadata, adding dug release , fix long running python dep resolution * adding enabled flag for concept -> dug element crawls * adding legacy resolver for make file aswell * parse bool as string in yaml , since all env vars are going to be strings * Update config.yaml * Update requirements.txt updating dug lib to the current release * resolving long taking pip installs, with Jeffs help Co-authored-by: Yaphetkg <yaphetkg@renci.org> * Remove logging of config; contains redis and S3 keys (#52) * when two graph sets are downloaded, bug that deletes the first download (#53) Co-authored-by: Yaphetkg <yaphetkg@renci.org> * added the version and the new tag * Changed git to https to satisfy the git gods * changed the requirements.txt to match the latest branch * Cde harmonization 2 (#57) * adding new dug config * add new method parameters * query logging * restoring expand_to_dug_element method call * bump dug version and roger version Co-authored-by: Yaphetkg <yaphetkg@renci.org> * Update requirements.txt bumping dug version * Update _version.py * Anvil pipeline (#60) * adds anvil related data dirs * reorganize file fetching, putting duplicate code in a single function. * adds anvil in default dataset list * add metadata for anvil dataset * add anvil to cli * add anvil to airflow dag * add option to clear out redis http cache by default it will not be cleared * logs * typo fix * update dug dependency Co-authored-by: Yaphetkg <yaphetkg@renci.org> * Initial commit * Remove unnecessary Install stage * Change user to root during part of Dockerfile * Increase ephemeral storage limit * Maybe fix pip command? * Increase ephemeral storage limits * Reduce ephemeral storage limits a bit to test * Cleanup * Separate build and publish, initial feature branch tagging, prep for SemVer tagging. * Update script for extracting version from version file. * Add versioning and tagging for develop and master + bump version. * Initial commit * Add third tag back to master branch tag push * Increase ephemeral storage limits and requests * Move test stage to before stuff * Ncpi datasets (#64) * adding dug parsers for kids first and cancer commons * dir for new dag tasks * adding steps for kfdrc and crdc * bump dug version * adding indexes * changing create index for v2.8.4 * Sprint task (#65) * adding dug parsers for kids first and cancer commons * dir for new dag tasks * adding steps for kfdrc and crdc * bump dug version * adding indexes * changing create index for v2.8.4 * adding sprint parsers * fixing merge issue * adding dug new code * correct sprint path * bump dug version * bump dug version Co-authored-by: Yaphetkg <yaphetkg@renci.org> * Bacpac parsing (#66) * bacpac parser * point to bacpac dug * fix typo * Changed kaniko build to kaniko buildAndPush * Removed items from Jenkinsfile to allow successful build of image * Removed crane image from k8s manifest * point to dug develop * bump version * adding bacpac dag tasks * bump dug version Co-authored-by: Yaphetkg <yaphetkg@renci.org> Co-authored-by: Joshua Seals <jseals@renci.org> * bump version for release Co-authored-by: Carl Schreep <schreepc@renci.org> Co-authored-by: Yaphetkg <yaphetkg@renci.org> Co-authored-by: Mac Chaffee <me@macchaffee.com> Co-authored-by: Howard Lander <howard@renci.org> Co-authored-by: Jeff Waller <truthset@gmail.com> Co-authored-by: Hoid <tylerlcheek@gmail.com> Co-authored-by: Charles Bennett <cnbennett3@gmail.com> Co-authored-by: cnbennett3 <53792237+cnbennett3@users.noreply.github.com> Co-authored-by: Joshua Seals <jseals@renci.org>
YaphetKG
added a commit
that referenced
this pull request
Jan 26, 2023
* Release/0.8.rc0 (#54) * Bumping version * Feature/cde crawls (#51) * adding cde kgx files * extracted elements path * adding methods for extracting dug elements from graph * adding indexing step to dag * adding dug config for expansion queries * adapting to latest dug code * adapting to latest dug code * moving cde kgxs as new entry in metadata, adding dug release , fix long running python dep resolution * adding enabled flag for concept -> dug element crawls * adding legacy resolver for make file aswell * parse bool as string in yaml , since all env vars are going to be strings * Update config.yaml * Update requirements.txt updating dug lib to the current release * resolving long taking pip installs, with Jeffs help Co-authored-by: Yaphetkg <yaphetkg@renci.org> * Remove logging of config; contains redis and S3 keys (#52) * when two graph sets are downloaded, bug that deletes the first download (#53) Co-authored-by: Yaphetkg <yaphetkg@renci.org> * Update _version.py * Update _version.py Co-authored-by: Carl Schreep <schreepc@renci.org> Co-authored-by: Yaphetkg <yaphetkg@renci.org> Co-authored-by: Mac Chaffee <me@macchaffee.com> * bump version for release * fix topmed kgx structure * adjusting a bit * adjusting a bit * docker file updates * docker file updates * Update _version.py * Update requirements.txt Co-authored-by: Carl Schreep <schreepc@renci.org> Co-authored-by: Yaphetkg <yaphetkg@renci.org> Co-authored-by: Mac Chaffee <me@macchaffee.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.