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

83525 - Optional Transient Custom Markers via SQL Race API #26

Open
wants to merge 33 commits into
base: master
Choose a base branch
from

Conversation

Mykola-K
Copy link

see the main ticket details

* Create pr.yml

* Update pr.yml

* Update pr.yml

* add a nuget.config and set up bintray

* don't add source

* environment varible for secret

* quote the env var

* try url directly

* use powershell

* fix yml

* fix yaml

* fix

* multiline

* fix 2

* fix 3

* fix secret name

* Use Bintray as source name

* try adding source first

* try adding source with user name

* add platforms

* fix platforms

* add readme

* remove nuget config
…ace package is not installed (#3)

* list latest available version

* trigger ci build on any branch

* Using checkrefererences

* fix typo

* fix path

* debug

* Write-Warning

* red text

* error

* add a kron trigger

* check latest only on scheduled master jobs

* No need specify master for schedule

* replacing tabs with spaces
* Dependencies with .net Framework 4.8 used.
Example projects updated to .net Framework 4.8.

* SQLRace API updated
* Change yaml file to use GitHub packages.  Also add Action files

* Check latest avaiable package on every PR
* Print latest packages to console

* Update readme.md

Update readme with GitHub nuget repository link
In this Pull Request we do add 4 different examples:

    CreateSessionWithMultipleParameters
    BaseExampleLoadSSN
    HelloCreateSSN2FromZeroWithParameters
    LoadSessionFromDatabaseAndReadParameters

In the first example we do create a session from zero and we add several parameters to it, but we don't export it to SSN2.
In the second example we show the easiest way load an SSN.
In the third example we do create a session, add some parameters with random data, close the session adn we export it as an SSN2 self-contained file
In the last example we connect to a database, load a session using a SessionGUID, and read some parameters that are passed to the function in a list fashion
* Update to markers builds of the Support Files and SQL Race API

* Add example method demontrating markers

* Add markers demonstrating the different label properties

* Update example

* Consolidate nuget packages
Changed build to x64 with prefer 32 bit to false to fix missing dlls problem

Co-authored-by: Tom <tomasz.prusik@mclaren.com>
* update sqlrace

* reactive tidyup

* adding porting guide

* fix order

* update readme

* Revert "update readme"

This reverts commit 0fa29a2.
Use callbacks from Automation API to check if ATLAS is conncted and if session is loaded

Co-authored-by: Owen Foo <owen.foo@mclaren.com>
* Convert to sdk

* "MESL.SQLRace.API" Version="2.1.23227.6"

* update actions to use .net core

* dotnet restore

* remove adding source

* remove included analzer files

* Remove     <PackageReference Include="Baseclass.Contrib.Nuget.Output" Version="2.4.3" />

* update readme

---------

Co-authored-by: Wei Li <wei.li@mclaren.com>
…marker) Optional Transient Custom Markers via SQL Race API
MAT.SQLRace.HelloData/Program.cs Outdated Show resolved Hide resolved
MAT.SQLRace.HelloData/Program.cs Outdated Show resolved Hide resolved
MAT.SQLRace.HelloData/Program.cs Show resolved Hide resolved
MAT.SQLRace.HelloData/Program.cs Show resolved Hide resolved
MAT.SQLRace.HelloData/Program.cs Show resolved Hide resolved
MAT.SQLRace.HelloData/Program.cs Show resolved Hide resolved
MAT.SQLRace.HelloData/Program.cs Outdated Show resolved Hide resolved
MAT.SQLRace.HelloData/Program.cs Show resolved Hide resolved
MAT.SQLRace.HelloData/Program.cs Show resolved Hide resolved
… version (#27)

* Restore floating version of Sqlrace so sample code always uses latest available

* increase restore verbosity

* try normal

* use *

---------

Co-authored-by: Wei Li <wei.li@mclaren.com>
Co-authored-by: Salman Alfarisyi <salman.alfarisyi@mclaren.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.