Filipe Freire
96a33f1bba
fix #6490 portable .exe is not actually portable ( #6571 )
...
* fix: portable .exe is not actually portable
* keep portable for release-recurring
* edit electron-builder
2023-09-27 14:58:09 +00:00
Filipe Freire
df77275576
chore: Add test to check for backups on new version to critical tests ( #6403 )
...
* chore: Add test to check for backups on new version to critical tests
* check for backups folder contents
* change env var on gh actions file
* fix
2023-08-28 14:06:47 +00:00
Jack Kavanagh
f9bd4ff82a
fix: http request loading indicator ( #6265 )
...
* flatten url bar
* flattening continued
* more flat
* more more flat
* fix lint
* flatten network send into one call
* unpack send everywhere
* remove send with settgins
* fix types
* fix bug in download
* contain interpolation and modal
* abstract render try catch
* send action
* extract to file
* remove plugin ignore code
* remove unused
* unpack misc functions
* less misc functions
* readd inso tests
* split test runs
* fix test
* fix test
* fix test
* use workspace pathing
* remove check-engine
* add tech debt list
2023-08-13 12:30:04 +02:00
Jack Kavanagh
96011e8db5
add critical smoke tests to avoid broken beta deploy ( #6259 )
...
* fix lint errors
* use only ubuntu for tests
* add critical test to release recurring
* fix path
* fix paths again
2023-08-11 08:22:01 +00: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
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
Filipe Freire
d3b917a15f
chore: Add merge-group on workflow dispatch ( #5872 )
2023-03-31 10:51:31 +00:00
David Marby
df9a48e010
Upload sourcemaps to Sentry on publish ( #4909 )
2022-06-28 11:29:28 +02:00
Dimitri Mitropoulos
213e1dd1c8
rename insomnia-app/app to insomnia/src ( #4491 )
2022-04-20 17:42:19 +00:00
David Marby
0bfb097676
Fix lerna version bumps and release-recurring skipping, again ( #4583 )
2022-03-10 17:45:11 +00:00
David Marby
d3b4322bf2
Fix lerna version bumps and don't run release recurring for release PRs ( #4576 )
2022-03-10 16:58:42 +01:00
John Chadwick
e3b30c26f4
Change "Release recurring" to "Release Recurring" ( #4567 )
2022-03-09 19:03:14 +00:00
Filipe Freire
b3aa6b9cec
Easier Alpha/Beta/Stable releases (INS-1435) ( #4516 )
...
Co-authored-by: David Marby <david@dmarby.se>
2022-03-09 16:06:53 +01:00
Filipe Freire
bcad07b9aa
Fix BUILD_REF for develop and other non-PR triggers ( #4496 )
2022-02-14 18:56:07 +00:00
Filipe Freire
d68ad33f2b
Change build ref of recurring build if PR ( #4490 )
...
* Change build ref of recurring build if PR
* Add PR_NUMBER env var
* Edit the BUILD_REF to <commit>.pr-<number>
2022-02-14 17:21:45 +00:00
Filipe Freire
1160b4a09c
Recurring releases of insomnia app (INS-1429) ( #4474 )
...
* Update default electron-builder targetgs
* Allow setting a build ref
Changes the default version to `0.0.1-dev+unknown`, so that build/packaging can be easily ran locally without setting any environment variables.
* Adds recurring release workflow
New workflow that'll pre-bake artifacts when there's changes on PRs or on develop.
Artifacts can be used for all platforms to test out a PR or latest develop without the need to build locally.
Co-Authored-By: David Marby <david@dmarby.se>
* Make recurring flow independent from Test flow
Co-Authored-By: David Marby <david@dmarby.se>
* Use setup-node@v2
Co-Authored-By: David Marby <david@dmarby.se>
* Update .github/workflows/release-recurring.yml
Co-authored-by: David Marby <david@dmarby.se>
* It's always the single quotes 🙏 😚
* Use bash shell
* Disable fail-fast
* Add cancel-in-progress setting to recurring releases
If someone pushes a new commit, triggering a new recurring job on a PR or develop, we cancel ongoing workflow.
Co-Authored-By: David Marby <david@dmarby.se>
* Change concurrency setting to workflow level
Co-Authored-By: David Marby <david@dmarby.se>
Co-authored-by: David Marby <david@dmarby.se>
2022-02-10 15:32:33 +00:00