renovate[bot]
f09f7a0e51
Update gh minor ( #320 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-31 08:41:39 -04:00
renovate[bot]
0959e58dc9
Update Node.js to v18 ( #310 )
...
* Update Node.js to v18
* Update builds
* Add NVM
* Update pkg-fetch
* Update NPM too
* Update pkg too
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Bishop <mbishop@bitwarden.com >
2023-05-25 10:44:31 -04:00
Opeyemi
911f9c0dfc
update enforce label action tag ( #315 )
2023-05-22 20:25:35 +01:00
Opeyemi
4234b3b1cf
update all actions pin ( #312 )
2023-05-22 16:25:24 +01:00
mimartin12
8531a64568
Update key vault name and cred ( #297 )
2023-04-14 13:18:29 -06:00
mimartin12
c1cec89995
[DEVOPS-1167] - Update DC MacOS GUI artifact name ( #296 )
2023-04-13 10:16:53 -06:00
Michał Chęciński
3d214dbedc
Use new CI Azure Key Vault ( #295 )
2023-04-11 17:19:41 +02:00
Opeyemi
af5c863f1f
update az login cred ( #289 )
2022-11-29 17:34:43 +00:00
Thomas Rittson
f1b533f7b6
Handle falsy values in keytarSecureStorageService ( #286 )
2022-10-31 10:04:13 +00:00
sneakernuts
0a8c4d30bb
added import GPG step and changed to service account for commit ( #284 )
...
* added import GPG step and changed to service account for commit
* added steps for kv and updated import gpg key step
2022-10-13 19:56:08 +00:00
Michał Chęciński
1b3f277c1f
Update deprecated Azure Key Vault in workflows ( #282 )
2022-09-05 11:38:57 +02:00
Todd Martin
8039f93434
[ENG-71] Add deployments to release workflow ( #281 )
...
* Added deployments to release workflow.
* Removed in_progress update
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com >
* Added in_progress initial-status
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com >
* Added explicit expression syntax
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com >
* Added explicit expression syntex on failure()
Co-authored-by: Todd Martin <>
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com >
2022-08-04 13:47:29 -04:00
Vince Grassia
d05e8ab7af
Update 'Dry Run' path in Release workflow ( #278 )
2022-07-19 15:01:07 -04:00
Joseph Flinn
7753749b62
Bumping pinned commit of the download-artifact action to bypass the broken GitHub api ( #260 )
2022-04-18 14:28:59 -07:00
Joseph Flinn
13a13dd18f
Adding a manual trigger to the build pipeline in the directory-connector project ( #256 )
2022-03-21 15:05:12 -07:00
Vince Grassia
954b23d91f
Fix Node caching error ( #255 )
2022-03-21 14:57:44 -07:00
Micaiah Martin
b9d35c3dc7
Updated actions & applied linting ( #253 )
2022-03-17 12:27:57 -04:00
Vince Grassia
8cd768c7c2
Add Node caching ( #251 )
2022-03-16 11:18:37 -04:00
Joseph Flinn
ae05183aa3
Update hotfix release branch name to hotfix-rc ( #247 )
2022-03-09 12:46:27 -08:00
Micaiah Martin
0c21bcf847
[BEEEP] - Ignored workflow files from triggering builds ( #241 )
2022-02-25 09:11:11 -05:00
Micaiah Martin
1c6b94e640
Added dry run logic ( #242 )
2022-02-25 08:10:49 -06:00
Micaiah Martin
89860d6770
Added reusable linting workflow ( #238 )
2022-02-18 13:28:30 -06:00
Matt Gibson
0f19ebc928
Enforce Hold label ( #234 )
...
* Enforce Hold label
* Linting
Co-authored-by: Micaiah Martin <77340197+mimartin12@users.noreply.github.com >
2022-02-16 08:43:38 -06:00
Vince Grassia
e30000bd00
Update Version Bump action to latest ( #206 )
2022-01-14 13:31:57 -05:00
Addison Beck
d2ba7631b5
[refactor] Implement StateService ( #192 )
...
* [refactor(Account Switching)] Implement StateService
* [bug] Migration service updates
* [bug] Fix organizationId coming in as null
* [bug] Use correct storage location
* [bug] Fix secure storage issues
* [bug] Small fixes
* [bug] lint fixes
* [bug] Undo comment
* [bug] Make method names match super
* update jslib
* Add index signature to keys
* Run prettier
* Start dbus
* Start dbus a different way
* Update build.yml
* Add eval
* Init keyring as well
* Remove eval
* Add eval's back
* Remove unused import
* Remove unnecessary null checks
* Change userId to be entityId instead of clientId
* Remove config service
* lint fixes
* Add clientKeys to account
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com >
2021-12-22 15:16:23 -05:00
Micaiah Martin
a893c78c74
Added logic based on input ( #196 )
2021-12-20 14:53:30 -07:00
Oscar Hinton
225073aa33
Add Prettier configuration ( #193 )
2021-12-20 16:38:40 +01:00
Daniel James Smith
f8b26d82d8
Update build.yml ( #189 )
...
* Pull jslib
* Remove install of npm 8
npm 8 is included in node v16
2021-12-13 17:18:01 +01:00
Daniel James Smith
6b98a46b94
Bump node to v16 ( #187 )
...
* Pull in jslib
* Bump engines required to node 16 and npm 8
* Bump @types/node to 16
The dep on node 14.18 will get cleaned up once we bump electron
* Modify build.yml to build with node 16 and npm 8
* Update requirements in README.md
* Use pkg-fetch 3.2.5 to retrieve node 16.13.0
* Change pkg-fetch version back to 3.2
* Bump keytar to 7.7.0
* Add missing package-lock.json for src-cli
* Bump keytar to 7.7.0 in src/package.json
* Add missing package-lock.json in src/
* Bump pkg to 5.5.1
* Modify download url for keytar
* Replace Mac and Win keytar download urls
2021-12-10 21:07:59 +01:00
Vince Grassia
999b790557
Fix typo ( #185 )
2021-12-08 10:35:44 -05:00
Micaiah Martin
d82f4d90c1
Added version bump workflow ( #182 )
2021-11-30 15:53:08 -07:00
Vince Grassia
e43d192007
Change release workflow to only allow releases from rc or hotfix branches ( #173 )
2021-11-05 12:46:03 -04:00
Joseph Flinn
07d0049183
Fix for Linux cli ELF header issue ( #171 )
...
* testing new linux build pipeline
* commenting out the check-for-failures job
* fixing syntax error
* fixing the checksum file
* fixing zip archive
* trying the new testing code
* trying to install libsecret-1-0 with sudo
* fixing typo in package version
* fixing the bash testing
* fixing the pwsh to bash conversion
* adding the macos cli job
* switching the keytar release asset name
* reenabling all jobs for final test
* removing the unneeded checksums from the windows cli build
* fixing windows cli build name
* restricting the windows cli build to only building windows
2021-11-04 07:18:37 -07:00
Vince Grassia
5f5358ea0f
Add Blockmap artifacts to workflows ( #169 )
2021-10-29 11:46:29 -04:00
Vince Grassia
36cc6552bf
Add support for latest.yml artifacts ( #168 )
2021-10-27 16:26:03 -04:00
Vince Grassia
05b5fd2eb4
Rename artifact before upload ( #167 )
2021-10-27 12:37:17 -04:00
Joseph Flinn
314adeb164
Updating the release constraints ( #163 )
...
* Updating the release constraints
* removing the master branch release ci code execution
* updating some verbiage
2021-10-22 08:41:09 -07:00
Vince Grassia
cc4f8c9f8d
Add notify constraint ( #162 )
2021-10-15 13:06:39 -04:00
Vince Grassia
35b0e81beb
Add Slack alerts for Build workflow failures ( #161 )
2021-10-14 14:34:09 -04:00
Vince Grassia
9136e3936b
Update workflows to fix some minor inconsistencies ( #160 )
2021-10-08 18:20:37 -04:00
Vince Grassia
615f3b82db
Update pipeline to new model ( #159 )
...
* Update workflows to new model
2021-09-28 10:06:42 -04:00
Joseph Flinn
c2d1d12cd2
CLI release job update ( #155 )
...
* updating the cli job in the release workflow to skip the building and use the latest rc build artifacts instead
* switching to downloading all of the artifacts
* renaming download step
* updating the artifact upload paths
2021-09-22 10:58:37 -07:00
Joseph Flinn
2be879548d
Switching the AST install to a custom composite action ( #153 )
...
* Switching the AST install to a custom composite action
* fixing linter issues
2021-09-16 10:15:10 -07:00
Vince Grassia
b2d4d80181
Update workflows with linter suggestions ( #150 )
2021-09-02 16:05:01 -04:00
Joseph Flinn
56c1cb23a0
duplicating the fix from the build workflow to the release workflow ( #149 )
2021-08-26 15:44:25 -07:00
Joseph Flinn
e5589e7664
Fixes the cli workflow ( #147 )
...
* updating build workflow
* fixing the WIN_PKG var
* updating the env var in the makversion script
* fixing spelling error
* fixing the Resource Hacker env vars
* adding in the branch check for macos runner assets
2021-08-25 11:22:30 -07:00
Oscar Hinton
6097bca063
Add jslib as a "real" dependency ( #127 )
...
* Split jslib
* Change hook to preinstall
* Install gyp (ci)
* Fix rebuild command
* Review comments
* Add tsconfig-paths-plugin to webpack.cli.
* Bump jslib
* Install old version of prebuild-install to bypass bug in pkg
2021-06-09 21:46:38 +02:00
Joseph Flinn
0d17345600
constraining release to the rc branch ( #126 )
2021-06-01 12:01:37 -07:00
Vince Grassia
2296e37e8f
Pin versions of actions in workflow ( #120 )
2021-05-17 11:19:05 -04:00
Oscar Hinton
a0f33c7bdc
Bump node to 14 ( #116 )
...
* Bump node to 14
* Add engines
* Bump dependencies
* Change engine to ~14.
* Bump jslib
2021-05-12 22:38:32 +02:00