Matthew Jones
74c9b9cf6a
Adding pycrypto distro package
...
Without this a lot of things break and it's no longer marked as a
dependency for the ansible core project
2017-11-06 11:18:45 -05:00
Bill Nottingham
632ff959ff
Merge pull request #573 from wenottingham/going-up-for-some-headers
...
Preformatted text doesn't actually work in our popovers; don't try to use it.
2017-11-03 15:23:05 -04:00
Bill Nottingham
19d093f7aa
Preformatted text doesn't actually work in our popovers; don't try to use it.
2017-11-03 13:25:58 -04:00
Jake McDermott
8666512d99
Merge pull request #550 from jakemcdermott/run_both_unit_test_suites
...
run both ui unit test suites and linting tasks, collect results for shippable
2017-11-02 15:40:30 -04:00
Matthew Jones
b70f7bd866
Merge pull request #549 from cchurch/allow-non-fqdn-for-ldap-server-uri
...
Allow non-FQDN for AUTH_LDAP_SERVER_URI.
2017-11-02 08:57:04 -04:00
Jake McDermott
77e11fe8fe
collect unit test results for shippable
...
Signed-off-by: Jake McDermott <jmcdermott@ansible.com>
2017-11-02 01:22:07 -04:00
Jake McDermott
93f35b037d
remove unused config
2017-11-01 15:31:00 -04:00
Jake McDermott
4883876dc5
run both unit test suites and linting tasks
2017-11-01 13:36:34 -04:00
Chris Church
0f8e073d10
Allow non-FQDN for AUTH_LDAP_SERVER_URI.
2017-11-01 12:51:41 -04:00
Alan Rominger
0579db1162
Merge pull request #439 from AlanCoding/retry_subset
...
Feature: retry on subset of jobs hosts
2017-11-01 11:33:15 -04:00
Bill Nottingham
7f20118d48
Merge pull request #547 from wenottingham/its-time-for-an-audit
...
Add system auditor placeholder.
2017-11-01 11:32:15 -04:00
Bill Nottingham
89d0f90e27
Add system auditor placeholder.
2017-11-01 10:46:39 -04:00
AlanCoding
41c84b4652
update retry-on-failed acceptance docs
...
Relaunching by other status values is tabled for later.
2017-11-01 10:24:46 -04:00
AlanCoding
0ae9283fba
Feature: retry on subset of jobs hosts
2017-11-01 10:22:52 -04:00
Matthew Jones
f1813c35ed
Merge pull request #528 from AlanCoding/fix_dep_update
...
fix bug with dependent SCM inv updates
2017-11-01 09:03:11 -04:00
Matthew Jones
0c5978715e
Merge pull request #523 from AlanCoding/wfjt_spec_fix
...
fix admin edit of WFJT survey spec
2017-11-01 09:02:36 -04:00
Matthew Jones
5c1a6b7d6d
Merge pull request #535 from matburt/fix_pgdata_issue
...
Specify a PGDATA directory to prevent container re-create issues
2017-11-01 08:46:24 -04:00
Jim Ladd
84c439b774
Merge pull request #542 from jladdjr/awx_349_acceptance_doc
...
Update custom credential document for mult-file injection
2017-10-31 19:14:37 -04:00
Jim Ladd
655759a5fc
Update custom credential document for mult-file injection
2017-10-31 16:34:03 -04:00
Jake McDermott
6c85902ce8
Merge pull request #541 from jakemcdermott/update-credentials-title-selector
...
fix credentials form title selector
2017-10-31 16:30:00 -04:00
Jake McDermott
ef0c2086eb
fix credentials form title selector when running container chrome
2017-10-31 16:11:44 -04:00
Matthew Jones
ffb148aaa9
Merge pull request #534 from dleehr/fix-install-2.3
...
Updates INSTALL.md to reflect Ansible 2.4 requirement
2017-10-31 15:07:06 -04:00
Matthew Jones
bf281f6ea9
Specify a PGDATA directory to prevent container re-create issues
2017-10-31 10:20:08 -04:00
Dan Leehr
641897713f
Updates INSTALL.md to reflect Ansible 2.4 requirement
2017-10-30 22:41:58 -04:00
AlanCoding
d7ae95684c
fix bug with dependent SCM inv updates
...
This change causes all SCM inventory updates to run a local
project sync unless they were specifically marked as a
dependency of an already-existing project update, as
opposed to just doing so on manual launch types.
This should be a more robust criteria.
2017-10-30 11:59:33 -04:00
AlanCoding
8b39b3b41a
fix admin edit of WFJT survey spec
2017-10-29 16:27:16 -04:00
Ryan Petrello
0876d7825c
Merge pull request #520 from ryanpetrello/phantom-version-comment
...
help people avoid mistakenly inputting their version info as a comment
2017-10-27 14:59:11 -04:00
Ryan Petrello
3953366a9e
help people avoid mistakenly inputting their version info as a comment
2017-10-27 14:43:20 -04:00
Alan Rominger
d7f5ef6564
Merge pull request #511 from AlanCoding/wrong_type_error
...
raise error for invalid type lookup
2017-10-27 14:14:11 -04:00
Matthew Jones
63cf681369
Merge pull request #418 from Comradephate/patch-1
...
Divorce the "local docker install" portion of the install playbook from the image build + push logic
2017-10-27 12:31:09 -04:00
Jared Tabor
a0f1c8fc7c
Merge pull request #499 from jaredevantabor/project-based-nav
...
Adding Project Based Navigation of Job Templates
2017-10-26 18:11:34 -07:00
Jared Tabor
4fbfddaa93
changes from PR feedback: removing ghost action icon
...
and fixing a bug where the list of job templates was improperly
updated when a job was running and live events were received.
2017-10-26 16:50:12 -07:00
Alan Rominger
bc7793def1
Merge pull request #494 from AlanCoding/get_queryset_modest_refactor
...
Refactor get_queryset inside of access.py
2017-10-26 13:52:08 -04:00
AlanCoding
4e16b19ae6
Refactor access.py get_queryset into filtering method
...
Use BaseAccess class to enforce the superuser and system
auditor conditions, as well as the optimizations.
Declare optimizations on access class as tuple.
Limit role of access class method narrowly to RBAC filtering.
2017-10-26 11:40:08 -04:00
AlanCoding
b4a446dba0
raise error for invalid type lookup
2017-10-26 11:25:40 -04:00
Alan Rominger
641b18fe13
Merge pull request #509 from AlanCoding/lib_test_fixes
...
update tests to new Ansible core code
2017-10-26 09:28:52 -04:00
Bill Nottingham
c680327ec3
Merge pull request #506 from wenottingham/its-log
...
Remove accidentally committed log files
2017-10-26 09:17:30 -04:00
AlanCoding
e5d2eb9f3d
update tests to new Ansible core code
2017-10-26 08:34:00 -04:00
Bill Nottingham
da25f4104c
Update .gitignore for npm log files.
2017-10-25 21:37:29 -04:00
Bill Nottingham
a8947c3b96
Remove accidentally committed log files
2017-10-25 16:38:56 -04:00
Greg Considine
565d116955
Merge pull request #505 from gconsidine/ui/fix/multiple-dependency-include
...
Update dependencies that share Angular as a dependency
2017-10-25 16:07:29 -04:00
Jake McDermott
1fe9f43690
Merge pull request #502 from jakemcdermott/update_test_config
...
test config cleanup and tooling updates
2017-10-25 15:39:55 -04:00
gconsidine
4a522fd10f
Update dependencies that share Angular as a dependency
2017-10-25 14:48:18 -04:00
Jared Tabor
5e349590fd
making JOB TEMPLATES tab the last tab on the projects form
2017-10-25 11:21:36 -07:00
Jared Tabor
625c0ad578
Adding Project Based Navigation of Job Templates
...
This adds a Job Templates tab onto the Project form that gives
the user the ability to see all the job templates using a project.
Clicking the add button on this list will take the user to the job
template form with the project field auto-filled with the project.
2017-10-25 11:21:36 -07:00
Jake McDermott
3800a16f3e
refactor e2e settings and config modules
...
This should make the settings and configuration logic less implicit and
a little easier to follow. Some familiarity with the configuration behavior
of nightwatch is still necessary in places - specifically, one should know
that all test_settings defined for non-default environments are treated as
overrides to the values defined for the default environment.
2017-10-25 10:58:39 -04:00
Jake McDermott
d70a0c8c24
cleanup e2e test development tooling and add readme examples
2017-10-25 10:22:18 -04:00
Aaron Tan
e999b35c42
Merge pull request #493 from jangsutsr/fix-474
...
Add protection against credential getattr
2017-10-25 09:45:25 -04:00
Aaron Tan
553e81f888
Add protection against credential getattr
...
Relates #474 .
Add protection in `__getattr__` method to prevent possible infinite
recursion loop.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2017-10-24 12:08:41 -04:00
Alan Rominger
73ece87e68
Merge pull request #487 from AlanCoding/E722
...
flake8: comply with new E722 rule
2017-10-23 14:58:27 -04:00