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

[Microsoft.app] Release app microsoft.app 2024 10 02 preview #31066

Open
wants to merge 46 commits into
base: main
Choose a base branch
from

Commits on Jun 21, 2024

  1. Copy files from preview/2024-02-02-preview

    Copied the files in a separate commit.
    This allows reviewers to easily diff subsequent changes against the previous spec.
    Juliehzl committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    c02bea3 View commit details
    Browse the repository at this point in the history
  2. Update version to preview/2024-08-02-preview

    Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.
    Juliehzl committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    08daf68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40002d9 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Support spring cloud gateway (#29591)

    * support scg in 0802preview
    
    * fix lint issue
    
    ---------
    
    Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
    Caoxuyang and Xuyang Cao authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    e5f2a13 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Add scale property to java component (#29801)

    * add scale property for jc
    
    * swagger prettiercheck
    
    * prettier check
    
    * the prettier check has a bug
    
    * edit description
    
    * refine description
    
    ---------
    
    Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
    Caoxuyang and Xuyang Cao authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    da9cbac View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. [Microsoft.App] add debug endpoint on replica container (#29778)

    * add debug endpoint on replica container
    
    * fix code style errors
    
    * add example debug endpoint
    yiliuTo authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ab21dde View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Update header and query parameter for source control (#29536)

    * update
    
    * fix example
    
    * fix
    
    * fix
    
    * fix
    
    * update examples
    
    * use v5
    Juliehzl authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    0263161 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Enable DeploymentErrors for ContainerApps (#29822)

    * Enable DeploymentErrors for ContainerApps
    
    * Add example
    
    * Fix format
    
    ---------
    
    Co-authored-by: layliu <layliu@microsoft.com>
    LaylaLiu-gmail and LaylaLiu authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8bb1206 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Add dockerfile path argument (#30156)

    * Add dockerfile path argument
    
    * Fix example
    
    * Fix example
    
    * Fix linting errors
    
    * Modify example
    
    * Update sdk-suppressions.yaml
    
    ---------
    
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    snehapar9 and msyyc authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c706e7e View commit details
    Browse the repository at this point in the history
  2. Add KEDA cooldownPeriod/pollingInterval property for Container App & …

    …Jobs (#30154)
    
    * Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW
    
    * PR Feedback: Run prettier on json file for PR check-TEW
    
    * PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW
    
    * PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"
    
    * PR Feedback: Re-ran prettier on files noted in PR Check-TEW
    
    * Removing cooldownPeriod from Jobs.json and Jobs examples-TEW
    tawalke authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f8682d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    4569cf3 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Add includeDapr in traces and include keda in metrics for container a…

    …pp environment (#29987)
    
    * Add includeDapr in traces and include keda in metrics
    
    * pretty
    michaelkira authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    95a6733 View commit details
    Browse the repository at this point in the history
  2. Fix sessionpool name parameter location (#30231)

    * Fix sessionpool name parameter location
    
    * Prettier
    yitaopan authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fe14421 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Add job suspend resume (#30304)

    * add fields
    
    * add
    
    * Update Jobs.json
    
    fix runningState and add azure-asyncoperation
    
    * Update Jobs_Resume.json
    
    * Update Jobs_Suspend.json
    
    * add azure-asyncoperation
    
    * fix lintdiff
    
    * fix
    
    * fix
    
    * fix
    
    * add
    
    * reopen PR & add runningState states
    
    ---------
    
    Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
    bgashirabake and bgashirabake@gmail.com authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c7bb185 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. add runningState change (#30464)

    Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
    bgashirabake and bgashirabake@gmail.com authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a3c1cf5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. [Microsoft.App] Add enableFips property for dedicated workload profil…

    …es (#30418)
    
    * enableFips Property for workload profile
    
    * Fix description
    
    * Add default value for property
    
    * run prettier
    
    * More prettier fixes
    jijohn14 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    28dcb2a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    c767de4 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    8e360bb View commit details
    Browse the repository at this point in the history
  2. add suppression for patch java component (#30644)

    Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
    Caoxuyang and Xuyang Cao authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    077e110 View commit details
    Browse the repository at this point in the history
  3. Fix session pool error response (#30647)

    Co-authored-by: Zunli Hu <zuh@microsoft.com>
    yitaopan and Juliehzl authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8de0ed3 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Fix Swagger PrettierCheck for examples (#30674)

    * Copy files from preview/2024-02-02-preview
    
    Copied the files in a separate commit.
    This allows reviewers to easily diff subsequent changes against the previous spec.
    
    * Update version to preview/2024-08-02-preview
    
    Updated the API version from preview/2024-02-02-preview to preview/2024-08-02-preview.
    
    * Added tag for 2024-08-02-preview in readme file
    
    * Support spring cloud gateway (#29591)
    
    * support scg in 0802preview
    
    * fix lint issue
    
    ---------
    
    Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
    
    * Add scale property to java component (#29801)
    
    * add scale property for jc
    
    * swagger prettiercheck
    
    * prettier check
    
    * the prettier check has a bug
    
    * edit description
    
    * refine description
    
    ---------
    
    Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
    
    * [Microsoft.App] add debug endpoint on replica container (#29778)
    
    * add debug endpoint on replica container
    
    * fix code style errors
    
    * add example debug endpoint
    
    * Update header and query parameter for source control (#29536)
    
    * update
    
    * fix example
    
    * fix
    
    * fix
    
    * fix
    
    * update examples
    
    * use v5
    
    * Enable DeploymentErrors for ContainerApps (#29822)
    
    * Enable DeploymentErrors for ContainerApps
    
    * Add example
    
    * Fix format
    
    ---------
    
    Co-authored-by: layliu <layliu@microsoft.com>
    
    * Add dockerfile path argument (#30156)
    
    * Add dockerfile path argument
    
    * Fix example
    
    * Fix example
    
    * Fix linting errors
    
    * Modify example
    
    * Update sdk-suppressions.yaml
    
    ---------
    
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    
    * Add KEDA cooldownPeriod/pollingInterval property for Container App & Jobs (#30154)
    
    * Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW
    
    * PR Feedback: Run prettier on json file for PR check-TEW
    
    * PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW
    
    * PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"
    
    * PR Feedback: Re-ran prettier on files noted in PR Check-TEW
    
    * Removing cooldownPeriod from Jobs.json and Jobs examples-TEW
    
    * Make the header optional for source control (#30232)
    
    * Add includeDapr in traces and include keda in metrics for container app environment (#29987)
    
    * Add includeDapr in traces and include keda in metrics
    
    * pretty
    
    * Fix sessionpool name parameter location (#30231)
    
    * Fix sessionpool name parameter location
    
    * Prettier
    
    * Add job suspend resume (#30304)
    
    * add fields
    
    * add
    
    * Update Jobs.json
    
    fix runningState and add azure-asyncoperation
    
    * Update Jobs_Resume.json
    
    * Update Jobs_Suspend.json
    
    * add azure-asyncoperation
    
    * fix lintdiff
    
    * fix
    
    * fix
    
    * fix
    
    * add
    
    * reopen PR & add runningState states
    
    ---------
    
    Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
    
    * add runningState change (#30464)
    
    Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
    
    * [Microsoft.App] Add enableFips property for dedicated workload profiles (#30418)
    
    * enableFips Property for workload profile
    
    * Fix description
    
    * Add default value for property
    
    * run prettier
    
    * More prettier fixes
    
    * Add system data back for billingMeter (#30627)
    
    * Fix CI check for 2024-08-02-preview (#30641)
    
    * add suppression for patch java component (#30644)
    
    Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
    
    * Fix session pool error response (#30647)
    
    Co-authored-by: Zunli Hu <zuh@microsoft.com>
    
    * update
    
    ---------
    
    Co-authored-by: Xuyang Cao <Elvis_caoxy@163.com>
    Co-authored-by: Xuyang Cao <Xuyang.Cao@microsoft.com>
    Co-authored-by: Yi Liu <yiliu6@microsoft.com>
    Co-authored-by: LaylaLiu-gmail <38268900+LaylaLiu-gmail@users.noreply.github.com>
    Co-authored-by: layliu <layliu@microsoft.com>
    Co-authored-by: snehapar9 <108305436+snehapar9@users.noreply.github.com>
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    Co-authored-by: Tara W <tawalke@users.noreply.github.com>
    Co-authored-by: Michael Dai <michaelkira@live.cn>
    Co-authored-by: yitaopan <yitaopan@microsoft.com>
    Co-authored-by: bgashirabake <85650284+bgashirabake@users.noreply.github.com>
    Co-authored-by: bgashirabake@gmail.com <bgashirabake@microsoft.com>
    Co-authored-by: Jitin John <jijohn@microsoft.com>
    14 people authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4005c4c View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. revert change (#30700)

    jijohn14 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    600a6cd View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Fix default value property error for keda properties - 08.2024 release (

    #30691)
    
    * Add cooldownPeriod property to Jobs.json and Job_CreateorUpdate_EventTrigger.json-TEW
    
    * PR Feedback: Run prettier on json file for PR check-TEW
    
    * PR Feedback: Update ARM for Container Apps with both cooldown and polling properties; Update jobs.json with missing cooldown Period reference-TEW
    
    * PR Feedback: Update ContainerApp examples with KEDA properties cooldownPeriod/pollingInterval-TEW"
    
    * PR Feedback: Re-ran prettier on files noted in PR Check-TEW
    
    * Removing cooldownPeriod from Jobs.json and Jobs examples-TEW
    
    * Remove default for polling and cooldown to fix error-TEW
    tawalke authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1dc7b23 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Copy files from preview/2024-08-02-preview

    Copied the files in a separate commit.
    This allows reviewers to easily diff subsequent changes against the previous spec.
    Juliehzl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bf061fc View commit details
    Browse the repository at this point in the history
  2. Update version to preview/2024-10-02-preview

    Updated the API version from preview/2024-08-02-preview to preview/2024-10-02-preview.
    Juliehzl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    1b8badf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffb6a5d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Add Identity to session pool 2024-08-02-preview (#30770)

    * Add Identity to session pool registry
    
    * update examples
    
    * fix
    najian authored Sep 29, 2024
    Configuration menu
    Copy the full SHA
    d779281 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Easyauth blob token store support msi to auth (#30923)

    * easyauth blob token store support msi to auth
    
    * update examples
    
    * update
    
    * update
    
    * lint
    
    * lint
    
    * add examples
    njuCZ authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0b11bb9 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Enable Async Operation for ConnectedEnvironment SubResources (#30782)

    * Enable Async Operation for ConnectedEnvironment SubResources
    
    * Fixes
    
    * Fixes for comments
    
    * Fix DaprComponentDefinition
    
    * Fixes for comments
    
    ---------
    
    Co-authored-by: layliu <layliu@microsoft.com>
    LaylaLiu-gmail and LaylaLiu authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f3a2d09 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. [Microsoft.App] Add gpu property to container resource (#30852)

    * Add GPU property to container resources
    
    * Update example
    
    * Fix linting
    
    * Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/CommonDefinitions.json
    
    Co-authored-by: Jitin John <jijohn@microsoft.com>
    
    * Update example
    
    * Fix linting
    
    ---------
    
    Co-authored-by: Jitin John <jijohn@microsoft.com>
    snehapar9 and jijohn14 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    e28829c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. revision transition threshold (#30978)

    * add revisionTransitionThreshold
    
    * run npx prettier
    
    * npx prettier second time
    
    * run npx prettier
    
    * switch from DaprComponent to DaprComponentProperties
    
    * run npx prettier
    
    * add min and max to description
    
    * add minumum and maximum
    
    * Update sdk-suppressions.yaml
    
    ---------
    
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    smzeng and msyyc authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a09d5d3 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. [Microsoft.App] targetLabel and Labels revision mode (#30802)

    * copy over changes to 10-02
    
    * add targetLabel
    
    * ran npx prettier
    
    * ran npx prettier
    
    * update examples
    
    * add patterns to parameter defns
    
    * add x-ms-pageable to label history required for all list api
    
    * fix next link properties
    
    * add null next link
    
    * fix wrong label history ref
    
    * update readme file to correct alphabetical order
    
    * fix npx prettier
    
    * fix examples
    
    * run npx prettier
    
    * fix get object reference
    
    * fix label history structure
    
    * fix label history item schema
    
    * fix examples
    
    * fix label history list
    
    * fix label history record item properties
    
    * fix label history model
    
    * add resource id to labels history
    
    * fix resource id
    
    * run npx prettier
    
    * fix resource id
    
    * fix labels example
    
    * fix label history json
    
    * fix label history uri
    
    * rename containerapp name example and remove from container app create
    
    * move containerappname parameter to common defns
    
    * Trigger checks
    
    * Update sdk-suppressions.yaml
    
    ---------
    
    Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
    smzeng and msyyc authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    799421d View commit details
    Browse the repository at this point in the history
  2. [Microsoft.App] Add availabilityZones property to managed environment (

    …#30781)
    
    * Add availabilityZones
    
    * Fix prettier
    
    * Fix prettier part 2
    
    * prettier-3
    
    * Rename to zones
    
    * zones must be a top level property
    
    * Switch property to availabilityZones
    jijohn14 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    7580ae6 View commit details
    Browse the repository at this point in the history
  3. Add auto bind as an option for custom domain cert binding (#30993)

    * Add auto bind as an option for custom domain cert binding
    
    * fix prettier ci
    
    ---------
    
    Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
    tdaroly and Taher Darolywala authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    97db453 View commit details
    Browse the repository at this point in the history
  4. add ManagedIdentitySettings to session pool 2024-10-02-preview (#30771)

    * add ManagedIdentitySettings to session pool 2024-10-02-preview
    
    * fix
    
    * fix prettier
    
    * fix
    
    * add identity to sessionpool
    
    * fix PatchIdentityProperty
    
    * fix description
    
    * fix lint
    
    * fix patch error
    
    * fix prettier
    
    * fix model
    
    * fix comments
    
    * revert useless change
    
    ---------
    
    Co-authored-by: Nan Jiang <naji@microsoft.com>
    najian and Nan Jiang authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1429666 View commit details
    Browse the repository at this point in the history
  5. [Microsoft.App] Planned Maintenance feature for managed environment (#…

    …30769)
    
    * first iteration
    
    * Fix and update example
    
    * prettier fix
    
    * Update parameter references
    
    * Fix list reference
    
    * Add definitions
    
    * Update reference to scheduled entries
    
    * Use ScheduleEntries
    
    * Another attempt
    
    * Fix typo
    
    * Update readme
    
    * Remove ManagedEnvironmentScheduleList
    
    * Remove location and unwanted tags
    
    * Remove un-needed code
    
    * Make it a proxy resource
    
    * Fix lint errors
    
    * Use v5 type
    
    * Fix json
    
    * Fix sub example
    
    * Rename envelope variable
    
    * Fix name in example
    
    * Use weekday
    
    * Use scheduledEntries
    
    * Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json
    
    Co-authored-by: Zunli Hu <zuh@microsoft.com>
    
    * Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json
    
    Co-authored-by: Zunli Hu <zuh@microsoft.com>
    
    * Update specification/app/resource-manager/Microsoft.App/preview/2024-10-02-preview/MaintenanceConfigurations.json
    
    Co-authored-by: Zunli Hu <zuh@microsoft.com>
    
    * Rename file
    
    * Add main file
    
    ---------
    
    Co-authored-by: Zunli Hu <zuh@microsoft.com>
    jijohn14 and Juliehzl authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    5c7cbac View commit details
    Browse the repository at this point in the history
  6. [Microsoft.App] Advanced Ingress ACA - 2024-10-02-preview (#30862)

    * Advanced Ingress ACA - 2024-10-02-preview
    
    * use existing custom domain reference
    
    * make containerAppName required
    
    * Resolve comments
    
    * fix prettier check. update patch to allow more prop updates
    
    * update patch
    
    * fix ci, add patch envelope
    
    * add description field to route rules
    
    * update examples
    
    * remove long running operation reference
    
    * mark put as non long running
    
    * resolve comments, refactor
    
    * separet PATCH out again
    
    * add 201 back due to arm validations requirement, rename to `containerApp` && `revision` under targets
    
    * rename
    
    * prettier ci fix
    
    * fix pretty ci
    
    * change to proxy resource, resolve comments, rename, fix merge conflict
    
    * remove tag support, patch same as create/update
    
    ---------
    
    Co-authored-by: Taher Darolywala <tdarolywala@microsoft.com>
    Co-authored-by: Taher Huzefa <taherhuzefa@Tahers-MacBook-Pro-2.local>
    Co-authored-by: Zunli Hu <zuh@microsoft.com>
    4 people authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    37712e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Merge remote-tracking branch 'origin/main' into release-app-Microsoft…

    ….App-2024-10-02-preview
    jijohn14 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3801d72 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Fix managed service identity duplicated schema issue (#31100)

    * update
    
    * fix check
    Juliehzl authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    91f4bcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29d7b16 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    114d978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28f4653 View commit details
    Browse the repository at this point in the history
  3. [Microsoft.App] Add running status property for container apps (#31096)

    * Add running status
    
    * prettier fix
    jijohn14 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    0bfc985 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix pretier issues (#31196)

    jijohn14 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3ce8a50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ed0980 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d18821b View commit details
    Browse the repository at this point in the history