Граф коммитов

29 Коммитов

Автор SHA1 Сообщение Дата
Romain Ndoutoume 37c388fdc2 fixed typo and grammar 2021-08-30 13:34:58 -07:00
Bryan Thomas 5558a2bb8d missed license in ReadMe 2021-08-23 11:04:58 -07:00
Bryan Thomas 6d4926bce8 fix typos 2021-08-19 14:18:42 -07:00
nick5616 0740b499d4
Win UI 3 Update and Enhanced Navigation (#169)
* working navbar on windows desktop

* updated windows target and updated ui components

* moved app controls to top right and changed tab behavior of navigation bar

* removed extraneous code

* readme refers to build 19041 as target version
2021-07-15 15:17:32 -07:00
Jake Friedman d2898810b4
Add copyright header to all files (#153) 2021-05-11 10:43:16 -07:00
Jake Friedman f839cb3c4e
App, C#, PWSH clients, can now detect service instances; Improve DNS-SD reliability (#158) 2021-05-10 21:11:32 -07:00
Jake Friedman 09aee2821f
Advertise _factorch._tcp service on DNS-SD (#157) 2021-05-07 13:55:42 -07:00
Jake Friedman af7707e642 Document disable container support 2021-05-03 14:29:31 -07:00
Jake Friedman b00fa7265b
Fix install script line endings; Fix service logging; Update readme (#124) 2021-04-12 17:26:02 -07:00
Jake Friedman 729599ee2a
Support running service as systemd and Windows service. Create installer scripts for Linux & Windows. (#121)
- New installer scripts for Linux and Windows make it easy to configure the service as a service 😎. Scripts are wrapped inside the existing service .zip files for easy access 💯.
- Service now supports running as a systemd service on Linux! Uses Microsoft.Extensions.Hosting.Systemd nuget so it's well supported 🆒. Thanks @patelp3989 for the advice on how to set this up! This also fixes a Linux bug where volatile state wasn't wiped on boot.
- Use Microsoft.Extensions.Hosting.WindowsService nuget instead of DotNetCore.WindowsService as the latter was intended as a stopgap until the ASP.NET concepts were available in .NET Core. They are now, so let's use them! 😲
- Moved service .zip creation out of .yml and into a standalone PowerShell script for debuggability. 🪲
- Refactored service C# files for readability. Biggest change: moved IPC endpoint methods to their own file as they are 95% boilerplate code with little chance of breaking. 🥱
2021-04-10 17:09:12 -07:00
Jake Friedman 3ba82bc87e
Fix broken links; Improve overview page (#100) 2021-03-09 12:00:44 -08:00
Jake Friedman a17d519605
Exclude irrelevant classes from github.io docs (#94)
* Exclude irrelevant classes from github.io docs
* Add attribution to DefaultDocumentation
2021-02-20 10:43:28 -08:00
Jake Friedman d2723c4ceb
Add usage samples for client API; Improve other doc pages to prep for 9.0.0 release (#89) 2021-02-17 19:09:34 -08:00
Jake Friedman 2f295acca5
Rename projects/bins for consistency; Refactor build pipelines (#74)
Renames projects & binaries to use Microsoft.FactoryOrchestrator.* naming.
Use "real" semver versioning. Major.Minor.Patch, set in common.props.
Created new release, PR, and CI ADO pipelines
-- Build is staged so common libraries are built once and used many.
-- Build uses public ADO build machines (instead of PackageES) wherever possible. This extends to decoupling from PackageES specific build concepts, like versioning, artifact staging, etc.
-- No dependency on PackageES build share, build relies on artifacts/VPacks for output.
-- Symbols are published to the public symbol server, with SourceLink support. Enables VS2019 debugging of binaries without any local PDB or source code.
-- Symbols are no longer included in VPacks to save space on FactoryOS images.
-- Nuget & Nuget Symbol Packages created, but not published. Publishing will be manual initially.
-- All 1P and 3P OSS binaries/msix/nuget are signed by ESRP
-- More thorough compliance pass
2021-01-28 12:23:37 -08:00
Jake Friedman a4f6cc445a
improve grammar 2020-12-08 14:59:46 -08:00
Jake Friedman b3e935a0cd
Update README.md 2020-12-08 14:59:09 -08:00
Jake Friedman c0d1858e46
docs are built in PR/CI and published as artifact if needed (#65) 2020-11-19 12:52:34 -08:00
Jake Friedman 750428d15b
Create PowerShell FactoryOrchestratorClient cmdlet; Add API docs to github (#62)
* Create a FactoryOrchestratorClient PowerShell module/library & unit test

* Add C# Class reference to github docs; document pwsh support
2020-11-17 08:58:40 -08:00
Ali Hajy 74011bce52
initial commit of the fo docs and necessary basics for mkdocs static site generation (#40) 2020-10-29 13:18:04 -07:00
Jake Friedman 39dbfeab1d Merged PR 5007596: Use main branch internally
Use main branch internally
2020-08-04 16:45:28 -07:00
Jake Friedman c1310e17a5
Add support for running tasks inside a Container (#6)
* Factory Orchestrator Container support

* Update notice and oss acknowledgments; embed NOTICE in about page

* Fix solution error

* Update readme

* fix url
2020-07-29 10:32:02 -07:00
Jake Friedman 73769a5db7 Continue to improve README 2020-07-24 17:13:45 -07:00
Jake Friedman 031fe9a3c7 Continue to improve readme; add more csproj changes I missed 2020-07-24 17:07:20 -07:00
Jake Friedman 68256d1a9d fix semver link 2020-07-24 17:02:28 -07:00
Jake Friedman 0b6573b0b1 Link to OSS repos 2020-07-24 17:00:55 -07:00
Jake Friedman cc5d1365ca Fix DocFX build; Add more info to README; Increment PATCH version in all 'Release' builds 2020-07-24 16:53:50 -07:00
nick5616 aaddc4e32c
Update README with getting started information 2020-07-24 12:37:03 -05:00
nick5616 8d82abe2db
readme revision 2020-07-20 09:07:39 -07:00
Nick Belovoskey ca9b339c15 initial commit 2020-07-20 09:02:53 -07:00