jaredevantabor
a2a0a3194f
updating $cookieStore to $cookie
...
b/c it was deprecated in Angular 1.4
2017-03-02 13:10:19 -08:00
Michael Abashian
956beba290
Import shared modules in shared/main.js rather than app.js
2017-03-02 10:51:15 -05:00
Michael Abashian
778c4ab557
Merge branch 'modularize-helpers-utilities' of https://github.com/mabashian/ansible-tower into mabashian-modularize-helpers-utilities
...
# Conflicts:
# awx/ui/client/src/activity-stream/main.js
# awx/ui/client/src/app.js
# awx/ui/client/src/helpers.js
# awx/ui/client/src/helpers/Credentials.js
# awx/ui/client/src/helpers/Groups.js
# awx/ui/client/src/helpers/Hosts.js
# awx/ui/client/src/helpers/teams.js
2017-03-02 10:20:32 -05:00
Michael Abashian
f174afb6df
Import variables, parse, loadconfig in the correct place
2017-03-01 16:43:28 -05:00
jaredevantabor
7f16036171
fixing merge conflicts
2017-03-01 12:56:30 -08:00
jaredevantabor
66352ce5c9
removing last reference to job detail of any kind
2017-03-01 12:54:30 -08:00
jaredevantabor
dc5716f0ea
changing jobDetail to jobResults throughout the app
2017-03-01 12:54:30 -08:00
jaredevantabor
daa3746ef7
removing helpers/JobDetail.js
2017-03-01 12:54:30 -08:00
jaredevantabor
14d9eb9277
removing some old stale code from host event stdout after decoupling job-results from job-details
2017-03-01 12:53:20 -08:00
jaredevantabor
edaf3e1f25
removing old job-details folder
2017-03-01 12:53:20 -08:00
jaredevantabor
5c22cb1f69
moving some functions from JobDetailService to jobResultsService
...
in order to decouple the old job details from the new job results so we can
remove the job detail files at some point
2017-03-01 12:52:25 -08:00
Michael Abashian
6604a36bc9
Merge pull request #5599 from mabashian/cleanup-widgets
...
Cleanup widgets
2017-03-01 14:25:32 -05:00
jlmitch5
2b838a3978
Merge pull request #5592 from jlmitch5/removeOldSearchComments
...
remove old search comments
2017-03-01 14:03:16 -05:00
John Mitchell
45620f35a3
fix jshint error
2017-03-01 13:50:02 -05:00
John Mitchell
55b74ddd23
fix refresh and refreshJobs functions
2017-03-01 12:46:39 -05:00
Michael Abashian
ab0e20c976
Remove StreamWidget
2017-03-01 11:54:18 -05:00
Michael Abashian
239d3001d1
Widgets dir cleanup
2017-03-01 11:48:38 -05:00
AlanCoding
f90ba8e6a6
small refactor of python requirement test to work in dev env
2017-03-01 09:04:31 -05:00
Michael Abashian
0487b664ca
Fixed unit tests
2017-02-28 16:30:57 -05:00
Michael Abashian
d6ba134234
Helpers directory cleanup
2017-02-28 15:54:04 -05:00
John Mitchell
cb30b47098
remove old search comments
2017-02-28 15:46:32 -05:00
Ryan Petrello
d97ff57cda
prohibit API payloads that represent something other than a JSON object
...
The JSON serializer for our API uses ``json.loads``, which permits *any*
valid JSON (including bare integers, boolean values, etc). Lots of our
code, however, assumes that inbound JSON content will be a dict.
see: #4756
2017-02-28 13:23:03 -05:00
Michael Abashian
bfcbd8a823
Leftover cleanup from 3.1 back to devel
2017-02-28 12:03:41 -05:00
Matthew Jones
1fefa4cfdd
Merge branch 'stable' into devel
...
* stable: (275 commits)
Install correct rpm-sign package in RPM builder
Updating changelog for 3.1 release
Switch job_type to check from sync when detecting delete_on_update
use Unicode apostrophes - not single quotes - for French i18n strings
pin appdirs==1.4.2
only cancel deps if we can cancel the inv update
fixing module_name check and adding support for the debug module
cancel jobs dependent on inv update
update tests
CSS tweaks to workflow results panels
like inventory updates, check if project update deps already processed
Revert "Merge pull request #5553 from chrismeyersfsu/fix-waiting_blocked"
Add awx/ui/client/languages to .gitignore
Delete awx/ui/client/languages/*.json
refactor based on review
Add missing permission check.
Make current_groups a set to easily avoid duplicates, update asgi-amqp requirement
avoid duplicated related search fields
Fix workflow audit items
fixing module name, json blob, and stdout-for-yum-module on host event
...
2017-02-28 11:37:05 -05:00
Matthew Jones
98daaece73
Switch job_type to check from sync when detecting delete_on_update
2017-02-27 16:22:05 -05:00
Ryan Petrello
242e1b543c
Merge pull request #5552 from ryanpetrello/fix-5536
...
use Unicode apostrophes - not single quotes - for French i18n strings
2017-02-27 12:31:33 -05:00
Ryan Petrello
e8ecc4226b
use Unicode apostrophes - not single quotes - for French i18n strings
...
see: #5536
2017-02-27 12:23:07 -05:00
Chris Meyers
e6e636f247
Merge pull request #5571 from chrismeyersfsu/fix-5566
...
cancel jobs dependent on inv update
2017-02-27 12:08:09 -05:00
Chris Meyers
c1bace87ab
only cancel deps if we can cancel the inv update
2017-02-27 11:37:29 -05:00
jaredevantabor
683a1252c8
fixing module_name check and adding support for the debug module
2017-02-27 08:33:53 -08:00
Chris Meyers
f3e514246e
cancel jobs dependent on inv update
2017-02-27 11:28:29 -05:00
Michael Abashian
a1840863da
Merge pull request #5569 from mabashian/5563-footer
...
CSS tweaks to workflow results panels
2017-02-27 11:16:49 -05:00
Chris Meyers
fcbce13873
Merge pull request #5568 from chrismeyersfsu/fix-5562
...
revert waiting task stuck fix
2017-02-27 11:03:23 -05:00
Chris Meyers
9f8df08e1d
update tests
2017-02-27 10:56:34 -05:00
Michael Abashian
5c5ab0936e
CSS tweaks to workflow results panels
2017-02-27 10:53:41 -05:00
Chris Meyers
a1c76d3adc
like inventory updates, check if project update deps already processed
2017-02-27 10:34:44 -05:00
Wayne Witzel III
c919f1ef30
Merge pull request #5487 from wwitzel3/issue-5341
...
explicit ordering in workflow_nodes views
2017-02-27 10:06:58 -05:00
Aaron Tan
fe3605ccdd
Merge pull request #5534 from jangsutsr/3551_restore_original_behavior_of_group_children_unattach
...
Restore original behavior of group children unattach
2017-02-27 10:05:15 -05:00
Michael Abashian
691dbdcbd8
Merge pull request #5559 from mabashian/workflow-audit-items
...
Fix workflow audit items
2017-02-27 09:40:41 -05:00
Chris Meyers
dd513621f0
Revert "Merge pull request #5553 from chrismeyersfsu/fix-waiting_blocked"
...
This reverts commit 9ba2122f4f85eecaeb6fa53ac92ea2811b05e83f, reversing
changes made to c3a5f2c96fd85dd1405a8f5c875ffc988dee16a4.
2017-02-27 09:38:45 -05:00
Shane McDonald
87f60221ac
Delete awx/ui/client/languages/*.json
...
This should have been in .gitignore
2017-02-27 08:56:25 -05:00
Wayne Witzel III
a04411817f
refactor based on review
2017-02-24 17:12:40 -05:00
Wayne Witzel III
ebd4064b82
Merge pull request #5561 from wwitzel3/release_3.1.0
...
Make current_groups a set, update asgi-amqp req
2017-02-24 17:08:02 -05:00
Aaron Tan
f11a220e64
Add missing permission check.
2017-02-24 17:06:57 -05:00
Wayne Witzel III
4d02ee9445
Make current_groups a set to easily avoid duplicates, update asgi-amqp requirement
2017-02-24 16:59:39 -05:00
Aaron Tan
7415880f20
Merge pull request #5515 from jangsutsr/3254_update_host_detail_put_option
...
Update host detail put option rework
2017-02-24 16:58:09 -05:00
Alan Rominger
8b383e788b
Merge pull request #5560 from AlanCoding/dup_related
...
Avoid duplicated related search fields
2017-02-24 16:55:25 -05:00
AlanCoding
84e2f4d626
avoid duplicated related search fields
2017-02-24 16:49:54 -05:00
Jared Tabor
33ca5c6270
Merge pull request #5557 from jaredevantabor/host-event-stdout
...
Host event modal changes, hopefully for the last time
2017-02-24 13:43:25 -08:00
Michael Abashian
c6c10658f1
Fix workflow audit items
2017-02-24 16:19:06 -05:00