Skip to content
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

chore: trigger new release #60

Closed
wants to merge 11 commits into from
Closed

chore: trigger new release #60

wants to merge 11 commits into from

Conversation

corp-0
Copy link
Member

@corp-0 corp-0 commented Oct 23, 2023

No description provided.

corp-0 and others added 11 commits February 7, 2022 01:54
* misc(repo): rebrand the project as central-command

* feat(repo)!: first stone of the rewrite

* feat(repo): feature parity with last attempt

* misc: linter

* misc: get rid of useless env for creating directories

* misc: get rid of commented line in docker-compose.yml

* misc: use Bob's email as example

* feat: add is_active field to admin view for accounts

* feat: improve models by adding help text instead of obscure comments

* fix: fixes username validation doing literally nothing

* misc: migration update
* fix: make public account data actually public

* feat: readd needed html templates

* fix: accounts that change their email will now have to confirm the new email

* feat: attempting to log in before confirmation will now raise and explain the issue

* feat: writing data to other-data will now only update keys if present or append new data if not.
We also won't need a create endpoint anymore, since write will do it if the record doesn't previously exist.

* feat: load environmental variables from a .env file with python-dotenv

* feat: adds account verification endpoint for game servers
Bumps [django](https://github.com/django/django) from 3.2.9 to 3.2.11.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.2.9...3.2.11)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: update django

* chore: fix line ending for linux

* chore: update migrations
* chore: remove files from discarded website.

The unitystation website won't also be part of Central-Command and will instead be its own project which will make use of Central-Command's backend.

* chore: remove nginx files

From now on, the project is being deployed in production using Nginx-Proxy-Manager, so having custom nginx configuration in the repo isn't needed anymore.

* chore: update dependencies and language version.

* chore: update main workflow actions

* chore: update pre-commit

* refactor: drop need for postgres in unit tests
This is required so we don't have issues serving the few static files needed to interact with the debug views of django rest.
* chore: use ruff instead of flake8/isort

* cental-command -> central_command

* bump line length to 121

* enable bandit and add a few ignores
* chore: update dependencies

* chore: remove unneeded parenthesis

* fix: token authentication raising an exception

For some reason it started failing and was trying to create new tokens when the token authorization wasn't present in the header

* chore: adds some api collections for Bruno

* chore: make the dumb linter happy
@commit-lint
Copy link

commit-lint bot commented Oct 23, 2023

Misc

Chore

Code Refactoring

Contributors

corp-0, dependabot[bot], Fogapod

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@sweep-ai
Copy link
Contributor

sweep-ai bot commented Oct 23, 2023

Apply Sweep Rules to your PR?

  • Apply: Leftover TODOs in the code should be handled.
  • Apply: All new business logic should have corresponding unit tests in the tests/ directory.
  • Apply: Any clearly inefficient or repeated code should be optimized or refactored.

@corp-0 corp-0 closed this Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants