-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update Branch #56
Merged
Merged
Update Branch #56
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
Feature - Added GitPages to Readme + Add Icons to Readme
chore: Update WorkFlow and Jupyter Notebook
Update feature-MVCImplement
[Feature] Update Docs
chore: Update .gitattributes file to set Python as the language for H…
- Add ParamsValidator as splited component - Remove ValidParams of controller - Remove Validate params to etl initialize
The code changes in this commit refactor the codebase by separating the ParamsValidator class into its own component. This improves the organization and modularity of the code. The ValidParamsForCall method has been renamed to __ValidParamsForCall__ to indicate that it is a private method.
The code changes in this commit remove unused code related to the SERVER_URL environment variable and update the API endpoints to use the new class from the module. This improves code organization and ensures consistency in API endpoint usage.
This commit separates the ParamsValidator class into its own component, improving code organization and modularity. The ValidParamsForCall method has been renamed to __ValidParamsForCall__ to indicate that it is a private method.
This commit updates the version in and to v4.4.0. It also updates the dependencies in by parsing the file. This ensures that the project is using the latest stable versions of its dependencies.
This commit updates the requests dependency in the poetry.lock file from version 2.32.1 to version 2.32.2. This ensures that the project is using the latest stable version of the requests library. tests: Update
This commit updates the CI/CD workflow to install and run tests using Poetry instead of pip. It also updates the requests dependency to version 2.32.2 in the poetry.lock file. These changes ensure that the project is using the latest stable versions of its dependencies and improves the efficiency of the CI/CD process.
…awesome-api into feature-ArchChanges
This commit updates the extraction and transformation tests to reflect the changes made in the code. It adds new test cases for the extraction and transformation processes, ensuring that they handle different scenarios correctly. The tests now cover both success and failure cases, providing comprehensive test coverage for the code changes.
… and run.py for execution
[FEATURE] Arch Changes
[Feature] Update Readme
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.
No description provided.