Ryan Petrello
5bb06fdb50
stop hard-coding the awx version in the isolated development environment
...
see: #296
2017-10-13 12:17:04 -04:00
Jim Ladd
5924571904
Merge pull request #384 from jladdjr/awx365_post_response_discrepancy
...
Address discrepancy in POST response between jobs launches and project / inventory source updates
2017-10-13 09:59:29 -04:00
Chris Meyers
9cc4520a34
Merge pull request #409 from chrismeyersfsu/replay_job_events
...
add job event replay awx-manage command
2017-10-13 09:39:28 -04:00
Chris Meyers
62987196cb
add speedup support to event replay and stats
...
* add tests
* add verbosity support
2017-10-13 09:25:18 -04:00
Jim Ladd
6f1c7ee733
Update several endpoints to match JT launch POST response
...
Signed-off-by: Jim Ladd <jladd@redhat.com>
2017-10-12 17:35:34 -04:00
Aaron Tan
bcd2a8f211
Merge pull request #382 from jangsutsr/fix-264
...
Implement workflow job failure
2017-10-12 16:34:08 -04:00
Alan Rominger
ad0e43dc52
Merge pull request #379 from AlanCoding/awx160
...
Enforce max line length of 160 characters
2017-10-12 14:05:31 -04:00
Aaron Tan
5287e5c111
Implement workflow job failure
...
Relates #264 .
This PR proposed and implemented a way of defining workflow failure
state:
A workflow job fails if one of the conditions below satisfies.
* At least one node runs into states `canceled` or `error`.
* At least one leaf node runs into states `failed`, but no child node is
spawned to run (no error handler).
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2017-10-12 11:08:33 -04:00
Chris Meyers
e19a57c50a
add job event replay awx-manage command
...
* awx-manage replay_job_event --job_id <id>
2017-10-12 09:40:30 -04:00
Matthew Jones
f25ab7c6da
Merge pull request #403 from jangsutsr/fix-391
...
Add extra encoding to ldap_dn verification
2017-10-11 14:35:35 -04:00
AlanCoding
f03b40aa50
enforce max line length of 160 characters
2017-10-11 12:38:39 -04:00
Aaron Tan
9dd4c7aaa3
Add extra encoding to ldap_dn verification
...
Relates #391 .
Upstream `python-ldap` (surprisingly) does not support utf-8 DN. So
explicit encoding is needed.
Signed-off-by: Aaron Tan <jangsutsr@gmail.com>
2017-10-11 12:28:26 -04:00
Jake McDermott
d4af743805
Merge pull request #397 from jakemcdermott/unit-linting
...
additional test de-linting
2017-10-10 20:56:40 -04:00
Jake McDermott
8b395c934c
de-lint unit tests
2017-10-10 20:23:15 -04:00
Jake McDermott
ae0855614b
update unit test file names
2017-10-10 20:18:05 -04:00
Jake McDermott
169cd1a466
Merge pull request #395 from gconsidine/ui/combine-test-dirs
...
Ui/combine test dirs
2017-10-10 18:33:12 -04:00
gconsidine
82f81752e4
De-lint test files and update test,build config
2017-10-10 16:59:42 -04:00
gconsidine
8b6cc0e323
Combine test directories
2017-10-10 16:59:42 -04:00
Greg Considine
c0996f5fb1
Merge pull request #394 from gconsidine/ui/fix/closing-curly-brace
...
Add closing curly brace in strings file
2017-10-10 16:58:41 -04:00
gconsidine
3998796bf0
Add closing curly brace in strings file
2017-10-10 16:42:56 -04:00
Matthew Jones
6fa283fc98
Merge branch 'release_3.2.0' into devel
...
* release_3.2.0: (66 commits)
fix workflow maker lookup issues
adding extra logic check for ansible_facts in smart search
adding "admin_role" as a default query param for insights cred lookup
changing insights cred lookup to not use hard coded cred type
fix rounding of capacity percentage
Catch potential unicode errors when looking up addrinfo
fixing typo with adding query params for instance groups modal
move percentage capacitty to variable
Add unit test for inventory_sources_already_updated
Check for inventory sources already updated from start args
Fixed inventory completed jobs pagination bug by setting default page size
Remove the logic blocking dependent inventory updates on callbacks
fix instance group percentage
Remove host-filter-modal import
Fix partial hover highlight of host filter modal row
Removed leading slash on basePath
Fixed host nested groups pagination
Added trailing slash to basePath
Fixed nested groups pagination
Fixed host_filter searching related fields
...
2017-10-10 16:09:43 -04:00
Matthew Jones
87e695ff6c
Merge pull request #330 from Kickimanjaro/patch-1
...
Update INSTALL.md
2017-10-09 22:44:58 -04:00
Oliver Vollmer
8a8d710e20
moved note to Docker Prereqs, dropped extra OS specific commands
2017-10-09 19:13:55 -05:00
Greg Considine
d02221702f
Merge pull request #348 from gconsidine/ui/fix/disable-autofill-on-form
...
Add autocomplete attr to component form
2017-10-02 19:27:02 -04:00
gconsidine
4955dd9ab3
Add autocomplete attr to component form
...
Signed-off-by: gconsidine <greg@gregconsidine.com>
2017-10-02 17:06:07 -04:00
Marliana Lara
40f57b2552
Merge pull request #314 from marshmalien/test/side-nav
...
Side Nav Unit Tests
2017-10-02 15:36:36 -04:00
Marliana Lara
e19b4e0c8c
Fix karma config and remove karma-ng-html2js-preprocessor
2017-10-02 15:10:36 -04:00
Marliana Lara
2f8155763b
Add Side Nav Item unit tests
...
Signed-off-by: Marliana Lara <mlara@redhat.com>
2017-10-02 13:36:06 -04:00
Marliana Lara
5c5293783d
Add Side Nav directive unit tests
2017-10-02 13:35:32 -04:00
Marliana Lara
7486503a16
Add Layout directive unit tests
2017-10-02 13:35:31 -04:00
Greg Considine
e7f4e79248
Merge pull request #339 from gconsidine/ui/fix/document-reference-on-start
...
Use $document instead of document for on fn
2017-10-02 13:34:27 -04:00
gconsidine
f49ed838c7
Use $document instead of document for on fn
...
Signed-off-by: gconsidine <greg@gregconsidine.com>
2017-10-02 12:53:56 -04:00
Alan Rominger
8c117e9ef1
Merge pull request #337 from AlanCoding/admin_cancel
...
allow WFJT admins to cancel scheduled jobs
2017-10-02 11:33:46 -04:00
AlanCoding
681770e25a
allow WFJT admins to cancel scheduled jobs
2017-10-02 10:25:49 -04:00
jlmitch5
06210624ce
Merge pull request #486 from jlmitch5/fixModalOnModalBS
...
fix workflow maker lookup issues
2017-09-29 19:55:20 -04:00
John Mitchell
713c9614a9
fix workflow maker lookup issues
2017-09-29 19:50:17 -04:00
Kickimanjaro
cbb95b3bd4
Update INSTALL.md
...
Followed instructions to the letter from a new install and found that there was no mention that Docker service must be started. Tried to add this mention where it would have benefited me, but I am new to github and not sure if I'm doing this right.
2017-09-29 18:48:33 -05:00
Jared Tabor
f3c5607d6e
Merge pull request #485 from jaredevantabor/smart-search
...
Smart Search fix for ansible_facts
2017-09-29 15:26:24 -07:00
Jared Tabor
c9ffc0e7c1
adding extra logic check for ansible_facts in smart search
...
a change related to related-group-searches caused a regression when
searching for ansible_facts
2017-09-29 15:02:50 -07:00
Jared Tabor
3d71c93262
Merge pull request #484 from jaredevantabor/insights
...
Insights
2017-09-29 12:42:38 -07:00
Jared Tabor
140af9ea47
adding "admin_role" as a default query param for insights cred lookup
2017-09-29 12:25:21 -07:00
Jared Tabor
8980e70918
changing insights cred lookup to not use hard coded cred type
...
and rather, do a comparison against the credential_type endpoint
2017-09-29 12:18:30 -07:00
Matthew Jones
ca4a1f37cd
Merge pull request #323 from tvieira/doc_fix_link
...
Fix markdown link in CONTRIBUTING for enhancements list.
2017-09-29 13:31:39 -04:00
Matthew Jones
c234b9fb99
Merge pull request #321 from chrismeyersfsu/github_issues_template_include_awx_install_type
...
add awx install type to issue template
2017-09-29 13:26:58 -04:00
Matthew Jones
480e20136a
Merge pull request #301 from romainrbr/devel
...
Changing the color option for hipchat to always be lowercase
2017-09-28 21:16:21 -04:00
Greg Considine
91bceefee7
Merge pull request #317 from gconsidine/ui/angular-manual-init-for-locale
...
Implement manual initialzation for Angular app
2017-09-28 19:31:58 -04:00
Tiago M. Vieira
b338959279
Fix markdown link in CONTRIBUTING for enhancements list.
2017-09-28 16:09:32 -04:00
gconsidine
d9e360e575
Add check if navigator.languages exists to use
2017-09-28 14:46:56 -04:00
Chris Meyers
a7ec5876ce
add awx install type to issue template
...
* Recreation of user-issues increasing depends on the chosen install
path used. Thus, we need this information when recreating the issue
locally. Ask the user to include this information in the issue template.
2017-09-28 14:37:26 -04:00
Romain Brucker
cdc6096515
fixing indent
2017-09-28 11:37:07 -05:00