Jeff Bradberry
4afd0672a1
Add test that AWX doesn't care about the limit when creating new hosts
2019-02-28 15:54:09 -05:00
Jeff Bradberry
875a1c0b5f
Remove the mention of the max_hosts value from the limit check messages
2019-02-28 15:54:09 -05:00
Jeff Bradberry
f5d7ca6913
Update the Organization API list and detail tests to check the host counts
2019-02-28 15:54:09 -05:00
Jeff Bradberry
df8a66e504
Correct the org limit check for changing hosts to use the host's org
...
instead of an inventory passed in from the user data, which is not allowed.
2019-02-28 15:54:09 -05:00
Jeff Bradberry
43a0a15f6f
Expose the new InventoryUpdate.org_host_limit_error field in the API
2019-02-28 15:54:09 -05:00
Jeff Bradberry
36ed890c14
Add permissions checks for the organization host limit
2019-02-28 15:54:09 -05:00
Jeff Bradberry
0e8e5f65e1
Update to fix tests
2019-02-28 15:54:09 -05:00
Jeff Bradberry
6399ec59c9
Include in the API the count of hosts used by an organization
2019-02-28 15:54:09 -05:00
Jeff Bradberry
e44c73883e
Expose Organization.max_hosts in the API
2019-02-28 15:54:09 -05:00
Jeff Bradberry
c3406748de
Add the new fields to the database
2019-02-28 15:54:03 -05:00
Jeff Bradberry
6d70651611
Update the inventory_import management command
...
to respect the new Organization.max_hosts limit.
2019-02-28 15:51:50 -05:00
Jeff Bradberry
5e13da62a4
Added a max_hosts field to Organization
...
in order to optionally set a limit to the number of hosts an
organization that is sharing a license is allowed to manage.
related #1542
2019-02-28 15:51:50 -05:00
softwarefactory-project-zuul[bot]
658e5f0fc8
Merge pull request #3272 from jladdjr/mo_stats
...
Add support for new playbook stats
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-28 18:24:03 +00:00
softwarefactory-project-zuul[bot]
cebd918e49
Merge pull request #3331 from mabashian/IG-instances-modal
...
Fixes bug where all instances were preselected when modal was initially opened
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-28 14:30:43 +00:00
Alex Corey
a8c4e92804
Add margin to Management Jobs Notifications list
2019-02-28 09:17:27 -05:00
softwarefactory-project-zuul[bot]
dea71d2682
Merge pull request #3333 from ryanpetrello/more-py3-bugs
...
fix a few additional py3 issues
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-28 13:31:05 +00:00
Markus Opahle
ed568f569c
only use ssl if certificate is specified
...
Signed-off-by: Markus Opahle <3225748+mopahle@users.noreply.github.com >
2019-02-28 14:06:59 +01:00
Kia Lam
a3a80bc23e
Fix prop errors in unit tests.
2019-02-27 18:03:15 -05:00
Kia Lam
5659270d3e
Add unit test for Access List component.
2019-02-27 17:30:02 -05:00
Ryan Petrello
13c05c68fc
fix a few additional py3 issues
...
related: https://github.com/ansible/awx/issues/3329
2019-02-27 16:56:36 -05:00
mabashian
2be7f853f3
Fixes bug where all instances were preselected when modal was initially opened
2019-02-27 15:24:29 -05:00
softwarefactory-project-zuul[bot]
3b5681465a
Merge pull request #3308 from AlexSCorey/3283-BorderIssues
...
Removes top left border radius on lists
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-27 16:55:01 +00:00
softwarefactory-project-zuul[bot]
a6c7502217
Merge pull request #3294 from ansible/form-error-handling
...
Tests for form validation and error checks
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-27 15:58:39 +00:00
softwarefactory-project-zuul[bot]
50a87843ee
Merge pull request #3315 from mabashian/elapsed-timer
...
Show elapsed timer while job is running
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-27 15:54:20 +00:00
Daniel Sami
238b6cbb61
E2E tests for form validation
2019-02-27 10:33:09 -05:00
walkafwalka
3a7bf6a8ac
Add SSL suport for docker install
...
Signed-off-by: walkafwalka <41709139+walkafwalka@users.noreply.github.com >
2019-02-27 10:45:34 +01:00
Marliana Lara
6f26383e06
Merge pull request #119 from marshmalien/org-edit
...
Add Org Edit View
2019-02-26 15:04:08 -05:00
Marliana Lara
053b21e832
Use ternary operator in Org Edit form
2019-02-26 14:21:27 -05:00
Kia Lam
1443625d89
Abstract out Access List as shared component.
2019-02-26 13:23:34 -05:00
mabashian
6e64aa81fd
Always show elapsed timer regardless of running state
2019-02-26 11:38:46 -05:00
Alex Corey
445612315b
Removes top left border radius on list item where the list has a tool bar
...
Removes redundant styling.
2019-02-26 09:52:07 -05:00
Kia Lam
3cd54c45eb
Add Access List to Orgs.
2019-02-26 08:39:13 -05:00
softwarefactory-project-zuul[bot]
bb276a8fcb
Merge pull request #3260 from jlmitch5/launchJTWFForm
...
add launch button to jt and wf forms
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-25 17:52:01 +00:00
Marliana Lara
a7b51c526a
Update Lookup chip test
2019-02-25 11:42:18 -05:00
Marliana Lara
ffefba9bf9
Fix bug where lookup parent state is not updated on toggleSelected
2019-02-25 11:05:42 -05:00
Marliana Lara
ff339e0eba
Update org edit form layout and remove chip group component from lookup;
2019-02-25 09:15:21 -05:00
Jim Ladd
b7b0bdaeca
Ansible 2.8 deprecates use of -U
2019-02-25 00:42:19 -08:00
Jim Ladd
cc1a97b6d8
Update JobHostSummary.__str__ and corresponding tests
2019-02-25 00:42:19 -08:00
Jim Ladd
c6227797b4
Make new host summary fields backwards compatible
2019-02-22 14:07:07 -08:00
Marliana Lara
c3fc00c45a
Add Organization Edit tests and fix Lookup unit tests
2019-02-22 14:53:47 -05:00
Marliana Lara
d2cf2c275b
Add Organization Edit view
2019-02-22 14:53:17 -05:00
Marliana Lara
f1fefbf5f0
Add organization details patch and instance groups disassociate methods to api
2019-02-22 14:51:38 -05:00
Marliana Lara
b6eacbab86
Rename createInstanceGroups api method to associateInstanceGroup
2019-02-22 14:47:25 -05:00
Marliana Lara
92d3cb6dc4
Replace Lookup tags with pf-react Chip component
2019-02-22 14:35:58 -05:00
Chris Meyers
b383144b69
Merge pull request #3293 from chrismeyersfsu/fix-serial
...
fix handling of serial strategy
2019-02-22 13:30:24 -05:00
softwarefactory-project-zuul[bot]
d1bc013da9
Merge pull request #3292 from kialam/fix-dummy-data-generator-script-errors
...
Fix various errors when trying to run `make bulk_data`.
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-22 18:30:06 +00:00
chris meyers
723f581fd0
fix handling of serial strategy
...
* v2_playbook_on_play_start is called multiple times for the same UUID.
Specifically, once for each host in the play. This changes makes the
uuid unique before going to the dispatcher.
2019-02-22 13:14:35 -05:00
Kia Lam
d2c345a374
Fix API lint error.
2019-02-22 13:06:20 -05:00
softwarefactory-project-zuul[bot]
22677029e1
Merge pull request #3282 from AlexSCorey/2261-LimitHelper
...
Add helper text to the limit field prompt modal
Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
2019-02-22 17:55:08 +00:00
Kia Lam
0943f989ce
Fix various errors when trying to run make bulk_data.
...
- Properly import PrimoridialModel.
- Use floor division operator for range() method to avoid float vs int errors.
2019-02-22 11:59:18 -05:00