-
Notifications
You must be signed in to change notification settings - Fork 23
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
Feature/linter fixes #27
Open
martin-marty
wants to merge
5
commits into
CodeYellowBV:master
Choose a base branch
from
martin-marty:feature/linter_fixes
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
Feature/linter fixes #27
martin-marty
wants to merge
5
commits into
CodeYellowBV:master
from
martin-marty:feature/linter_fixes
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
Github workflow added to run on push Squashed commit of the following: commit 6446d4d Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 14:12:13 2022 +0200 Remove re-use database commit a5f2dd4 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 14:00:15 2022 +0200 Add additional root password for container commit 7c8cc22 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:56:05 2022 +0200 MySQL password commit 37b9282 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:53:23 2022 +0200 MySQL environment names commit 8fd5223 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:51:01 2022 +0200 Correct environment variable names commit 5fd2a25 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:44:57 2022 +0200 MySQL credentials commit bdb4635 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:38:50 2022 +0200 PG config commit da2dff3 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:36:22 2022 +0200 Postgres configuration commit 4023b2f Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:34:34 2022 +0200 Services test commit 88574f7 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:29:21 2022 +0200 Testing postgres commit 3a44730 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:23:06 2022 +0200 Credentials to environment commit a85c862 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:15:37 2022 +0200 Mysql port commit 081e3c2 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:15:28 2022 +0200 Debug mysql not starting commit c294fa6 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:12:02 2022 +0200 Correct init name commit 224ffa9 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:10:53 2022 +0200 Space commit e45b806 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:10:17 2022 +0200 Add postgres commit 0d06d4f Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:03:53 2022 +0200 Start MySQL commit 23a3428 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 13:00:01 2022 +0200 Missed - commit 057155a Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:59:12 2022 +0200 Bad line commit bea8f1c Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:58:34 2022 +0200 Correct spacing commit dde3da5 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:55:52 2022 +0200 Add mysql to action commit d4dfd22 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:51:22 2022 +0200 Tox tests commit 55e651e Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:43:12 2022 +0200 Gh tox added commit b7e77d7 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:35:47 2022 +0200 Strip tests back commit 20e3cfe Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:34:50 2022 +0200 Correct workflow used commit 4d264a0 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:33:29 2022 +0200 Initial test runner using tox commit 965a331 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:33:15 2022 +0200 Remove ignore all commit ade64e2 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:20:55 2022 +0200 Update tox, django >3.2, py>3.9 commit ef62934 Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:20:25 2022 +0200 Update classifiers and install_requires commit 96e8c5d Author: Martin Whitehouse <[email protected]> Date: Thu Aug 11 12:19:45 2022 +0200 Drop django <3.2 from requirements
- Over all modules
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.
Fixes for mypy and pylint