12 Commits

Author SHA1 Message Date
ce66c8d458 Remove non-inclusive language (#43)
Addresses #42

TODO: address pylint
2020-09-08 17:06:47 -07:00
eaeb508242 ignore _template (#31) 2020-04-09 13:16:14 -07:00
1bc2440747 adding instructions to port instrumentation (#26)
Adding some instructions on how to port from the reference directory. More updates will be needed as tests are added. 

Co-Authored-By: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com>

Co-authored-by: Mauricio Vásquez <mauricio@kinvolk.io>
Co-authored-by: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com>
2020-04-09 11:16:33 -07:00
fc4620c5b8 Add eachdist and move tox to root folder (#29)
Move tox and other configuration files to root folder. Add eachdist to make it
easier to handle operations with different packages.

The eachdist is taken from opentelemetry but slighty modified to avoid ignoring
a given path.
2020-04-09 10:06:59 -07:00
0cf7ce2874 Small cleanup (#27)
- Remove .circle configuration
- Update CODEOWNERS and ISSUE_TEMPLATE in .github
- Restore LICENSE files
2020-04-08 13:17:31 -07:00
9df6cd15ad Adding travis config (#25)
* adding travis config
2020-04-08 10:59:50 -07:00
5aee3ce32e Move DD code into its own directory (#6) 2020-04-08 10:39:44 -07:00
72b40ba5f9 Add common files (#19) 2020-04-06 14:51:43 -07:00
0eb2cac7b8 Remove NOTICE file (#5)
Remove notice file - keep copyright in individual file headers

See discussion here: open-telemetry/community#305
2020-03-26 08:42:01 -07:00
ed6dd7f257 Removing support for python 2.7 (#2)
OpenTelemetry doesn't support Python 2.7. Removing it from the tests and removing contrib packages that don't support Python 3. In this change:

- removing pylons contrib
- removing mysqldb contrib
- updating minimum versions of flask (>=1.0), gevent (>=1.1)

Signed-off-by: Alex Boten <aboten@lightstep.com>
2020-03-23 09:43:03 -07:00
f13c716af6 Merge in latest from datadog/dd-trace-py (#1) 2020-02-26 08:57:16 -08:00
67f43ea6ab initial commit
Signed-off-by: Alex Boten <aboten@lightstep.com>
2019-11-15 08:52:03 -08:00