Saswata Mukherjee
fa688e9c02
chore(litmus-portal): Add unit testing setup using `@testing-library/react` ( #2622 )
...
* Add test setup
* Remove styleMock
* Refactor test
* Remove toBeTruthy tests
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
2021-04-05 14:38:17 +05:30
Sarthak Jain
4daa9df52a
Adding user to litmusDB at the time of login ( #2630 )
...
* Adding user to litmusDB at the time of login
Signed-off-by: SarthakJain26 <sarthak@chaosnative.com>
* Updated the condition to call mutation
Signed-off-by: SarthakJain26 <sarthak@chaosnative.com>
2021-04-05 11:49:57 +05:30
Sayan Mondal
c5ae5e0d31
Minor UI tweaks to Verify & Commit 🎨 ( #2626 )
...
* Minor UI tweaks to Verify & Commit 🎨
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
2021-04-01 14:30:34 +05:30
VEDANT SHROTRIA
8d3d0ea280
Added Color fixes, improvements in browse workflow screens. ( #2623 )
...
* Added Color fixes, improvements in browse workflow screens.
Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
2021-04-01 11:10:25 +05:30
Sayan Mondal
95740a6072
chore(litmus-v2): Merge branch Litmus v2 to master ( #2619 )
...
* Upgraded to Litmus-UI
* Upgraded to Litmus-UI
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Added select agents screen (#2453 )
* Added select agents screen
* Minor fix
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* chore(litmus-portal): Added predefined template screens and workflow settings modal (#2455 )
* Added predefined template screens and workflow settings modal
* Fixed deepscan issues
* Added experiment image
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* chore(litmus-portal): Switch Buttons to Litmus-ui Buttons (#2456 )
* Use litmus-ui ButtonOutlined
* Use litmus-ui ButtonFilled
* Implement requested changes
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
* Updated Logic for Workflow Settings + Accordions + Added Alerts (#2464 )
* Workflow UX Update 1
* Added Alerts
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* Added Litmus Stepper and created onNext handler from Child Component
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* Added Inital UI Changes for v2 workflow representation screens. (#2475 )
* Added Inital UI Changes for workflow Repr. screens.
* Added Logs Modal and restructured the code.
* Resolved Some of the issues.
* Fixed Deepscan issues.
Signed-off-by: Jonsy13 <vedant.shrotria@mayadata.io>
* Added Workflow Settings Details Modification + Navigation (#2502 )
* Added Workflow Settings Details Modification + Navigation
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* chore(litmus-portal): Add Add Probe modal (#2491 )
* Add AddProbe modal
* Add AddProbe translations
* Fix checks
* Make probe inputs dynamic
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
* Added Myhub option and gql queries to fetch the chaosengine and experiment YAML (#2518 )
* Added Myhub option and added queries to fetch the chaosengine and experiment YAML
* Minor changes and added text in translations
* Minor change in myhub query
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Fix BCH duplication issues (#2525 )
* Fix BCH duplication issues
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
* Optimized Workflow Settings and Tune Workflow (#2524 )
* Fixed DeepScan + Added a localforage model + Tune Workflow Update
* Removing Cypress from Frontend
* Updating litmus-ui to 1.0.2 and removing cypress from tsconfig
* Updating litmus-ui to v1.0.3
* Updated translations for View YAML
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
* chore(litmus-portal-v2): Updated the tune workflow table, added vertical stepper and connected the probes modal (#2537 )
* Added tune workflow table functionality and connected the probes modal
* Minor CSS fix
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Added YAML Generation (#2554 )
* Added YAML Generation
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
* Updated the YAML generation utility (#2559 )
* Updated the YAML generation utility
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Populating Custom Chaos Table
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
* Fixed Adding Experiment data to Table Bug 🐛
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
* Added Redux state for Manifest only + Fixed Roll back local forage persistance ❤🩹 (#2573 )
* Added Redux state for Manifest only + Fixed Roll back local forage persistance ❤🩹
* Resolved comments ✅ ✅
* ✨ Removed === true from isCustom check ✨
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
* Refactored the v2 workflow representation screen (#2565 )
* Refactored the v2 workflow changes.
* Made height of modal fixed.
* Changed workflowRun ID to be taken from localforage.
* Made required changes.
Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
* chore(litmus-portal): Added vertical stepper, logic to add ChaosEngine changes and updated weight slider component (#2577 )
* Added vertical stepper and logic to add ChaosEngine changes
* Removed weights from redux state
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* chore(v2): Extracted Experiment details and Fixed workflow preview render 🛠️ (#2584 )
* ✨ Experiment details extracted ✨
* Added custom workflow checker 🔐
* Fixed Rendering 🛠
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
* Added probe deletion logic and minor fix (#2591 )
* Added probe deletion logic and minor fix
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* chore(litmus-v2): Updated manifest saving logic to save updated ChaosEngine and reflect on Table 🌻 (#2592 )
* 📋 Table Saved when rolling back
* Updated code to latest v2 and fixed Predefined workflow table saving
* Removed a redundant useEffect
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
* chore(litmus-portal): Integrated the Probes modal and updated the vertical stepper (#2610 )
* Added probes integration with the manifest
* Added probe properties popover and minor fix
* Minor fix
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* chore(Dagre Graph): Added Basic Workflow Preview and install-experiment steps for Predefined Workflows 🖼️ (#2611 )
* 😻 Added Workflow Preview
* 😻 Added install-experiment steps and Styled Workflow Preview
* Adding Basic Workflow Preview
* Updated to latest litmus-v2 and renamed variable
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
* chore(v2): Added Workflow Scheduling and UI Fixes 📆 (#2618 )
* Schedule and Verify basic
* Added basic scheduling 🥳
* 🤩 Modified v2 UI pages 🤩
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
* Updated package-lock and removed is-path-inside
Signed-off-by: Sayan Mondal <sayan@chaosnative.com>
Co-authored-by: Amit Kumar Das <40661238+amityt@users.noreply.github.com>
Co-authored-by: Saswata Mukherjee <saswataminsta@yahoo.com>
Co-authored-by: VEDANT SHROTRIA <40681425+Jonsy13@users.noreply.github.com>
Co-authored-by: Amit Kumar Das <amitkumar.das@mayadata.io>
2021-03-31 17:27:51 +05:30
Arkajyoti Mukherjee
eeff91bf03
changed agent register to agent connect ( #2616 )
...
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
2021-03-31 16:45:29 +05:30
Saranya Jena
b9fa74c9b2
Added beta2 fixes for auth and teaming ( #2612 )
...
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
2021-03-30 06:22:21 +00:00
Vansh Bhatia
ca7e52aab3
Homepage refactor ( #2606 )
...
* Added UI screens for new homepages
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* analytics data integration in homepage cards
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* style fixes / removed un-used files
Signed-off-by: Vansh Bhatia <vansh@chaosnative.com>
* Added routes for returning Home, fixed UI for landing home
Signed-off-by: Vansh Bhatia <vansh@chaosnative.com>
* Fixed linting issues
Signed-off-by: Vansh Bhatia <vansh@chaosnative.com>
Co-authored-by: Saranya-jena <saranya.jena@mayadata.io>
2021-03-27 13:57:37 +05:30
Maria Kotlyarevskaya
ef64693841
Filter steps based on the changed files ( #2605 )
...
* Filter steps based on the changed files
Signed-off-by: Maria Kotlyarevskaya <jasssstkn@yahoo.com>
* Test frontend
Signed-off-by: Maria Kotlyarevskaya <jasssstkn@yahoo.com>
* Configure push workflow
Signed-off-by: Maria Kotlyarevskaya <jasssstkn@yahoo.com>
* Revert push.yml changes
Signed-off-by: Maria Kotlyarevskaya <jasssstkn@yahoo.com>
* Add paths to the workflow, remove unused output in the changes
Signed-off-by: Maria Kotlyarevskaya <jasssstkn@yahoo.com>
* Revert outputs
Signed-off-by: Maria Kotlyarevskaya <jasssstkn@yahoo.com>
2021-03-27 12:11:37 +05:30
Saranya Jena
5d96de0e19
Added CreateProject GQL mutation in Backend and UI ( #2563 )
...
* Added create-project query in backend and frontend
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* Fixed the formatting issues in go code
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* WIP:Login pages
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* Added MUI textFields in Login pages, added loader
Signed-off-by: Vansh Bhatia <vansh@chaosnative.com>
* Login page and onBoarding buttons fixed
Signed-off-by: Vansh Bhatia <vansh@chaosnative.com>
* Improved formatting
Signed-off-by: Vansh Bhatia <vansh@chaosnative.com>
* Welcome modal removed
Signed-off-by: Vansh Bhatia <vansh@chaosnative.com>
* Added review changes
Signed-off-by: Vansh Bhatia <vansh@chaosnative.com>
Co-authored-by: Vansh Bhatia <vansh@chaosnative.com>
2021-03-26 21:11:22 +05:30
Vansh Bhatia
87e86fdb02
Added checks to avoid frontend URL manipulation ( #2601 )
...
* Added checks to avoid frontend URL manipulation
Signed-off-by: Vansh Bhatia <vansh@chaosnative.com>
2021-03-25 23:36:07 +05:30
Amit Kumar Das
2e2b309813
chore(litmus-portal): Updated the Linear ProgressBar component and some minor bug fixes ( #2595 )
...
* Updated the Linear Progressbar component and minor change
* Minor bug fixes and updated RR score for running phase
* Minor translation fix
* Updated image during custom chaos generation
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
2021-03-25 13:09:54 +05:30
Saswata Mukherjee
5a340e7a92
chore(litmus-portal): Fix workflow name issue ( #2552 )
...
* Fix workflow name issue
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
2021-03-25 11:41:34 +05:30
Vansh Bhatia
fe26f1b31a
Added a global loader that fills in when react has not yet built ( #2585 )
...
* Added a global loader that fills in when react has not yet built
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
2021-03-24 18:25:37 +05:30
SarthakJain26
4da18a6f90
UI enhancements in teaming
...
Signed-off-by: SarthakJain26 <sarthak.jain@mayadata.io>
2021-03-24 15:33:00 +05:30
Saranya Jena
609ac26421
Directory restructuring of components in settings, minor UI fixes ( #2583 )
...
* Directory restructuring of few components in settings, minor UI fixes
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* Added translations
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
2021-03-22 23:53:35 +05:30
Ritik Srivastava
99c7317506
Using Quick action card from Litmus-ui and 'ops' to 'qps' change ( #2581 )
...
* Using Quick action card from Litmus-ui and 'ops' to 'qps' change
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
2021-03-22 21:22:04 +05:30
Surya
aada307545
Adding styles and reducing bundle size to frontend's ProgressBar component ( #2579 )
...
* added styles, reduced bundle size
Signed-off-by: Surya Bansal <2647surya@gmail.com>
* Delete styles.tsx
Signed-off-by: Surya Bansal <eyrc.vb.2376@gmail.com>
Signed-off-by: Surya Bansal <2647surya@gmail.com>
* Add files via upload
Signed-off-by: Surya Bansal <eyrc.vb.2376@gmail.com>
Signed-off-by: Surya Bansal <2647surya@gmail.com>
* Delete styles.tsx
Signed-off-by: Surya Bansal <eyrc.vb.2376@gmail.com>
Signed-off-by: Surya Bansal <2647surya@gmail.com>
* added styles.ts
Signed-off-by: Surya Bansal <eyrc.vb.2376@gmail.com>
Signed-off-by: Surya Bansal <2647surya@gmail.com>
* run format
Signed-off-by: Surya Bansal <eyrc.vb.2376@gmail.com>
Signed-off-by: Surya Bansal <2647surya@gmail.com>
Co-authored-by: Surya Bansal <eyrc.vb.2376@gmail.com>
2021-03-22 13:26:12 +05:30
Vansh Bhatia
bb1cc78596
Url switching ( #2582 )
...
* WIP-1 URL alpha-preview
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* added project url
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* minor change
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* Removed header, added App.tsx routing, removed redux userData dependency debt, refactored GQL queries
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Stable commit, added queryParams in URL, Home page up
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Stable commit v2, all pages fetch projectID from URL
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Stable commit v2.1, added missing fetches for projectID from URL
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Stable commit v3, pages fetch for projectRole from URL
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* URL changes completed, linter warnings fixed, header WIP
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Fixed app root layout, added scrollbar, added sidebar animations, header UI WIP-> dropdown added
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Header UI complete, added Loader for project Dropdown, profile dowpdown and logout functionalities added, refactored userAvatar -> userInitials and added documentation
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Project URL switching completed, added most intermediate routes, fixed modal bug
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* minor link update
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* updated role passing in targets, fixed sidebar highlighting, breadcrumbs styles
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* merged master into urlSwitching, fixed breadcrumb logic, removed redux dependency from analytics
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* merged master into urlSwitching, fixed breadcrumb logic, removed redux dependency from analytics
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* fixed project updation issue; added types to jwt object
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* New header designs implemented, fixed app color, removed hardcoded hex values, added translations
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Removed App-styles.ts, added search params in analytics, removed hardcoded hex values
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Fixed UI for edit user section on settings page
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* fix for image paths in header
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Added translations
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
* Minor fix
Signed-off-by: Vansh Bhatia <vansh.bhatia@mayadata.io>
Co-authored-by: Saranya-jena <saranya.jena@mayadata.io>
Co-authored-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
2021-03-22 13:15:08 +05:30
OUM NIVRATHI KALE
0b9ee16dd1
Updating delete to disconnect targets ( #2567 )
...
* updating delete targets to disconnect
Signed-off-by: Oum Kale <oumkale@chaosnative.com>
* removed state variable
Signed-off-by: Oum Kale <oumkale@chaosnative.com>
2021-03-18 09:57:07 +00:00
Ishan Gupta
616a7a381c
Analytics workflow dashboard bug fixes. ( #2558 )
...
* Bug fixes for workflow dashboards
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
2021-03-17 22:50:27 +05:30
Amit Kumar Das
8258414935
Updated the fetch policy for getting experiment and engine yaml from MyHub ( #2562 )
...
* Updated the fetch policy for getting experiment and engine yaml
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Added a check to disable viewers to update MyHub
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Minor change
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
2021-03-17 00:12:10 +05:30
Amit Kumar Das
5f35b3b7e7
chore(litmus-portal): Added loader in verify and commit finish button ( #2556 )
...
* Added loader in verify and commit finish button
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Updated Buttonfilled from litmus-ui
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
Co-authored-by: Raj Babu Das <mail.rajdas@gmail.com>
2021-03-16 23:53:36 +05:30
Sarthak Jain
2f15e4c613
Merge branch 'master' into settings-minorbug-fix
2021-03-16 12:52:58 +05:30
SarthakJain26
e2ffd15ec4
code optimization
...
Signed-off-by: SarthakJain26 <sarthak.jain@mayadata.io>
2021-03-16 12:30:10 +05:30
Arkajyoti Mukherjee
2d05b3e805
fixed issue of workflow table dropdown not working, made the workflow name clickable ( #2553 )
...
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
2021-03-16 11:59:33 +05:30
SarthakJain26
53393b5081
minor bug fix in settings tab
...
Signed-off-by: SarthakJain26 <sarthak.jain@mayadata.io>
2021-03-16 11:50:06 +05:30
Ritik Srivastava
08478be55f
litmus-ui version update ( #2545 )
...
* litmus-ui version update
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* hr position relative added temporary
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* reset config file
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
2021-03-15 19:07:36 +05:30
Arkajyoti Mukherjee
eb5559a45a
Change the method of connection to a cluster agent using litmusctl ( #2544 )
...
* Change the method of connection to a cluster agent using litmusctl and refactored the code for targets page
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* Added React.FC type to target component and used history API instead of window
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* implemented review changes
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
2021-03-15 18:01:19 +05:30
Ishan Gupta
440ebe97ff
link, state management fix for reducing computational cost for analytics dashboard. ( #2539 )
...
* link and computation fix for dashboard
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
2021-03-15 13:45:58 +05:30
Ishan Gupta
069c7da7fe
Minor text and link fixes for community page. ( #2538 )
...
* minor text fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* minor fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
2021-03-13 14:18:10 +05:30
Ishan Gupta
22f1306496
CSS and other bug fixes for 2.0 beta 1 ( #2535 )
...
* bug fixes for beta 1
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* modal bug fixes for beta 1
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
2021-03-13 12:06:33 +05:30
VEDANT SHROTRIA
d8abba9b62
Added changes for data-cy identifiers for testing. ( #2534 )
...
* Added data-cy params.
Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
* Added data-cy params.
Signed-off-by: Jonsy13 <vedant.shrotria@chaosnative.com>
2021-03-13 11:40:28 +05:30
Amit Kumar Das
3dd811ac54
chore(litmus-portal): Fixed the MyHubs typo and updated the Gitops section ( #2536 )
...
* Fixed the MyHubs typo and updated the Gitops section
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Minor change
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Fixed deepscan issue
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
2021-03-12 13:51:47 +00:00
Sarthak Jain
831c157588
Revoking admin's privileges to edit created user's fullname and email ( #2533 )
...
Signed-off-by: SarthakJain26 <sarthak.jain@mayadata.io>
2021-03-12 14:53:01 +05:30
Saranya Jena
78ac43fb8a
welcome modal bug fix ( #2532 )
...
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
2021-03-12 00:49:24 +05:30
Saranya Jena
05b2bdfe42
Teaming Code refactor, updated queries to use UID ( #2529 )
...
* Teaming Code refactor, updated queries to use uid
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* Removed unused comments
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* moved styleTab to styles, updated the litmus ui
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
2021-03-11 22:13:52 +05:30
OUM NIVRATHI KALE
212e21620b
Update card styles for Infra-Chaos tag ( #2530 )
...
* update card styles
Signed-off-by: oumkale <oum.kale@mayadata.io>
* update card styles
Signed-off-by: oumkale <oum.kale@mayadata.io>
2021-03-11 20:48:22 +05:30
Raj Babu Das
4172dfb51a
adding version to analytics report ( #2527 )
...
* adding version to analytics report
Signed-off-by: Raj Das <mail.rajdas@gmail.com>
* npm run format
Signed-off-by: Raj Das <mail.rajdas@gmail.com>
* npm run format
Signed-off-by: Raj Das <mail.rajdas@gmail.com>
2021-03-11 17:17:39 +05:30
Amit Kumar Das
3ce5504ae7
chore(litmus-portal): Added error handling in workflow creation and alert text for ssh authentication ( #2526 )
...
* Added error handling in workflow creation and alert text for ssh
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Removed commented code
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
2021-03-11 16:25:36 +05:30
Ishan Gupta
cbe2eb12e7
Adding changes to frontend for interleaving chaos events on litmus-ui graphs. ( #2521 )
...
* Adding interleaving for chaos events.
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* Fixes for interleaving
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* Minor fix.
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* Upgrading to litmus-ui version 1.0.1
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* Minor fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* npm install fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* minor fix for events
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* Updated git ignore to add build folder also updated litmus-ui version to 1.0.2
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* Updated litmus-ui to 1.0.3
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* minor fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* minor fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* minor fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
2021-03-11 15:45:05 +05:30
Ishan Gupta
168ad20bbf
minor fix for route and checkbox ( #2506 )
...
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
2021-03-06 10:26:05 +05:30
Sarthak Jain
7cd9a5ad0c
Fixed default error state for password fields and fixed modal padding ( #2505 )
...
* Fixed default error state for password fields and fixed modal padding
Signed-off-by: SarthakJain26 <sarthak.jain@mayadata.io>
* added text to translation
Signed-off-by: SarthakJain26 <sarthak.jain@mayadata.io>
2021-03-05 19:42:03 +05:30
Ishan Gupta
3852a59a16
Minor fixes for text and styles ( #2504 )
...
* fixes for text and styles
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* minor fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* minor fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* date issue fix seconds to milliseconds converted
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
Co-authored-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
2021-03-05 19:08:45 +05:30
VEDANT SHROTRIA
c3a2e0d20f
Changed one data-cy parameters for Teaming. ( #2503 )
...
Signed-off-by: Jonsy13 <vedant.shrotria@mayadata.io>
2021-03-05 12:12:59 +00:00
Amit Kumar Das
6dfad55ec3
chore(litmus-portal): Added edit gitops functionality and updated images to non root ( #2501 )
...
* Added edit gitops functionality and updated images to non root
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Minor fix
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Added text in translations
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Minor css fix in targets
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
2021-03-05 17:06:00 +05:30
Ishan Gupta
ca67015ada
(litmus-portal) feat.- Analytics frontend updates and monitoring for v2 ( #2499 )
...
* Analytics frontend initial commit
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* npm install fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* linting fixes
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* updated to analytics-frontend
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* fixing deepscan issues
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* pannelContent updated, also styling fix for overviewTab tables
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* colour fixes
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* iconButton removed from overview tables
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* reset config file
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* part-1 of fixing deepScan issues
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* part-2 of fixing deepScan issues
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* reset config file
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* part2 fixing deepScan
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* fixing pannel length logic
Signed-off-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
* bug fixes
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
* minor fix
Signed-off-by: ishangupta-ds <ishan@chaosnative.com>
Co-authored-by: Ritik Srivastava <ritik.srivastava@mayadata.io>
2021-03-05 16:16:49 +05:30
Amit Kumar Das
105932fac2
Removed generateName in upload YAML functionality ( #2498 )
...
* Fixed an edge case for generateName in upload YAML
* Minor fix
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
2021-03-04 16:45:49 +05:30
OUM NIVRATHI KALE
2b05193f63
predefined workflow refactor ( #2407 )
...
Signed-off-by: oumkale <oum.kale@mayadata.io>
Co-authored-by: Raj Babu Das <mail.rajdas@gmail.com>
2021-03-03 21:24:47 +05:30
Amit Kumar Das
524d58d6be
chore(litmus-portal): Added enable/disable revert chaos, chaos result and minor fixes ( #2487 )
...
* Added enable/disable revert chaos, chaos result and minor fixes
* Changing to unique ChaosEngine name in editor and minor fix in logs modal
* Fixed an edge case
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
2021-03-03 15:42:48 +05:30