Sid
06dd5c14d5
CI: flaky test monitor ( #7007 )
2026-02-02 17:16:27 +05:30
Abhishek S Lal
c918c679d7
fix: handle optional clientSecret in OAuth2 authorization header ( #6186 )
...
* fix: handle optional clientSecret in OAuth2 authorization header
* style: standardize string quotes in OAuth2 token functions
* test: add comprehensive tests for OAuth2 client credentials and password grant flows
2026-01-13 19:30:11 +05:30
dependabot[bot]
6a177e17d3
chore(deps): bump actions/upload-artifact from 5 to 6 ( #6416 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-19 13:59:12 +05:30
Pooja
8716e2b2a6
change: default cli sandbox to safe ( #6198 )
...
* change: default cli sandbox to safe
2025-12-02 13:09:16 +05:30
dependabot[bot]
7f204a8769
chore(deps): bump actions/upload-artifact from 4 to 5 ( #5912 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-29 00:21:24 +05:30
dependabot[bot]
32990db3fb
chore(deps): bump actions/checkout from 5 to 6 ( #6192 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-29 00:18:20 +05:30
naman-bruno
d17048f80c
feat(opencollection): add YAML-based collection support ( #6155 )
...
* add: opencollection
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-11-27 00:55:08 +05:30
Anoop M D
b85d6efa60
Merge pull request #5303 from usebruno/dependabot/github_actions/actions/checkout-5
...
build(deps): bump actions/checkout from 4 to 5
2025-10-18 16:49:35 +05:30
Siddharth Gelera
95a2ca9558
ci: fallback to main
2025-09-24 17:28:31 +05:30
Siddharth Gelera (reaper)
f24e1e78fe
chore: ESLint atomic diff based formatting ( #5592 )
...
* chore: atomic diff based formatting
2025-09-23 13:36:34 +05:30
dependabot[bot]
e57162b79a
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 17:10:22 +00:00
dependabot[bot]
194d904284
chore(deps): bump actions/setup-node from 4 to 5
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 16:21:53 +00:00
lohit
3c656270b3
ca certs fixes and tests ( #5429 )
...
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2025-09-07 23:06:44 +05:30
naman-bruno
457a2f83e7
fix: Bruno GUI hangs on 308 redirect ( #5445 )
...
* fix: 308 redirect
2025-09-03 17:52:12 +05:30
naman-bruno
4badee903a
Add @usebruno/filestore package ( #5130 )
2025-07-24 18:48:25 +05:30
Maintainer Bruno
0eda1b761d
fix(workflow): ensure E2E test collection dependencies are installed in GitHub Actions
2025-06-17 13:40:06 +05:30
ramki-bruno
a006fe8230
Move Playwright tests to Tests Workflow itself
...
Currently the test-results and annotations form jobs are getting added
to random Workflow and there is no fix for it right now
Ref: https://github.com/EnricoMi/publish-unit-test-result-action/issues/12
Also Playwright tests have the same triggers as Tests, so no need to
keep it separate.
2025-05-30 13:57:44 +05:30
lohit
d7ccf1454e
revert lint-staged step, make lint check as part of gh unit-tests workflow
2025-05-14 14:05:49 +05:30
ramki-bruno
aa911f88f2
Playwright Codegen and CI setup
...
- Improved the Codegen setup
- Removed the app-launch related boilerplate from tests
- Enable recording mode by default
- Option to provide the test file name to save the recording
- Added GitHub workflow to run Playwright tests with Electron in
Headless mode(mocking display using `xvfb`).
2025-05-12 20:35:05 +05:30
Sanjai Kumar
2dd0424d8f
Add @usebruno/requests package with digest authentication support ( #4417 )
...
* Add @usebruno/requests package with digest authentication support
---------
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
Co-authored-by: ramki-bruno <ramki@usebruno.com >
2025-04-10 14:49:21 +05:30
Anoop M D
8809469f8e
Merge pull request #4465 from pooja-bruno/add/bruno-converters-paclage-in-workflow-file
2025-04-09 14:59:23 +05:30
Pooja Belaramani
289f138c2a
add: bruno converters package in workfow file
2025-04-09 11:35:14 +05:30
lohxt1
3d0dd60f56
added build step for converters package in the tests' gh workflow script
2025-04-08 20:38:38 +05:30
dependabot[bot]
243398bcd0
chore(deps): bump dorny/test-reporter from 1 to 2
...
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter ) from 1 to 2.
- [Release notes](https://github.com/dorny/test-reporter/releases )
- [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dorny/test-reporter/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: dorny/test-reporter
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-13 01:34:59 +05:30
dependabot[bot]
2a2f2dfa15
chore(deps): bump actions/setup-node from 3 to 4
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-13 01:34:29 +05:30
ramki-bruno
aa4575b0ea
Fix: CLI-Tests Workflow lacks contents:read permission
2025-02-11 18:08:01 +05:30
Sanjai Kumar
bfc1101371
refactor: update GitHub Actions workflow to add permissions for checks and pull requests for the cli-tests job ( #3844 )
2025-01-28 14:13:14 +05:30
lohit
d215cf740b
fix: added input block to the cli workflow
2024-12-30 11:30:30 +05:30
Anoop M D
67ead9739e
chore: temporarily reverting npm cli test runs on windows
2024-12-06 19:33:53 +05:30
Anoop M D
36021b5b38
feat: run npm cli tests on macos and windows
2024-12-06 19:23:56 +05:30
lohit
ad5b625655
fix: checkov CKV_GHA_7 warning ( #3489 )
...
* fix: posthog api key as a process env var
* fix: checkov bru cli workflow warning
---------
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
2024-11-20 03:26:22 +05:30
lohit
cd629451e4
fix: checkov CKV2_GHA_1 warning ( #3488 )
...
* fix: posthog api key as a process env var
* fix: checkov tests workflow warning
* revert: updates
2024-11-20 03:25:32 +05:30
Anoop M D
753a576c3c
Feat/safe mode quickjs ( #2848 )
...
Safe Mode Sandbox using QuickJS
Co-authored-by: Anoop M D <anoop.md1421@gmail.com >
Co-authored-by: lohit <lohit.jiddimani@gmail.com >
2024-08-21 12:52:49 +05:30
Joel Wetzell
800dbcfdbc
add cache to cli-test job in tests workflow ( #2766 )
2024-08-06 16:05:05 +05:30
Joel Wetzell
12fdbbb291
add cache to tests workflow ( #2762 )
2024-08-06 12:41:57 +05:30
Anoop M D
4598bb1bdd
fix( #2605 ): fix editor view height ( #2758 )
...
* fix(#2605 ): fix editor view height
* chore: disabled prettier on github actions
2024-08-05 17:49:04 +05:30
Anoop M D
16861c9889
chore: bumped versions
2024-04-22 23:41:14 +05:30
Jean-Baptiste
5a31daf84a
Bump checkout to v4 ( #1960 )
2024-04-10 02:18:15 +05:30
Lallu Anthoor
e7ff0ba5a8
fix: resolve build issues ( #2041 )
...
* fix: resolve prettier issues
* fix: allow checks write access for CLI test
* fix: use node 18 in workflows
2024-04-10 01:51:11 +05:30
Anoop M D
17abc19770
chore: fix tests
2024-02-27 02:00:19 +05:30
Anoop M D
5fece08f4b
chore: display bru cli version while running gh workflow
2024-02-14 05:09:25 +05:30
Anoop M D
36b7fbe584
feat: added gh workflow for testing bru cli from npm
2024-02-14 04:58:54 +05:30
Anoop M D
7cf5f0d612
fix: fixed junit tests issue on prs
2024-02-09 01:37:19 +05:30
Anoop M D
a69f7ab2a8
fix: fixed junit tests issue on prs
2024-02-09 01:34:16 +05:30
Anoop M D
966718ca66
fix: fixed junit tests issue on prs
2024-02-09 01:28:54 +05:30
Anoop M D
659e22cabf
fix: fixed junit tests issue on prs
2024-02-09 01:24:19 +05:30
Anoop M D
aedcaac2bb
fix: fixed junit tests issue on prs
2024-02-09 01:21:06 +05:30
Anoop M D
72fde80577
Update release-snap.yml
2024-01-31 00:11:08 +05:30
Anoop M D
c666adc0ba
fix: fixed github tests workflow issue
2024-01-30 22:26:47 +05:30
Anoop M D
cfbac39ba8
fix: fixed snap release workflow
2024-01-30 01:55:09 +05:30