Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Org Browser article #1971

Merged
merged 5 commits into from
Feb 13, 2020
Merged

Update Org Browser article #1971

merged 5 commits into from
Feb 13, 2020

Conversation

hbc-bindu
Copy link
Contributor

@hbc-bindu hbc-bindu commented Feb 11, 2020

What does this PR do?

Add the ability to retrieve all of the metadata of the same type and update the screenshot.

What issues does this PR fix or reference?

@W-7222242@

@codecov
Copy link

codecov bot commented Feb 11, 2020

Codecov Report

Merging #1971 into develop will decrease coverage by 0.02%.
The diff coverage is 75%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1971      +/-   ##
===========================================
- Coverage       75%   74.98%   -0.03%     
===========================================
  Files          225      228       +3     
  Lines         8283     8440     +157     
  Branches       922      937      +15     
===========================================
+ Hits          6213     6329     +116     
- Misses        1838     1872      +34     
- Partials       232      239       +7
Impacted Files Coverage Δ
...rcedx-vscode-core/src/settings/sfdxCoreSettings.ts 52.94% <0%> (-3.31%) ⬇️
...ges/salesforcedx-vscode-core/src/conflict/index.ts 100% <100%> (ø)
...alesforcedx-vscode-core/src/commands/util/index.ts 100% <100%> (ø) ⬆️
...ode-core/src/commands/forceSourceDeployManifest.ts 50% <33.33%> (-2%) ⬇️
...e-core/src/commands/forceSourceRetrieveManifest.ts 44% <50%> (-1.46%) ⬇️
...ode-core/src/sfdxProject/sfdxPackageDirectories.ts 88.63% <57.14%> (-5.96%) ⬇️
...code-core/src/conflict/conflictDetectionService.ts 62.66% <62.66%> (ø)
...de-core/src/commands/util/postconditionCheckers.ts 88.07% <90.32%> (+0.73%) ⬆️
...orcedx-vscode-core/src/conflict/directoryDiffer.ts 96.66% <96.66%> (ø)
...forcedx-vscode-core/src/channels/channelService.ts 83.33% <0%> (-2.39%) ⬇️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d8c109...fe02858. Read the comment docs.

@@ -16,6 +16,7 @@ The Org Browser displays the available metadata types and their corresponding co
5. Metadata component
6. Refresh components for metadata type
7. Retrieve source for metadata component
8. Retrieve source for metadata type
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
8. Retrieve source for metadata type
8. Retrieve source for all components of metadata type

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@brpowell
Copy link
Contributor

Not directly related to these changes but since we're updating the article, on this line where we say

This feature makes it easier and simpler to retrieve metadata source...

Do we have to say both easier and simpler? They are synonyms of each other.


You can retrieve a component to your local project by clicking the retrieve button **(7)** next to the component name. Currently, the component is retrieved into your default package directory, which is defined in the [sfdx-project.json](./en/getting-started/first-project#the-sfdx-projectjson-file) file.
You can retrieve a metadata component or all metadata of the same type. Click retrieve icon next to:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
You can retrieve a metadata component or all metadata of the same type. Click retrieve icon next to:
You can retrieve a single metadata component, or all components of the same type. Click retrieve icon next to:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@smaddox-sf , @brpowell , let me know if you have any more comments...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants