Skip to content
Snippets Groups Projects
  • Alexander Kiselev's avatar
    a9a1a49c
    Create HTTP Actions (#23755) · a9a1a49c
    Alexander Kiselev authored
    
    * add tailwind
    
    * fix some tailwind css classes
    
    * first pass at create HTTP actions view
    
    * editable action name
    
    * add api func with react-query
    
    * bad refactor
    
    * clean up hook and props
    
    * added description
    
    * wip params implementation
    
    * entity loader
    
    * fixed some bugs, started removing tailwind, and added uncommitted params
    
    * fix first card assumption
    
    * Add link to `/action/create` to the "New" menu
    
    * Use `"query"` action type
    
    * Temporary disable "Query" action editor tab
    
    * Properly pass HTTP action `parameters` to the BE
    
    * Wire up HTTP action execution
    
    * Fix linter warnings
    
    * bug fix for emitter id issue and added toast
    
    * fix parameter name capitalization
    
    * fix headers
    
    * stringify body
    
    * formatting
    
    Co-authored-by: default avatarAnton Kulyk <kuliks.anton@gmail.com>
    Create HTTP Actions (#23755)
    Alexander Kiselev authored
    
    * add tailwind
    
    * fix some tailwind css classes
    
    * first pass at create HTTP actions view
    
    * editable action name
    
    * add api func with react-query
    
    * bad refactor
    
    * clean up hook and props
    
    * added description
    
    * wip params implementation
    
    * entity loader
    
    * fixed some bugs, started removing tailwind, and added uncommitted params
    
    * fix first card assumption
    
    * Add link to `/action/create` to the "New" menu
    
    * Use `"query"` action type
    
    * Temporary disable "Query" action editor tab
    
    * Properly pass HTTP action `parameters` to the BE
    
    * Wire up HTTP action execution
    
    * Fix linter warnings
    
    * bug fix for emitter id issue and added toast
    
    * fix parameter name capitalization
    
    * fix headers
    
    * stringify body
    
    * formatting
    
    Co-authored-by: default avatarAnton Kulyk <kuliks.anton@gmail.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using yarn. Learn more