Jack Kavanagh
bdb67313e1
fix? ( #6258 )
2023-08-10 22:29:00 +02:00
Filipe Freire
7b3d04c830
chore: smoketests ubuntu only ( #6255 )
...
* chore: smoketests ubuntu only
* rename screenshot to traces
---------
Co-authored-by: jackkav <jackkav@gmail.com>
2023-08-10 17:53:18 +02:00
Filipe Freire
61ef20c469
fix release-build trigger
2023-08-10 10:51:45 +01:00
Filipe Freire
c7aa710b94
fix release-build trigger
2023-08-10 10:46:19 +01:00
Filipe Freire
311908c427
fix release pipeline
2023-08-10 10:34:50 +01:00
Filipe Freire
2ceaa1ef71
fix release-build trigger ( #6246 )
2023-08-10 10:22:19 +01:00
Filipe Freire
001a88af11
setup new versioning for release-start ( #6244 )
...
* setup new versioning for release-start
* delete bump version
2023-08-10 11:04:28 +02:00
Filipe Freire
9800ad5aee
chore: use npm workspaces (herecles) ( #6193 )
...
* chore: use npm workspaces
* edit workspaces
* fix
* fix
* force workspace order
* fix lock?
* define max_old_space_size on CI
* rm unnecessary bootstrap
* fix
* cleanup package.json
* bump vite and re-add build to bootstrap
* define paths on tsconfig
* fix some things
* add mocha to vite config
* bump mocha
* remove tsconfigs and project refs
* cache npm install
* fixed types
* assing repo root
* merge lint configs
* fix clean
* fix tests
* setup node
* lockfile
* fix bump
* fix lint markdown
* temporary disable inso tests
* dont use rimraf
* simplify clean
* fix version
* lockfile
* inso build
* fix lint
* lock file
* remove cleans
* remove unused
* tslib hack
* redownload node-libcurl
* rm version from scripts
* fix extrainfo bug
* use npm version
---------
Co-authored-by: jackkav <jackkav@gmail.com>
2023-08-10 00:14:16 +02:00
Filipe Freire
c2c228fa37
fix release-publish ( #6143 )
2023-07-12 14:18:08 +00:00
Isa Farnik
fe63357a93
fix(ci): entrypoint path for pkg upload ( #6129 )
...
* fix(ci): entrypoint path for pkg upload
* feat(ci): upload prerelease .deb internally
2023-07-11 14:47:29 +00:00
James Gatz
36a5635bd5
Revert "exclude macos release ( #6056 )" ( #6061 )
...
This reverts commit 033b74871c
.
2023-06-27 18:16:03 +00:00
James Gatz
033b74871c
exclude macos release ( #6056 )
...
* exclude macos release
* more exclusion
2023-06-26 12:41:30 +00:00
Isa Farnik
bc1fef2b71
fix(ci): standardize release-script usage ( #6033 )
2023-06-14 09:14:20 +00:00
Filipe Freire
d3b917a15f
chore: Add merge-group on workflow dispatch ( #5872 )
2023-03-31 10:51:31 +00:00
Filipe Freire
4ddd0288f6
Enable publishing beta builds on snapcraft ( #5675 )
...
* Enable publishing beta builds on snapcraft
* fix edit
2023-01-16 10:06:19 +00:00
Filipe Freire
7a80ec095a
Fix GH actions changelog warnings ( #5653 )
2023-01-13 10:46:44 +01:00
Jack Kavanagh
3765ad2373
use electron-build notarize config ( #5635 )
...
* use electron-build notarize config
* update electron-builder.config
* Re-add snapcraft fix done in #5555
* update electron-builder
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2023-01-12 10:42:13 +00:00
Filipe Freire
d03932040c
Fix Windows code signing paths ( #5508 )
2022-12-12 17:53:48 +00:00
Filipe Freire
9fa5fe5f2e
Enable Windows Code-signing using ssl.com esigner ( #5506 )
...
* Revert previous change
* add code signing steps on release-publish
* rename secret
* fix path
2022-12-12 13:13:35 +00:00
Filipe Freire
b3ce4ece0a
Revert Code Signing workaround ( #5438 )
2022-12-12 11:01:21 +00:00
Filipe Freire
21cbab54f2
keep NODE_OPTIONS
2022-11-17 15:08:14 +00:00
Filipe Freire
919c017e14
proper fix hopefully
2022-11-17 15:06:26 +00:00
Filipe Freire
81133fc31f
fix
2022-11-17 14:43:04 +00:00
Filipe Freire
d3c42da82e
fix
2022-11-17 14:25:21 +00:00
Filipe Freire
4c5e78830b
forgive me father
2022-11-17 14:12:06 +00:00
Filipe Freire
67f1be735c
Fix changelog.yml deprecation warning ( #5374 )
2022-11-04 12:36:44 +01:00
Filipe Freire
ee90c5c06b
[INS-2105] Fix release-publish deprecation warnings ( #5359 )
2022-11-02 08:40:36 +00:00
Filipe Freire
ffaa74e88b
Bump version of release-build dependency ( #5342 )
2022-10-31 08:54:01 +00:00
Jack Kavanagh
d270573444
remove tag pushing ( #5345 )
2022-10-28 12:49:45 +00:00
Jack Kavanagh
2bdd84ad22
make all packages private ( #5339 )
...
* make all packages private
* remove lerna json and publish scripts
* clean up npmignores
* remove major npm github ci logic
2022-10-27 17:55:30 +02:00
Filipe Freire
8e0c2042b2
Update actions/cache on homebrew.yml ( #5313 )
2022-10-21 15:39:10 +00:00
Filipe Freire
23760ab24b
Fix for set-ouput deprecation ( #5292 )
...
* Fix for set-ouput deprecation
Related to https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
* rm extra space
2022-10-17 13:14:47 +01:00
David Fluck
dbf597c2d8
INS-1785: Add Inso NPM package test ( #5116 )
...
* Add Inso NPM package test.
* PR changes
* Delete shell script.
* Rename script
* PR changes
* Try cross-env on test:bundled-inso to fix Windows
Co-authored-by: Filipe Freire <livrofubia@gmail.com>
2022-10-14 08:27:10 +00:00
Filipe Freire
5bba2e9545
[INS-2022] Initial exploration multiple test projects ( #5244 )
...
* Initial exploration multiple test projects
* Replace duplicate scenario with one to be filled in
* Simplify number of playwright project configs
* Fix testMatch setting on playwright config
* Edit github actions to distinguish between CI and Release runs
2022-10-11 08:56:12 +00:00
David Marby
df9a48e010
Upload sourcemaps to Sentry on publish ( #4909 )
2022-06-28 11:29:28 +02:00
David Marby
040113891c
Revert "Temporarily disable github release tag/create"
...
This reverts commit 672599e0f5
.
2022-06-15 19:10:42 +02:00
David Marby
4a707c3b3d
Fix file name
2022-06-15 18:54:40 +02:00
David Marby
0f368b7b12
Use correct snapcore/action-publish version
2022-06-15 18:44:41 +02:00
David Marby
672599e0f5
Temporarily disable github release tag/create
2022-06-15 18:28:48 +02:00
David Marby
c5f9b77cbd
Update snapcraft publish method
2022-06-15 17:41:51 +02:00
Filipe Freire
4b5b78fa9d
Use DOCKER_BUILDKIT=1 for inso docker build ( #4764 )
2022-05-09 15:40:04 +01:00
Filipe Freire
e34e80e569
Publish Inso CLI docker images (INS-1238) ( #4722 )
...
* Add inso docker on build & publish workflows
* Pin alpine image to 3.15.4
* Rename kongcloud/insomnia-inso to kong/inso
2022-05-09 12:37:33 +01:00
David Marby
a037a3b844
Fix incrementing npm package versions for pre-release revisions ( #4741 )
2022-05-02 12:06:52 +02:00
David Marby
1ee7c198f1
Merge branch 'release/2022.3.0' into develop
2022-04-28 15:05:00 +02:00
David Marby
150842c213
Fix updating the package-lock.json files on release start
2022-04-22 13:48:38 +02:00
David Marby
589c1207be
Allow incrementing the major npm version
2022-04-22 13:48:38 +02:00
Dimitri Mitropoulos
213e1dd1c8
rename insomnia-app/app to insomnia/src ( #4491 )
2022-04-20 17:42:19 +00:00
David Marby
864ac9f0c2
Fix bumping the app version
2022-04-20 17:14:33 +02:00
David Marby
641cdc83d4
Fix lerna version bumps ( #4712 )
2022-04-20 16:56:25 +02:00
Filipe Freire
608fb30bf3
Re-add the changelog workflow changes from #4655 . ( #4662 )
2022-04-01 10:10:00 +00:00