Commit graph

266 commits

Author SHA1 Message Date
b2a97a9367
v2.1.0b1 2022-03-16 00:38:40 +01:00
dependabot[bot]
d005447a9f
Bump docker/build-push-action from 2.9.0 to 2.10.0 (#26)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.9.0 to 2.10.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.9.0...v2.10.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-16 00:37:31 +01:00
8b43c2287e
Fixed Dockerfile 2022-03-15 23:57:48 +01:00
7fc6faa620
Added poetry 2022-03-15 23:41:35 +01:00
f5d8777f65
Updated README.md 2022-03-08 18:53:12 +01:00
8389fc9b50
Merge mypy into develop 2022-03-08 18:36:49 +01:00
c2c5b28526
Added retry parameter to ms function 2022-03-08 18:29:40 +01:00
f0a8535045
Added device delete confirmation 2022-03-08 18:29:06 +01:00
0803acb4e1
Fixed imports 2022-03-08 18:14:16 +01:00
e4117c7c4d
Fixed delete starter device bug 2022-03-08 18:12:53 +01:00
9e2d31b940
Added ws logging 2022-03-08 18:12:25 +01:00
986c3dee45
Added mypy and pydantic 2022-03-08 17:56:13 +01:00
afa09a2698
Added sentry breadcrumbs 2022-03-06 02:22:39 +01:00
e02702c31e
Improved device commands 2022-03-06 02:11:05 +01:00
dependabot[bot]
8d5c9b63ec
Bump docker/login-action from 1.13.0 to 1.14.1 (#24)
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.13.0 to 1.14.1.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.13.0...v1.14.1)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-06 00:41:30 +00:00
dependabot[bot]
a0cc5e4643
Bump actions/checkout from 2.4.0 to 3 (#25)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Felix <41747605+Defelo@users.noreply.github.com>
2022-03-06 00:36:59 +00:00
dependabot[bot]
ff6e86151a
Bump actions/setup-python from 2.3.1 to 3 (#23)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.3.1...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-06 01:34:01 +01:00
e4f1559654
Added dependabot config 2022-03-06 01:30:44 +01:00
6d9d049aca
Improved docker push 2022-03-06 01:01:09 +01:00
6b291a8dee
Added docker_clean workflow 2022-03-06 00:38:26 +01:00
6179be5135
Added Docker image 2022-03-06 00:17:36 +01:00
c1ff19396f
Added mining rate to morphcoin look command 2022-03-05 23:27:25 +01:00
ee3d93cbbc
Added success_chance parameter to bruteforce command 2022-03-05 22:54:55 +01:00
24f19e07f3
Fixed ResourceUsage 2022-03-05 22:08:03 +01:00
79f36eb3bb
Improved morphcoin watch command 2022-03-05 21:53:38 +01:00
aaffa883ad
Fixed passwd command 2022-03-05 21:49:27 +01:00
b0b1d044c9
Updated README.md 2022-03-05 21:23:35 +01:00
7cbbc73ac1
Fixed code style 2022-03-05 21:10:59 +01:00
368a030eff
Fixed ci 2022-03-05 21:10:58 +01:00
5521e98cff
Updated ci 2022-03-05 18:29:34 +01:00
4892040c32
Updated requirements.txt 2022-03-05 18:21:03 +01:00
4640621eec
Fixed sentrydsn domain 2022-03-05 18:02:56 +01:00
e28973a588
Added starter device exception 2020-10-02 23:22:25 +02:00
745071528b
Disabled black 2020-10-02 23:20:09 +02:00
Felix
75a5255388
Merge pull request #22 from MarcelCoding/patch-1
Update exceptions.py
2020-10-02 23:18:56 +02:00
Marcel Koch
ff698ea701
Update exceptions.py 2020-09-11 22:05:01 +02:00
Marcel Koch
cb965726a0
Update exceptions.py 2020-09-11 22:02:48 +02:00
2978ff4feb
Fixed deepsource issues (fixed #18) 2020-08-21 21:31:45 +02:00
e8a020ae67
Removed email from signup (#18) 2020-08-21 21:17:15 +02:00
711bc9e794
Fixed deepsource issue 2020-08-18 22:53:59 +02:00
a7774aca5e
Improved sentry init 2020-08-18 22:47:38 +02:00
442c520218
Fixed deepsource issue 2020-08-10 02:11:52 +02:00
e5914d26c5
Fixed #16 2020-08-10 00:26:18 +02:00
5a3acae146
Improved ms exception handling 2020-07-20 20:13:31 +02:00
920f4dece8
Added type hint to BruteforceService class 2020-07-14 23:20:12 +02:00
26b2a32f06
Fixed deepsource performance issues 2020-07-14 23:05:48 +02:00
0ed63ca6ea
Fixed deepsource security issues 2020-07-14 23:00:08 +02:00
78e506d7ad
Fixed deepsource security issues 2020-07-14 22:58:50 +02:00
1d7c08ec07
Fixed deepsource anti patterns 2020-07-14 22:21:37 +02:00
Felix
bc4ac01df5
Merge pull request #15 from Defelo/game-objects
Game objects
2020-07-14 21:55:55 +02:00