Skip to content

Commits

Permalink
2216f56ae1
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Sep 27, 2023

  1. Update semver (#468)

    Dmitry Shibanov authored and GitHub committed Sep 27, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2216f56 View commit details

Commits on Sep 14, 2023

  1. Merge pull request #462 from akv-platform/update-installers

    Update installers
    Nikolai Laevskii authored and GitHub committed Sep 14, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    736bc6d View commit details
  2. Update installers

    Nikolai Laevskii committed Sep 14, 2023
    Copy the full SHA
    f5526c2 View commit details

Commits on Jul 27, 2023

  1. Bump word-wrap from 1.2.3 to 1.2.4 (#444)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and GitHub committed Jul 27, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4dba25f View commit details

Commits on Jul 18, 2023

  1. Bump semver from 6.3.0 to 6.3.1 (#443)

    dependabot[bot] authored and GitHub committed Jul 18, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ada8800 View commit details

Commits on Jul 10, 2023

  1. Update dependencies (#440)

    * chore: update version of the fast-xml-parser
    
    * chore: update tough-cookie and @azure/ms-rest-js
    
    * chore: update license for the @azure/ms-rest-js
    Ivan authored and GitHub committed Jul 10, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e174912 View commit details

Commits on Jun 23, 2023

  1. Update fast-xml-parser and dotnet installer scripts (#437)

    * chore: update fast-xlm-parser and dotnet installer scripts
    
    * chore: update license for the fast-xml-parser
    Ivan authored and GitHub committed Jun 23, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a6be55a View commit details

Commits on Jun 6, 2023

  1. Merge pull request #433 from akv-platform/sequential-version-install-fix

    Sequential version install fix
    Nikolai Laevskii authored and GitHub committed Jun 6, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9b40770 View commit details
  2. Reduce number of e2e tests

    Nikolai Laevskii committed Jun 6, 2023
    Copy the full SHA
    4827734 View commit details
  3. Merge pull request #431 from akv-platform/allow-json-comments

    Allow json comments
    Nikolai Laevskii authored and GitHub committed Jun 6, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    70fa320 View commit details
  4. Merge pull request #432 from akv-platform/refactor-installer

    Refactor installer
    Nikolai Laevskii authored and GitHub committed Jun 6, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7ed547c View commit details

Commits on May 31, 2023

  1. Update license

    Nikolai Laevskii committed May 31, 2023
    Copy the full SHA
    b5ebe9e View commit details
  2. Add test for global.json with comments

    Nikolai Laevskii committed May 31, 2023
    Copy the full SHA
    89f1766 View commit details
  3. Parse global.json with JSON5

    Nikolai Laevskii committed May 31, 2023
    Copy the full SHA
    d1c99df View commit details
  4. Fix e2e tests

    Nikolai Laevskii committed May 31, 2023
    Copy the full SHA
    faa708d View commit details
  5. Add more comprehensive testing

    Nikolai Laevskii committed May 31, 2023
    Copy the full SHA
    ea6d1c2 View commit details
  6. Update e2e tests

    Nikolai Laevskii committed May 31, 2023
    Copy the full SHA
    9471c5d View commit details
  7. Update tests to accomodate for changes

    Nikolai Laevskii committed May 31, 2023
    Copy the full SHA
    6eb2af6 View commit details
  8. Add dotnet runtime installation before main script run

    Nikolai Laevskii committed May 31, 2023
    Copy the full SHA
    8f71719 View commit details
  9. Build

    Nikolai Laevskii committed May 31, 2023
    Copy the full SHA
    3cdb094 View commit details
  10. Copy the full SHA
    6019612 View commit details

Commits on May 30, 2023

  1. Make setup script functions synchronous

    Nikolai Laevskii committed May 30, 2023
    Copy the full SHA
    addb470 View commit details
  2. Make assigning of the script path intuitive

    Nikolai Laevskii committed May 30, 2023
    Copy the full SHA
    820f30d View commit details
  3. Update tests

    Nikolai Laevskii committed May 30, 2023
    Copy the full SHA
    427804d View commit details
  4. Call addToPath method on DotnetInstallDir directly

    Nikolai Laevskii committed May 30, 2023
    Copy the full SHA
    89b480a View commit details
  5. Rename initialize to setEnvironmentVariable

    Nikolai Laevskii committed May 30, 2023
    Copy the full SHA
    defac24 View commit details
  6. Rename DotnetInstallDir.path to DotnetInstallDir.dirPath

    Nikolai Laevskii committed May 30, 2023
    Copy the full SHA
    916aec4 View commit details

Commits on May 29, 2023

  1. feat: Cache NuGet global-packages folder (#303)

    * feat: cache NuGet global-packages folder
    
    * fix: remove unused files
    
    * docs: fix incorrect action
    
    * ci: add e2e test for cache
    
    * docs: accept suggested changes on README
    
    * docs: add simple cache example
    
    * build: change main script path
    
    * fix: change relative path to install scripts
    
    * fix: change relative path to problem matcher
    
    * refactor: accept changes on cache-utils
    
    * fix: revert main script path changes
    
    * test: fix cache-utils unit test
    
    * test: fix cache-utils unit test
    
    * feat: add `cache-dependency-path` variables
    
    * build: change main script dist path
    
    * ci: add `cache-dependency-path` e2e test & missing lock file
    
    * fix: accept change suggestions
    
    * ci: copy NuGet lock file to root
    
    to pass "test-setup-with-cache" e2e test
    
    * docs: change README guide
    
    * fix: apply suggestions from code review
    
    Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
    
    * test: fix some failed unit tests
    
    - fix `restoreCache()` test for 9703c8
    - update installer script
    
    * build: rebuild dist
    
    * Update unit-tests
    - Additional unit test were added to setup-dotnet.test.ts
    
    * Update unit tests for unix systems
    
    * Format and lint unit tests
    
    * fix: avoid use '/' on `path.join`
    
    * fix: rebuild dist
    
    * fix: apply suggestions from code review
    
    Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
    
    * build: add `DisableImplicitNuGetFallbackFolder` option
    
    also add guide on README
    
    * docs: highlight warnings and notes
    
    * docs: update note about handling NU1403
    
    ---------
    
    Co-authored-by: Ivan <98037481+IvanZosimov@users.noreply.github.com>
    Co-authored-by: IvanZosimov <ivanzosimov@github.com>
    3 people authored and GitHub committed May 29, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3447fd6 View commit details

Commits on May 26, 2023

  1. Merge pull request #430 from akv-platform/remove-implicit-dependencies

    Remove implicit dependencies
    Marko Zivic authored and GitHub committed May 26, 2023

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    916351a View commit details

Commits on May 25, 2023

  1. Add missing dependency

    Nikolai Laevskii committed May 25, 2023
    Copy the full SHA
    1ad2e31 View commit details
  2. Install eslint-plugin-node

    Nikolai Laevskii committed May 25, 2023
    Copy the full SHA
    e3f84b8 View commit details
  3. Update build

    Nikolai Laevskii committed May 25, 2023
    Copy the full SHA
    2785e21 View commit details
  4. Change PLATFORM to constant instead of function

    Nikolai Laevskii committed May 25, 2023
    Copy the full SHA
    80a318b View commit details

Commits on May 24, 2023

  1. Update build

    Nikolai Laevskii committed May 24, 2023
    Copy the full SHA
    eb0b7f8 View commit details
  2. Apply consistent naming

    Nikolai Laevskii committed May 24, 2023
    Copy the full SHA
    5c7ae4f View commit details
Older