Bump xunit.runner.visualstudio from 2.8.2 to 3.1.5#16
Closed
dependabot[bot] wants to merge 32 commits into
Closed
Conversation
- Update Dockerfile to include a new start script and expose additional port - Modify docker-compose configuration to use a new image and expose the second port - Create start-services.sh to manage server and admin web processes - Update Index.cshtml and Index.cshtml.cs for session-based redirection - Add BootstrapUserOptions for configuring a default admin user - Update Program.cs to ensure bootstrap user creation on startup - Modify appsettings.json to include bootstrap user configuration
…t and improve error handling - Refactored RequireAdmin method to support JWT authentication. - Added TryAuthenticateAdminViaJwt method for validating JWT tokens. - Updated user registration and password change responses to German. - Enhanced user role management with new endpoints for updating roles and resetting passwords. - Improved authorization checks across various admin API endpoints. - Added detailed error messages for unauthorized access attempts. - Updated client management APIs to include JWT validation.
…t commands for better clarity
…ser creation and updates
…ctionality - Introduced DeploymentPackageService for managing deployment assets and profiles. - Added API endpoints for deployment settings, asset uploads, and profile management. - Implemented hardcoded super admin state management with corresponding API endpoints. - Enhanced ServerStateStore to support deployment settings and assets. - Updated CSS styles for improved UI elements related to icons and alerts.
- Introduced helper methods for GET, POST, and PUT requests to reduce code duplication. - Updated SetAccessToken method for cleaner authorization header management. - Simplified LoginAsync, GetCurrentUserAsync, GetUsersAsync, and other API methods using the new helper methods. - Added JsonStringEnumConverter to JsonSerializerOptions for better enum serialization. - Enhanced ClientDetailResponse to include additional properties for remote access and chat message tracking. Update DemoClientDataService to reflect new ClientDetailResponse structure - Modified demo client data to include new properties such as RemoteUserName, RemotePassword, and SupportedChannels. - Updated support request and session details for demo clients. Add project reference to Shared project in AdminWeb.csproj - Included reference to StevensSupportHelper.Shared project for shared contracts. Enhance site.css with chat UI styles - Added styles for chat thread and chat bubbles to improve UI for chat interactions.
- Added functionality to execute remote actions on clients via the API. - Introduced a new RemoteActionCatalogService to manage available remote actions. - Enhanced the Dashboard and Client Details pages to support demo mode, allowing users to simulate client interactions. - Updated Privacy page to display user and session information, including hardcoded super admin management. - Improved UI elements for better user experience and information presentation. - Added CSS styles for result tables and adjusted layout for better responsiveness.
…add job presentation partial
…client details page
…ile for shared project copying
--- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-version: 3.1.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated xunit.runner.visualstudio from 2.8.2 to 3.1.5.
Release notes
Sourced from xunit.runner.visualstudio's releases.
3.1.5
Release notes: https://xunit.net/releases/visualstudio/3.1.5
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)