Conversation
…dmin actions - Introduced E2E test framework using Playwright with Docker integration. - Added `e2e/tests/helpers.js` with utilities for authentication, navigation, and reporting. - Created the `e2e/tests/oauth-realms.spec` file to test OAuth realms functionality including creation, deletion, and default existence. - Updated admin UI components with `data-e2e` attributes for robust element selection. - Expanded `.dockerignore` files and added E2E results/report directories. - Included a comprehensive `E2E-TESTS.md` guide for setting up and running tests. - Updated npm scripts for filtered and full test runs (`test`, `test:auth`, etc.).
…without cache, disable cron jobs via settings - Updated `sambaLdap.js` to prevent unhandled 'error' events from crashing the process by adding an error event handler to the LDAP client. - Enhanced `run-tests.sh` to support `--no-cache` option for Docker Compose builds. - Modified `cron.js` to support disabling of SyncedCron via Meteor settings (`cron.enabled=false`).
…rate supervisor for service orchestration, and enhance Samba configuration with remote host support.
…atibility - Adjusted user permissions and startup command in `webapp.conf` to ensure Samba operations (e.g., `samba-tool`) have required access to `/var/lib/samba/private`. - Clarified Dockerfile comment to reflect that only MongoDB runs as non-root.
… requests and manual triggers
… docs, and disable cron jobs during tests
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.
Summary
Key changes
Test plan