[galaxyproject/ansible-galaxy] 3a90b7: Fix typo in sample code (create_user)
Branch: refs/heads/master Home: https://github.com/galaxyproject/ansible-galaxy Commit: 3a90b7f9404d6ef1d3b7d719783bd446a517d0a5 https://github.com/galaxyproject/ansible-galaxy/commit/3a90b7f9404d6ef1d3b7d... Author: Sergey Golitsynskiy <sgolitsynskiy@gmail.com> Date: 2019-02-07 (Thu, 07 Feb 2019) Changed paths: M README.md Log Message: ----------- Fix typo in sample code (create_user) Commit: 5230c2bb6b0c51701a7715e1a8e25066040cf8ff https://github.com/galaxyproject/ansible-galaxy/commit/5230c2bb6b0c51701a771... Author: Sergey Golitsynskiy <sgolitsynskiy@gmail.com> Date: 2019-02-08 (Fri, 08 Feb 2019) Changed paths: M README.md M defaults/main.yml M tasks/client.yml Log Message: ----------- Add optional selection of client build type Building a client currently comes with 3 options for the type of build: development, production and production with source maps. The new client build task (see #52) defaults to the latter (production with source maps). While there are good arguments for including source maps with production code (useful for debugging, etc.), there should be an easy and documented way for opting out when needed. One such use case is size constraints (in my estimation, including source maps adds 35M). By the same token, offering an option for a dev build seems reasonable, especially considering that all three options are described in the Galaxy client documentaion. Commit: bdd33aa01b73d9fdfd17406ad5686550ca8d4bd8 https://github.com/galaxyproject/ansible-galaxy/commit/bdd33aa01b73d9fdfd174... Author: Sergey Golitsynskiy <sgolitsynskiy@gmail.com> Date: 2019-02-08 (Fri, 08 Feb 2019) Changed paths: M README.md M defaults/main.yml Log Message: ----------- Change default value for client build to client-production-maps Commit: 3e9ff5520254bfe044995c29a1beada2acb2fe11 https://github.com/galaxyproject/ansible-galaxy/commit/3e9ff5520254bfe044995... Author: Helena Rasche <hxr@hx42.org> Date: 2019-02-08 (Fri, 08 Feb 2019) Changed paths: M README.md M defaults/main.yml M tasks/client.yml Log Message: ----------- Merge pull request #60 from ic4f/master (1) Fix typo in sample code; (2) Selection of client build type Compare: https://github.com/galaxyproject/ansible-galaxy/compare/971f7dd5b063...3e9ff...
participants (1)
-
Helena Rasche