Skip to content

Commit

Permalink
fix: fix aimmo setup script for mac and linux (#1568)
Browse files Browse the repository at this point in the history
* replace os type with enum

* move banner to single print statement

* update setup to use factory

* refactor cmd to allow comment and raise correctly

* update setup methods to use task lists

* set cmd default comment to caller func name

* fix: update setup script to match manual steps

* Merge remote-tracking branch 'upstream/development' into akirchberger/fix_aimmo_setup

* fix: set setup output to utf-8

* fix: update setup steps for linux

* add missing doc param

* Merge branch 'development' into akirchberger/fix_aimmo_setup

* fix: improve game load time (#1547)

* fix: delete only running games in game manager

* get only running games in game_manager

* delete unkown games in game manager

* fix game manager tests

* test list running games

* Merge branch 'development' into razvan-pro/issue1496

* remove remove_stopped_games

* 0.69.13b486

Automatically generated by python-semantic-release

* fix: Use Freshdesk widget in load screen (#1546)

* fix: Use Freshdesk widget for contact us link instead

* Update snapshot test

* Use Freshdesk widget template

* Update snapshot

* Use styles instead of href

* Update snapshot

* Fix linting errors

* Fix spacing

* Handle widget opening in React

* Declare widget

* Update snapshot

* Add missing snapshot test

* Merge branch 'development' into load_text_link

* Refactor loading text

* Add unit test

* Simplify onClick

* 0.69.14b492

Automatically generated by python-semantic-release

* build(deps): bump ws from 5.2.2 to 5.2.3 in /game_frontend (#1549)

* build(deps): bump ws from 5.2.2 to 5.2.3 in /game_frontend

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Merge branch 'development' into dependabot/npm_and_yarn/game_frontend/ws-5.2.3

* 0.69.14b496

Automatically generated by python-semantic-release

* 0.69.14

Automatically generated by python-semantic-release

* fix: Fix empty name bug in Game (#1550)

* fix: Fix empty name bug in Game model

* Merge branch 'development' into fix_admin_pages

* Merge branch 'development' into fix_admin_pages

* 0.69.15b504

Automatically generated by python-semantic-release

* ci: update cicd test step, remove unused files (#1556)

* ci: update cicd test step, remove unused files

* fix: possibly don't need this

* ci: install codecov dependencies

* ci: fix pytest run, revert installs

* 0.69.15b511

Automatically generated by python-semantic-release

* fix: Fix admin pages for old games without classes too (#1555)

* fix: Cater for old games without classes

* Merge branch 'development' into fix_admin_pages_pt2

* 0.69.16b514

Automatically generated by python-semantic-release

* fix: set setup output to utf-8

* fix: update setup steps for linux

* add missing doc param

* add missing doc param

* fix: cmd stdout empty result

* fix: set minikube and kubectl to latest versions

* refactor: split result to read better

* fix: add banner notice for mac and linux support only.

* fix: add sqlite3 update task

* fix: rename pipenv run task to build pipenv venv

* fix: remove unnecessary tasks from prev code

* Merge remote-tracking branch 'upstream/development' into akirchberger/fix_aimmo_setup

* Merge remote-tracking branch 'upstream/development' into akirchberger/fix_aimmo_setup

* Merge branch 'akirchberger/fix_aimmo_setup' of github.com:adamkirchberger/aimmo into akirchberger/fix_aimmo_setup

* fix: remove snap install

* fix: decode stdout bytes

* Merge branch 'development' into akirchberger/fix_aimmo_setup
  • Loading branch information
adamkirchberger committed Oct 25, 2021
1 parent 43c8d64 commit 859f871
Showing 1 changed file with 458 additions and 254 deletions.
Loading

0 comments on commit 859f871

Please sign in to comment.