VEDANT SHROTRIA
9992146958
YAML to JSON conversion and a small fix added. ( #1932 )
...
* YAML to JSON conversion and a small fix added.
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
2020-09-04 23:19:43 +05:30
Amit Kumar Das
9fb8cef94f
chore(litmus-portal): Added date filter in workflows table and some important refactorings ( #1962 )
...
This commit has the following changes:
- Date filter in the workflows table
- Important refactoring in the Browse Workflow Section
- Minor CSS fixes
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
2020-09-04 17:55:52 +05:30
Ishan Gupta
2b379a9849
chore(litmus-portal): Project API Integration. ( #1967 )
...
This commit has the following changes:
- Fixing frontend integration for project API
- Changes in redux user reducer
Signed-off-by: ishangupta-ds <ishan.gupta@mayadata.io>
2020-09-04 16:29:44 +05:30
Sayan Mondal
651312f1cd
chore(litmus-portal): Added Input Validation + Modified InputField + Updated Login ( #1953 )
...
This commit has the following changes
- Input Fields have been modified to resemble the design system (includes, focus, onHover, onSelected, onDisabled, etc)
- Welcome Modal Form Validation took care of
- Created abstracted validation utility with validation functions like Email Validation, Empty Text Validation, Only Alphabet Validation, Password Validation, Confirm Password Validation and Invalid Text Validation
- Welcome Modal would not move forward if the user input is not validated -> this would also disable the Continue and Let's
Start Buttons
- Upon successfully comparing the passwords if correct InputField would show success state (Turn green)
- Updated the theme to add disabled colour
- Updated Login Page Design
- Username Validation updated in Login Page
- Password Validation intentionally skipped for Login Page since the current password doesn't fit the validation requirement
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
2020-09-03 19:14:00 +05:30
Chandan Kumar
3d5dc73322
litmus-portal(language): Add support for multi-language ( #1948 )
...
This commit will add the support for localizing the text in the translation file.
- This will helps in adding support for multilanguage.
- This is done by a framework called, more info here: https://react.i18next.com/
Signed-off-by: Chandan Kumar <chandan.kumar@mayadata.io>
2020-09-02 18:20:32 +05:30
Soumya Ghosh Dastidar
255b546d17
Updated Websocket Setup ( #1945 )
...
- Updated Nginx Config to handle websocket connection required for Subscriptions
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
2020-08-31 20:55:55 +05:30
Sayan Mondal
7d9d99e5ed
chore(litmus-portal): Added Workflow Sidebar ( #1934 )
...
This commit have the following changes:
- Added Workflow Sidebar
- Can display currently running nodes
- Can display executed nodes
- Updated Duration check based on UNIX time
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
2020-08-31 11:32:24 +05:30
Amit Kumar Das
34a68a5669
chore(litmus-portal): Subscription fixes, added functionality to workflow table and created the schedules table. ( #1927 )
...
This commit will add the following things:
- Subscription fixes in the Workflow Table.
- Added search, filter and sort functionality in Workflow Table.
- Created the Schedules Table and a separate route to edit the scheduling of a workflow.
- Added Types for WorkflowRuns
- Changes in GraphQL schema in frontend.
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
Co-authored-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
2020-08-27 16:38:49 +05:30
Sayan Mondal
ade9285b5a
chore(litmus-portal): Added Browse Template Feature and Workflow Underground Sidebar ( #1922 )
...
- Browse Template on clicking the workflow from the template tab
- Sidebar Redirect
- Fixes No icon bug on switching to new routes
- Refactors Buttons & Adjusted Weights
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
2020-08-26 15:15:53 +05:30
VEDANT SHROTRIA
e4d6c3de7d
Added Github Action for unit testing and removed from CI. ( #1896 )
...
* Added Github Action for unit testing and removed from CI.
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
2020-08-25 18:50:42 +05:30
OUM NIVRATHI KALE
a8d34452c2
Integrate Graphql's CreateWorkflow API with the frontend ( #1834 )
...
Integrating create workflow GQL API with the schedule workflow frontend screens
Signed-off-by: Oum Nivrathi kale <oum.kale@mayadata.io>
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
2020-08-25 18:48:41 +05:30
Saswata Mukherjee
b87d9d8ea2
chore(litmus-portal): Add unified modal component ( #1891 )
...
* Making a unified modal component, Unimodal. This unified modal does not need to be styled again when it needs to be used. Only content passed inside the modal needs to be styled. Can pass flags such as hasCloseBtn to automatically add a close button to the top right, isDark to make the modal background dark and textAlign to set alignment. Most modals have been adapted to use the unified modal
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
2020-08-24 12:36:18 +05:30
Soumya Ghosh Dastidar
e4064e8523
Updating Makefile and circleci config to use lint( #1826 )
...
- Added linting and depcheck for frontend
- Throws error for all linting and dependency failures
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
2020-08-21 09:46:37 +05:30
Soumya Ghosh Dastidar
c418849e7e
Added Workflow Logs to workflow-agent ( #1895 )
...
- Adds workflow logs to the workflow-agent
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
2020-08-20 15:13:02 +05:30
Soumya Ghosh Dastidar
7e321a7481
Added Probe data to agent, created frontend Local dev setup ( #1892 )
...
- Adds experiment probe success percentage to DB
- Adds local dev setup, removes the need to manually change the IP in config
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
2020-08-19 15:22:26 +05:30
Sayan Mondal
99c1a6f4ea
chore(litmus-portal): Remodelled the Code Structure of Litmus Portal Frontend ( #1888 )
...
* changing the code structure of litmus-portal for further updates. It reduces the number of components used and breaks the non-reusable components into sections
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
2020-08-18 20:36:55 +05:30
Raj Babu Das
352f8c6ae9
moving commits from litmus-portal to master ( #1872 )
...
* Moving commits from litmus-portal-dev branch to litmus-portal (#1689 )
* added litmus-portal base code for frontend and backend, also modified the gitignore files of both projects to be a common file (#1588 )
Signed-off-by: arkajyotiMukherjee <arkajyoti31@gmail.com>
* Litmus portal dev (#1592 )
* added the loginpage, hompage, reliablity scores page and the custom components
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Added dummy routes to check loginpage and homepage
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Added icons for loginpage and homepage
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Added Sidebar (#1595 )
* Added sidebar
Signed-off-by: Saranya-jena <saranyajena29@yahoo.com>
* Minor corrections
Signed-off-by: Saranya-jena <saranyajena29@yahoo.com>
* minor css changes
Signed-off-by: Saranya-jena <saranyajena29@yahoo.com>
* Adding graphql server to litmus portal
Signed-off-by: Raj Das <raj.das@mayadata.io>
* minor fix
Signed-off-by: Raj Das <raj.das@mayadata.io>
* CI/CD Setup
Signed-off-by: gdsoumya <gdsoumya@gmail.com>
* CI/CD Setup
Signed-off-by: gdsoumya <gdsoumya@gmail.com>
* Updated the Makefile
Signed-off-by: gdsoumya <gdsoumya@gmail.com>
* Adding push script to Makefile (#1602 )
Signed-off-by: Raj Das <raj.das@mayadata.io>
Adding push script to Makefile
* Changes made according to the base layout and added new components (#1603 )
* added the loginpage, hompage, reliablity scores page and the custom components
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Added dummy routes to check loginpage and homepage
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Added icons for loginpage and homepage
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Added the custom back and next button
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Made changes according to base layout and created few separate components
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Added ToggleButton for pass/fail and Customized linear progressbar
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* minor css changes
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Added the new icons and updated the sidebar and homepage
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Changes made in custom modal
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Adding graphql subscriber client to the litmus-agent (#1606 )
Signed-off-by: Raj Das <raj.das@mayadata.io>
* chore(litmus-portal): Adding workflow Cluster and Modal (#1593 )
* Workflow cluster and Finish Modal
Signed-off-by: Oum kale <oum.kale@mayadata.io>
* chore(litmus-portal): Adding Dockerfile for subscriber client and adding dockerops to Makfile (#1617 )
* Adding dockerfile for the subscriber client
Signed-off-by: Raj Das <raj.das@mayadata.io>
* Added linting with eslint, prettier, airbnb SG and typescript; added scripts for linting and formatting; added husky and precommit hooks; formated all components to the new SG (#1633 )
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* chore(litmusportal): Modifying bettercodehub for the litmusportal (#1646 )
* Modifying bettercodehub for the litmusportal
Signed-off-by: Raj Das <raj.das@mayadata.io>
* Adding k8s-manifest for the litmusportal (#1644 )
Signed-off-by: Raj Das <raj.das@mayadata.io>
* Added Better CI (#1657 )
* Added Better CI
Signed-off-by: gdsoumya <gdsoumya@gmail.com>
* initial commit building auth server (#1653 )
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* Spacing, custom slider fixes and addition of tooltips in workflow screens. (#1651 )
* Fixed spacing issues and removed extra inline styling
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Added verify and commit screen (#1639 )
* Added verify and commit screen
Signed-off-by: Saranya-jena <saranyajena29@yahoo.com>
* updated(Community Page): Created Basic Community Layout and updated InfoFilled Component + Modified formatCount Utility (#1649 )
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* Adding mongodb manifest (#1663 )
Signed-off-by: Raj Das <raj.das@mayadata.io>
* docker ops related to authentication submodule (#1662 )
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* chore(litmus-portal): Modifying circleci manifest and formatting litmus portal auth (#1669 )
* Modifying circleci and Makefile
Signed-off-by: Raj Das <raj.das@mayadata.io>
* [CodeFactor] Apply fixes (#1675 )
Co-authored-by: codefactor-io <support@codefactor.io>
* Authdeploy (#1674 )
* Modifying k8s manifest
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
Co-authored-by: Arkajyoti Mukherjee <32966391+arkajyotiMukherjee@users.noreply.github.com>
Co-authored-by: Amit Kumar Das <40661238+amityt@users.noreply.github.com>
Co-authored-by: Saranya-jena <Saranya.jena@mayadata.io>
Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com>
Co-authored-by: gdsoumya <gdsoumya@gmail.com>
Co-authored-by: OUM NIVRATHI KALE <oum.kale@mayadata.io>
Co-authored-by: Sanjay Nathani <50315249+Sanjay1611@users.noreply.github.com>
Co-authored-by: Sayan Mondal <sayan.mondal@mayadata.io>
Co-authored-by: codefactor-io[bot] <47775046+codefactor-io[bot]@users.noreply.github.com>
Co-authored-by: codefactor-io <support@codefactor.io>
* chore(litmus-portal): Adding redux setup for the frontend (#1699 )
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* (feat auth): Redirection and Namespace (#1698 )
* minor bug fix related to redirect issue
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* Welcome Modal and workflow issues fixed (#1697 )
Signed-off-by: Oum Kale <oum.kale@mayadata.io>
* Updating details filled in jwt token (#1704 )
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* chore(litmus-portal): Updating the loginpage and homepage (#1705 )
* Updated the loginpage and homepage
Signed-off-by: amityt <amitkumar.das@mayadata.io>
* Updated redux for GeoCountry Data (#1712 )
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* Updated Nginx Config (#1703 )
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* chore(litmus-portal): Added description in loginpage (#1714 )
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* chore(litmus-portal): City wise Users Geo Map and Country Wise Users Geo Map - Community Page (#1719 )
* City wise Users Geo Map and Country Wise Users Geo Map
Signed-off-by: Oum Nivrathi kale <oum.kale@mayadata.io>
* chore(litmus-portal): added(Cypress Unit Test + Recent Workflow Components), Passed VS Failed, Custom Stepper(Updated), Semi Circular Progress Indicator (#1710 )
* added(Cypress Unit Test + Recent Workflow Components): Passed VS Failed, Custom Stepper(Updated), Semi-Circular Progress Indicator
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* (litmus-portal): Added header and related components. (#1723 )
* Added header and related components.
Signed-off-by: ishangupta-ds <ishan.gupta@mayadata.io>
* handling cors error (#1726 )
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* handling cors issue for errors (#1727 )
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* Modifying README.md (#1738 )
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* chore(litmus-portal): Auth integration (#1731 )
* User Redux Setup and Lock file Update
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* User Redux Setup and Lock file Update
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* Auth Integration Complete
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* Updated Community Endpoint
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* Update cookies.ts
* Update PasswordModal.tsx
* chore(litmus-portal): Refactoring components + added routes to homepage and blog (#1737 )
* Refactoring components + added routes to homepage and blog
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Adding litmus namespace to k8s-manifest and fixing the readme (#1739 )
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* Modal refactoring (#1740 )
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* adding default username and password in readme (#1742 )
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* Added time-series plots with minor redux update for integration. (#1746 )
Signed-off-by: ishangupta-ds <ishan.gupta@mayadata.io>
* chore(litmus-portal): Code refactoring (#1744 )
* fixed rendering issue in city maps and other minor fixes
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* removed unnecessary files
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* now login page shows error with wrong credentials; some lint config change for ternary operators and changes themes file (code reorganization)
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* refactored maps, login page and other small chnages in components
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* plots are centered and binary switch has rem values
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* chore(litmus-portal): Fixed the switcher in Reliability Page, added changes in LoginPage Components and made some important refactors (#1750 )
* Fixed the switcher bug in Result Modal
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* chore(litmus-portal): Adding agent to litmus portal's subscriber and few more changes to IGC (#1758 )
* Adding agent to litmus portal's subscriber and few more changes to IGC
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* chore(litmus-portal): Community Page and Time Series Plot Refractor. (#1759 )
* Community Page and Time Series Plot Refractor.
Signed-off-by: ishangupta-ds <ishan.gupta@mayadata.io>
* chore(litmus-portal): Modified Welcome Modal and Refactored InputField (#1776 )
* Updated Welcome Modal
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* Workflow cluster Refactoring (#1754 )
Signed-off-by: Oum Nivrathi kale <oum.kale@mayadata.io>
* chore(litmus-portal): Added Self-Deployer (#1779 )
* Addeing self-Deployer microservice
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* using gin-gonic and input json (#1766 )
* using gin-gonic and input json
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* changed login post req from formdata to json
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* updating dependencies
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
Co-authored-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* Added the GraphQL Schema for Code Generation. (#1794 )
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
* chore(litmus-portal): Header and BreadCrumbs Refractor. (#1760 )
* Header and BreadCrumbs Refractor
Signed-off-by: ishangupta-ds <ishan.gupta@mayadata.io>
* chore(litmus-portal): Updated GQL Sever (#1771 )
* Updated GQL Sever to handle Cluster-Registration
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* Adding members approval to 2 (#1796 )
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* Refactoring agent to use graphql server directly (#1782 )
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* fixing auth mongo connection
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* CSS changes (#1798 )
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* Button issue Fixed (#1805 )
Signed-off-by: Oum Nivrathi kale <oum.kale@mayadata.io>
* chore(litmus-portal): ChooseWorkflow Screen with required models and actions. (#1810 )
* ChooseWorkflow Screen with required models and actions.
Signed-off-by: ishangupta-ds <ishan.gupta@mayadata.io>
* chore(litmus-portal): added setup for gql query, subscription and in-memory cache (#1820 )
* added setup for gql query, subscription and in-memory cache
Signed-off-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
* chore(litmus-portal): Tune workflow screen and workflow page integration. (#1812 )
* Tune workflow screen and workflow page integration.
Signed-off-by: ishangupta-ds <ishan.gupta@mayadata.io>
* Refactoring graphql-server (#1815 )
Changes-
1. Changing GetCluster function to use findOne operation instead of find
2. Generalize some function
3. Refactor the directory structure.
4. Changing the name of some env variable to some meaningful names
5. Generating resolvers for the Workflow schema
6. Adding a function to instantiate stateData struct
ref- https://github.com/litmuschaos/litmus/blob/litmus-portal/litmus-portal/backend/graphql-server/pkg/data-store/store.go#L10
7. Separating mongodb struct from gql struct.
8. Making UpdateCluster and UpdateClusterData more generic.
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* Minox Fix for Cypress and Refactored the unit tests. (#1831 )
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
* Updated Welcome Modal(Auth + JSON body) (#1835 )
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* Account settings (#1832 )
* updated repo
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* chore(litmus-portal): Design Refactoring + Cypress Code Coverage Fix (#1808 )
* Design Refactoring + Workflow Chart Added + Cypress Code Coverage Fix
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* Removed the unused dependencies. (#1836 )
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
* chore(litmus-portal): Added Workflow Agent Operations to GQL Server (#1841 )
* Added GQL Operations for Workflow Agent
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* ESLint Refactor + Removed babel-eslint + Updated prettier settings (#1855 )
Modified ESLint and changed the envs, removed babel-eslint since we are using @typescript-eslint/parser already, updated prettier config to accommodate code and comment upto 100 lines now.
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* (litmus-portal): Adding chaosworkflowAPI to GQL server and few more refactors (#1856 )
Adding ChaosWorkflowAPI
Adding ArgoCRDs and controller to subscriber manifest
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* State management of Workflow Scheduling Screens and Some Refactoring done. (#1859 )
* State management of Workflow scheduling screens and some refactoring added.
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
* Refactored the unit tests for refactored components.
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
* Some minor changes done.
Signed-off-by: Vedant Shrotria <vedant.shrotria@mayadata.io>
Co-authored-by: Ishan Gupta <ishan.gupta@mayadata.io>
Co-authored-by: Saranya Jena <Saranya.jena@mayadata.io>
* Typo fix in FinishModal (#1860 )
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
* Adding get cluster details api (#1863 )
- Adding get cluster details GQL API
- Schema addition of getCluster query
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* chore(litmus-portal): usermanagement functionality (#1866 )
This PR consists of the following changes
- update password
- logout functionality
- resets password
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* (feat usermanagement): Usermanage (#1865 )
* project ans user API
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* removing unneeded schemas
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* chore(litmus-portal): Workflow dashboard layout and a separate route for create workflow (#1844 )
Added the workflow dashboard layout, workflow table and a separate route for creating a workflow.
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* chore(litmus-portal): Added Workflow Agent (#1818 )
- Adding Workflow Agent
- Workflow Agent updates the GQL server about the workflow runs
Signed-off-by: Soumya Ghosh Dastidar <gdsoumya@gmail.com>
* Rebasing litmus portal from master (#1868 )
* (chore): update schematic representation of litmus arch (#1589 )
* (chore): update schematic representation of litmus arch
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* (refactor)demo: add an updated demo video
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* (chore)governance: update maintainer email IDs (#1599 )
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* (chore)content: add folder to discuss chaos engg (#1619 )
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* Update the backlog in Roadmap with IO-Chaos
* Stopped CircleCi Build for master branch (#1625 )
* Stopped CircleCi Build for master
Signed-off-by: gdsoumya <gdsoumya@gmail.com>
* Update config.yml
* Update config.yml
* Update config.yml
* Update config.yml
* Update config.yml
* (chore)roadmap: add backlog item on chaos workflows for application benchmarks (#1626 )
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* Adding cncf sandbox logo in README.md (#1600 )
* Adding cncf sandbox logo in README.md
Signed-off-by: Raj Das <raj.das@mayadata.io>
* Adding CNCF main logo
* Minor fix
* Update README.md
* (chore)ci: inhibit push of ansible-runner image from litmus (#1660 )
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* (chore)releases: update releases doc (#1683 )
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* fix:- Community Slack url redirection to kubernetes slack litmus (#1696 )
Signed-off-by: ashishjain <ashish.jain@mayadata.io>
* Added slack and youtube badges and fixed a typo in community resources section in README (#1711 )
Signed-off-by: Amit Kumar Das <amitkumar.das@mayadata.io>
* Change multiple line Heading into Single one (#1716 )
* Readme minor change
Signed-off-by: ajeshbaby <ajesh.baby@mayadata.io>
* Readme minor change
Signed-off-by: ajeshbaby <ajesh.baby@mayadata.io>
* Readme minor change
Signed-off-by: ajeshbaby <ajesh.baby@mayadata.io>
* (chore)releases: update release doc (#1747 )
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* Copy docs folder from pages repository to litmus as part of pages repository deprecation (#1681 )
* Copy docs folder from pages repository to litmus
Signed-off-by: Jasstkn <jasssstkn@yahoo.com>
* Change company for Maria Kotlyarevskaya (#1777 )
Signed-off-by: Jasstkn <jasssstkn@yahoo.com>
* Sync litmus docs folder with pages docs folder (#1778 )
* Sync litmus docs folder with pages docs folder
Signed-off-by: Jasstkn <jasssstkn@yahoo.com>
* Update index.html
Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>
* Set theme jekyll-theme-cayman
* Remove pages repo from litmus (#1781 )
Signed-off-by: Jasstkn <jasssstkn@yahoo.com>
* (chore)demo: add a demo application for litmus (#1784 )
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* Added code changes for cluster and service use cases on chaostoolkit (#1795 )
* Changes for chaostoolkit
* (refactor): unset app instance specific env
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* added k8 library
* rename to right folder as chaostoolkit
* restructure the files to align for chaostoolkit
* Added support for Reporting
* organised the cluster and service level chaos
Signed-off-by: Sumit Nagal <sumit_nagal@intuit.com>
Co-authored-by: ksatchit <karthik.s@mayadata.io>
* feat(admin-rbac): Adding node update permission in admin-rbac (#1804 )
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
* update(crd): updating crds and add namespaced scope superset rbac (#1819 )
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
* update(crd): updating crds and add namespaced scope superset rbac (#1827 )
Signed-off-by: shubhamchaudhary <shubham.chaudhary@mayadata.io>
* (chore)manifests: update litmus deploy manifests for 1.6.2 (#1829 )
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* Refactoring PR template (#1833 )
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* Update README.md (#1840 )
Minor updates to the README
* Update Readme (#1854 )
* Update README.md
* (chore)cleanup: remove experiment traces from litmus repo (#1867 )
Signed-off-by: ksatchit <karthik.s@mayadata.io>
* Adding push script (#1869 )
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>
Co-authored-by: Uma Mukkara <uma@mayadata.io>
Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com>
Co-authored-by: Ashish Jain <ashishjainjnp18@gmail.com>
Co-authored-by: Amit Kumar Das <40661238+amityt@users.noreply.github.com>
Co-authored-by: Ajesh Baby <ajesh.baby@mayadata.io>
Co-authored-by: Maria Kotlyarevskaya <jasssstkn@yahoo.com>
Co-authored-by: sumit Nagal <sumit_nagal@intuit.com>
Co-authored-by: Shubham Chaudhary <shubham.chaudhary@mayadata.io>
Co-authored-by: prithvi1307 <52114109+prithvi1307@users.noreply.github.com>
* multi stage docker build (#1870 )
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* [CodeFactor] Apply fixes
* Minor fix to the k8s-manifest(#1873 )
Signed-off-by: Raj Babu Das <raj.das@mayadata.io>
* User management (#1839 )
* comment improvements
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* Added user management tab
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* Code improvements
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* minor changes
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* mutation string for create user
Signed-off-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
* Added GET_USER Modal check
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* backend integration
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* backend integration
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* Updated use Effect hook call in Homepage
Signed-off-by: Sayan Mondal <sayan.mondal@mayadata.io>
* Backend integration of create,edit,login and fetch user details
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* minor modifications
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* minor change
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* minor change
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
* minor additions
Signed-off-by: Saranya-jena <saranya.jena@mayadata.io>
Co-authored-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
Co-authored-by: Sayan Mondal <sayan.mondal@mayadata.io>
Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com>
Co-authored-by: Arkajyoti Mukherjee <32966391+arkajyotiMukherjee@users.noreply.github.com>
Co-authored-by: Amit Kumar Das <40661238+amityt@users.noreply.github.com>
Co-authored-by: Saranya-jena <Saranya.jena@mayadata.io>
Co-authored-by: Soumya Ghosh Dastidar <44349253+gdsoumya@users.noreply.github.com>
Co-authored-by: gdsoumya <gdsoumya@gmail.com>
Co-authored-by: OUM NIVRATHI KALE <oum.kale@mayadata.io>
Co-authored-by: Sanjay Nathani <50315249+Sanjay1611@users.noreply.github.com>
Co-authored-by: Sayan Mondal <sayan.mondal@mayadata.io>
Co-authored-by: Ishan Gupta <ishan.gupta@mayadata.io>
Co-authored-by: arkajyotiMukherjee <arkajyoti.mukherjee@mayadata.io>
Co-authored-by: VEDANT SHROTRIA <40681425+Jonsy13@users.noreply.github.com>
Co-authored-by: Sanjay Nathani <sanjay.nathani@mayadata.io>
Co-authored-by: Karthik Satchitanand <karthik.s@mayadata.io>
Co-authored-by: Uma Mukkara <uma@mayadata.io>
Co-authored-by: Ashish Jain <ashishjainjnp18@gmail.com>
Co-authored-by: Ajesh Baby <ajesh.baby@mayadata.io>
Co-authored-by: Maria Kotlyarevskaya <jasssstkn@yahoo.com>
Co-authored-by: sumit Nagal <sumit_nagal@intuit.com>
Co-authored-by: prithvi1307 <52114109+prithvi1307@users.noreply.github.com>
2020-08-15 20:01:13 +05:30