-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TT-1608] Adds Mockserver #1246
Open
kalverra
wants to merge
16
commits into
main
Choose a base branch
from
mockServer
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…framework into mockServer
kalverra
had a problem deploying
to
integration
October 24, 2024 21:08
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 24, 2024 21:14
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 24, 2024 21:25
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 24, 2024 21:29
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 24, 2024 21:46
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 24, 2024 21:50
— with
GitHub Actions
Failure
skudasov
approved these changes
Oct 24, 2024
kalverra
had a problem deploying
to
integration
October 25, 2024 18:27
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 25, 2024 18:32
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 25, 2024 18:46
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 25, 2024 18:50
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 25, 2024 19:52
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 25, 2024 19:55
— with
GitHub Actions
Failure
Quality Gate failedFailed conditions |
kalverra
had a problem deploying
to
integration
October 28, 2024 18:13
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 28, 2024 18:17
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 28, 2024 20:21
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
October 28, 2024 20:26
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
November 7, 2024 18:04
— with
GitHub Actions
Failure
…framework into mockServer
kalverra
had a problem deploying
to
integration
November 7, 2024 18:11
— with
GitHub Actions
Failure
kalverra
had a problem deploying
to
integration
November 7, 2024 18:15
— with
GitHub Actions
Failure
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.
Adds a basic mockserver to set and mock calls for use in E2E tests. This is the first version, will be doing some more testing and iterating after merge.
Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.
Why
The changes establish the foundation for a mock server with dynamic routing capabilities, emphasizing configuration management, testing, and continuous integration workflows. They introduce the ability to define custom routes for testing, manage server configurations, and automate the server's release and testing process, fostering better testing environments and CI/CD practices.
What
mockserver/v*.*.*
are pushed. This includes steps for checking out the repository, setting up Nix, configuring AWS credentials, logging into Amazon ECR, and building and releasing the image usinggoreleaser
.mockserver/v*.*.*
, and on pull requests. It checks out the code, uses a path filter to determine if tests should run based on changes in themockserver
directory, sets up Nix, and runs tests if themockserver
directory has changes.mockserver/save.json
, preventing potentially sensitive or unnecessary data from being committed to the repository.zerolog
andtestify
, setting the groundwork for logging and testing within the mock server application.