-
Notifications
You must be signed in to change notification settings - Fork 3
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
Hc 158 refactor (#13) #14
Merged
Merged
Conversation
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
* refactored retry job added gitignore * purge.py refactor, TODO: not sure what this linne of code means query_obj["query"] * refactored purge job to use context insntead of positional and cleaned up code * refactored retry.py removed retry.sh, moved job_spec destinations to context cleaned up code * refactored notify by email job added more logging to purge job * deleting by index and id in retry.py, fixed bugs in retry.py refactored job_spec for revoke json to be context not positional * added setup.shh and hysds_commons in DockerFile * refactored reprioritize jobs PGE * using specfic branch for hysds_commons in setup.sh * fixed pip command in dockerfile * fixed pip command in dockerfile * fixed pip command in dockerfile * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed command in job_spec from .sh to .py * fixed command job_spec in purge * fixed command job_spec in purge * fixed command job_spec in purge * fixed command job_spec in purge * edited job_spec commands for retry and purge * removed sudo from Dockerfile to maybe get retry job to work properly error: "ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found" * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * wrapped retry.py in a shell script instead * wrapped retry.py in a shell script instead * fixed command in job_specs * changed branch to develop-es7 in setup.sh
pymonger
requested changes
Mar 31, 2020
pymonger
approved these changes
Mar 31, 2020
DustinKLo
added a commit
that referenced
this pull request
Mar 31, 2020
* Hc 158 refactor (#13) * refactored retry job added gitignore * purge.py refactor, TODO: not sure what this linne of code means query_obj["query"] * refactored purge job to use context insntead of positional and cleaned up code * refactored retry.py removed retry.sh, moved job_spec destinations to context cleaned up code * refactored notify by email job added more logging to purge job * deleting by index and id in retry.py, fixed bugs in retry.py refactored job_spec for revoke json to be context not positional * added setup.shh and hysds_commons in DockerFile * refactored reprioritize jobs PGE * using specfic branch for hysds_commons in setup.sh * fixed pip command in dockerfile * fixed pip command in dockerfile * fixed pip command in dockerfile * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed Dockerfile copy command * fixed command in job_spec from .sh to .py * fixed command job_spec in purge * fixed command job_spec in purge * fixed command job_spec in purge * fixed command job_spec in purge * edited job_spec commands for retry and purge * removed sudo from Dockerfile to maybe get retry job to work properly error: "ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found" * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * . ~/.bash_profiles to activate conda virtual environment * wrapped retry.py in a shell script instead * wrapped retry.py in a shell script instead * fixed command in job_specs * changed branch to develop-es7 in setup.sh * removed setup.sh
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.
added gitignore
purge.py refactor, TODO: not sure what this linne of code means query_obj["query"]
refactored purge job to use context insntead of positional and cleaned up code
refactored retry.py
removed retry.sh, moved job_spec destinations to context
cleaned up code
added more logging to purge job
refactored job_spec for revoke json to be context not positional
added setup.shh and hysds_commons in DockerFile
refactored reprioritize jobs PGE
using specfic branch for hysds_commons in setup.sh
fixed pip command in dockerfile
fixed pip command in dockerfile
fixed pip command in dockerfile
fixed Dockerfile copy command
fixed Dockerfile copy command
fixed Dockerfile copy command
fixed Dockerfile copy command
fixed Dockerfile copy command
fixed Dockerfile copy command
fixed Dockerfile copy command
fixed Dockerfile copy command
fixed Dockerfile copy command
fixed Dockerfile copy command
fixed command in job_spec from .sh to .py
fixed command job_spec in purge
fixed command job_spec in purge
fixed command job_spec in purge
fixed command job_spec in purge
edited job_spec commands for retry and purge
removed sudo from Dockerfile to maybe get retry job to work properly
error: "ImportError: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found"
. ~/.bash_profiles to activate conda virtual environment
. ~/.bash_profiles to activate conda virtual environment
. ~/.bash_profiles to activate conda virtual environment
. ~/.bash_profiles to activate conda virtual environment
. ~/.bash_profiles to activate conda virtual environment
. ~/.bash_profiles to activate conda virtual environment
wrapped retry.py in a shell script instead
wrapped retry.py in a shell script instead
fixed command in job_specs
changed branch to develop-es7 in setup.sh