12 Commits

Author SHA1 Message Date
Martin-Molinero 0991f089d0 Reduce disk usage in the cloud (#5673)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
2021-06-16 18:43:55 -03:00
Martin-Molinero 03f56481d4 Refactor python algorithm import (#5657)
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
* Python research import improvements

- Improve start.py for research env
- Remove unrequired imports

* Centralize algorithm imports

* Add regression test GH action

* Unit test python import clean up

* Join research and main imports

* More python import clean up

* Fix failing skipped regression algorithm
2021-06-15 19:06:06 -03:00
Martin-Molinero f3c386663b Feature .net 5 (#5505)
* Update projects to use .NET 5.0, the successor to .NET Core

* Fix ambiguous errors. Add IBAutomator net5

* Remove FXCM

* Upgrade IBAutomater to v1.0.51

ignored, and an empty message aborts the commit.

* Fix rebase

- Fix ambiguous Index
- Remove StrategyCapacity.cs
- Update System.Threading.Tasks.Extensionsy

* Remove unrequired references

* Fixes

- Travis will use dotnet, not nunit nor mono
- Remove mono from foundation image
- Fix python setup in research
- Fix unit tests

* Don't call ReadKey when input is redirected

* Fix ConsoleLeanOptimizer

* Research fixes

* Update comment

* Add vsdbg to Dockerfile

* Fixes

- Revert dockerfile FROM custom changes
- Adjust and fix regression algorithms
   - Option assignment will be deterministic in the order
   - 'Rolling Averaged Population' is calculated using doubles, updating
     expected values.
- Update readme, removing references to mono
- Add missing Py.Gil lock

* Replace ICSharp with .NET Interactive

* Fixes after rebase

* CSharp research fixes

- Adding new Initialize.csx that pre loads all assemblies
- Adjusting template research file
- Moving steps in dockerfilejupyter
- Fix unit tests and regression tests after rebase

Co-authored-by: Gerardo Salazar <gsalaz9800@gmail.com>
Co-authored-by: Stefano Raggi <stefano.raggi67@gmail.com>
Co-authored-by: Jasper van Merle <jaspervmerle@gmail.com>
2021-05-06 17:23:51 -03:00
Jasper van Merle 83431c956c Move Python stubs deployment from Travis to GH Actions (#5512)
Build & Test Lean / build (push) Has been cancelled
2021-04-30 19:10:40 -03:00
Balamurali Pandranki 403ea22606 Setup GitHub Actions CI (#5192)
* Create gh-actions.yml

* Run github actions on all branches

* Setup Python and Deps

* Escape brackets

* Move to mono runtime instead of dotnet core

* lock mono version

* pin mono dep version

* Update gh-actions.yml

* Update gh-actions.yml

* Use Ubuntu 16.04

Use Ubuntu 16.04

* Update gh-actions.yml

* Try on container

* Fix indentation

* Try Self Hosted runner

* switch back to ubuntu runner

* Update gh-actions.yml
2021-01-29 12:38:05 -03:00
Jared ac8781dbfd Feature sponsorship button (#4484)
* Create FUNDING.yml
2020-06-03 13:57:39 -07:00
Martin-Molinero 33192703aa Add performance and refactor PR template 2019-11-14 17:43:59 -03:00
Douglas Stridsberg 3acb9da855 Contributing using the correct branch naming convention
CONTRIBUTING.md should propose a correct branch name for new users submitting PR's, i.e. the naming convention `bug-<issue#>-<description>` or `feature-<issue#>-<description>`.

The GitHub PR template has been modified slightly as there was a `>` missing.
2019-02-27 11:35:37 +00:00
AlexCatarino 0f6d46a7d0 Fixes typo in pull request template 2018-07-03 17:52:54 +01:00
Michael Handschuh 320a99aca2 Remove documentation from pr checklist, make tests required
Every PR should be accompanied by tests that showcase the item fixed or new
feature. If a PR is not accompanied by tests, then there should be reason as
to why. In some (rare) cases, some PRs may just be documentation changes and
these won't required test changes.
2018-02-27 15:23:05 -05:00
Michael Handschuh 40361a48e5 Add a template for git hub issues
First revision of an issue template. We can modify this as need be.
2018-02-26 12:59:57 -05:00
Michael Handschuh 55a0bcae5a Add a template for git hub pull requests
First revision of a PR template. We can modify this as need be.
2018-02-26 11:33:12 -05:00