-
Notifications
You must be signed in to change notification settings - Fork 65
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
James kmom06 #30
Open
JamesTTTT
wants to merge
252
commits into
dbwebb-se:master
Choose a base branch
from
FalkenDev:james-kmom06
base: master
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
James kmom06 #30
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
Keeping Git Commit Messages Consistent with a Custom Template
Added dockerfile to build the microblog easy in a container
The script activates the virtual environment, upgrades the database and starts the server with gunicorn.
Added style guide to use autopep8 in vscode
A curated, chronologically ordered list of notable changes for each version of the project.
ci: Added Github Action for python to unit tests, integration tests and validate the code. A action that runs when push and pr is done that runs the unit tests, integration tests and validate the python code.
Initial start of the project
Created Python CI for tests (Actions)
Fixed the strings on branches name. Added to run unit tests and integration tests seperate. Fixed the pip install to use folder requirements when install test.txt.
Fixed so it use text.txt when pip install instead of requirements.txt.
Added template for pull requests
ci: Fixed Python CI Tests
docs: Updated Changelog with the latest features and fixes
The docker runs the publish when a release tag is created. Using the tag for the version.
cd: Docker imahge publish CD implementation
Add Docker setup for Microblog with production and testing configurations This commit introduces several Docker-related configurations: - A Dockerfile for production (`docker/Dockerfile_prod`) has been created and placed in the `docker` directory. This Dockerfile is configured to start a Microblog container linked to a MySQL container. - The `docker-compose.yml` file has been added to the root of the repository. It includes a service definition that starts the production container (`prod`) alongside a MySQL container. The service can be initiated with `docker-compose up prod`. - A Dockerfile for testing (`docker/Dockerfile_test`) has been created in the `docker` directory. This Dockerfile is set up to run `make test` on startup and then shut down. It uses volumes for the `app` and `tests` directories and installs dependencies from `requirements/test.txt`. - A new script `run_tests.sh`, which triggers `make test` to run all tests. - The `docker-compose.yml` file has been updated with a new service definition for the test container (`test`). This service can be started with `docker-compose up test`.
Changed to use the github.event.release.tag_name for docker image version instead of github.ref_name
cd: Changed to use release tag name
It now publish both a test docker image and prod docker image to dockerhub.
build: Essential docker setup & configuration
cd: Added docker image publish for test and prod
Changelog updated to reflect new features and bug fixes and new release 0.1.0.
docs: Changelog updated with new release 0.1.0
Routes for following and unfollowing
of getting them from internet
build: Add node exporter to database vm
Dashboard and alarms
Changelog 4.0.0, 3.1.1, 3.1.0
Needed to be updated for certbot install to work
fix: Added task to update requests_toolbelt & urllib3
Doppler update
fix: doppler images
Kubernetes kasper
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.