Commit 2357410
authored
[hotfix] Extension example for clean could not import Conan API search (#193)
* Trigger CI
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Align with Conan develop2
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Create Conan app
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Fix bad definition
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Use Conan list API properly
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Simplify query
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Use a single select
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Update by using latest Conan list API
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Update variable names
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Fix missing variable name
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Only run tests for Conan clean with version 2.21.0-dev or later
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Validate conan clean for latest packages only
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Print out for debug
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Sort values before be compared
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Use output instead of file
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Fix to avoid removing all pkg IDs
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
* Make it pass on Windows
Signed-off-by: Uilian Ries <uilianr@jfrog.com>
---------
Signed-off-by: Uilian Ries <uilianr@jfrog.com>1 parent 13c1bd7 commit 2357410
File tree
2 files changed
+49
-29
lines changed- examples/extensions/commands
- clean
2 files changed
+49
-29
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | | - | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
54 | 56 | | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
44 | 53 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
0 commit comments