-
FuelClient.cc: include
<deque>
-
APIs for retrieving models in parallel
-
Detect
ign
instead of using cmake module to check for ignition-tools -
Added
ign fuel update
command -
Fixed Windows download and CI
-
Choose which owner to upload to
-
Included private-token to
config.yaml
-
Add Windows Installation instructions
-
Use semantic version and prevent crash if version is missing
-
Document
IGN_FUEL_CACHE_PATH
on command line -
Infrastructure
- Fix light map URI in materials
- Includes all changes up to version 4.3.0.
-
Added support for annotation parsing during model creation.
-
Removed repeated installation instructions.
-
Update codeowners.
-
Hide Private headers and LocalCache.hh
-
Fixed test - Download world 2
-
Remove
tools/code_check
and update codecov -
Fixed windows download
-
Master branch updates
-
Support private-token in
config.yaml
-
Add Windows Installation
-
Use semantic version and prevent crash if version is missing
-
Document
IGN_FUEL_CACHE_PATH
on command line -
Support editing/patching model files
-
Set keep alive on
-
Improve fork experience.
-
Download dependencies.
-
Includes all changes up to version 3.5.0.
- Fix
ign fuel download
, which was missing the-j
option.
-
Set license information based on licenses available from a Fuel server and
legal
information in ametadata.pbtxt
file. -
Added
edit
subcommand to theign fuel
. The edit command currently supports editing a model's privacy. -
Alphabetical listing of subcommands.
-
All changes up to and including Ignition Fuel Tools 3.3.0 are included.
-
Resource deletion CLI.
-
Fetch files
-
README and tutorial updates:
- Model upload CLI, resource metadata CLI, depend on ign-msgs5.
-
Fix windows build.
-
Resolve updated codecheck issues.
-
Update Backpack model to fix tests.
-
Use lowercase resource and owner names when storing assets on disk.
-
Modernize github actions by updating to the new style.
-
Fix test worlds.
-
Add capability for downloading collections.
-
Fix windows build.t
-
openrobotics to OpenRobotics
-
Fix world tests
-
Add missing dependency in Actions CI
-
Backport file fetching
-
Convert model:// to Fuel URLs instead of absolute paths
-
Fix URL encodings in RestClient.
-
Print message when downloading a resource.
-
Use
${YAML_TARGET}
instead ofYAML::YAML
imported target. -
Convert emissive map file path.
-
Fix windows build with
popen
andpclose
macros. -
Remove std::experimental for filesystem (support for VS2019).
- Support actors
- FuelClient::DownloadModel accepts HTTP headers, and the
ign fuel download
command can accept a single HTTP header.
- Fix PBR material URI
- Integration with ign-gazebo. The following set of pull requests update fuel-tools to use ign-cmake2, sets api.ignitionfuel.org as the default server, fixes codecheck errors, removes old deprecations, and parses model.config files using tinyxml2.
- Use
${YAML_TARGET}
instead ofYAML::YAML
imported target.
-
Get cached model resource file
-
Add some AsString functions
-
Change cache directory structure and use it
-
Client return only relevant cached models
-
Model version support
-
Remove server API version from model unique name
-
Client handle unique names and get server info from config
-
Changed model list to use headers for paging instead of iterating until a 404 is hit. Also added a mechanism to set the user agent
-
FuelClient: Don't use ServerConfig if there's ModelId
-
List models from command line
-
Get cached model resource file
-
Added const constructors for ModelIter and Model
-
Use common::URI for server URL
-
Remove server local name
-
Encode url path before downloading models
-
Download model from command line
-
Backport code style changes