-
Create directories and more output on fail
-
Update github action workflows
-
Zip: use non-deprecated methods
-
Add bash completion
-
Reflect pagination of RESTful requests in iterator API
- Support link referral download
-
Allow Curl redirect on get.
-
CI and license updates.
- Fix model downloads for ignitionrobotics.org URIs.
-
Reduce asset download sizes.
-
Update tutorials to use Gazebo.
-
Change ignitionrobotics.org to gazebosim.org.
- ign -> gz Migrate Ignition Headers : gz-fuel-tools.
. Ignition to Gazebo server rename * Pull request #263
-
Remove redundant namespace references
-
Change
IGN_DESIGNATION
toGZ_DESIGNATION
-
Ignition -> Gazebo
-
Remove unused files (bitbucket-pipelines, docs)
-
Disable
staging-fuel.gazebosim.org
test
-
APIs for retrieving models in parallel
-
Add missing header guard for Interface.hh
-
Print error when unzipping fails to save a file
-
More checks when manipulating file system in tests
-
Move test cache to build folder
-
Improve and fix
ResultType
tests -
FuelClient.cc: include
-
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