Commit Graph

35 Commits

Author SHA1 Message Date
Cijo Thomas 0af38acb9d
Rename workflows. (#1064) 2020-08-12 15:37:24 -07:00
Eddy Nakamura 99e4818809
Cron publish (#1063)
* Cron publish

* Adding comment to cron
2020-08-12 14:56:02 -07:00
Eddy Nakamura ffb1bc68e5
Adding search to setapikey (#1059) 2020-08-12 08:36:36 -07:00
Eddy Nakamura 2f5d302447
using key directly (#1058) 2020-08-12 08:16:50 -07:00
Eddy Nakamura 6c00fdbaab
updating nuget command (#1057) 2020-08-12 07:49:58 -07:00
Eddy Nakamura 23bf260ecf
updating push command (#1056) 2020-08-12 07:27:19 -07:00
Eddy Nakamura 014480fc16
Publish Package (#1055)
removing apikey flag

removing setup-dotnet

updating command

changing to dotnet command

updating order

updating to with

removing

removing echo
2020-08-12 07:10:27 -07:00
Eddy Nakamura 1c15164b14
Updating CodeCoverage and deterministic build (#1010)
* Testing CodeCoverage

solving build issue

updating file to debug

updating function

updating script

updating filters

removing upload

removing unused tag

* updating order

* adding blank line

* Update .github/workflows/dotnet-core-cov.yml

Co-authored-by: Reiley Yang <reyang@microsoft.com>

Co-authored-by: Reiley Yang <reyang@microsoft.com>
Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2020-08-05 10:33:40 -07:00
Reiley Yang 79acec1bc6
Add custom exporter project (#1004)
* Add custom exporter project'

* manually resolve merge conflict

* update codecov ignore list
2020-08-04 21:03:43 -07:00
Eddy Nakamura b74194757f
updating workflows (#973)
* updating workflows

* updating dotnet core workflow
2020-08-02 07:40:29 -07:00
Eddy Nakamura a326550305
Minor improvements to OT (#972)
Adding copyright header to files, and other changes

adding headers

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-08-02 06:48:58 -07:00
Eddy Nakamura c68061fa0c
dotnet-format check (#958)
* dotnet-format check

updating name

updating order

Update dotnet-format.yml

updating job name

Updating files based on dotnet-format

updating sanitycheck

updating os

* updating workflows

* adding path to editorconfig

Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
2020-07-31 18:46:08 -07:00
Eddy Nakamura 38f86a9452
Enabling CodeCoverage (#937)
* Enabling CodeCoverage

* adding end line
2020-07-27 20:30:19 -07:00
Reiley Yang 755f727df0
Add sanity check for non-ASCII character and trailing spaces (#927)
* add CI sanity check for non-ASCII encoding and trailing spaces

* check TAB too

* fix ordering

* rename sanity to sanitycheck
2020-07-27 07:52:26 -07:00
Reiley Yang 2e20b4bef7
Changelog structure (#916)
* bring structure to changelog

* markdownlint
2020-07-24 10:33:02 -07:00
Eddy Nakamura 2dd8daa1e4
Splitting Instrumentation Projects (#890)
updating README

updating sql integration test

updating yml

updating dockerfile

updating readme

updating global.asax

updating version and readme

removing unused reference, adding properties folder to be similar to OT project

adding zipkin docker in comments

updating to standard2.1

removing unused usings

updating aspnet/aspnetcore methods naming

applying cijo's suggestions

updating projects to compile semantic file, updating comments

Splitting Instrumentation Projects

updating README

updating sql integration test

updating yml

updating dockerfile

updating readme

updating global.asax

updating version and readme

removing unused reference, adding properties folder to be similar to OT project

adding zipkin docker in comments

updating to standard2.1

removing unused usings

applying cijo's suggestions
2020-07-23 11:50:57 -07:00
Reiley Yang bffc739265
Revert the CI task merge + add filters (#878)
* revert the ci task merge

* add filters

* fix typo
2020-07-22 09:38:59 -07:00
Eddy Nakamura 29df2bb840
Disable master merge workflow for linux/win (#867)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-21 12:49:54 -07:00
Eddy Nakamura 68d3c791e7
Updating samples folder path (#857)
* Updating samples folder path

* Updating from Web to AspNetCore

* updating paths and namespaces

* merging docfx, markdownlint and spellcheck to docs.yml
merging integration-redis and integration-sql to integration.yml

* updating files to work on vscode

* creating extensions.json to simplify usage

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-21 10:18:51 -07:00
Cijo Thomas a2c4f9c630
Temporarily disable code coverage (#861) 2020-07-21 00:31:45 -07:00
Reiley Yang 2892bdd072
Clean up doc structure (#851)
* more docs

* lint

* simplify command
2020-07-20 15:09:12 -07:00
Reiley Yang 157495803c
Add markdownlint to CI (#848)
* markdownlint

* rename

* rename

* fix lint issue discovered by markdownlint
2020-07-20 07:51:37 -07:00
Reiley Yang f689163096
Add misspell to CI (#841) 2020-07-18 09:48:08 -07:00
Reiley Yang eb42d6b6d1
Add markdown sanity check CI (#837)
* markdown sanity check

* minor adjustment to the folder structure

* clean up Jaeger README.md
2020-07-18 07:31:01 -07:00
Mikel Blanchard b57f3cf320
.NET Core SqlClient Integration Tests + Fixes (#826)
* .NET Core SqlClient instrumentation integration tests, bug fixes, and cleanup.

* Dependency instrumentation docker artifacts and integration GitHub workflow.

* Code review feedback.

* Added docker-compose-wait to dockerfile so tests don't start until sql is listening.

* Code review.

* Namespaces for OTel ActivitySources.

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-16 10:52:29 -07:00
Mikel Blanchard 9298e0ef3f
Redis instrumentation with ActivitySource by Eddy & Mike (#800)
* Attempting to get Redis instrumentation up and working using ActivitySource API.

* updating tests

* renaming and updating tests

* Test fixes.

* Fixed Redis net461 tests failing on connection.

* Redis integration tests and bug fixes.

* Adding tests

* Put back redis connection options.

* Updates for changes in master.

* adding comments to testRedis

* updating based on comments

* updating summary

* Switched a couple spots using string keys to constants.

* Redis integration tests

* Small tweak to the GitHub action to make it more consistent with the others.

* Made instrumentation internal. Updated README.

* rename MaxFlushInterval to FlushInterval, adding flushInterval to samples

* Removed running of non-integration tests from Redis dockerfile.

Co-authored-by: Eddy Nakamura <eddynaka@gmail.com>
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-14 08:47:59 -07:00
Reiley Yang 8ec93bd0b7
improve PR template (#791) 2020-07-09 11:56:29 -07:00
Eddy Nakamura 0973b3ea0a
Enable netcoreapp2.1 (#780)
updating yml

Revert "updating yml"

This reverts commit 391f3baadbca0de4b3e2d78b35db38eb7e7bddbc.

installing dotnet 2.1 and 3.1

updating yml to enable multiple dotnet versions

adding matrix condition

disable dotnet 2.1 for windows

removing unused package reference

Revert "removing unused package reference"

This reverts commit 0d898aa044f916743da613a83539f568bff3ad49.

updating yml

adding cov.yml to sln

Add resources to instrumentation (#779)

* Add resources to instrumentation

* Unit test activitysourcedapter

Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>

disabling ubuntu-latest to codecoverage

removing extra steps

adding codecov.yml

moving file

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-08 11:42:51 -07:00
Eddy Nakamura 938343c85f
Enable codecov for windows (#777)
cleaning props/targets

updating to new version of codecov

adding env_vars

updating yml

adding env_vars

solving compilation issue

adding source root

adding source root

fixing wrong tag

commenting sourceroot

enabling deterministic for packs only

changing job titles

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-07 06:29:45 -07:00
Cijo Thomas b68670322a
Add GH Action trigger for master branch merge. (#774)
* Add GH Action trigger for master branch merge.

* master for code coverage
2020-07-07 06:12:28 -07:00
Eddy Nakamura d476b5f8fe
Adding Code Coverage (#770)
removing coverlet.msbuild

testing cov

temp moving

removing linux from cov

adding steps

commenting report part

updating dotnet tool command

changing to no-restore

adding configuration release

enabling disableappdomain

updating order

fail-fast false

updating path

updating path

undoing

changing to linux (faster)

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-06 22:53:23 -07:00
Eddy Nakamura 232e82eb02
github actions (#752)
moving folder

updating test to Tests.dll and folder to get less files

updating folder again

adding other versions to test

Adding linux and renaming

updating ubuntu version

updating yml linux

adding variables and using matrix

adding strategy to matrix

updating variables

new test

updating variables

updating variables

updating test packages

trying to add cache option

testing cache on windows

removing cache folder and trying to optmize files

updating

adding more workflows to test parallel

updating windows one job pipeline

updating

renaming

updating

updating test

adding verbose and breaking one test to double check

reverting test, adding new line, removing verbose from parallel

Update dotnet-core.yml

Update dotnet-core.yml

updating fetch depth

fetching all

Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-07-01 13:04:22 -07:00
Reiley Yang ea70fece4f
update codeowners file (#734)
Co-authored-by: Cijo Thomas <cithomas@microsoft.com>
2020-06-17 00:39:52 -07:00
Mikel Blanchard f4e18d5141
Tweaked the PR template so it uses github "fixes" keyword by default. (#657)
Co-authored-by: Sergey Kanzhelev <S.Kanzhelev@live.com>
2020-05-02 12:43:26 -07:00
Cijo Thomas 85d92f3896
Ad gh items. (#629) 2020-04-27 12:24:40 -07:00