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

Convert to Python 3 #674

Merged
merged 28 commits into from
Jan 3, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
dcb1b13
Convert to Python3
rw-access Dec 4, 2019
b029c78
Update JSON generation to match
rw-access Dec 4, 2019
23a7d05
Make 'nestings' sorted
rw-access Dec 6, 2019
f70d2ad
Merge branch 'master' into py3-conversion
rw-access Dec 6, 2019
08476e0
Add note about Python version
rw-access Dec 19, 2019
f9eebb6
Force venv to pick up python3, when setting up the env
Dec 23, 2019
475107e
Upgrade Python dependencies to most recent
Dec 23, 2019
f611431
Try forcing Python 3.7 in TravisCI
Dec 23, 2019
a58e652
Use load yaml safely
Dec 23, 2019
f04c566
Move to assertEqual
Dec 23, 2019
790444b
Code formatting
Dec 23, 2019
554eca9
Explicitly cast the `map()` result to a list.
Dec 23, 2019
8e27afa
Merge branch 'master' into py3-conversion
Dec 23, 2019
e54a6f2
No need to support 3.6, afaik. We're moving straight to 3.7
Dec 23, 2019
43f8281
Output Python version when running the generator
Dec 23, 2019
b69e86b
Try forcing an install of package python3.7
Dec 23, 2019
c88c8e1
Try Go 1.12
Dec 23, 2019
e11f4dc
Try Go 1.11 again :facepalm:
Dec 23, 2019
b4dfbee
Back to Go 1.13 again
Dec 23, 2019
e5dbeff
Try installing via deadsnake's Python 3.7
Dec 23, 2019
bebd40b
Moar nasty debugging
Dec 23, 2019
0b1c218
Install deadsnake's venv as well
Dec 23, 2019
6638ea2
Try to overwrite the python3 shim with python3.7
Dec 23, 2019
04f3abe
Try switching to a more recent Ubuntu
Dec 24, 2019
b4fe426
Try the 'python' version directive again, on Bionic
Dec 24, 2019
a79bd75
One last try for Travis to run 3.7
Dec 24, 2019
56dce24
Python 3.6+ it is
Dec 24, 2019
f63d44b
Quote the timestamp examples in event.yml
Dec 24, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions generated/ecs/ecs_nested.yml
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,8 @@ client:
group: 2
name: client
nestings:
- geo
- as
- geo
- user
prefix: client.
short: Fields about the client side of a network connection, used with server.
Expand Down Expand Up @@ -1064,8 +1064,8 @@ destination:
group: 2
name: destination
nestings:
- geo
- as
- geo
- user
prefix: destination.
short: Fields about the destination side of a network connection, used with source.
Expand Down Expand Up @@ -4290,8 +4290,8 @@ server:
group: 2
name: server
nestings:
- geo
- as
- geo
- user
prefix: server.
short: Fields about the server side of a network connection, used with client.
Expand Down Expand Up @@ -4764,8 +4764,8 @@ source:
group: 2
name: source
nestings:
- geo
- as
- geo
- user
prefix: source.
short: Fields about the source side of a network connection, used with destination.
Expand Down