|
1 | 1 | SCHEMA=../schema-1.23.json
|
2 | 2 |
|
3 |
| -.PHONY: all atlas-data-lake auth change-streams client-side-encryption client-side-operations-timeout collection-management command-logging-and-monitoring command-logging-and-monitoring/logging command-logging-and-monitoring/monitoring connection-monitoring-and-pooling connection-monitoring-and-pooling/logging crud gridfs index-management load-balancers read-write-concern retryable-reads retryable-writes run-command server-discovery-and-monitoring server-selection server-selection/logging sessions transactions-convenient-api transactions unified-test-format unified-test-format/invalid unified-test-format/valid-fail unified-test-format/valid-pass versioned-api HAS_AJV |
4 |
| - |
5 |
| -all: atlas-data-lake auth change-streams client-side-encryption client-side-operations-timeout collection-management command-logging-and-monitoring connection-monitoring-and-pooling crud gridfs index-management load-balancers read-write-concern retryable-reads retryable-writes run-command server-discovery-and-monitoring server-selection sessions transactions-convenient-api transactions unified-test-format versioned-api |
| 3 | +.PHONY: all \ |
| 4 | + atlas-data-lake \ |
| 5 | + auth \ |
| 6 | + change-streams \ |
| 7 | + client-side-encryption \ |
| 8 | + client-side-operations-timeout \ |
| 9 | + collection-management \ |
| 10 | + command-logging-and-monitoring \ |
| 11 | + command-logging-and-monitoring/logging \ |
| 12 | + command-logging-and-monitoring/monitoring \ |
| 13 | + connection-monitoring-and-pooling \ |
| 14 | + connection-monitoring-and-pooling/logging \ |
| 15 | + crud \ |
| 16 | + gridfs \ |
| 17 | + index-management \ |
| 18 | + load-balancers \ |
| 19 | + read-write-concern \ |
| 20 | + retryable-reads \ |
| 21 | + retryable-writes \ |
| 22 | + run-command \ |
| 23 | + server-discovery-and-monitoring \ |
| 24 | + server-selection \ |
| 25 | + server-selection/logging \ |
| 26 | + sessions \ |
| 27 | + transactions-convenient-api \ |
| 28 | + transactions \ |
| 29 | + unified-test-format \ |
| 30 | + unified-test-format/invalid \ |
| 31 | + unified-test-format/valid-fail \ |
| 32 | + unified-test-format/valid-pass \ |
| 33 | + versioned-api \ |
| 34 | + HAS_AJV |
| 35 | + |
| 36 | +all: atlas-data-lake \ |
| 37 | + auth \ |
| 38 | + change-streams \ |
| 39 | + client-side-encryption \ |
| 40 | + client-side-operations-timeout \ |
| 41 | + collection-management \ |
| 42 | + command-logging-and-monitoring \ |
| 43 | + connection-monitoring-and-pooling \ |
| 44 | + crud \ |
| 45 | + gridfs \ |
| 46 | + index-management \ |
| 47 | + load-balancers \ |
| 48 | + read-write-concern \ |
| 49 | + retryable-reads \ |
| 50 | + retryable-writes \ |
| 51 | + run-command \ |
| 52 | + server-discovery-and-monitoring \ |
| 53 | + server-selection \ |
| 54 | + sessions \ |
| 55 | + transactions-convenient-api \ |
| 56 | + transactions \ |
| 57 | + unified-test-format \ |
| 58 | + versioned-api |
6 | 59 |
|
7 | 60 | # Keep specifications sorted alphabetically
|
8 | 61 | # When adding a new specification, remember to add it to the all and .PHONY targets above
|
|
0 commit comments