lohit
f5a4525161
fix: stringify response data is not a string ( #3155 )
2024-09-21 11:26:38 +05:30
Sitaram Rathi
d7ff4e7ee0
added generate code button in query url bar ( #3099 )
2024-09-21 09:31:38 +05:30
Sanjai Kumar
637e53421e
Feat/api key auth ( #2478 )
...
* feat: Added ApiKeyAuth component
* feat: Add support for API Key authentication
- Added the ApiKeyAuth component to handle API Key authentication mode.
- Updated the AuthMode component to include an option for API Key authentication.
- Updated the collections schema to include validation for API Key authentication.
- Updated the collectionsSlice to handle API Key authentication in the Redux store.
* refactor: input value handlers
- Removed the separate handleKeyChange, handlePlacementChange and handleValueChange functions and consolidated them into handleAuthChange.
* feat: Update prepare-request to handle API Key authentication in query parameters
* refactor: handling the queryparams placement api key values in the ConfigureRequest function
* refactor: added collection level api key auth
* refactor: updated collection export function
* refactor: add default placement for API key authentication in ApiKeyAuth component
* refactor: add default placement for API key authentication in ApiKeyAuth component in CollectionSettings
* refactor: update generateAuth function to handle API key authentication in postman collection exporter
* refactor: fix typo in API key placement for collection export
* Made minor changes in the logic.
* Updated the importers for postman to handle new auth type.
2024-09-20 17:28:53 +05:30
Pragadesh-45
b60c799645
fix: accessibility issue in side bar's footer ( #3130 )
...
* fix: accessibility issues in side bar footer icons
* small accessibility changes & formatting
* chore: fixed misspell
* chore: code cleanup
* added proper aria-labels and added with the footer as `ul`
* chore: code cleanup
---------
Co-authored-by: Shrilakshmi Shastry <shrilakshmi.shastry@smallcase.com >
2024-09-20 14:22:12 +05:30
Anoop M D
89c8956523
release: v1.29.1
2024-09-19 01:28:04 +05:30
lohit
07baa63e9d
fix: validate docs links ( #3122 )
...
* fix: validate docs links
* fix: only allow external urls, ignore filesystem paths
* fix: updates
* chore: revert spacing
2024-09-18 17:02:39 +05:30
Théo D
938e0560a2
fix: handle case of text when invalid JSON ( #3119 ) ( #3120 )
...
* fix: handle case of text when invalid JSON (#3119 )
* don't stringify if json is invalid, and maintain indentation if stringified
* stringify check
---------
Co-authored-by: lohit <lohxt.space@gmail.com >
2024-09-18 15:24:33 +05:30
Anoop M D
572c7ea2ae
release: v1.29.0
2024-09-17 17:43:52 +05:30
lohit
260996a0ce
fix: revert enter key submit logic for new request form ( #3114 )
2024-09-17 15:20:54 +05:30
lohit
4f7cefe41d
Feat/support for multiple preview modes of same response type ( #2606 )
...
* pr review changes
* collection root object in export json
* import environment updates
* tests run execution order fix for collection runs
* support for multiple preview modes of same type
2024-09-16 16:46:47 +05:30
juprem
4419634db7
feat( #1222 ): trigger modal's handleConfirm on ENTER key down ( #1223 )
...
* feat(#1222 ): trigger modal's handleConfirm on ENTER key down
* Update index.js
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-09-16 01:35:44 +05:30
Anoop M D
50d93bc249
chore: reorganized folder structure for tab icons
2024-09-16 01:00:23 +05:30
Ed Brannin
ea9111748f
Refactor: Extract CloseTabIcon, DraftTabIcon ( #1166 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-09-16 00:55:30 +05:30
anusreesubash
721d0e1e49
Improved Request Count Calculation and UI Handling in RunCollectionItem ( #2959 )
...
* Fix | properl calculates the request number for folder run
* Chore|formatted document
---------
Co-authored-by: Anusree Subash <anusree@usebruno.com >
2024-09-16 00:33:15 +05:30
Anoop M D
3dfb27d447
feat: display shell code exporter at the top
2024-09-16 00:12:36 +05:30
Huynh Tien
7dd639192c
Support more languages in Generate Code ( #2991 )
...
* generate languages for all targets
* change target client name
* add scroll bar
* remove debug log
2024-09-16 00:06:06 +05:30
Anoop M D
e680d0d71d
env variables view: scroll only when form is dirty
2024-09-15 23:59:49 +05:30
Anoop M D
1057f54f2f
chore: fixed lint issue
2024-09-15 23:54:07 +05:30
Anoop M D
d971aa9596
chore: fixed lint issue
2024-09-15 23:53:32 +05:30
Sanjai Kumar
3d5ae98e04
Improved the Environments modal with accessibility fixes ( #2153 )
2024-09-15 23:50:58 +05:30
Pragadesh-45
8856e8ec71
fix cursor position restoration after URL trimming ( #3087 )
2024-09-15 00:08:35 +05:30
Harshmeet Singh
9614ab069f
fix: cursor jump to start ( #3082 )
...
Co-authored-by: maxdiplogit <maxdiplo@Harshmeets-MacBook-Air.local >
2024-09-13 11:52:22 +05:30
Pragadesh-45
a08573f120
Feature/use focus trap ( #3075 )
...
* addded tab order for modal elements
* fixed Tab Order
* feat: Add useFocusTrap hook for managing focus within modals
* chore: improvements
* chore: removed console log
---------
Co-authored-by: Srikar <srikar.y.12@gmail.com >
Co-authored-by: srikary12 <121927567+srikary12@users.noreply.github.com >
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-09-13 11:42:55 +05:30
Pragadesh-45
776866b3b4
style: added bottom border for Table component ( #3078 )
2024-09-13 11:12:38 +05:30
chrisn
9a57f3870f
fix: add hints of 'bru' object for 'getFolderVar' and 'getCollectionVar' methods ( #3062 )
...
Co-authored-by: Chris Nagel <mail@chrisnagel.de >
2024-09-12 11:33:06 +05:30
Pragadesh-45
98a7aa1357
fix: middle button click to close - SpecialTab and RequestTabNotFound tab ( #3044 )
2024-09-11 11:25:34 +05:30
Dawood F.K Morris
087bab6fb4
feat: display raw query response unformatted for readability ( #2272 )
...
* feat: display raw query response unformatted for readability
* chore: improved response json parsing
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-09-11 11:19:17 +05:30
Sanjai Kumar
0b4e9e7640
Now the special characters in the search value are escapec before constructing the regexp. ( #3057 )
2024-09-11 10:52:11 +05:30
zachary-berdell-elliott
1c0ff13483
Added a more descriptive error message on create and clone collection. ( #3046 )
...
* Added a more descriptive error message on create and clone collection.
* Using - instead of :
2024-09-06 15:21:10 +05:30
Pragadesh-45
2191550061
Feat table resize and reorder ( #2641 )
...
* feat-Table-resize-and-Reorder
* feat-Table-resize-and-Reorder
* feat-Table-resize-and-Reorder/fixed-table-resize-update
2024-09-05 12:19:36 +05:30
Adrian Riedel
4bd31fb083
feat( #2265 ): Support GraphQL variables formatting ( #2267 )
...
* feat: support GraphQL variables formatting
* Update index.js
* revert codeeditor component changes
* revert codeeditor component
---------
Co-authored-by: lohit <lohxt.space@gmail.com >
2024-09-05 02:57:28 +05:30
Anoop M D
a10e6ee858
release: v1.28.0
2024-09-04 17:56:22 +05:30
Anoop M D
cb395e7649
Collection Variables Support ( #2963 ) ( #3018 )
...
Support for Collection Variables
---------
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
Co-authored-by: lohit <lohxt.space@gmail.com >
2024-09-03 21:18:38 +05:30
Anoop M D
2a93a6fa65
feat: content indicator for request docs
2024-09-03 20:16:50 +05:30
lohit
b102898709
fix: multipart timeline ( #3008 )
...
* Update package.json
* Update package.json
* Update package.json
* Update package.json
* fix: multipart timeline
* revert jest command
2024-09-03 17:29:51 +05:30
Anoop M D
c5c343c543
feat: update proxy implementation in preferences ( #2977 )
2024-08-30 15:22:06 +05:30
lohit
c1ec95dc29
fix: option to toggle on/off system proxy env variables ( #2724 )
...
fix: option to toggle on/off system proxy env variables
2024-08-30 11:44:29 +05:30
Pragadesh-45
4726f5008e
style chore: make delete div bg important ( #2949 )
2024-08-29 10:43:32 +05:30
Anoop M D
091b02c2c3
release: v1.27.0
2024-08-28 15:10:28 +05:30
Pragadesh-45
600940226c
Feat/icon tooltip ( #2812 )
...
* comp-rename Tooltip to InfoTip (fbu)
* fix: additional func InfoTip
* ToolHint component
* toolhint intg collectiontoolbar
* toolhint intg notifications
* toolhint intg sidebar
* chore: update infotip for path params
* chore: update infotip for path params
2024-08-27 18:36:59 +05:30
Max Bauer
ee7f886c03
feat: adjust code editor font size ( #2204 )
...
* add font-size setting for code editor
* add code font size to remaining editors
* align font-size after font-family
* changed default font size to 14
* fixed className typo
* set inherit mode if unset
* add code font size schema validation
* add font size to folder settings
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-08-27 18:26:58 +05:30
Mateusz Pietryga
a38d09a117
feat: Store client certificate paths in collection settings as relative to collection and display them the UI. ( #2421 )
...
#2420
2024-08-27 16:09:19 +05:30
Anoop M D
25ccb38202
chore: fix lint issue
2024-08-27 14:21:41 +05:30
Anoop M D
9e5148f032
fix( #2767 ): Fix serilization issues of bigint in json body ( #2773 )
...
Fix serilization issues of bigint in json body
---------
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2024-08-27 14:12:56 +05:30
Pragadesh-45
4ddccefee3
fix: multiple tab collection level settings ( #2905 )
...
* added isFolderSettingsOpenedInTabs logic
2024-08-27 11:51:19 +05:30
Timon
cf02ea2572
feat: Replace dictonary i18n with react-i18next ( #2915 )
2024-08-26 11:09:50 +05:30
zachary-berdell-elliott
9343f1e070
Bugfix/request body value cutoff ( #2917 )
...
* Changed display: contents to display: block to fix bug with text cutoff in multipart form and form url encoded request bodies.
* Changed display: contents to display: block to fix bug with text cutoff in multipart form and form url encoded request bodies.
2024-08-26 11:06:33 +05:30
Anoop M D
d000625c39
release: v1.26.2
2024-08-26 00:47:39 +05:30
lohit
4bdbfb5c0c
fix: safe mode validations ( #2912 )
2024-08-24 14:29:43 +05:30
Anoop M D
5ae3f0e75a
fix: revert pr #1121 - back to jsonlint
2024-08-24 02:13:13 +05:30