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

Update Fault Node Status to RUNNING on Experiment Start #4733

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Jul 6, 2024

  1. update allowed origins list and nginx config (litmuschaos#4730)

    * update allowed origins list
    
    Signed-off-by: Shovan Maity <[email protected]>
    
    * update nginx config
    
    Signed-off-by: Shovan Maity <[email protected]>
    
    * add manifest changes
    
    Signed-off-by: Shovan Maity <[email protected]>
    
    * update local value of allowed origins
    
    Signed-off-by: Shovan Maity <[email protected]>
    
    ---------
    
    Signed-off-by: Shovan Maity <[email protected]>
    Signed-off-by: andoriyaprashant <[email protected]>
    shovanmaity authored and andoriyaprashant committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    3ea4817 View commit details
    Browse the repository at this point in the history
  2. Added strict validation for username and password in backend. (litmus…

    …chaos#4670)
    
    * Added strict validation for username and password in backend.
    
    Signed-off-by: aryan <[email protected]>
    
    * fixed silly mistake
    
    Signed-off-by: aryan <[email protected]>
    
    * some requested changes.
    
    Signed-off-by: aryan <[email protected]>
    
    * modified tests
    
    Signed-off-by: aryan <[email protected]>
    
    * small change
    
    Signed-off-by: aryan <[email protected]>
    
    * Update message string in chaoscenter/authentication/api/handlers/doc.go
    
    Co-authored-by: Vedant Shrotria <[email protected]>
    Signed-off-by: Aryan Bhokare <[email protected]>
    
    * Update error message chaoscenter/authentication/pkg/utils/sanitizers.go
    
    Co-authored-by: Vedant Shrotria <[email protected]>
    Signed-off-by: Aryan Bhokare <[email protected]>
    
    * Modified swagger with requested changes.
    
    Signed-off-by: aryan <[email protected]>
    
    * added negative tests for requested functions and fixed some conflicts.
    
    Signed-off-by: aryan <[email protected]>
    
    ---------
    
    Signed-off-by: aryan <[email protected]>
    Signed-off-by: Aryan Bhokare <[email protected]>
    Co-authored-by: Vedant Shrotria <[email protected]>
    Co-authored-by: Saranya Jena <[email protected]>
    Signed-off-by: andoriyaprashant <[email protected]>
    3 people authored and andoriyaprashant committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    ad15eb7 View commit details
    Browse the repository at this point in the history
  3. Update Fault Node Status

    Signed-off-by: andoriyaprashant <[email protected]>
    andoriyaprashant committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    31e5ff7 View commit details
    Browse the repository at this point in the history
  4. Executor role implementation. (litmuschaos#4737)

    * Refactor editor to executer in Authentication service.
    
    Signed-off-by: aryan <[email protected]>
    
    * Refactor editor to executer in GraphQl servers.
    
    Signed-off-by: aryan <[email protected]>
    
    * Changing executor roles.
    
    Signed-off-by: aryan <[email protected]>
    
    * Updation in frontend hooks corresponding to backend refactor.
    
    Signed-off-by: aryan <[email protected]>
    
    * Executer role implementation.
    
    Converted editor roles to executer role in frontend files. And Changed rbacs of the new Executer role.
    
    Signed-off-by: aryan <[email protected]>
    
    * modification of api specs for executor
    
    Signed-off-by: aryan <[email protected]>
    
    * removed executor role from userInfraRegistration and fixed import orders.
    
    Signed-off-by: aryan <[email protected]>
    
    * refactor executer to executor
    
    Signed-off-by: aryan <[email protected]>
    
    * Removing exector permission from launch experiment FE
    
    Signed-off-by: aryan <[email protected]>
    
    * minor fix
    
    Signed-off-by: aryan <[email protected]>
    
    ---------
    
    Signed-off-by: aryan <[email protected]>
    Co-authored-by: Namkyu Park <[email protected]>
    Signed-off-by: andoriyaprashant <[email protected]>
    2 people authored and andoriyaprashant committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    e4a0621 View commit details
    Browse the repository at this point in the history
  5. Added enhacements in password mandate logic (litmuschaos#4741)

    Signed-off-by: Saranya-jena <[email protected]>
    Signed-off-by: andoriyaprashant <[email protected]>
    Saranya-jena authored and andoriyaprashant committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    041481b View commit details
    Browse the repository at this point in the history
  6. feat: Added password reset as a route to manage initial login case (l…

    …itmuschaos#4744)
    
    * feat: Added password reset as a route to manage initial login case
    
    Signed-off-by: Hrishav <[email protected]>
    
    * feat: Fixed deepspan issue
    
    Signed-off-by: Hrishav <[email protected]>
    
    * fix: Updated API response in front-end
    
    Signed-off-by: Hrishav <[email protected]>
    
    * chore: addressed review comment
    
    Signed-off-by: Hrishav <[email protected]>
    
    ---------
    
    Signed-off-by: Hrishav <[email protected]>
    Signed-off-by: andoriyaprashant <[email protected]>
    hrishavjha authored and andoriyaprashant committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    018e1c5 View commit details
    Browse the repository at this point in the history
  7. Added support for jwt secret creation of each user upon user login (l…

    …itmuschaos#4719)
    
    * Added support for jwt secret creation of each user upon logic
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * Fixed imports
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * Add fixes in dex service
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * Fixed UTs
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * resolved comments
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * updated logic
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * fixed UTs and removed unecessary test cases
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * fixed imports
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * fixed imports
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * resolved comments
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * fixed imports
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * resolved comments
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * added server endpoint in allowed origins
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * fixed imports
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * minor chnages
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * minor chnages
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    * fixed imports
    
    Signed-off-by: Saranya-jena <[email protected]>
    
    ---------
    
    Signed-off-by: Saranya-jena <[email protected]>
    Signed-off-by: andoriyaprashant <[email protected]>
    Saranya-jena authored and andoriyaprashant committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    9dd43d1 View commit details
    Browse the repository at this point in the history
  8. goimports

    Signed-off-by: andoriyaprashant <[email protected]>
    andoriyaprashant committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    c37037d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57ad71f View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    2bd4634 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    f564df5 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    596ac59 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    ed786ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4698e7 View commit details
    Browse the repository at this point in the history