Beedhan
b74922c8f3
bugfix:sidebar moving when code generator modal is opened
2023-10-02 14:02:54 +05:45
Beedhan
3d0c9cc0ae
feat:added code generator to http-requests
2023-10-02 13:58:25 +05:45
Anoop M D
1804454ff0
chore: bump version v0.16.6
2023-10-02 05:26:47 +05:30
Anoop M D
3c710120b9
Merge pull request #274 from lared/bugfix/drag-and-drop-ordering
...
fix(#154 ): correct ordering during drag-and-drop
2023-10-02 04:48:43 +05:30
Anoop M D
fcc12fb089
fix( #251 , #265 ): phantoms folders fix on rename/delete needs to be run only on windows
2023-10-02 04:17:35 +05:30
Anoop M D
3d8dee944f
Merge pull request #266 from not-known-person/fix-251-265
...
fixed issue-#251-&-#265,
2023-10-02 04:03:31 +05:30
Anoop M D
78e5cd3c03
Merge pull request #264 from Its-treason/bugfix/insomnia-import-name-collision
...
fix(#257 ): Name collision during Insomnia collection import
2023-10-02 03:37:40 +05:30
Its-treason
26d99c7aee
fix( #257 ): Name collision during Insomnia collection import
2023-10-01 23:47:43 +02:00
not-known-person
b83da46f12
added feat/-#220
2023-10-01 21:01:39 -04:00
not-known-person
cf6ec4e84f
fixed issue-#251-&-#265
2023-10-01 15:22:05 -04:00
Michał Szymborski
978d810473
fix( #154 ): correct ordering during drag-and-drop
...
When dragging and dropping items, to delay changing sequence numbers
until after all the resource-dependent logic has completed, we were
relying on the order of children in redux store (which we then converted
into new seq numbers).
This order of children was however not updated when sequence numbers
changed (for example due to file watch changes). This resulted in a
seemingly random drag-and-drop ordering, which in fact was linked to the
initial order when the collection was loaded.
This change sorts all the items by sequence number prior to reordering,
so that those random jumps no longer happen. As this happens on a deep
clone of the collection, no data gets hurt in the process.
fixes #154
2023-10-01 21:09:11 +02:00
Beedhan
cedcd2cf35
Revert "fix: folder showing after deleting"
...
This reverts commit ce9cdc5293
.
2023-10-02 00:00:03 +05:45
Beedhan
ce9cdc5293
fix: folder showing after deleting
2023-10-01 23:55:39 +05:45
Anoop M D
e83c2da798
chore: version bumped to v0.16.5
2023-10-01 02:17:28 +05:30
Anoop M D
39f148267e
Merge pull request #262 from mirkogolze/feature/about-window
...
#203 #254 #231 add icon to asar content, change styling to allow copying the content
2023-10-01 01:51:32 +05:30
Mirko Golze
f4f093d4db
#203 #254 #231
...
add icon to asar content, change styling to allow copying the content
2023-09-30 21:56:21 +02:00
Anoop M D
3c4ef2f2df
Merge pull request #256 from brahma-dev/main
...
Ensure that adjacent variables are rendered in separate spans.
2023-10-01 00:19:46 +05:30
Anoop M D
e39975cb3c
Merge pull request #259 from sadn1ck/fix/gql-docs-build-error
...
fix(graphql-docs/build): rollup error thrown during build
2023-10-01 00:12:12 +05:30
Anoop M D
b767ccd063
Merge pull request #260 from Its-treason/feature/update-create-collection-form
...
feat: Update create collection form
2023-09-30 22:09:54 +05:30
Andy Piper
6695d90609
Remove rogue apostrophes and capitalise API in text.
...
Signed-off-by: Andy Piper <andypiper@users.noreply.github.com>
2023-09-30 15:37:45 +01:00
Its-treason
5c79282a1b
feat: Update create collection form
...
- Remove Name tooltip
- Update Folder Name tooltip
- Move Folder Name input under location
- Update Folder Name validation
- Now only allow characters for valid system folder names
- Update label htmlFor ids to input ids
2023-09-30 14:35:37 +02:00
Anik Das
64019f8ecf
fix(graphql-docs/build): rollup error thrown during build
...
- during the dts transformation, the css import was not recognized, hence marking it as external in the dts transform didn't throw the error
- "extract: true" in postcss plugin makes sure it gets extracted to the final bundle as well
Signed-off-by: Anik Das <anikdas0811@gmail.com>
2023-09-30 09:49:02 +05:30
Brahma Dev
4c89f31934
Decrease likelihood of any unintentional classname clash.
2023-09-29 21:58:46 +00:00
Brahma Dev
1c53ce91f0
Ignore the randomly generated classname.
2023-09-29 21:42:15 +00:00
Brahma Dev
0b83fbb7ce
Add a randomly generated classname to each variable so that CodeMirror does not merge adjacent variables into the same SPAN.
2023-09-29 21:41:54 +00:00
Anoop M D
08ceed86a8
chore: bump version to v0.16.4
2023-09-30 02:48:20 +05:30
Anoop M D
f99918d725
fix( #229 ): fixed handling of non-JSON/XML content types
2023-09-30 02:44:30 +05:30
Anoop M D
1877dd858e
chore: remove unused var
2023-09-30 02:42:10 +05:30
Anoop M D
acff0c379e
fix( #236 ): insomnia import fix
2023-09-30 02:24:31 +05:30
Anoop M D
a849e4fb7b
Merge pull request #255 from Its-treason/bugfix/create-collection-modal-validation
...
Bugfix: Create collection modal validation
2023-09-30 01:53:32 +05:30
Anoop M D
613699fb69
fix( #248 ): gracefully abort cm header hint when word match fails
2023-09-30 01:44:54 +05:30
Anoop M D
0c4ba71922
feat( #229 ): added error boundary to capture error trace and allow users to continue using the app
2023-09-30 01:32:05 +05:30
Its-treason
d346bb00eb
Merge branch 'main' into bugfix/create-collection-modal-validation
2023-09-29 21:45:01 +02:00
Its-treason
8bb57aa41d
fix: location validation in create collection form
2023-09-29 21:44:37 +02:00
Alex Costinescu
742d69b03c
Re-added missing https require statement.
2023-09-29 15:37:39 +02:00
Alex Costinescu
0e3bc62d9d
Changed proxied requests to use https-proxy-agent to handle TCP tunneling.
2023-09-29 15:24:13 +02:00
Brahma Dev
a02d2b9c58
Add standard http headers for autocomplete
2023-09-29 11:59:09 +00:00
Brahma Dev
21edfbc25a
Use Codemirror Hint feature for autocomplete
2023-09-29 11:59:01 +00:00
Thomas Pyle
4ba4d8fc27
Merge branch 'main' into bug/correct-result-reporting
2023-09-29 06:53:57 -05:00
Anoop M D
45042cd52a
Merge pull request #243 from LesageYann/feat/allow-async-tests
...
feat: allow test to be asynchrone
2023-09-29 12:42:57 +05:30
Lesage Yann
314e8c17d3
feat: allow test to be asynchrone
2023-09-29 08:55:26 +02:00
Anoop M D
69a7c0e4ce
chore: bumped release version to v0.16.3
2023-09-29 12:24:17 +05:30
Thomas Pyle
2c0ccf769c
Corrects issue when collection names in imports have slashes
2023-09-28 21:42:46 -04:00
Thomas Pyle
5f32924ddb
Adds some simple unit tests around printRunSummary
2023-09-28 20:58:25 -04:00
Thomas Pyle
9bcf56d689
Handle failed requests and reduce duplication
2023-09-28 20:42:48 -04:00
Anoop M D
0f1e330dc5
feat( #119 ): ui placeholders for basic and bearer auths
2023-09-29 02:11:04 +05:30
Gabriel Kohen
60e3f3bb6a
Make sure path string does not overflow the dialog
...
See also: #217
2023-09-28 16:22:40 -04:00
Anoop M D
51ee37cf96
feat( #119 ): bru lang support for basic and bearer auth
2023-09-29 01:35:22 +05:30
Josh Soref
7ba471f26a
spelling: serialization
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
f23dcf50a4
spelling: separator
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
00b6e007af
spelling: people
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
7313d1b4d7
spelling: occurred
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
8f803234ce
spelling: javascript
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
76a743b74e
spelling: interpreted
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
c623aa0909
spelling: header
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
3eb26834c7
spelling: github
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
64a5852227
spelling: evaluated
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
6471ca74c3
spelling: ephemeral
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 14:11:49 -04:00
Josh Soref
f77d955839
spelling: environments
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 13:24:00 -04:00
Josh Soref
9947a55b8d
spelling: bottom
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-09-28 13:24:00 -04:00
Brahma Dev
c9c675e187
Allow tabs in tablists to wrap.
2023-09-28 13:11:21 +00:00
Anoop M D
0517b2685e
fix( #233 ): bru cli fix for content header parsing issue
2023-09-28 18:31:42 +05:30
Anoop M D
5d01c0a765
chore: bump version to 0.16.2
2023-09-28 18:25:15 +05:30
Anoop M D
f3925923c9
fix( #233 ): fixed content type env var parsing issue
2023-09-28 18:24:10 +05:30
Anoop M D
6facdfd66b
chore: bump version to v0.16.1
2023-09-28 10:27:45 +05:30
Anoop M D
0f211131b1
feat( #224 ): proxy config support in collection runner
2023-09-28 10:20:31 +05:30
Anoop M D
cd3b8a948e
fix( #227 ): fixed json formatting issue
2023-09-28 10:15:54 +05:30
Anoop M D
f695036721
feat( #224 ): Bru CLI support for proxying requests
2023-09-28 05:26:09 +05:30
Anoop M D
3661fa7df3
chore: published libs
2023-09-28 05:17:59 +05:30
Anoop M D
559fcb0806
Merge pull request #225 from mirkogolze/feature/191-interpolate-header-names
...
#191 interpolate header names with variables
2023-09-28 04:38:37 +05:30
Anoop M D
d5da8a9e2f
chore: bump version to v0.16.0
2023-09-28 04:34:34 +05:30
Anoop M D
a3050db6c4
fix( #216 ): fixed issue where .env vars were not injected into bru.getEnvVar()
2023-09-28 04:32:07 +05:30
Anoop M D
c27f090583
feat( #95 ): runner runs inside a tab of a collection view
2023-09-28 04:02:20 +05:30
Anoop M D
487dd73040
fix: fixed screen crash when collection was removed
2023-09-28 03:26:13 +05:30
Anoop M D
665428a2d0
feat( #224 ): proxy support feature - gui layer
2023-09-28 03:06:53 +05:30
Mirko Golze
6a2ba0f746
try other way to retrieve icon path for about window
2023-09-27 22:39:22 +02:00
Mirko Golze
36f9902f2e
#191 interpolate header names with variables
2023-09-27 22:36:27 +02:00
Anoop M D
c0b7dad030
feat( #224 ): proxy support feature - electron layer
2023-09-28 00:58:05 +05:30
Anoop M D
8780d309ac
feat: exposing chai library in script and test runtimes
2023-09-27 23:47:56 +05:30
Anoop M D
08c1563a7a
chore: bump version to v0.15.3
2023-09-27 14:37:13 +05:30
Thomas Pyle
8df6b241bb
Adds fallback when no environments are defined
2023-09-26 19:39:46 -04:00
Anoop M D
50e0558d7d
Merge pull request #215 from Cibico99/feature/XML-Format
...
Feature/xml format
2023-09-26 22:58:33 +05:30
Anoop M D
cbb975d81d
Merge branch 'main' into feature/license_all_modules
2023-09-26 22:49:19 +05:30
Anoop M D
30ee472c40
release( #212 ): bru cli v0.9.0
2023-09-26 22:37:55 +05:30
pedward99
b814c84411
Clean Up
2023-09-26 09:22:41 -04:00
Brent Shikoski
6306ad17c3
Add license information to modules.
2023-09-25 20:57:51 -05:00
Brent Shikoski
4b800e30e4
Merge branch 'usebruno:main' into feature/add_license_to_all_cli_dependent_modules
2023-09-25 19:37:10 -05:00
Thomas Pyle
89f418a114
Adds an option to collect output from cli runs
2023-09-25 17:48:53 -04:00
pedward99
9c8ef09d01
XML Format working
2023-09-25 13:13:14 -04:00
Brent Shikoski
83d354c25c
Add license to modules the cli is dependent on.
...
- bruno-js
- bruno-lang
- bruno-query
2023-09-24 22:29:10 -05:00
Anoop M D
bb31ddc5d2
chore: release v0.15.2
2023-09-25 04:42:41 +05:30
Anoop M D
ff40178c8c
fix( #210 ): fixing bruno libraries dep issues
2023-09-25 04:41:39 +05:30
Anoop M D
1c549f7faf
fix: fixed issue related about-window dep breaking build
2023-09-25 02:54:36 +05:30
Anoop M D
eb6b75ff98
feat( #199 ): bru cli updates to load .env vars
2023-09-25 02:10:12 +05:30
Anoop M D
eb010adeac
chore: added collection variables feature note
2023-09-25 01:09:25 +05:30
Anoop M D
7e5e22cfcf
chore: release v0.15.0
2023-09-25 00:58:24 +05:30
Anoop M D
2515e78a10
feat( #200 ): req.setMaxRedirects() api
2023-09-25 00:09:29 +05:30
Anoop M D
511854369f
feat( #205 ): collection properties dropdown
2023-09-24 23:53:31 +05:30
Anoop M D
18f185d37c
chore: fixed env table styling issue
2023-09-24 23:31:48 +05:30
Anoop M D
2dadad3af0
Merge branch 'main' into feature/env-secrets
2023-09-24 23:11:45 +05:30
Anoop M D
eaa31342dc
Merge pull request #207 from mirkogolze/feature/env-secrets
...
#199 improve code to check given env vars correctly
2023-09-24 23:07:08 +05:30
Anoop M D
c4fd9d38a5
Merge pull request #208 from mirkogolze/feature/cli-env-vars
...
#199 bring feature cli overridable env vars to main
2023-09-24 23:05:19 +05:30
Anoop M D
9c4c219b99
feat( #199 ): Env Secrets - UI and Electron Layer updates
2023-09-24 23:02:39 +05:30
Mirko Golze
8e22aa2fca
#199 improve code to check given envvars correctly
2023-09-24 15:40:04 +02:00
Mirko Golze
6b9e085696
#199 small code refactoring
2023-09-24 15:39:56 +02:00
Mirko Golze
74282706aa
#199 add CLI feature to use command line parameter '--env-var secret=xzy123'
2023-09-24 15:39:51 +02:00
Mirko Golze
aa88aa73a2
#199 improve code to check given envvars correctly
2023-09-24 15:28:33 +02:00
Anoop M D
f78c1640e9
feat( #199 ): electron safeStorage util for storing secrets with aes256 fallback
2023-09-24 17:49:28 +05:30
Anoop M D
a5a17cf8eb
fix( #131 ): fixed macos ctrl+a select all issue
2023-09-24 02:47:05 +05:30
Anoop M D
c5a86cb343
feat: documentation link in app titlebar
2023-09-24 02:33:58 +05:30
Anoop M D
9b94cddc9b
Merge pull request #204 from jeffprinty/enhancement/add-about-window
...
Issue #203 Add about-window to help menu
2023-09-24 02:10:23 +05:30
Anoop M D
0a172ddce8
feat( #206 ): Collection and Env variables viewer
2023-09-24 02:07:31 +05:30
Jeff Printy
aea1cbba9e
Issue #203 Add about-window to help menu
2023-09-22 23:17:53 -05:00
Anoop M D
1c89ab3450
fix: fixed issue where vm2 instantiated objects were not being sent to renderer process
2023-09-23 03:14:27 +05:30
Anoop M D
e3ce420216
feat( #122 ): supporting process.env vars in UI and electron layer
2023-09-23 02:55:54 +05:30
Anoop M D
c91fef2264
chore: refactor electron storage related modules
2023-09-22 20:38:45 +05:30
Mirko Golze
c83fce16dc
#199 small code refactoring
2023-09-22 09:22:46 +02:00
Mirko Golze
5415e20d7e
#199 add CLI feature to use command line parameter '--env-var secret=xzy123'
2023-09-21 22:17:46 +02:00
Anoop M D
2f45b95930
feat( #199 ): bru lang updates to store environment secrets
2023-09-22 01:08:35 +05:30
Anoop M D
bd0738198c
chore( #197 ): ran prettier on packages/bruno-testbench
2023-09-22 00:44:47 +05:30
Anoop M D
9a81793151
chore( #197 ): ran prettier on packages/bruno-tauri
2023-09-22 00:44:28 +05:30
Anoop M D
88c16fa388
chore( #197 ): ran prettier on packages/bruno-schema
2023-09-22 00:43:56 +05:30
Anoop M D
f68eacfe0d
chore( #197 ): ran prettier on packages/bruno-query
2023-09-22 00:43:31 +05:30
Anoop M D
116e050987
chore( #197 ): ran prettier on packages/bruno-lang
2023-09-22 00:42:48 +05:30
Anoop M D
5af2f68252
chore( #197 ): ran prettier on packages/bruno-js
2023-09-22 00:42:14 +05:30
Anoop M D
a53dd76854
chore( #197 ): ran prettier on packages/bruno-graphql-docs
2023-09-22 00:37:51 +05:30
Anoop M D
67fe264494
chore( #197 ): ran prettier on packages/bruno-electron
2023-09-22 00:36:42 +05:30
Anoop M D
ae692dde06
chore( #197 ): ran prettier on packages/bruno-cli
2023-09-22 00:34:11 +05:30
Anoop M D
1c4c5cc0c0
feat( #122 ): Support parsing of dotenv files
2023-09-22 00:27:27 +05:30
Anoop M D
19ca1af71e
chore: release 0.14.1
2023-09-20 13:11:16 +05:30
Mirko Golze
71b18c8b21
implement fallback to search body language by content-type header
2023-09-20 08:31:23 +02:00
Anoop M D
19a7f397bb
feat( #197 ): prettier formatting on all files in packages/bruno-app
2023-09-18 13:37:00 +05:30
Mirko Golze
7d4d1573af
set content-type header only if not set by user
2023-09-18 07:12:18 +02:00
Mirko Golze
f189cb1a2e
check response type to show XML not surrounded by quotation marks and with highlighting
2023-09-16 22:24:35 +02:00
Anoop M D
c020cd94a8
chore: updated @bruno/js version in electron
2023-09-15 17:15:15 +05:30
Anoop M D
0d4f7e6a06
chore: bumped release version to v0.14.0
2023-09-14 00:25:04 +05:30
Anoop M D
f9ed68843d
feat( #190 ): Console Logs in scripts should be written into developer console
2023-09-14 00:20:04 +05:30
Anoop M D
d3a56fdc82
fix( #151 , #188 ): fixed issue where collections vars in tests were not being updated
2023-09-13 23:58:16 +05:30
Anoop M D
e6c3a5af4c
feat: refactored run single request events
2023-09-13 23:37:21 +05:30
Anoop M D
cee8073bb7
Merge branch 'main' of github.com:usebruno/bruno
2023-09-13 18:10:22 +05:30
Anoop M D
69be52cf9e
chore: electron notarization for mac
2023-09-13 18:09:59 +05:30
Anoop M D
9e400085e3
Merge pull request #187 from BrentShikoski/feature/support-custom-cacert
...
support custom cacert file
2023-09-09 13:59:05 +05:30
Brent Shikoski
b07bb67943
consistent formatting
2023-09-08 21:33:09 -05:00
Brent Shikoski
593210456a
refactor code around https.Agent for flexibility
2023-09-08 21:23:27 -05:00
Brent Shikoski
e328a4615e
cacert support through process environment vars
2023-09-08 20:56:12 -05:00
Brent Shikoski
18afb73238
support custom cacerts in electron app
2023-09-08 20:53:18 -05:00
Anoop M D
73b71e0829
release( #183 ): bruno cli v0.7.1
2023-09-07 12:31:21 +05:30
Anoop M D
4c25aa99aa
Merge pull request #183 from BrentShikoski/feature/support-custom-cacert
...
support alternative cacert file in cli
2023-09-07 12:06:13 +05:30
Anoop M D
23843b5d0a
chore: temporarily disabling mac notarization
2023-09-06 22:30:45 +05:30
Anoop M D
7fbd338fa6
feat: bru.getEnvName()
2023-09-06 20:36:55 +05:30
Brent Shikoski
1ed39a5ea6
support alternative cacert
2023-09-04 15:49:36 -05:00
Jeff Printy
74f248782b
Enable scrolling in collections sidebar #118
2023-09-04 14:21:59 -05:00
Anoop M D
99239e19b4
release bruno cli v0.7.0
2023-09-04 12:24:18 +05:30
Brent Shikoski
d0147778db
add ability to turn certificate validation off
2023-09-03 20:43:32 -05:00
Brent Shikoski
87119cee2e
add ability to turn certificate validation off
2023-09-03 20:19:56 -05:00
Anoop M D
b25d896dd6
fix( #178 ): fixed await issue while running scripts
2023-09-01 17:49:34 +05:30
Anoop M D
08495e7fb5
fix( #178 ): fixed issue in bruno cli where collection run was getting aborted for 4xx/5xx responses
2023-09-01 14:18:41 +05:30
Anoop M D
ee084696f5
chore: release v0.13.2
2023-09-01 14:17:29 +05:30
Anoop M D
aeb9fc8875
chore: release bruno packages to npm
2023-09-01 13:43:26 +05:30
Anoop M D
26a05f92cb
chore: bumped version v0.13.1
2023-09-01 00:15:14 +05:30
Anoop M D
fff7819c46
fix( #177 ): fixed issue where collection run was getting aborted after 4xx/5xx response
2023-09-01 00:13:31 +05:30
Anoop M D
1d678ee0d9
chore: bump version to 0.13.0
2023-08-31 23:03:34 +05:30
Anoop M D
fd4c188c95
feat( #177 #165 ): running tests and assertions for error responses
2023-08-30 21:35:59 +05:30
Anoop M D
97678b05fc
Merge branch 'main' of github.com:usebruno/bruno
2023-08-30 20:31:57 +05:30
Anoop M D
a1c9625aee
feat( #168 ): disable ssl option
2023-08-30 20:31:15 +05:30
Lesage Yann
bd670eceb6
chore: improve the cli doc to avoid misunderstandings on the command:
2023-08-29 11:36:35 +02:00
Anoop M D
d62881fe0d
feat: updated electron builder config to use js based config
2023-08-28 23:14:40 +05:30
Anoop M D
c27c750c3e
feat: preferences local storage and electron sync
2023-08-19 00:36:37 +05:30
Anoop M D
94baee8e25
feat: Preferences (General Tab)
2023-08-18 01:09:00 +05:30
Anoop M D
417b50b0ad
feat: Preferences (Theme and Support)
2023-08-18 00:18:30 +05:30
David Coomber
3ca0107f1b
Proposal to support process.env in Bru script Re #170
2023-08-11 19:48:09 +02:00
Paul Edwards
aeb29393c5
Code Editor Mode and formatting
2023-07-19 20:06:37 -04:00
Anoop M D
ec22fdb637
chore: initial commit for bruno docs package
2023-05-19 19:57:58 +05:30
Paul Edwards
0866d33858
Merge branch 'main' of https://github.com/usebruno/bruno into main
2023-05-17 00:09:23 -04:00
Anoop M D
66024d04e9
chore: version bump
2023-05-02 15:26:27 +05:30
Anoop M D
330a7ad18a
fix: fixed bug where content type was getting overwritten everytime as application/x-www-form-urlencoded
2023-05-02 15:25:07 +05:30
Anoop M D
2976842588
chore: version bump for bruno cli v0.5.0
2023-04-30 12:10:08 +05:30
Anoop M D
51e0ea2c2d
feat( #155 ): exit process with non zero code when tests or assertions fail
2023-04-30 12:08:23 +05:30
Anoop M D
3b85e7ebcc
chore: version bump v0.12.1
2023-04-27 19:26:41 +05:30
Anoop M D
49b0f3a322
fix( #148 ) : fixed issue where form url encoded params were not being interpolated
2023-04-27 19:25:52 +05:30
Paul Edwards
ad905d1a0a
XML Indenting with header check
2023-04-26 22:06:52 -04:00
Anoop M D
45ca5ded96
chore: bumped version to v0.12.0
2023-04-20 11:54:36 +05:30
Anoop M D
b6528062f0
fix: fixed issue where postman collection import was failing when the filename had / or ? chars ( #147 )
2023-04-20 11:46:55 +05:30
Anoop M D
86094cc054
fix: fixed issue where cancelling requests was throwing an error ( #146 )
2023-04-20 11:19:12 +05:30
Anoop M D
8e0bc68ada
feat: support node-fetch as an inbuilt library ( #138 )
2023-04-20 10:51:29 +05:30
Divy Mohan Rai
0ac27dee56
feature(async-script): adding support for using async pre-request scripts
2023-04-15 12:33:45 +05:30
Anoop M D
ede122ab09
fix: fix image rendering issues in bru cli npm readme
2023-04-01 13:57:59 +05:30
Anoop M D
96e368cb18
fix: fixed bru cli typos
2023-04-01 13:55:32 +05:30
Anoop M D
942b75861c
fix: fixed broken link in bruno cli readme
2023-04-01 13:54:33 +05:30
Anoop M D
c1711ea01b
fix: fixing npm image rendering issues in readme
2023-04-01 13:53:32 +05:30
Anoop M D
dedfefbc9a
chore: release cli docs to npm
2023-04-01 13:48:35 +05:30
Anoop M D
65dd5df87e
chore: added screenshot of bru cli output
2023-04-01 13:46:13 +05:30
Anoop M D
78d2393686
chore: prep for bruno-cli release
2023-04-01 13:40:23 +05:30
Anoop M D
b96e3d0f23
release: v0.11.0
2023-03-29 13:00:03 +05:30
Anoop M D
9014dc5769
fix: fixed dark mode styling issue in assertions op selector
2023-03-29 12:49:17 +05:30
Anoop M D
d346970241
fix: fixed issue where unsaved changes where not being picked up while running tests ( #125 )
2023-03-29 12:43:47 +05:30
Anoop M D
bdb3051c2b
fix: fixed issue where env vars was not getting embedded inside xml req body ( #141 )
2023-03-29 12:22:42 +05:30
Anoop M D
f8325b22b3
fix: fixed issue where env vars was not getting embedded inside xml req body ( #141 )
2023-03-29 12:20:40 +05:30
Anoop M D
78251c530c
feat: added custom assertion for chaijs for match() method
2023-03-23 21:36:35 +05:30
Anoop M D
dea95664b9
fix: fixed issue in bru cli where assertions was not being run
2023-03-23 21:35:41 +05:30