Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

C-002 solution implementation #896

Merged
merged 26 commits into from
Nov 20, 2018
Merged
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
a96bff0
Added RestrictedPython and restricted globals to compile avatar code …
faucomte97 Nov 8, 2018
4031ad1
No longer updates code at every turn
faucomte97 Nov 8, 2018
e1b6475
Moved restricted code to separate file.
faucomte97 Nov 8, 2018
ff060a9
Revert "Moved restricted code to separate file."
faucomte97 Nov 9, 2018
178c585
Cleaned up comments and logs.
faucomte97 Nov 12, 2018
4ea3469
Removed additional unused imports.
faucomte97 Nov 12, 2018
5989d02
Added actions to globals and cleaned up other globals
faucomte97 Nov 13, 2018
dab16f3
Added regex to clean logs of unwanted warnings.
faucomte97 Nov 13, 2018
ff625a9
Added Avatar in module dict straight away to fix delayed turn issue.
faucomte97 Nov 14, 2018
c8e149e
Enables use of += and other similar operations
faucomte97 Nov 14, 2018
50be9b9
Removed broken regex
faucomte97 Nov 15, 2018
9cc5a5a
Fixed tests
faucomte97 Nov 15, 2018
173270c
Removed imports from avatar examples
faucomte97 Nov 15, 2018
30a4682
Added tests
faucomte97 Nov 15, 2018
63c75de
Try fixing tests on travis
faucomte97 Nov 15, 2018
1849e87
Try fixing tests on travis part 2
faucomte97 Nov 15, 2018
61b2a25
Re-update pipfile package name
faucomte97 Nov 15, 2018
38b3a62
Check to see if RestrictedPython in setup.py causes an issue
faucomte97 Nov 15, 2018
40cf765
Update class definition
faucomte97 Nov 19, 2018
48cc04e
Added builtins import for future Python 3
faucomte97 Nov 19, 2018
1af6061
CodeClimate
faucomte97 Nov 19, 2018
26fe19a
Revert "Enables use of += and other similar operations"
faucomte97 Nov 19, 2018
4cdab31
Made tests format consistent
faucomte97 Nov 20, 2018
4d60230
Re-added RestrictedPython to dependencies
faucomte97 Nov 20, 2018
5f3251c
Bumped up version
faucomte97 Nov 20, 2018
dd60f2f
Removed tests from CodeClimate exclude and renamed avatar file
faucomte97 Nov 20, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ plugins:
scss-lint:
enabled: false
exclude_patterns:
- "**/test_*.py"
- "*.test.js"
- "game/_version.py"
- "versioneer.py"
- "game_frontend/djangoBundler.js"
- "aimmo/avatar_examples/**"
3 changes: 2 additions & 1 deletion aimmo-game-worker/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name = "pypi"

[packages]
kubernetes = "*"
aimmo-game-creator = {editable = true, path = "."}
aimmo-game-worker = {editable = true, path = "."}
restrictedpython = "==4.0.b7"

[requires]
python_version = "2.7"
163 changes: 99 additions & 64 deletions aimmo-game-worker/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading