1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00
Commit Graph

5086 Commits

Author SHA1 Message Date
John Mitchell
3dd704e72c give controllers specific names 2015-08-23 17:53:03 -04:00
jlmitch5
68ea985168 Merge pull request #382 from jlmitch5/permission_label_inclusion_ui
Reimplemented permissions as a module and pull of permissions label text from the API
2015-08-20 20:28:46 -04:00
John Mitchell
711c742858 make permission edit controller name more descriptive and clear search button clickable 2015-08-20 20:09:00 -04:00
jaredevantabor
c5abc791d3 Merge pull request #383 from jaredevantabor/inventory-scripts-lookup
Changing 'source_script' to 'inventory_script' on groups modal.
2015-08-20 11:31:10 -07:00
Jared Tabor
f19473175b saving/editing inventory scripts lookup 2015-08-20 09:59:32 -07:00
Matthew Jones
230a1f3be5 Merge remote-tracking branch 'upstream/release_2.2.3' into upstream_devel
* upstream/release_2.2.3: (33 commits)
  Bump version to 2.2.3
  Optimize inventory read check for Job Templates
  Updating changelog for 2.2 release
  Bump version to 2.2.2
  Use smart_str instead of .encode on passwords
  Change default sensitive redaction behavior
  Update changelogs for 2.2.1
  Add an error message when running a job and trying to use an OpenSSH formatted key on an older version of OpenSSH.
  Revert "Add sudo: true to the backup playbook"
  Handle Ubuntu 12.04 psutil recursive cancel
  fixed log viewer modal partial
  fixed alignment of download standard out button in modals
  About Tower version number fix
  Pin package version for older release
  add standard out download button to various places in the UI
  Bump 2.2 branch to version 2.2.1
  Don't create a group that is its own parent when an EC2 tag has an empty value.  Fixes https://trello.com/c/2zc0odvX
  Limit max depth when building mapping of group depths to avoid hitting recursion limit.  Fixes https://trello.com/c/2zc0odvX
  Fix .ini web links for v2
  Add support for detecting encrypted openssh format private keys. Fixes https://trello.com/c/ZeVOXN5U
  ...
2015-08-20 11:47:07 -04:00
John Mitchell
c67a9031ca revamp services for pulling in the search options 2015-08-20 11:37:00 -04:00
John Mitchell
9705a90d43 make search dropdowns in accordions work 2015-08-20 11:35:37 -04:00
John Mitchell
d1b7b3a553 reinstituted modularization to be more inline with the inventory scripts management jobs 2015-08-19 21:39:05 -04:00
Jared Tabor
9c294f6cc8 Changing 'source_script' to 'inventory_script' on groups modal.
In the demodalification of the custom inventory source modal, I switched to using the naming convention "inventory_source" instead of the original "source_script" title we dubbed it when we started developing the feature. I felt that
changing the naming convention better aligned with what is presented in the UI. This change continues to keep the naming convention consistent in the UI.
2015-08-19 13:24:18 -07:00
Matthew Jones
f66ed43788 Bump version to 2.2.3 2015-08-19 13:26:55 -04:00
Matthew Jones
2bdc79f3ba Optimize inventory read check for Job Templates
Our old check used an extremely inefficient boolean logic AND and
generated a bad query.   This does a simpler check by querying the
inventories that the user has access to and using that as a simple
condition when performing the job template permission query
2015-08-19 13:26:10 -04:00
Matthew Jones
26f942a593 Merge remote-tracking branch 'upstream/release_2.2' into stable
* upstream/release_2.2: (31 commits)
  Updating changelog for 2.2 release
  Bump version to 2.2.2
  Use smart_str instead of .encode on passwords
  Change default sensitive redaction behavior
  Update changelogs for 2.2.1
  Add an error message when running a job and trying to use an OpenSSH formatted key on an older version of OpenSSH.
  Revert "Add sudo: true to the backup playbook"
  Handle Ubuntu 12.04 psutil recursive cancel
  fixed log viewer modal partial
  fixed alignment of download standard out button in modals
  About Tower version number fix
  Pin package version for older release
  add standard out download button to various places in the UI
  Bump 2.2 branch to version 2.2.1
  Don't create a group that is its own parent when an EC2 tag has an empty value.  Fixes https://trello.com/c/2zc0odvX
  Limit max depth when building mapping of group depths to avoid hitting recursion limit.  Fixes https://trello.com/c/2zc0odvX
  Fix .ini web links for v2
  Add support for detecting encrypted openssh format private keys. Fixes https://trello.com/c/ZeVOXN5U
  Fix psutil usage on el6 for job cancel
  Set recursive on child process canceling
  ...
2015-08-19 10:39:54 -04:00
John Mitchell
5f2cfa1bfa fixed route for permissions edit on teams edit 2015-08-19 09:54:42 -04:00
John Mitchell
0bb15abd65 fixed permission search on relevant lists 2015-08-19 09:52:47 -04:00
Chris Meyers
e80dcd9645 reference requirements in requirements_dev 2015-08-18 16:21:24 -04:00
John Mitchell
e1138dc261 Reimplemented permissions as a module and pull of permissions label text from the api 2015-08-18 12:54:35 -04:00
jaredevantabor
ddfeaf597d Merge pull request #381 from jaredevantabor/job-detail
Job detail page: fix issue with 'missing' host count
2015-08-17 21:11:04 -07:00
Jared Tabor
a8a78b3914 Organize host events by host id
missed this in the original PR
2015-08-17 14:55:18 -07:00
Jared Tabor
ed85df52f0 Job detail page: increment hostCount if missing
occassionally the hostCount will not get incremented despite a host result being processed as successful, failed, skipped, unreachable, or changed. This cause the UI not to show the host status
2015-08-17 11:58:47 -07:00
Jared Tabor
74c5236da2 Organize host summary results by host id instead of name
on the job detail page as host results were stored in the hostSummaries array, they were organized by hostname, but hostname can be changed as a result of the playbook potentially
2015-08-17 11:58:47 -07:00
James Laska
9249cc8298 Update nightly repo URL 2015-08-17 14:40:27 -04:00
Chris Meyers
aaea561c05 Merge pull request #378 from ansible/fix-rpm
Fix rpm
2015-08-17 10:50:19 -04:00
James Laska
717f646430 Bump version to 2.2.2 2015-08-14 08:16:57 -04:00
James Laska
31bf1a97d1 Fail if required arguments are missing 2015-08-14 08:13:47 -04:00
Matthew Jones
ee8a76f32b Use smart_str instead of .encode on passwords
We originally tried to prune these .encode() calls out of the tree in
favor of smart_str but we must have missed this one.   This allows
migration 0066 to work if utf-8 characters are used in the password
2015-08-13 17:00:46 -04:00
Matthew Jones
e221097a37 Use smart_str instead of .encode on passwords
We originally tried to prune these .encode() calls out of the tree in
favor of smart_str but we must have missed this one.   This allows
migration 0066 to work if utf-8 characters are used in the password
2015-08-13 16:55:39 -04:00
Joe Fiorini
992c74133e Merge pull request #375 from joefiorini/2.3--fixCredentialsUserLookup
Only assign name property if response has value
2015-08-13 15:56:19 -04:00
Matthew Jones
d4dccff20c Change default sensitive redaction behavior
* Only project updates will contain sensitive data redaction logic when
  displaying stdout
2015-08-13 15:48:56 -04:00
Matthew Jones
6c2d6a63e7 Change default sensitive redaction behavior
* Only project updates will contain sensitive data redaction logic when
  displaying stdout
2015-08-13 15:48:16 -04:00
Joe Fiorini
d3c82a0fd1 Merge pull request #374 from joefiorini/2.3--multiSelectCheckboxScripting
Easier selection of multi select list checkboxes for testing/scripting
2015-08-13 11:17:25 -04:00
Joe Fiorini
a171bd7cee Only assign name property if response has value 2015-08-13 11:14:56 -04:00
Joe Fiorini
68303ee644 Add attributes to select all and list items 2015-08-13 09:44:14 -04:00
Joe Fiorini
ac232fcff0 Merge pull request #364 from joefiorini/2.4--responsiveSurveyControls
Use select lists instead of checkboxes/radio buttons on survey
2015-08-13 09:14:20 -04:00
jlmitch5
94795c9f4c Merge pull request #347 from jlmitch5/fix_management_job_form_validators
fix validation for management job forms
2015-08-12 14:43:50 -04:00
John Mitchell
0d01f67177 fixed tooltip word breaking 2015-08-12 14:42:15 -04:00
Joe Fiorini
83046aeef7 Include empty values for blank, optional select lists 2015-08-12 14:02:23 -04:00
Joe Fiorini
524d0da0de Pass question directly for survey taker 2015-08-12 14:02:23 -04:00
Joe Fiorini
dd143c1c71 Use select lists for multiple choice answers 2015-08-12 14:02:23 -04:00
Joe Fiorini
e8c0e68789 Update to latest select2 2015-08-12 14:02:23 -04:00
Joe Fiorini
3b5d75133b Move all survey code to job-templates module 2015-08-12 14:02:22 -04:00
James Laska
94c2906810 Merge pull request #372 from jlaska/makefile_requirements_adjustments
Simplify Makefile requirements targets
2015-08-12 13:34:25 -04:00
jaredevantabor
fb1b0178d6 Merge pull request #373 from jaredevantabor/ngdocs-changes
updating ngdocs site file paths in grunt
2015-08-12 10:21:52 -07:00
James Laska
719c2cd477 Remove stale comment in Makefile 2015-08-12 09:34:28 -04:00
James Laska
a1cbdebdd3 Simplify Makefile requirements targets 2015-08-12 08:35:42 -04:00
John Mitchell
66b1d2d28f include -0 as an invalid integer in the context of this directive 2015-08-11 17:18:49 -04:00
Chris Church
6128ab3ff4 Add an error message when running a job and trying to use an OpenSSH formatted key on an older version of OpenSSH. 2015-08-11 16:54:54 -04:00
Matthew Jones
4968848958 Merge pull request #371 from cchurch/openssh_key_check
Add error message when OpenSSH private keys aren't supported
2015-08-11 16:53:08 -04:00
John Mitchell
aef95b2c1a remove awNoDash directive 2015-08-11 16:31:12 -04:00
John Mitchell
a1942e65cd update interger directive instead of doing awnodash 2015-08-11 16:31:12 -04:00