-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add upgrade status cli #7480
Merged
Merged
Add upgrade status cli #7480
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
kalroy
changed the base branch from
enhanced_compliance_reporting
to
add_compliance_config
October 14, 2022 13:23
kalroy
force-pushed
the
add_upgrade_status_cli
branch
from
October 14, 2022 13:31
3aa6258
to
91ec48e
Compare
daveaugustus
approved these changes
Oct 17, 2022
kalroy
force-pushed
the
add_upgrade_status_cli
branch
from
October 18, 2022 12:22
d118b5b
to
0ca3b1f
Compare
Base automatically changed from
add_compliance_config
to
enhanced_compliance_reporting
October 19, 2022 10:40
Dmaddu
force-pushed
the
enhanced_compliance_reporting
branch
from
October 19, 2022 10:44
5209d0d
to
863d7b9
Compare
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
Signed-off-by: Kallol Roy <kallol.roy@progress.com>
Dmaddu
force-pushed
the
add_upgrade_status_cli
branch
from
October 19, 2022 14:48
0ca3b1f
to
6438042
Compare
✅ Deploy Preview for chef-automate ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Kudos, SonarCloud Quality Gate passed! |
Dmaddu
approved these changes
Oct 19, 2022
kalroy
added a commit
that referenced
this pull request
Oct 20, 2022
* enhanced_compliance_reporting Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> * Making Enhanced Compliance Reporting configurable (#7477) * Making Enhanced Compliance Reporting configurable Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> * Adding delta upgrade logic Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> * Serving Enhanced Reporting APIs based on configuration Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> * updating getStartDateFromEndDate based on enhanced_reporting configuration Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> * adding upgrade time for upgrade process (#7490) * adding upgrade time for upgrade process Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * adding the correct names Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * control report with date range logic update (#7491) * logic fix Signed-off-by: Abdul-Az <aazeez@progress.com> * modifying the control summary Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> * error message fix Signed-off-by: Abdul-Az <aazeez@progress.com> Signed-off-by: Abdul-Az <aazeez@progress.com> Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> Co-authored-by: dmaddu <dmaddu@progress.com> * Addressing review comments Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Signed-off-by: Abdul-Az <aazeez@progress.com> Co-authored-by: dmaddu <dmaddu@progress.com> Co-authored-by: Yashvi Jain <91940132+YashviJain01@users.noreply.github.com> Co-authored-by: Abdul Azeez <aazeez@progress.com> * Adding smart logic for upgrade and ingestion in parallel (#7488) * Adding Functions for upgrade with smart logic Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Refactoring Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Add upgrade status cli (#7480) * Initial checkin Signed-off-by: Kallol Roy <kallol.roy@progress.com> * Update columns Signed-off-by: Kallol Roy <kallol.roy@progress.com> * Added command for migration status Signed-off-by: Kallol Roy <kallol.roy@progress.com> * Use latest storage function Signed-off-by: Kallol Roy <kallol.roy@progress.com> * Delete unused sql file Signed-off-by: Kallol Roy <kallol.roy@progress.com> * Updated the unit tests Signed-off-by: Kallol Roy <kallol.roy@progress.com> * Introduced constants for status messages Signed-off-by: Kallol Roy <kallol.roy@progress.com> * Rebased Signed-off-by: Kallol Roy <kallol.roy@progress.com> Signed-off-by: Kallol Roy <kallol.roy@progress.com> Co-authored-by: Kallol Roy <kallol.roy@progress.com> * Added the configuration for control workers (#7496) * Making Enhanced Compliance Reporting configurable Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> * Adding delta upgrade logic Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> * updating getStartDateFromEndDate based on enhanced_reporting configuration Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> * Adding config for control workers Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * adding proto files Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Resolving conflicts from base branch Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Fixing errors Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Co-authored-by: dmaddu <dmaddu@progress.com> * Pipeline fix for enhanced reporting (#7499) * Fixing pipeline issues Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * pipeline fix Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Signed-off-by: Durga Sarat Chandra Maddu <dmaddu@progress.com> Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Signed-off-by: Abdul-Az <aazeez@progress.com> Signed-off-by: Kallol Roy <kallol.roy@progress.com> Co-authored-by: dmaddu <dmaddu@progress.com> Co-authored-by: Yashvi Jain <91940132+YashviJain01@users.noreply.github.com> Co-authored-by: Abdul Azeez <aazeez@progress.com> Co-authored-by: Kallol Roy <karoy@progress.com> Co-authored-by: Kallol Roy <kallol.roy@progress.com>
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: What code changed, and why?
Add an automate cli to test the status of the control index migration.
⛓️ Related Resources
https://chefio.atlassian.net/browse/STALWART-252
👍 Definition of Done
chef-automate enhanced-compliance migrate status
Automate is not configured to support enhance compliance reporting.
whenenhanced_compliance_reporting
is not configured.The Migration of compliance controls and assets is yet to start.
when migration is yet to startThe Migration of compliance controls and assets is in progress.
when migration is in progress.The Migration of compliance controls and assets have completed.
when migration is completed.👟 How to Build and Test the Change
✅ Checklist
All PRs must tick these:
With occasional exceptions, all PRs from Progress employees must tick these:
make spell
in any component directory)All PRs from Progress employees should tick these if appropriate:
Please add a note next to any checkbox above if you are NOT ticking it.
📷 Screenshots, if applicable