Commit Graph

3938 Commits

Author SHA1 Message Date
Dirk Thomas 76c860373f 1.13.2 2016-09-02 11:35:54 -07:00
Dirk Thomas 7a6bffaeca update changelogs 2016-09-02 11:35:45 -07:00
Dirk Thomas 0b34080563 Merge pull request #111 from mikepurvis/avoid-stacks
Avoid putting the rosbuild stacks dir on RPP if it doesn't exist.
2016-08-05 10:19:55 -07:00
Dirk Thomas 8533286a9c Merge pull request #117 from ros/rosservice_completion
add missing verbs to rosservice completion
2016-07-25 14:24:40 -07:00
Dirk Thomas 1bcb8f8578 add missing verbs to rosservice completion 2016-07-25 10:39:10 -07:00
Ed Venator e190f82b40 Changes rosunit test strings so tests pass. (#113)
The xml output of rosunit has changed such that it no longer
"pretty-prints" the output. These changes update the expected
results to match the actual output of rosunit. Note that these
tests pass even with the currently incorrect serialization of
CDATA described in #112.
2016-04-12 11:13:44 -07:00
Ed Venator 67e8c57bdd Enables unit tests on xmlrunner.py (#113) 2016-04-12 11:13:35 -07:00
Mike Purvis 6b88eb6a52 Avoid putting the rosbuild stacks dir on RPP if it doesn't exist. 2016-03-16 21:36:02 -04:00
Dirk Thomas f475f9499a 1.13.1 2016-03-13 12:24:08 -07:00
Dirk Thomas 492f5165cd update changelogs 2016-03-13 12:23:53 -07:00
Ed Venator b40a0b775e Fix a regression in XML reports introduced by #89
The changes in #89 to use an XML framework to generate test reports
introduced a bug caused by variable name collisions in the
_print_error() method. This resolves that bug and corrects the
docstring of the method.
2016-03-13 12:10:15 -07:00
Dirk Thomas b095e33ca7 1.13.0 2016-03-10 15:11:05 -08:00
Dirk Thomas 845007f5f4 update changelogs 2016-03-10 15:10:45 -08:00
Dirk Thomas f993632c9f update ROS_DISTRO to kinetic 2016-03-10 15:09:29 -08:00
Dirk Thomas 3369021ac6 1.12.6 2016-03-10 15:06:28 -08:00
Dirk Thomas bb10470660 update changelogs 2016-03-10 15:03:26 -08:00
Dirk Thomas 633ff6e0e2 Merge pull request #99 from wkentaro/add-rosless
[rosbash] Add rosview to show file contents
2016-03-09 10:13:26 -08:00
Kentaro Wada 3a0d4d1edb Add roscat to display file contents as stdout 2016-03-10 02:57:41 +09:00
Dirk Thomas 9b9ea3729e Merge pull request #108 from pjreed/jade-devel
Fixing a few incorrect method calls in junitxml.py
2016-03-04 11:06:40 -08:00
P. J. Reed 86e6e62102 Adding junitxml XML generation unit tests 2016-03-04 12:48:16 -06:00
P. J. Reed 808f53c2bb Fixing a few incorrect method calls 2016-03-03 09:34:45 -06:00
Dirk Thomas b164b1ac42 Merge pull request #89 from pjreed/jade-devel
Removing invalid characters from XML unit test results
2016-03-02 15:53:34 -08:00
P. J. Reed d850cfd02d Generating test XML with xml.etree.ElementTree
Previously, unit test report XML was generated by hand-assembling strings.
This led to situations where the reports contained invalid XML characters that
would cause  XML parsers to choke.
These changes instead use Python's built-in ElementTree implementation to
generate XML, which ensures the result is well-formed and also replaces
non-printable characters with appropriate Unicode control codes.
2016-03-02 16:44:04 -06:00
Dirk Thomas a3e1c9996b Merge pull request #106 from ros/update_pr102
expose an api which can map multiple export values to one package name
2016-03-01 09:36:47 -08:00
Dirk Thomas 27e8dc17aa deprecate API returning incomplete information 2016-03-01 09:11:17 -08:00
Daniel Stonier 66c659346d expose an api which can map multiple export values to one package name (#103) 2016-03-01 09:09:15 -08:00
Robert Haschke c5046480d6 allow caching of rospack results (#97) 2016-02-29 17:38:07 -08:00
Michal Staniaszek 7b8a64dd60 add ability to load tests using dotnames in rosunit (#101) 2016-02-29 17:17:14 -08:00
Dirk Thomas b24f246957 Merge pull request #100 from delftrobotics/roszsh-complete-exe-exclude-hidden-files
roszsh: Ignore hidden files and directory in _roscomplete_exe.
2016-02-27 21:49:26 -08:00
Maarten de Vries 3b0d87c382 roszsh: Ignore hidden files and directory in _roscomplete_exe. 2016-02-27 01:53:23 +01:00
Dirk Thomas dd88e9b13c remove setup.cfg files for tests 2015-11-30 15:06:05 -08:00
Dirk Thomas 20afa6819a 1.12.5 2015-10-13 11:41:50 -07:00
Dirk Thomas 6adc0e57c8 update changelogs 2015-10-13 11:41:31 -07:00
Dirk Thomas 01a5354a97 Merge pull request #94 from de-vri-es/rosrun-spaces
rosrun: Allow spaces in command names and search paths.
2015-10-13 11:07:16 -07:00
Dirk Thomas a2f8d44cfd 1.12.4 2015-10-12 17:44:26 -07:00
Dirk Thomas c49a9214cb update changelogs 2015-10-12 17:44:10 -07:00
Dirk Thomas d19b7cdb4b cache package mapping in rospack instance 2015-10-12 16:19:34 -07:00
Dirk Thomas 207a04a157 Revert "Args for cache the result of path finding in catkin.find_in_workspaces"
This reverts commit a59b53a282.
2015-10-12 16:19:31 -07:00
Kentaro Wada a59b53a282 Args for cache the result of path finding in catkin.find_in_workspaces
Closes #74
2015-10-09 09:28:49 -07:00
Maarten de Vries 5d457303c5 rosrun: Allow spaces in command names and search paths. 2015-10-08 16:46:27 +02:00
Dirk Thomas 3a87819879 Merge pull request #92 from de-vri-es/jade-devel
rosbash: Fix zsh rosservice completion.
2015-10-07 09:49:48 -07:00
Maarten de Vries f694f666ae robash: Fix zsh rosservice completion. 2015-09-28 12:46:41 +02:00
Dirk Thomas 6e4374fa4b 1.12.3 2015-09-19 13:23:14 -07:00
Dirk Thomas 9010c256a7 update changelogs 2015-09-19 13:15:07 -07:00
Dirk Thomas b5e2276ae0 Merge pull request #87 from ros/fix_abspath
Fix ros/catkin#694
2015-09-16 14:15:19 -07:00
Dirk Thomas 3e82f4bc8a fix roslaunch completion if path contains white spaces (fix ros/ros_comm#658) 2015-09-16 14:14:56 -07:00
Dirk Thomas bfd51ea339 Merge pull request #86 from cmansley/rosconsole-bash-tab-completion
add rosconsole tab completion for bash
2015-08-06 18:23:47 -07:00
Chris Mansley 5f5e461908 add rosconsole tab completion for bash 2015-08-06 16:02:26 -07:00
Brian Gerkey 6337686005 Fix ros/catkin#694 by modifying rosbuild to strip leading -l: from libraries. 2015-08-05 15:09:24 -07:00
Dirk Thomas bd49938705 add --first-only option to catkin_find invocation to be defensive (#83) 2015-06-09 10:31:37 -07:00