Commit 75c185d
authored
Fix ignore_{remote,local}_changes setting in resource.yml (#4388)
## Changes
- Fix ignore_remote_changes to ignoring only remote changes (it was
ignoring all on a given path).
- Respect ignore_local_changes setting.
Currently, few resources use it (experiments, database_catalogs,
synced_database_tables since
#4364).
Follow up to #4304
## Tests
Existing. I have follow up PRs that make more use of
ignore_remote_changes which make this bug apparent.1 parent e75d01e commit 75c185d
File tree
3 files changed
+26
-17
lines changed- bundle/direct
- dresources
3 files changed
+26
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
386 | | - | |
387 | | - | |
| 386 | + | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
| 422 | + | |
| 423 | + | |
427 | 424 | | |
428 | | - | |
| 425 | + | |
429 | 426 | | |
430 | 427 | | |
431 | | - | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
432 | 442 | | |
433 | 443 | | |
434 | 444 | | |
435 | 445 | | |
436 | 446 | | |
437 | 447 | | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
| 448 | + | |
| 449 | + | |
442 | 450 | | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
| 451 | + | |
| 452 | + | |
447 | 453 | | |
448 | 454 | | |
449 | 455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments