Skip to content

Tags: microsoft/BCApps

Tags

releases/27.2/StrictMode

Toggle releases/27.2/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[27.2] Agent Task Message - Allow downloading multiple attachments (#…

…5696)

#### Summary
When trying to download multiple attachments, only the last one was
downloaded. This is a limitation in BC.

Solution:
Make a zip out of them if there's more than one, like the Email module
does.

#### Work Item(s)
Fixes
[AB#615056](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/615056)

releases/27.1/StrictMode

Toggle releases/27.1/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[27.1] Update app baselines package version. New value: 27.0.38460.41…

…755 (+ 1 more update(s)) (#5412)

This PR contains the following changes:
- Update app baselines package version. New value: 27.0.38460.41755
- Update translation package version. New value: 27.1.25303.3


[AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)

Co-authored-by: aholstrup1 <[email protected]>

releases/27.0/StrictMode

Toggle releases/27.0/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[27.0] Update app baselines package version. New value: 26.5.38752.40…

…209 (#4918)

This PR contains the following changes:
- Update app baselines package version. New value: 26.5.38752.40209


[AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)

Co-authored-by: aholstrup1 <[email protected]>

releases/26.5/StrictMode

Toggle releases/26.5/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[26.5] Update BCArtifact version. New value: bcartifacts/Sandbox/26.5…

…/base/latest (#4707)

This PR contains the following changes:
- Update BCArtifact version. New value:
bcartifacts/Sandbox/26.5/base/latest


[AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)

Co-authored-by: mazhelez <[email protected]>

releases/26.4/StrictMode

Toggle releases/26.4/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[26.4] Update app baselines package version. New value: 26.3.36158.37…

…653 (+ 1 more update(s)) (#4353)

This PR contains the following changes:
- Update app baselines package version. New value: 26.3.36158.37653
- Update translation package version. New value: 26.4.25211.2


[AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)

Co-authored-by: aholstrup1 <[email protected]>

releases/26.3/StrictMode

Toggle releases/26.3/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[26.3] Disable email retry (#4035)

<!-- Thank you for submitting a Pull Request. If you're new to
contributing to BCApps please read our pull request guideline below
* https://github.com/microsoft/BCApps/Contributing.md
-->
#### Summary <!-- Provide a general summary of your changes -->

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#582424](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/582424)

Co-authored-by: wenjiefan <[email protected]>

releases/26.2/StrictMode

Toggle releases/26.2/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[releases/26.2@a66c0e7] Update AL-Go System Files from microsoft/AL-G…

…o-PTE@preview - 9be9169 / Related to AB#539394 (#3831)

## preview

Note that when using the preview version of AL-Go for GitHub, we
recommend you Update your AL-Go system files, as soon as possible when
informed that an update is available.

### Removed functionality

As stated in [AL-Go
Deprecations](https://aka.ms/algodeprecations#cleanModePreprocessorSymbols),
setting `cleanModePreprocessorSymbols` is no longer supported and will
be ignored by AL-Go for GitHub.

### Security

- Add top-level permissions for _Increment Version Number_ workflow

### Issues

- Issue 1697 Error in CheckForUpdates: "Internet Explorer engine is not
available" when using self-hosted runners
- Issue 1685 HttpError: Resource not accessible by integration

### Workflow input validation

Some workflow inputs are now validated early in order to avoid workflows
to make modifications like creating a release, when we already should
know that an error will occur later.

### Test settings against a JSON schema

AL-Go for GitHub settings now has a schema. The following line is added
at the beginning to any AL-Go settings files to utilize the schema:

```
"$schema": "https://raw.githubusercontent.com/microsoft/AL-Go-Actions/<version>/Actions/settings.schema.json"
```

### Failing pull requests if new warnings are added

By setting failOn to 'newWarning', pull requests will fail if new
warnings are introduced. This feature compares the warnings in the pull
request build against those in the latest successful CI/CD build and
fails if new warnings are detected.

## v7.1

### Issues

- Issue 1678 Test summary is showing too many status icons
- Issue 1640 AL1040 error due to app folder within the artifacts cache
being incorrectly recognized as an app folder
- Issue 1630 Error when downloading a release, when the destination
folder already exists.
- Issue 1540 and 1649 Apps with dependencies to Microsft\_\_EXCLUDE\_
apps fails deployment
- Issue 1547 Dependencies will be installed even if
DependencyInstallMode is ignore, but dependencies will never be
installed on production environments
- Issue 1654 GithubPackageContext does not work together with private
trustedNuGetFeeds
- Issue 1627 AL-Go should throw an error or a warning if you create a
release, which is older than the latest release
- Issue 1657 When no files modified on Git, deployment fails
- Issue 1530 Dependency Field Service Integration does not get published
in container while Installing apps
- Issue 1644 Support for AppAuth when using a private Template
repository from another organization
- Issue 1669 GitHub App authentication to download dependencies from
private repositories
- Issue 1478 Rate Limit Exceeded when running Update AL-Go System files

Related to
[AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)

Co-authored-by: business-central-bot <[email protected]>

releases/26.1/StrictMode

Toggle releases/26.1/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[releases/26.1] [Language] Revert LookupWindowsLanguageId change from #…

…2463 (#3661)

This pull request backports #3658 to releases/26.1

Fixes
[AB#575958](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/575958)

releases/26.0/StrictMode

Toggle releases/26.0/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[26.0] Update app baselines package version. New value: 25.5.30849.32…

…350 (#3405)

This PR contains the following changes:
- Update app baselines package version. New value: 25.5.30849.32350


[AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)

Co-authored-by: aholstrup1 <[email protected]>

releases/25.5/StrictMode

Toggle releases/25.5/StrictMode's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[25.5] Update BCArtifact version. New value: bcartifacts/Sandbox/25.5…

…/base/latest (#3221)

This PR contains the following changes:
- Update BCArtifact version. New value:
bcartifacts/Sandbox/25.5/base/latest


[AB#539394](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/539394)

Co-authored-by: mazhelez <[email protected]>