forked from elastic/ecs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notable changes: * `date` field examples are now quoted in the schemas/*.yml files. This avoids them being interpreted and output in a different format. * Changed the TravisCI distro to use, to get Python 3.6 * Virtualenv forces the use of Python3 * Update the Python version used in contributor guidelines * avoid aliasing problems by renaming some `dict` function param names to `dct` * Python 3 adjustments: * added parens for function calls such as `print` and `exit` * Updated all dependencies in scripts/requirements.txt to most recent versions * simplify a `sorted` lambda * use `yaml.safe_load` * Force sorting in a few places where Python 2's deterministic dict ordering was accidentally giving us sorted values * `assertEquals` => `assertEqual`
- Loading branch information
Showing
21 changed files
with
1,999 additions
and
1,996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,12 @@ language: go | |
os: | ||
- linux | ||
|
||
dist: bionic | ||
|
||
go: | ||
- 1.13.x | ||
|
||
before_install: | ||
install: | ||
- make setup | ||
|
||
addons: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.