Chad Scharf
07b8e2a946
Self-Hosted Server Release v1.44.1 ( #1683 )
...
Self-Hosted Server Release v1.44.1 with Web v2.24.2
4 years ago
Joseph Flinn
630376400f
Dependency updates ( #1681 )
...
* fix: util/Nginx/Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN10-LIBXML2-1277346
- https://snyk.io/vuln/SNYK-DEBIAN10-LIBXML2-1277349
- https://snyk.io/vuln/SNYK-DEBIAN10-LIBXML2-1277350
- https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403
- https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569406
* fix: util/Nginx/Dockerfile-k8s to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN10-LIBXML2-1277346
- https://snyk.io/vuln/SNYK-DEBIAN10-LIBXML2-1277349
- https://snyk.io/vuln/SNYK-DEBIAN10-LIBXML2-1277350
- https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403
- https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569406
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
4 years ago
Thomas Rittson
7473a96b27
Update PR template to remind about EF migrations ( #1679 )
...
* Update PR template to remind about EF migrations
* Update wording
4 years ago
Justin Baur
4c9d9b248c
Fix bug in TaxInfo ( #1682 )
...
* Fixed bug in TaxInfo
* Added a few more tests to TaxInfoTests
* Added tests for HasTaxId
4 years ago
SudoEvan
dcc11e3819
Added unit tests for StrictEmailAddressListAttribute in Bit.Core.Utilities ( #1652 )
...
* Added unit tests for StrictEmailAddressListAttribute in Bit.Core.Utilities
* Fixed list format; added a null test on StrictEmailAddressListAttribute in Utilities
4 years ago
Justin Baur
114f58aa8e
Fix tests ( #1675 )
...
* Fix SendServiceTests that arose from merge
* Fixed SendService tests to be inline with spec
* Reorder usings
4 years ago
Justin Baur
d854332643
Unit Tests for hot spots ( #1454 )
...
* Add TaxInfoTests
* Add UserTests
* Add SendServicTests
* Added IconFetchingServicesTests
* Add endline
4 years ago
Joseph Flinn
7d6f7436a8
Version Bump 1.44.1 ( #1674 )
4 years ago
Joseph Flinn
19ca3ee374
Enabling deploys to the QA environment from branches with slashes in the name ( #1673 )
4 years ago
Matt Gibson
cb815c2f14
Allow managers to create self-assigned collections ( #1672 )
4 years ago
Joseph Flinn
52d1bade06
Hotfix/release workflow ( #1671 )
...
* fixing release workflow app service deploys
* adding the release branch as a conditional to the docker-stub build
* Add in missing 'if' statement for 'release' branch in Docker Stub step
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
4 years ago
Thomas Rittson
818b3b5d9d
Add PR template ( #1668 )
4 years ago
Joseph Flinn
8683cbfe33
fixing parameter mismatch ( #1670 )
4 years ago
Joseph Flinn
fa1989bfed
fixing the error in the release workflow ( #1669 )
4 years ago
Joseph Flinn
e2c8fa7002
Replacing the DCT setup. There was a sneaky line that was different which is making our build of the EventsProcessor image break ( #1667 )
4 years ago
Joseph Flinn
9a629a410c
Allow Docker access to new release branching strategy ( #1666 )
...
* allowing the new release branch to push its docker images
* Switching to our action to set up DCT
4 years ago
Joseph Flinn
f783770fcd
Version bump to 1.44.0 ( #1665 )
4 years ago
Matt Gibson
8f0115e62f
Check canScale when scaling for sso ( #1661 )
...
* Check canScale when scaling for sso
* PR review
Use AutoAddSeats to add seats in a consistent way.
This requires moving user check out of that method.
* User logic moved out of method
4 years ago
Oscar Hinton
c5d5601464
Add support for crypto agent ( #1623 )
4 years ago
Daniel James Smith
dea694193f
Add teams trial button to Edit Org Page ( #1662 )
...
* Add teams trial button to Edit Org Page
* Fix formatting
4 years ago
Joseph Flinn
f3d6a43025
Change protected release branch to `release` ( #1656 )
...
* Adding a contraint around the new release branch strategy
* Adding a constraint on what CI code can be used to release the release branch
* updating the self host docker image building and releasing
* removing master branch release ci code execution
* updating some verbiage
4 years ago
Vince Grassia
7da15af92f
Add New Relic monitoring package to Notifications project ( #1643 )
4 years ago
Matt Gibson
e744ffe499
Default autoscaling to off ( #1659 )
...
* Default autoscaling to off
* Update util/Migrator/DbScripts/2021-10-21_00_DefaultAutoscaleLimitToCurrentSeats.sql
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
* Update util/Migrator/DbScripts/2021-10-21_00_DefaultAutoscaleLimitToCurrentSeats.sql
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
* Update util/MySqlMigrations/Scripts/2021-10-21_00_SetMaxAutoscaleSeatCount.sql
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
4 years ago
Ben Gray
4edc75d21d
Fix proper naming and download link ( #1660 )
4 years ago
Joseph Flinn
423ff99bda
Disabling the temporary prod-deploy workflow ( #1655 )
4 years ago
Matt Gibson
5d163eb5bd
Only check assigned collections if lacking privs for all ( #1657 )
4 years ago
Kyle Spearrin
de3f1005fc
add various status counts to org information ( #1647 )
4 years ago
Matt Gibson
216395f541
Create collections allows view all access ( #1653 )
...
* Create collections allows view all access
* Add missing permission to read users
4 years ago
Robyn MacCallum
033509745a
Server setup documation updates ( #1654 )
...
* Add note to help others if they run into the same issue during setup.
* Added some more info
4 years ago
Joseph Flinn
dfc6559df7
renabling the prod-deploy workflow ( #1650 )
4 years ago
Joseph Flinn
b4d2faa0cc
enabling releasing from non-rc branch ( #1648 )
4 years ago
Joseph Flinn
c04c4e6e4a
Bumping the SqlClient version ( #1646 )
4 years ago
Matt Gibson
5b1d8c723a
Early return default on null user ( #1645 )
...
Clearly, no known device exists for an unknown user.
4 years ago
Matt Gibson
18006591fc
Add autoscale to SSO auto provision ( #1642 )
4 years ago
Vince Grassia
86755e130c
Add Slack notifications constraint ( #1639 )
4 years ago
Vince Grassia
15eeb9d650
Update SQL files to be backwards compatible when adding columns ( #1635 )
...
* Update SQL files to be backwards compatible when adding columns
* Remove 'UseResetPasswordCustomOrg' SQL script
4 years ago
Daniel James Smith
4d6b0c9106
Add a tiny sleep to the run_migrations script due to a weird bug with Docker ( #1634 )
4 years ago
Oscar Hinton
162822bd9d
Revert removal of create log dir for business portal since run scripts are used by older versions as well ( #1637 )
4 years ago
Oscar Hinton
4fee17fdde
Add logic to handle providers password reseting users ( #1632 )
4 years ago
Vince Grassia
e3a1482e3e
Add Slack alerts for Build workflow failures ( #1633 )
4 years ago
Oscar Hinton
964e262d44
Simplify development environment setup ( #1588 )
4 years ago
Matt Gibson
7802c2b969
⚠️ Do not specify database in migration files ( #1628 )
...
* Do not specify database in migration files
* Rename migrations to force them to re-run
* Use new migration files
* Rename EF migrations
4 years ago
Matt Gibson
44f30e7948
Remove erroneous not ( #1629 )
4 years ago
Vince Grassia
fd6cdd019e
Update code to log to Azure Cosmos DB ( #1624 )
...
* Update code to log to Azure Cosmos DB using latest SDK.
4 years ago
Matt Gibson
8a5a371a8f
Allow bypass of captcha token if the device is known ( #1626 )
4 years ago
Joseph Flinn
ee7b608a46
revamping the build scripts ( #1620 )
4 years ago
Joseph Flinn
45ab7e2e85
fixing the file path to download ( #1622 )
4 years ago
വചൻ
00312716c2
Update web vault link on mail template ( #1606 )
...
* Update OrganizationUserAccepted.html.hbs
* Update OrganizationUserAccepted.html.hbs
* oops remove extra web vault
4 years ago
Matt Gibson
5a2d988375
Correct seat counts ( #1621 )
4 years ago
Oscar Hinton
f63a0711dc
Add some missing defaults to SSO Api ( #1619 )
4 years ago