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

Release edits for cromshell2 #255

Merged
merged 24 commits into from
Apr 28, 2023
Merged

Release edits for cromshell2 #255

merged 24 commits into from
Apr 28, 2023

Conversation

bshifaw
Copy link
Collaborator

@bshifaw bshifaw commented Apr 18, 2023

  • initiating cromshell2 would be cromshell instead of cromshell-beta
  • Added shorthand for setting the cromwell url to be --cu
  • minor grammar changes to ReadMe

jonn-smith and others added 18 commits August 17, 2020 13:36
- GNU grep doesn't like to work with tabs, so it wasn't properly parsing
the aliases out.  Removed the offending grep command so aliases can be
pulled from the TSV file on linux.
- Fixes #135
* Added the sub-command "update-server"

Co-authored-by: Stephen Fleming <[email protected]>
* Minor change to remove temp files in the notify helper.

- This fixes an issue found where cromshell was filling /tmp disk space
with the `notify` daemon.  Not 100% sure why the trap didn't catch the
temp files, but this fixes it.
* Added commands to calculate the cost for workflows (GCS backend only).
* adding completions for cost/cost-detailed
* Improve formatting of readme for new cost commands
* Add forgotten "update-server"  command to completions 
* Add completions/reload.sh script to help developing zsh completions
* Updating wait time for cost from 8h to 24h
* Fixing cost wait message to include more information.
* Fixed user message.
* timing was putting an extra "http" into the url which caused it to not load correctly.
* fixes #167
* Add the ability to pass request headers to the curl command by specifying the "CROMSHELL_HEADER" environment variable.
* Useful for passing oauth tokens.
Added docs for CROMSHELL_HEADER env variable
- Fixed problem in task parsing where if a task had the word `Failed` in
  it, it would be labeled as a failing task regardless of status.
* add a note about cromshell 2 alpha to the master branch readme so people know it exists and how to find it.
…2022 Aug 11 (#219)

* Updated `_PARTITIONTIME` to `partition_time` as per SADA billing changes.
* Fixing parsing error in `cost-detailed` function.
# cromshell
A CLI for submitting workflows to a cromwell server and monitoring / querying their results.
# Cromshell
[![GitHub version](https://badge.fury.io/gh/broadinstitute%2Fcromshell.svg)](https://badge.fury.io/gh/broadinstitute%2Fcromshell)
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replaced the "Current version:..." wording with a version badge. There are other badges that can be added later like coverage

codecov

@bshifaw bshifaw requested a review from lbergelson April 18, 2023 20:31
@bshifaw bshifaw self-assigned this Apr 18, 2023
@bshifaw bshifaw added the Cromshell 2 Issues related to Cromshell 2.0 label Apr 18, 2023
@bshifaw bshifaw marked this pull request as ready for review April 18, 2023 20:31
README.md Outdated
# Cromshell
[![GitHub version](https://badge.fury.io/gh/broadinstitute%2Fcromshell.svg)](https://badge.fury.io/gh/broadinstitute%2Fcromshell)
[![Integration Workflow](https://github.com/broadinstitute/cromshell/actions/workflows/integration_tests.yml/badge.svg)](https://github.com/broadinstitute/cromshell/actions/workflows/integration_tests.yml/badge.svg)
[![Integration Workflow](https://github.com/broadinstitute/cromshell/actions/workflows/unit_tests.yml/badge.svg)](https://github.com/broadinstitute/cromshell/actions/workflows/unit_tests.yml/badge.svg)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is called integration workflow twice, I think one is unit test?

README.md Outdated
@@ -90,19 +84,19 @@ functions as Cromshell 1 but has been rebuilt in python with many added benefits

#### Get email notification on job completion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we pull this from the readme for now?

README.md Show resolved Hide resolved
@bshifaw bshifaw merged commit b1d5b6a into cromshell_2.0 Apr 28, 2023
@bshifaw bshifaw deleted the bs_cs2_release_edits branch April 28, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Cromshell 2 Issues related to Cromshell 2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants