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: README.md
+2-9
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,15 @@ You should use the class named sourceTracking.
15
15
16
16
## TODO
17
17
18
-
NUT for compatibility checks
18
+
NUT for tracking file compatibility check logic
19
19
pollSourceMembers should better handle aggregated types. ex:
20
20
21
21
```
22
-
DEBUG Could not find 2 SourceMembers: AuraDefinition__pageTemplate_2_7_3/pageTemplate_2_7_3.cmp-meta.xml,[object Object],CustomObject__Account,[object Object]
22
+
DEBUG Could not find 2 SourceMembers (using ebikes): AuraDefinition__pageTemplate_2_7_3/pageTemplate_2_7_3.cmp-meta.xml,[object Object],CustomObject__Account,[object Object]
23
23
```
24
24
25
-
push/pull throw on conflict, but don't provide errors for --json
26
-
27
-
- SDR sets all retrieve FileResponse as `Changed` even if it didn't exist locally. That's going to yield slightly different json output on a `pull` than toolbelt did. See `remoteChanges.nut.ts > remote changes:add > can pull the add`. Fixing in pull is less optimal than fixing in SDR (because source:retrieve is also currently reporting those as `Changed` instead of `Created`)
28
-
work around our gitignore stash trick...sometimes it gets in the incomplete state. What if there is no gitignore? All kinds of error handling issues around that
29
-
30
25
### Enhancements
31
26
32
-
- status can "mark ignores"
33
-
- why does push take so long?
34
27
- for updating ST after deploy/retrieve, we need a quick way for those commands to ask, "is this an ST org?" OR a graceful "ifSupported" wrapper for those methods.
35
28
- ensureRemoteTracking could have 2 options in an object
36
29
1.`ensureQueryHasReturned` which will make sure the query has run at least once
0 commit comments