Skip to content

Commit dbda7ac

Browse files
committed
feat: Enhance baseline to include XSL transforms.
- Update readme to link to online docs.
1 parent af1b42d commit dbda7ac

File tree

3 files changed

+100
-95
lines changed

3 files changed

+100
-95
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [2.13.0] - Unreleased
99

10+
### Added
11+
- Expanded Baseline Export to include XSL Transforms (#815)
12+
1013
### Fixed
1114
- Fix Import All not importing items that do not already exist when compileOnImport is not set (#798)
1215

@@ -117,7 +120,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
117120
- Added 'git push --force' in expert mode (#527)
118121
- Add remote repository to settings page (#448)
119122
- Added change context option to pull page (#468)
120-
- Added favorite namespaces setting for a user (#468, #510)
123+
- Added favorite namespaces setting for a user (#468, #510)
121124
- Added environment awareness in configuration, and showing of environment name in UI (#124)
122125
- Warning on sync page if other users have unstaged changes (#493)
123126
- Added "Export System Default Settings" menu item (#544)

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Embedded Git support for InterSystems platforms, supporting unified source contr
1010

1111
## Installation and Setup
1212

13-
1. Load this repository into IRIS from the community package registry.
13+
1. Load this repository into IRIS from the community package registry.
1414
```
1515
zpm "install git-source-control"
1616
```
@@ -24,7 +24,7 @@ Embedded Git support for InterSystems platforms, supporting unified source contr
2424
d ##class(SourceControl.Git.API).Configure()
2525
```
2626
This will also allow you to generate an SSH key for use as (e.g.) a deploy key and to initialize or clone a git repo.
27-
3. If using VSCode: Set up `isfs` server-side editing. First, save your current workspace in which you have the code open. Then, open the `.code-workspace` file generated by VS Code and add the following to the list of folders:
27+
3. If using VSCode: Set up `isfs` server-side editing. First, save your current workspace in which you have the code open. Then, open the `.code-workspace` file generated by VS Code and add the following to the list of folders:
2828
```
2929
{
3030
"name": "<whatever you want the folder to show up as in the project explorer view>",
@@ -87,6 +87,8 @@ This might look like:
8787
8888
![Example of mapping configuration](docs/images/settings.PNG "Example of mapping configuration")
8989
90+
Additional documentation on file types [can be found here](https://docs.intersystems.com/services/csp/docbook/DocBook.UI.Page.cls?KEY=AGITLAB#AGITLAB_settings_mappings).
91+
9092
### Baselining Source Code
9193
If enabling source control on an existing system, you will need to create a baseline by exporting all existing items to the Git repository. See [our documentation on baselining](/docs/baselining.md).
9294

0 commit comments

Comments
 (0)