IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
* upstream_master: (70 commits)
Automate cleanup of old dist directory
Don't import modules that don't export anything
Include ui template in manifest
Lock dependency version until tests are fixed
Add script to lookup locations based on a sourcemap
Allow all static files to be loaded from dist
Remove stray console log
[beautify] disable requiretty for root
Keep git URLs in SCP format for project updates. Fixes https://trello.com/c/xUL2FZyu
Adding a --noinput flag.
"source" for apt
Update license writer for Matt's comments.
Update package fact format after discussions with core team
Move code under lib/ansible to js/shared
forgot to call super
Remove docs for scheme parameter.
Replace ansi2html (GPL) with ansiconv (MIT).
Final socket fix
Update source location of socket.io-client
Revert accidental socket.io upgrade
...
On the job template form page we would display an error modal if the user had enabled a survey but not created one yet. Now we will use an error message on the form like we do in most other places.
When submitting a job to launch, the UI will collect extra_vars from the the JT. However with a recent change to make extra_vars include comments, the UI no longer receives the JT extra vars as a JSON obj, but rather as a yaml-unparsed string. So I am changing the way we parse these JT-extra_vars from 'json' to 'yaml' since we no longer expect to recieve a json-ified extra var object.