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

Resource ID changed to Asset Id in asset list #1079

Closed
wants to merge 100 commits into from
Closed

Resource ID changed to Asset Id in asset list #1079

wants to merge 100 commits into from

Conversation

beingtechsavy
Copy link

@beingtechsavy beingtechsavy commented Apr 10, 2023

Description

This is pretty much a documentation change that I made in the code where we changed the name of Resource ID to Asset ID in asset list, this makes the tag better to read and understand.

Fixes # (issue)
#1063

Type of change

This is a documentation change
Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Chore (no code changes)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also
list any relevant details for your test configuration

  • Test A
  • Test B

Checklist:

  • My code follows the style guidelines of this project
  • My commit message/PR follows the contribution guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Other information:

List any documentation updates that are needed for the Wiki

ranadheer-bolli and others added 30 commits February 6, 2023 09:07
- corrected tagging filter for asset list API
- corrected tagging filter for violation API
* bug:extra space character removal from db_Policy.sql file

* bug:extra space character removal from db_Policy.sql file
* bug:audit policy update display name in sql and json files

(cherry picked from commit cb1e298)

* bug:audit policy update wiki link in resolution url in sql and json files

(cherry picked from commit 4147835)

* bug:policy audit changes applying to v2

* bug:policy audit changes applying to v2

* bug:policy audit changes applying to v2

* bug:policy audit changes applying to v2

* bug:policy audit changes applying to v2
* fix: changed getPolicyId API endpoint

* fixed recently Viewd API and sorting in Asset List

---------

Co-authored-by: ranadheer-bolli <[email protected]>
- corrected category filter for violation API
- corrected tagging filter for violation API
santhosh-challa and others added 23 commits March 8, 2023 12:50
…tion

# Conflicts:
#	installer/resources/pacbot_app/files/DB_Policy.sql
bug: quotes missing from policy param description attribute
@PaladinCloudJohn PaladinCloudJohn linked an issue Apr 10, 2023 that may be closed by this pull request
@PaladinCloudJohn
Copy link
Contributor

Thanks for making this PR @beingtechsavy. I'm worried that there are unrelated changes here. Your fork may be out of date and needs to be updated, but even then 175 line changes which seem very high. Why were lines 479-537 deleted?

Also, the change to the file webapp/src/app/pacman-features/modules/compliance/policy-violations-list/policy-violations-list.component.spec.ts looks like an errant 'a' was added and would break the code.

@beingtechsavy
Copy link
Author

I am looking into it.

@PaladinCloudJohn
Copy link
Contributor

Maybe it's your editor, but I'm showing 59 different files have been changed. This change should only be impacting a single file. You may want to reset your local environment back to the master branch, make a new fork, and then copy over the name change to webapp/src/app/pacman-features/modules/assets/asset-list/asset-list.component.ts

I believe that's the only file that needs changed to complete this issue.

@beingtechsavy beingtechsavy closed this by deleting the head repository Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Resource ID to Asset ID for consistency