Use different verification method for token
Merge pull request #801 from valadas/prefer-github-token Fixed a deployment issue
Fixed a deployment issue A recent refactor for token support made the deploy task look for it in .env file instead of using the github provided one-time token. This refactors it to prefer the github provided token so both ways still work.
Merge pull request #793 from GVskl/FlattenLearningCurve_and_AddVisualStudio Add Visual Studio as an alternative to edit DNN Docs articles. Additionally…
Adjusted layout a bit
Update in follow up from comments, remarks and suggestions on Pull Request
Merge branch 'main' into FlattenLearningCurve_and_AddVisualStudio
Merge pull request #799 from stetard/patch-1 Revise upgrade package instructions for DNN Platform after 10.2.0
Merge pull request #800 from valadas/build-performance Several improvements to build efficiency
Several improvements to build efficiency - Add .env.example and update README for local token config - Add ValidateGitHubToken target to check token validity/scope - Auto-set SKIP_CONTRIBUTORS if token missing/invalid - Allow Serve port configuration with auto-increment - Standardize plugin logging with Docfx.Common.Logger - Refactor GitHubApi to derive contributor stats from commits - Enhance contributor model with commit count and date - Refactor RepoStatsBuildStep and PageStatsBuildStep for clarity We ran into a rate limit recently and I dound a couple of inneficiencies basically. This PR should make the build faster and use less Github API calls. - Update build.schema.json for new params and targets - Improve error handling and code consistency throughout
Merge pull request #798 from DNNCommunity/copilot/improve-repostats-plugin-resilience Improve RepoStats plugin resilience: graceful rate-limit handling in CI
Revise upgrade package instructions for DNN Platform Updated instructions to reflect changes in upgrade package naming and process.
Refactor: extract PostbuildAsync to use proper await instead of repeated GetAwaiter().GetResult() Agent-Logs-Url: https://github.com/DNNCommunity/DNNDocs/sessions/3804f175-bf0e-4a12-9b8b-25f9187063a9 Co-authored-by: valadas <[email protected]>
Improve RepoStats plugin resilience: handle GitHub API rate limits gracefully in CI Agent-Logs-Url: https://github.com/DNNCommunity/DNNDocs/sessions/7a209cd6-4a02-44bf-9791-b0d7964136c1 Co-authored-by: valadas <[email protected]>
Initial plan
Merge pull request #796 from valadas/dnn-10.3.2 Updated suggested upgrade path for 10.3.2
Updated suggested upgrade path for 10.3.2 Updated suggested upgrade path for 10.3.2
Merge pull request #792 from Accuraty/misc-updates Misc updates
Merge pull request #794 from valadas/update-10.2.5 Updates upgrade path as per v10.2.5 release
Updates upgrade path as per v10.2.5 release v10.2.4 was accidently released as an "alpha". v10.2.5 is essentially the same but not released as "alpha". The PR adjusts the suggested upgrade path accordingly.