@salesforce/source-tracking 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +62 -62
- package/oclif.manifest.json +1 -0
- package/package.json +11 -18
package/CHANGELOG.md
CHANGED
|
@@ -2,90 +2,90 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
### [0.4.
|
|
6
|
-
|
|
5
|
+
### [0.4.4](https://github.com/forcedotcom/source-tracking/compare/v0.4.3...v0.4.4) (2021-12-01)
|
|
7
6
|
|
|
8
7
|
### Features
|
|
9
8
|
|
|
10
|
-
|
|
9
|
+
- update version of core and sdr ([977ab56](https://github.com/forcedotcom/source-tracking/commit/977ab56deb9fa610cb21b26bfef6d30a1f9f8f58))
|
|
11
10
|
|
|
11
|
+
### [0.4.3](https://github.com/forcedotcom/source-tracking/compare/v0.4.2...v0.4.3) (2021-11-11)
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
- emit warnings for types not pulled ([fdeabbf](https://github.com/forcedotcom/source-tracking/commit/fdeabbfb11bb4ba1fd17931adedc49f9cb5ae658))
|
|
12
16
|
|
|
13
17
|
### Bug Fixes
|
|
14
18
|
|
|
15
|
-
|
|
16
|
-
|
|
19
|
+
- don't pull remote changes where type isn't in SDR registry ([46250ee](https://github.com/forcedotcom/source-tracking/commit/46250eef09e29dfa0d06af984bbfcc3e88765968))
|
|
20
|
+
- don't pull things not in the registry ([38136bb](https://github.com/forcedotcom/source-tracking/commit/38136bbbf1e44c8e58bc06621957819913273b4e))
|
|
17
21
|
|
|
18
22
|
### [0.4.2](https://github.com/forcedotcom/source-tracking/compare/v0.4.1...v0.4.2) (2021-10-28)
|
|
19
23
|
|
|
20
24
|
### [0.4.1](https://github.com/forcedotcom/source-tracking/compare/v0.4.0...v0.4.1) (2021-10-28)
|
|
21
25
|
|
|
22
|
-
|
|
23
26
|
### Bug Fixes
|
|
24
27
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
- better conflict handling (can match filenames or type/name) ([4441a0a](https://github.com/forcedotcom/source-tracking/commit/4441a0abd70c7f8f315e1c638b4cef7fcf3e2e68))
|
|
29
|
+
- gitignore stashing location ([5145545](https://github.com/forcedotcom/source-tracking/commit/5145545eeee6c800986014327479d20e943143e5))
|
|
30
|
+
- polling exclusion logic for aura meta.xml was wrong ([2d40b2e](https://github.com/forcedotcom/source-tracking/commit/2d40b2ef65ef9a3145d0c75cd4943e4325d5745c))
|
|
28
31
|
|
|
29
32
|
## 0.4.0 (2021-10-22)
|
|
30
33
|
|
|
31
|
-
|
|
32
34
|
### ⚠ BREAKING CHANGES
|
|
33
35
|
|
|
34
|
-
|
|
36
|
+
- remove retrieve simplifier
|
|
35
37
|
|
|
36
38
|
### Features
|
|
37
39
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
40
|
+
- add commitlint and sample circleci config ([43e7fa4](https://github.com/forcedotcom/source-tracking/commit/43e7fa4a44dbcb9da37d21618678687f4edda644))
|
|
41
|
+
- add new tests and upadte readme ([6a7ad54](https://github.com/forcedotcom/source-tracking/commit/6a7ad542f42ce75275ebacc78d50ee4dc0ab6f32))
|
|
42
|
+
- add option to get remoteChanges with filePaths, use for Conflicts ([350a0d6](https://github.com/forcedotcom/source-tracking/commit/350a0d60599cfce2c432c223f4523c25a4f53c81))
|
|
43
|
+
- basic using isogit ([f39e6c5](https://github.com/forcedotcom/source-tracking/commit/f39e6c5e305fcb2fdb6a27b343d9dc20800202c9))
|
|
44
|
+
- conflict detection ([3e22774](https://github.com/forcedotcom/source-tracking/commit/3e22774d8949a1aa4302e62d8580b69c4b35aab5))
|
|
45
|
+
- consolidate conflict handling, return data in error ([45178c7](https://github.com/forcedotcom/source-tracking/commit/45178c7b13ed61e657f9a07ea5b40f49f73f651a))
|
|
46
|
+
- delete handling public for pull ([eb87eb7](https://github.com/forcedotcom/source-tracking/commit/eb87eb7dfa81ba5256735af7f2b8bc29dfb1e16b))
|
|
47
|
+
- finish status, add clear/reset ([c71e66f](https://github.com/forcedotcom/source-tracking/commit/c71e66f7f7a3dc20d2c965349b5e01e15edabf36))
|
|
48
|
+
- handle status ignore marking from STL ([2ec6fad](https://github.com/forcedotcom/source-tracking/commit/2ec6fad4b4f4f2e124da7e4f53cf8e534354d342))
|
|
49
|
+
- ignorewarnings flag for push ([b13fd05](https://github.com/forcedotcom/source-tracking/commit/b13fd0534930fb063075c39e6f75ea46ab9d3be8))
|
|
50
|
+
- migrate messages/descriptions ([8fea6e5](https://github.com/forcedotcom/source-tracking/commit/8fea6e5242c50865dd635412d7592164ab57fec4))
|
|
51
|
+
- most of sourceStatus logic, code cleanup ([f100cb8](https://github.com/forcedotcom/source-tracking/commit/f100cb83f220b3724284ae69301712a08b14376d))
|
|
52
|
+
- non-delete push works ([487a20e](https://github.com/forcedotcom/source-tracking/commit/487a20e48c428a02ef315b58db24b714d2de0416))
|
|
53
|
+
- push supporting bundle types ([639d459](https://github.com/forcedotcom/source-tracking/commit/639d459101cd4990fa217f657b99d64517611383))
|
|
54
|
+
- remote and conflicts ([f98ecf1](https://github.com/forcedotcom/source-tracking/commit/f98ecf17fc6cbe386d8edae6994500388b7e0ed6))
|
|
55
|
+
- remote tracknig with UT ([cb805e5](https://github.com/forcedotcom/source-tracking/commit/cb805e5745020be9a266a261f584979713e4b351))
|
|
56
|
+
- source tracking from toolbelt ([6c2ebb4](https://github.com/forcedotcom/source-tracking/commit/6c2ebb444ce5518eaa81402b685fe00f1090e437))
|
|
57
|
+
- sourcemember polling like toolbelt ([abdd7b3](https://github.com/forcedotcom/source-tracking/commit/abdd7b3ad275ea4739673a6e1b1a99853f1de2da))
|
|
58
|
+
- spinners while waiting on pull ([dfe5aea](https://github.com/forcedotcom/source-tracking/commit/dfe5aeae0a5f9a30eddfe96852e0dab025972e1e))
|
|
59
|
+
- status result sorting ([b7b109c](https://github.com/forcedotcom/source-tracking/commit/b7b109cf3e7bcad60507618099873c717ff31f61))
|
|
60
|
+
- sync customObj when their fields sync ([3ded96d](https://github.com/forcedotcom/source-tracking/commit/3ded96dbd7a7ea45cb8f97719b98bae294905c05))
|
|
61
|
+
- throws if "old" source files are present ([4b868d8](https://github.com/forcedotcom/source-tracking/commit/4b868d8232769eec5e227052bf823a35baedd288))
|
|
62
|
+
- typed push ([6e76812](https://github.com/forcedotcom/source-tracking/commit/6e7681263b81d3b692d002a3ce5deb8ef00bbd13))
|
|
63
|
+
- virtualTree for deletes ([b425d77](https://github.com/forcedotcom/source-tracking/commit/b425d77b4fca5c6fbab2faab7490e3516bf3f547))
|
|
63
64
|
|
|
64
65
|
### Bug Fixes
|
|
65
66
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
* remove retrieve simplifier ([bd71eef](https://github.com/forcedotcom/source-tracking/commit/bd71eef784bc7c7efd1999ba11193e632aef3d47))
|
|
67
|
+
- again with the promises ([ad9dec5](https://github.com/forcedotcom/source-tracking/commit/ad9dec50336c61996456d48ee489426393c62329))
|
|
68
|
+
- another attempt at node12 support ([c8736d0](https://github.com/forcedotcom/source-tracking/commit/c8736d0bbe53756d1b5572e00402e55af94003c1))
|
|
69
|
+
- case of empty orgId dir ([1cb6333](https://github.com/forcedotcom/source-tracking/commit/1cb6333d14cfcee02b27711b6db273d5db31fc8e))
|
|
70
|
+
- case on formatter filename ([02adf22](https://github.com/forcedotcom/source-tracking/commit/02adf22419d2bf81fb070d7d7d90f7d996bd1ada))
|
|
71
|
+
- casing on imports ([d4425d9](https://github.com/forcedotcom/source-tracking/commit/d4425d9ee2ad77c4e28d32333025e59a3c7e3af9))
|
|
72
|
+
- correct statusCommand description ([b834a2f](https://github.com/forcedotcom/source-tracking/commit/b834a2fa0213fbc72dbc6dc3a563cd92f413d222))
|
|
73
|
+
- don't commit empty changelists ([67b9772](https://github.com/forcedotcom/source-tracking/commit/67b9772eccd6d2d4850322eb80f5a6113aac18e6))
|
|
74
|
+
- export compatibility ([c6e5f7c](https://github.com/forcedotcom/source-tracking/commit/c6e5f7cba68ed6a7739b237adb027fda2442e8c4))
|
|
75
|
+
- fix vscode image in readme ([441c15f](https://github.com/forcedotcom/source-tracking/commit/441c15f79dbaf4a97c84d9d6ddc923eae59bca34))
|
|
76
|
+
- handle org:create's single tracking file ([008793d](https://github.com/forcedotcom/source-tracking/commit/008793d0fa15210ffb263cc5d179a0be8dcb05ff))
|
|
77
|
+
- handle stash failures ([09dacc9](https://github.com/forcedotcom/source-tracking/commit/09dacc9484e48f3cba4813f3d733c66d2a30cd6b))
|
|
78
|
+
- leif .yml merge [skip-validate-pr] ([ff10f84](https://github.com/forcedotcom/source-tracking/commit/ff10f84ec15757df55657ba73cc6976c5892595c))
|
|
79
|
+
- local ST uses graceful via core2 ([3ba883f](https://github.com/forcedotcom/source-tracking/commit/3ba883ff2b02e27b0eb01a709f6c1e03ef91bb73))
|
|
80
|
+
- match server subfiles with forward slash ([c2489a6](https://github.com/forcedotcom/source-tracking/commit/c2489a62c244a64fe0938e0eecdc087f4529b5ad))
|
|
81
|
+
- normalize windows paths on commit, too ([4339e46](https://github.com/forcedotcom/source-tracking/commit/4339e46a1cb9cbeb4cc652572e340b60e3b5bc68))
|
|
82
|
+
- one more fs/promises fixed for node12 ([71bafcf](https://github.com/forcedotcom/source-tracking/commit/71bafcf7738e60d8b86150199ef8d0687167a010))
|
|
83
|
+
- path normalizing for metadata keys ([6190590](https://github.com/forcedotcom/source-tracking/commit/6190590df2c2e7cc9a25eab0fa8891e3b8df9057))
|
|
84
|
+
- path normalizing from iso-git ([b8cddaf](https://github.com/forcedotcom/source-tracking/commit/b8cddaf40930bedd18f3edec578a030220454627))
|
|
85
|
+
- status output on windows uses backslash ([78ac398](https://github.com/forcedotcom/source-tracking/commit/78ac3988d3d04e956f17f35c67de4d1144062fcb))
|
|
86
|
+
- support windows path on commits with \\ ([5712af4](https://github.com/forcedotcom/source-tracking/commit/5712af4447ee03e30d7a5a769fc5ba58f6913552))
|
|
87
|
+
- there could be nested LWC templates ([d833981](https://github.com/forcedotcom/source-tracking/commit/d8339810bf76c0ab75824faee7aef59ff9a2d89e))
|
|
88
|
+
- turns bundle parts of SourceMembers into real MDtypes ([5646042](https://github.com/forcedotcom/source-tracking/commit/564604269be7d56499963699b51920b81227297f))
|
|
89
|
+
- use correct var name ([0708312](https://github.com/forcedotcom/source-tracking/commit/0708312c5b4f11cb94539416d0a10b5432850310))
|
|
90
|
+
|
|
91
|
+
- remove retrieve simplifier ([bd71eef](https://github.com/forcedotcom/source-tracking/commit/bd71eef784bc7c7efd1999ba11193e632aef3d47))
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":"0.4.4","commands":{}}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-tracking",
|
|
3
3
|
"description": "API for tracking local and remote Salesforce metadata changes",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"license": "BSD-3-Clause",
|
|
7
7
|
"main": "lib/index.js",
|
|
@@ -18,12 +18,13 @@
|
|
|
18
18
|
"format": "sf-format",
|
|
19
19
|
"lint": "sf-lint",
|
|
20
20
|
"lint-fix": "yarn sf-lint --fix",
|
|
21
|
-
"prepack": "sf-build",
|
|
22
21
|
"postpack": "shx rm -f oclif.manifest.json",
|
|
22
|
+
"prepack": "sf-prepack",
|
|
23
|
+
"prepare": "sf-install",
|
|
23
24
|
"pretest": "sf-compile-test",
|
|
24
|
-
"
|
|
25
|
-
"test
|
|
26
|
-
"
|
|
25
|
+
"prune:dead": "ts-prune | grep -v 'source-deploy-retrieve' | grep -v 'index.ts'",
|
|
26
|
+
"test": "sf-test",
|
|
27
|
+
"test:nuts": "nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel"
|
|
27
28
|
},
|
|
28
29
|
"keywords": [
|
|
29
30
|
"force",
|
|
@@ -40,28 +41,20 @@
|
|
|
40
41
|
"!lib/**/*.map",
|
|
41
42
|
"/oclif.manifest.json"
|
|
42
43
|
],
|
|
43
|
-
"husky": {
|
|
44
|
-
"hooks": {
|
|
45
|
-
"commit-msg": "sf-husky-commit-msg",
|
|
46
|
-
"pre-commit": "sf-husky-pre-commit",
|
|
47
|
-
"pre-push": "sf-husky-pre-push"
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
44
|
"dependencies": {
|
|
51
|
-
"@salesforce/core": "^2.
|
|
45
|
+
"@salesforce/core": "^2.31.0",
|
|
52
46
|
"@salesforce/kit": "^1.5.17",
|
|
53
|
-
"@salesforce/source-deploy-retrieve": "^5.
|
|
47
|
+
"@salesforce/source-deploy-retrieve": "^5.8.0",
|
|
54
48
|
"isomorphic-git": "^1.9.2",
|
|
55
49
|
"ts-retry-promise": "^0.6.0"
|
|
56
50
|
},
|
|
57
51
|
"devDependencies": {
|
|
58
52
|
"@salesforce/cli-plugins-testkit": "^1.3.7",
|
|
59
53
|
"@salesforce/dev-config": "^2.1.2",
|
|
60
|
-
"@salesforce/dev-scripts": "^0.
|
|
54
|
+
"@salesforce/dev-scripts": "^1.0.0",
|
|
61
55
|
"@salesforce/prettier-config": "^0.0.2",
|
|
62
56
|
"@salesforce/ts-sinon": "^1.3.21",
|
|
63
57
|
"@types/shelljs": "^0.8.9",
|
|
64
|
-
"@types/sinon": "^10.0.2",
|
|
65
58
|
"@typescript-eslint/eslint-plugin": "^4.29.0",
|
|
66
59
|
"@typescript-eslint/parser": "^4.29.0",
|
|
67
60
|
"chai": "^4.3.0",
|
|
@@ -72,10 +65,10 @@
|
|
|
72
65
|
"eslint-config-salesforce-license": "^0.1.6",
|
|
73
66
|
"eslint-config-salesforce-typescript": "^0.2.7",
|
|
74
67
|
"eslint-plugin-header": "^3.1.1",
|
|
75
|
-
"eslint-plugin-import": "
|
|
68
|
+
"eslint-plugin-import": "2.24.2",
|
|
76
69
|
"eslint-plugin-jsdoc": "^37.0.1",
|
|
77
70
|
"eslint-plugin-prettier": "^3.4.0",
|
|
78
|
-
"husky": "^
|
|
71
|
+
"husky": "^7.0.4",
|
|
79
72
|
"mocha": "^9.0.3",
|
|
80
73
|
"nyc": "^15.1.0",
|
|
81
74
|
"prettier": "^2.3.2",
|