-
Notifications
You must be signed in to change notification settings - Fork 2
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
Docker Changes #574
Open
rajatkapoordfci
wants to merge
26
commits into
staging
Choose a base branch
from
docker-compose_vn
base: staging
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Docker Changes #574
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
66f1dd3
build: reorganize build metadata (#549) (#550)
jsstevenson bca6920
chore: update license (#547)
jsstevenson cae7672
cicd: require priority label on PRs (#546)
jsstevenson 4c99169
cicd: test install on 3.12 (#544)
jsstevenson 85fd817
docs: readme glow-up (#548)
jsstevenson 841ad71
cicd: update precommit (#558)
jsstevenson 4e1fd34
cicd: update workflows/templates from template repo (#556)
jsstevenson a774a11
feat: enable more precise logging configuration (#559)
jsstevenson f8e2c83
cicd: update precommit dependency in pipfile (#560)
jsstevenson a659989
style: update ruff (#557)
jsstevenson 4df0acc
build!: update ga4gh.vrs, cool-seq-tool, + gene-normalizer (#561)
korikuzma 9f7e149
build: update requirements and build system (#555)
jsstevenson c5a0132
docs: update seqrepo version to 2024-02-20 (#562)
korikuzma 951425c
fix(cicd): add reference to stalebot (#563)
korikuzma 7bcaed9
fix: __version__ imports (#565)
korikuzma 69d62e5
chore: remove unused files (#568)
korikuzma ee9083c
style: ruff format (#567)
korikuzma aecbd08
fix: TypeError for params that accept union of enums (#566)
korikuzma 9f98df1
chore: update ebextensions for downloading latest seqrepo instance (#…
korikuzma 9055f7e
cicd: allow missing credentials in aws creds detection (#569)
jsstevenson f4b385f
feat!: add `sequence` to `SequenceLocation` (#570)
korikuzma 96237e3
fix: update ga4gh.vrs + add back response_model configs for FastAPI (…
korikuzma 43f1200
docs: update vrs versioning (#572)
korikuzma 2f0440b
added docker and docker-compose files
rajatkapoordfci 8217d11
docker-compose formatting
rajatkapoordfci b85c6d4
Readme formatting
rajatkapoordfci File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
name: Bug Report | ||
description: Report a bug. | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Describe the bug | ||
description: Provide a clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Provide detailed steps to replicate the bug. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Expected behavior | ||
description: What did you expect to happen? | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current behavior | ||
description: | | ||
What actually happened? | ||
|
||
Include full errors, stack traces, and/or relevant logs. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Possible reason(s) | ||
description: Provide any insights into what might be causing the issue. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Suggested fix | ||
description: Provide any suggestions on how to resolve the bug. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Branch, commit, and/or version | ||
description: Provide the branch, commit, and/or version you're using. | ||
placeholder: | | ||
branch: issue-1 | ||
commit: abc123d | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
description: If applicable, add screenshots with descriptions to help explain your problem. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Environment details | ||
description: Provide environment details (OS name and version, etc). | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Additional details | ||
description: Provide any other additional details about the problem. | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Contribution | ||
description: Can you contribute to the development of this feature? | ||
options: | ||
- "Yes, I can create a PR for this fix." | ||
- "Yes, but I can only provide ideas and feedback." | ||
- "No, I cannot contribute." | ||
validations: | ||
required: false |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project. | ||
labels: ["enhancement"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Feature description | ||
description: Provide a clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Use case | ||
description: | | ||
Why do you need this feature? For example: "I'm always frustrated when..." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposed solution | ||
description: Provide proposed solution. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Alternatives considered | ||
description: Describe any alternative solutions you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Implementation details | ||
description: Provide any technical details on how the feature might be implemented. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Potential Impact | ||
description: | | ||
Discuss any potential impacts of this feature on existing functionality or performance, if known. | ||
Will this feature cause breaking changes? | ||
What challenges might arise? | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Additional context | ||
description: Provide any other context or screenshots about the feature. | ||
validations: | ||
required: false | ||
- type: dropdown | ||
attributes: | ||
label: Contribution | ||
description: Can you contribute to the development of this feature? | ||
options: | ||
- "Yes, I can create a PR for this feature." | ||
- "Yes, but I can only provide ideas and feedback." | ||
- "No, I cannot contribute." | ||
validations: | ||
required: false |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
name: Pull Request Has Priority Label | ||
on: | ||
pull_request: | ||
types: [opened, labeled, unlabeled, synchronize] | ||
jobs: | ||
pr-priority-label: | ||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
outputs: | ||
status: ${{ steps.check-labels.outputs.status }} | ||
steps: | ||
- id: check-labels | ||
uses: mheap/github-action-required-labels@v5 | ||
with: | ||
mode: exactly | ||
count: 1 | ||
labels: "priority:*" | ||
use_regex: true | ||
add_comment: true | ||
message: "PRs require a priority label. Please add one." | ||
exit_type: failure |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: "Stalebot for issues and PRs" | ||
|
||
on: | ||
schedule: | ||
- cron: "30 13 * * 1-5" | ||
|
||
jobs: | ||
stale-high-priority: | ||
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml@main | ||
with: | ||
days-before-issue-stale: 90 | ||
days-before-pr-stale: 1 | ||
labels: priority:high | ||
|
||
stale-medium-priority: | ||
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml@main | ||
with: | ||
days-before-issue-stale: 135 | ||
days-before-pr-stale: 3 | ||
labels: priority:medium | ||
|
||
stale-low-priority: | ||
uses: genomicmedlab/software-templates/.github/workflows/reusable-stale.yaml@main | ||
with: | ||
days-before-issue-stale: 180 | ||
days-before-pr-stale: 7 | ||
labels: priority:low |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably good to use the latest Python version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can upgrade the python version to 3.12 , however this would depend on the compatibility with all the dependant modules of Variation Normalizer. If currently Variation Normalizer is working on 3.12 , we can upgrade to 3.12.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, Variation Normalizer works with 3.12