You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -5,21 +5,22 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## [2.0.6] - Unreleased
8
+
## [2.1.0] - Unreleased
9
9
10
10
### Added
11
-
- Support for Caché/Ensemble 2016.2.3, 2017.1.2, 2017.2.1, 2018.1.0 and later. (Treated as patch version bump because no compatibility impact for existing users.)
11
+
- Support for Caché/Ensemble 2016.2.3, 2017.1.2, 2017.2.1, 2018.1.0 and later.
12
+
- Installation adds a Management Portal favorite for all users (#209)
13
+
- Improved configuration and defaults to simplify initial configuration (#213)
14
+
- If no name/email is specified, defaults to `$username` and `$username@<hostname>`
12
15
13
16
### Fixed
14
17
- "Import All" will properly recognize new files
15
18
- "Import All" and "Export All" apply only to the current package manager context and disregard items outside that context
Set the environment variable GIT_TEST_DEBUG_UNSAFE_DIRECTORIES=true and run
63
+
again for more information.
64
+
```
65
+
It is important for the namespace temp folder to be owned by the user IRIS runs as. (On Unix, commonly irisusr; on Windows, generally a designated service account or SYSTEM.) Setting this config flag is unlikely to actually help; just make sure the ownership is correct.
66
+
67
+
#### Interacting with Remotes
53
68
If you want to interact with remotes from VSCode/Studio directly (e.g., to push/pull), you must use ssh (rather than https), create a public/private key pair to identify the instance (not yourself), configure the private key file for use in Settings, and configure the public key as a deploy key in the remote(s).
54
69
70
+
#### IRIS Privileges
71
+
For developers to be able to run this extension, they'll need the USE privilege on %System_Callout.
72
+
55
73
### Setting up multiple GitHub deploy keys on one machine
56
74
57
75
Assuming you have the local and remote repositories created,
0 commit comments