PFDA-6991 add security.md file - #124
Closed
gitbisect wants to merge 16 commits into
Closed
Conversation
Co-authored-by: Jiří Lagan <43816355+jirkalagan@users.noreply.github.com> Co-authored-by: Michal Vojtíšek <mvojtisek@dnanexus.com>
Co-authored-by: Jiří Lagan <43816355+jirkalagan@users.noreply.github.com> Co-authored-by: Pavel Kubal <pkubal@dnanexus.com>
Co-authored-by: Jiří Lagan <43816355+jirkalagan@users.noreply.github.com>
Co-authored-by: Jiří Lagan <43816355+jirkalagan@users.noreply.github.com> Co-authored-by: Pavel Kubal <pkubal@dnanexus.com>
Co-authored-by: Shifaiz Mohamed <smohamed@dnanexus.com>
…ect (#3991) Co-authored-by: Jiří Lagan <43816355+jirkalagan@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jiří Lagan <43816355+jirkalagan@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Jiří Lagan <43816355+jirkalagan@users.noreply.github.com>
Co-authored-by: rrayavara <rrayavarapu@dnanexus.com>
|
|
||
| flash.discard if messages.any? | ||
|
|
||
| render json: { meta: { messages: messages } } |
Contributor
There was a problem hiding this comment.
Style/HashSyntax: Omit the hash value.
| @@ -18,8 +18,7 @@ class ApiController < ApplicationController | |||
| before_action :require_api_login, except: %i(destroy) | |||
| before_action :validate_create_asset, only: :create_asset | |||
| before_action :check_total_and_job_charges_limit, only: %i(run_workflow) | |||
| before_action :check_total_charges_limit, only: %i(create_file create_asset) | |||
| before_action :validate_create_file, only: :create_file | |||
| before_action :check_total_charges_limit, only: %i(create_asset) | |||
Contributor
There was a problem hiding this comment.
Metrics/ClassLength: Class has too many lines. [852/300]
gitbisect
marked this pull request as draft
June 10, 2026 16:35
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.
🗒️ Description
https://jira.internal.dnanexus.com/browse/PFDA-6991
Please read the Jira ticket for more details.
📐 Types of changes
Risk analysis was not conducted yet.