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

Bump version #4

Merged
merged 19 commits into from
Jan 10, 2019
Merged

Bump version #4

merged 19 commits into from
Jan 10, 2019

Conversation

taishi8117
Copy link

Pulled recent changes in upstream

ericzinnikas and others added 19 commits November 27, 2018 22:08
…le#309)

* input_evidence doesn't have to be a list

* Fix exception
…-cloud-core 0.28.1 (before the rename of google.cloud.iam (core) to google.api_core.iam (google#315)
* parent evidence

* undo some simplifications for the sake of a simpler CL

* Add some serialization

* update docstring

* Initialize attribute

* set parent evidence if Evidence type is context dependant

* don't pass parent_evidence at instantiation

* undo linter stuff

* comments

* fix aim lib breaking tests

* typo
* Add files via upload

* Delete turbiniactl.py

* Delete turbiniactl.py

* Add files via upload

* Delete turbiniactl.py

* Add files via upload

* Update turbiniactl.py

* Caps
... to disambiguate between _preprocess() and preprocess().
* Add job filters

* fix docstrings.

* update docstring

* Get jobs filters working with new job manager

* Refactor out FilterJobObjects into new method

* Update YAPF

* remove missed confict markers

* Docstrings and renaming
* Add --partitions all to image_export invocations

* Fix typo
* Move version print after log level setup

* Remove extra whitespace
* Undefined name: Define 'unicode' in Python 3

__unicode()__ was removed in Python 3 because all __str__ are Unicode.

[flake8](http://flake8.pycqa.org) testing of https://github.com/google/turbinia on Python 3.7.1

$ __flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics__
```
./tools/turbinia_job_graph.py:47:40: F821 undefined name 'unicode'
  parser.add_argument('filename', type=unicode, help='where to save the file')
                                       ^
1     F821 undefined name 'unicode'
1
```

* Placate PyLint
* Added turbina_version to TurbinaTask

* First approach

* Changed to no rise error and return instead

* Restored the run from run_wrapper

* Changed format of strings

* Changed words fixed line too long
@ericzinnikas
Copy link
Owner

This should be fine. Though our branch still has a few hacks that haven't gone upstream yet

@ericzinnikas ericzinnikas merged commit 8635180 into ericzinnikas:no-gcp-2 Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
8 participants