1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-06-26 10:36:19 +02:00
Commit Graph

84 Commits

Author SHA1 Message Date
Micaiah Martin
00fd2ec03f
Update publish settings to use S3 (#1521)
* Update publish settings to use S3

* Fix formatting

* Added endpoint with new domain

* Updated S3 publisher config

* added npm CD commands for workflow later.

* Updated release workflow to publish to S3

* testing release

* Reduce aws cli output

* Remove test

* Finalize release workflow
- Reverted back testing logic
- Removed dry run check for GH release since it creates it as a draf anyways
- Removed artifact_url env as it's no longer needed.

* Remove testing values

* Merge Master

* Added endpoint in config
2022-05-04 11:19:04 -04:00
Joseph Flinn
3862a19571
Bumping pinned commit of the download-artifact action to bypass the broken GitHub api (#1488) 2022-04-18 14:28:49 -07:00
Joseph Flinn
f845bcf6c1
Update hotfix release branch name to hotfix-rc (#1396) 2022-03-09 12:46:13 -08:00
Micaiah Martin
1eac8f0c0f
Added dry run logic (#1376) 2022-02-25 08:13:39 -06:00
Joseph Flinn
97d367dab8
Switching where we are pulling our snap token from (#1307) 2022-02-10 10:57:32 -08:00
Micaiah Martin
0a545c88b2
Update release.yml (#1306) 2022-02-10 10:51:50 -07:00
Micaiah Martin
ad965e54e4
Rename .pkg to .pkg.archive in release pipeline (#1208)
* Add step to change .pkg file name
* Linting
2021-12-21 14:25:29 -07:00
Micaiah Martin
3c2094bb04
Patch version check to allow for redeployments. (#1204)
* Added logic for redployment

* Applied linting

- Prettier config was already updated by Oscar. b4df834b16
2021-12-20 10:49:16 -07:00
Oscar Hinton
521feae535
Apply Prettier (#1202) 2021-12-20 15:47:17 +01:00
Joseph Flinn
52d9244f7f
Revert linux ARM (#1162)
* Revert "Adding the newly added Linux Arm Desktop build assets to the release (#1159)"

This reverts commit dde7afb3df.

* Revert "package: Package ARM64 binaries for Linux (#1095)"

This reverts commit dd602024d8.
2021-11-16 11:22:22 -08:00
Joseph Flinn
dde7afb3df
Adding the newly added Linux Arm Desktop build assets to the release (#1159) 2021-11-16 07:10:10 -08:00
Joseph Flinn
d6c100afeb
Moving the push of the MAS artifact to the build workflow to enable manual publishing from TestFlight (#1150) 2021-11-09 07:26:30 -08:00
Vince Grassia
086e09c7dc
Change release workflow to only allow releases from rc or hotfix branches (#1146) 2021-11-05 12:45:56 -04:00
Vince Grassia
6cea5e053d
Add Universal DMG Artifact (#1136) 2021-11-02 11:24:33 -04:00
Joseph Flinn
59bed9b12e
fixing the release asset names (#1124) 2021-10-27 13:10:15 -07:00
Joseph Flinn
a61ef74895
Updating the release constraints (#1118)
* updating the release constraints

* removing the master branch release ci code execution

* updating some verbiage
2021-10-22 08:41:15 -07:00
Vince Grassia
b66d32b57e
Upgrade workflows to new model (#1104)
* Update workflows to new Build/Test/Release model
2021-10-12 11:51:26 -04:00
Joseph Flinn
c5461f82c1
rolling back accidental changes to mac runner (#1081) 2021-09-16 11:10:12 -07:00
Joseph Flinn
c99a543030
Pinning ast version (#1080)
* Pinning version of AST instead of using latest

* adding the pinned version of the commit

* adding an array join

* pinning version of dotnet

* trying the AST pin of the version we started using

* disabling jobs and adding test step to window job

* adding dotnet 2.1.x to see if that fixes the issue

* removing the test code and testing the addition of .net 2.1.x

* repinning to last successful sign

* trying the newest version of AST

* disabling the non-windows jobs again

* disabling the windows build job and added a test job

* removing stray comma

* changing the multiline delimiter

* pivoting away from our EV cert and testing with a test one

* switching back to the EV cert and adding a verbose flag

* disabling some steps that are breaking

* swithing back to the test cert

* testing new format for the ast command

* removing the node portions of the test since they are not needed

* trying AST without the tenat-id

* rolling back to original commit

* switching to custom AST for better troubleshooting

* removing the ast commit logic and forcing latest

* fixing up the pwsh sign command

* fixing the AST verison

* making sure that the secrets are not blank

* trying the EV cert for signing

* Using pinned commit from AST instead of custom code

* fixing env

* building the actually pinned commit instead of whatever the other thing was...

* testing the windows job

* removing the dotnet 2.1.x dependency since the older AST version shouldn't need it

* reenabling the test ast job since something is failing

* moving the git switch command

* testing new gh-action

* fixing the gh-action path

* updating the hash of the new action

* enabling the build jobs again

* updating the hash for the new Install AST action

* fixing linter issues
2021-09-16 10:15:05 -07:00
Joseph Flinn
e8da01bafb
adding more dependencies on the release update job (#1058) 2021-09-13 07:08:53 -07:00
Vince Grassia
fcadedd458
Update workflows with linter suggestions (#1056) 2021-09-02 16:05:38 -04:00
Joseph Flinn
2d68fe37a1
Updating the release name (#1038) 2021-08-24 11:57:43 -07:00
Joseph Flinn
d5e9de2b8b
fixing the delayed release logic (#987) 2021-07-09 07:31:34 -07:00
Joseph Flinn
6d8fbf1e43
changing the default browser extension branch to rc (#975) 2021-07-01 10:19:52 -07:00
Oscar Hinton
c89ca36f51
Add SDKROOT to release workflow (#973) 2021-06-30 21:41:45 +02:00
Vince Grassia
5ae7490478
MacOS Build Asset and Workflow Optimization (#942)
* adding more testable assets to the desktop build

* fixing typo

* renaming job

* fixing loading safari extension

* Fix typo

* Update workflows to use new Node caching

* Move checkout actions to beginning of jobs

* Add Run ID to key for Node cache

* Add Runner OS to cache actions

* Fix build commands by putting 'npx' in front

* Update builds to use other scripts in package.json

* Set up keychain for macos-package-dev

* Add 'Increment version' step to build workflow

* Disable MacOS dev build. Test other MacOS builds

* Add provisioning profile steps to other MacOS builds

* Remove test branch code

Co-authored-by: Joseph Flinn <joseph.s.flinn@gmail.com>
2021-06-07 12:00:13 -04:00
Vince Grassia
163351c3e7
Update pipelines (#936)
* Update workflows for consistency

* Update pipelines

- Trigger deploy workflow manually
- Publish release draft at the end of deploy workflow

* Enable artifact uploads for all branches and fail if no asset is found during upload

* Add if statements back in for MacOS

* Change Build application (dev) step
2021-06-01 17:14:02 -04:00
Joseph Flinn
adb16783cf constraining releases to the rc branch 2021-06-01 11:21:04 -07:00
Oscar Hinton
42d280ac09
Bump NPM to v7 (#922)
* Bump NPM to v7

* Bump npm in build

* Add NPM v7 to readme

* Update node-gyp
2021-05-26 22:44:48 +02:00
Vince Grassia
28ebbccbf1
Pin versions of actions in workflow (#901) 2021-05-18 09:21:26 -04:00
Oscar Hinton
8f7ab9f8db
Bump node to 14 (#869)
* Bump node to 14

* Bump some dependencies

* Bump jslib

* Ensure compatability with latest jslib

* Change node engine to ~14.
2021-05-12 22:38:02 +02:00
Vince Grassia
64492d95cf
Update workflows to accommodate universal pkg artifact for Mac (#888) 2021-05-12 10:59:30 -04:00
Joseph Flinn
cac06e473e removing the broken testing code 2021-05-11 14:41:10 -07:00
Joseph Flinn
564d170d7a removing the unix flags from the pwsh 2021-05-11 14:07:03 -07:00
Joseph Flinn
b11e0e292f
Merge pull request #704 from joseph-flinn/master
Splitting out the deploy tasks from the release
2021-03-15 14:40:03 -07:00
Joseph Flinn
3b4d8dc867 re-enabling the macos workflow 2021-02-01 13:56:58 -08:00
Joseph Flinn
2dbeba0c97 finishing the mac portion of splitting out the deploylments 2021-02-01 13:43:57 -08:00
Chad Scharf
b93792332e
Merge pull request #667 from zhzy0077/add_arm64
Distribute ARM64 executables for Windows platform.
2021-02-01 10:49:04 -05:00
Joseph Flinn
e545ecd165 starting the deploy breakout 2021-01-29 19:09:59 +00:00
Joseph Flinn
eb36b25c8b disabling jobs and changed packages to point to my repo 2021-01-26 23:15:00 +00:00
Joseph Flinn
23aafaa719 Adding in the automatic handling of the release tag name input for the release workflow 2021-01-26 17:14:12 +00:00
Joseph Flinn
1d27ed540d Fixing checksum path typo 2021-01-26 16:16:20 +00:00
Zhiyuan Zheng
2e1588ebdc Update Github Action. 2021-01-26 11:16:19 +08:00
Joseph Flinn
67a300dc1f removing more testing code 2021-01-25 00:20:34 +00:00
Joseph Flinn
2a408b4b22 removing testing code 2021-01-25 00:08:44 +00:00
Joseph Flinn
cd22439760 adding in the environment 2021-01-24 23:37:52 +00:00
Joseph Flinn
4c6282ddac switching signing back to signing all .exe files and adding another job that doesn't sign the files for the Windows Store 2021-01-24 23:23:41 +00:00
Joseph Flinn
2c4289918f testing snap upload (kinda) 2021-01-24 23:03:07 +00:00
Joseph Flinn
9b52781715 bump version v1.24.1 2021-01-22 23:37:32 +00:00
Joseph Flinn
3b51f14a02 adding in the needed GITHUB_TOKEN for the publish:mac 2021-01-22 21:32:45 +00:00