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

8985 Commits

Author SHA1 Message Date
Michael Abashian
bc1a29e5bf Make home/host columns sortable 2016-07-18 14:48:17 -04:00
Michael Abashian
6a8c9a2bfe Removed the track by $index default from our lists. This will fall back to track by $id(item) and re-render dom elements in ng-repeat. 2016-07-18 14:02:05 -04:00
Leigh Johnson
c0e02f4a65 fix missing URI encoding in event summary serch, kickback on #2980 (#3050) 2016-07-18 13:34:53 -04:00
kensible
4f89e31af6 Merge pull request #3046 from kensible/2805-canceled-projects-tooltip
Added canceled tooltip for projects listing -3.0.1
2016-07-18 13:27:51 -04:00
Matthew Jones
b587b892b0 Switch base class for StateConflict
This fixes the output format for the 409 exception return
2016-07-18 12:29:51 -04:00
Michael Abashian
ec2cb9a3cc Merge pull request #3045 from mabashian/password-show-hide
Fixed password show/hide on enter for survey taker password
2016-07-18 12:24:25 -04:00
Michael Abashian
5894e5eb65 Fixed password show/hide on enter for survey maker password type previews 2016-07-18 10:55:18 -04:00
Ken Hoes
7c34b2d809 Added canceled tooltip for projects listing 2016-07-18 10:51:22 -04:00
Michael Abashian
43fc454a95 Fixed password show/hide on enter for survey taker survey questions where type is password 2016-07-18 10:35:57 -04:00
jlmitch5
3b926c36d9 Merge pull request #3013 from jlmitch5/readOnlyCodeMirror
add options for code mirror to be read only
2016-07-18 10:12:13 -04:00
Akita Noek
53de76d6e0 Merge pull request #3043 from anoek/3039
Allow auditors to see same /api/v1/config information as admins
2016-07-18 10:08:39 -04:00
Michael Abashian
5015e2dbf0 Merge pull request #3036 from mabashian/working-indicator-on-toggle
Show working... spinner when toggling on/off notifications
2016-07-18 09:53:41 -04:00
Michael Abashian
8ea83b4bec Merge pull request #3035 from mabashian/show-less-labels
Added the ability to "See Less" labels on the job template list
2016-07-18 09:53:17 -04:00
John Mitchell
eabc83c914 use updated codemirror release 2016-07-18 09:53:10 -04:00
kensible
2a6a820ac5 Merge pull request #3029 from kensible/3024-callback-tooltip-position
Callback tooltip position changed -3.0.1
2016-07-18 08:31:40 -04:00
Akita Noek
38f03ea32f Allow auditors to see same /api/v1/config information as admins 2016-07-17 08:04:06 -04:00
Michael Abashian
614acb438d Show working... spinner when toggling on/off notifications 2016-07-15 16:28:35 -04:00
Chris Church
cb98d0674d Prevent populate_user from being registered multiple times. 2016-07-15 16:24:41 -04:00
Michael Abashian
8d7d933519 Added the ability to "See Less" labels on the job template list 2016-07-15 16:02:51 -04:00
Alan Rominger
94e39b0cee Merge pull request #3015 from AlanCoding/org_read_role
Add read_role to organization select_related
2016-07-15 15:32:04 -04:00
Wayne Witzel III
03c3ac074c Merge pull request #3022 from wwitzel3/issue-2979
Fix sysadmin and sysauditor viewing orphan inventory script.
2016-07-15 15:26:33 -04:00
Jared Tabor
29132929de Merge pull request #3025 from jaredevantabor/jobs-list-page-size
Fixing iterator used when jobs list refreshes
2016-07-15 11:56:19 -07:00
Michael Abashian
fea1605279 Merge pull request #3026 from mabashian/backspace-job-launch
Better fix for the job launch modal backspace bug
2016-07-15 14:38:40 -04:00
Ken Hoes
3e7b993f28 Changed tooltip position from right to top 2016-07-15 14:20:34 -04:00
Michael Abashian
e496b558df Merge pull request #3023 from mabashian/job-launch-password-enter
Job Launch/Survey Maker enter in password fields would show/hide password
2016-07-15 13:57:39 -04:00
Jared Tabor
d39538c7c4 Fixing iterator used when jobs list refreshes
it was still using the iterators used when there were four job panes
2016-07-15 10:52:14 -07:00
Matthew Jones
c36080e149 Explicit super user check for JT can_delete 2016-07-15 13:48:42 -04:00
Chris Church
62562afd0d Fix for populating teams for LDAP user. 2016-07-15 13:17:25 -04:00
Matthew Jones
df1c1ae473 Fix up flake8 2016-07-15 12:50:59 -04:00
Michael Abashian
a845904bd7 Rolled back the onExit solution previously implemented to handle the backspace navigation on the job launch modal. New solution listens for state changes within the directive and cleans itself up. 2016-07-15 12:12:45 -04:00
Matthew Jones
eb97b8c916 Switch disallowed object delete to 409
In the case of running job conflicts
2016-07-15 11:47:02 -04:00
Michael Abashian
e5cb497c22 Password enter show/hide fix 2016-07-15 10:45:36 -04:00
Wayne Witzel III
b9de0b196d add test for CustomInventoryScript serializer 2016-07-15 10:35:44 -04:00
Michael Abashian
c8fa2befb6 Fixed bug where hitting enter in a password field in the job launch/survey maker modal would toggle the show/hide. 2016-07-15 10:35:28 -04:00
Michael Abashian
0e4a61119e Merge pull request #3012 from mabashian/scm-update-schedule-button
Disabled but clickable schedule action icon during scm update
2016-07-15 09:16:31 -04:00
Michael Abashian
8c85035d18 Setting the local var CredentialList to the deep clone seems to be problematic. Moving this out so that the original object itself is overwritten which is how it's done in other places. (#3017) 2016-07-14 23:10:26 -04:00
Jared Tabor
fc304899bd Jobs list page size (#3019)
* changing jobs list page size to 20 by default

it was previously set to 10

* adjustment to tag search check for null id
2016-07-14 23:09:46 -04:00
Leigh Johnson
73722ffb77 resolves kickback on #2980 (#3008) 2016-07-14 23:08:02 -04:00
Alan Rominger
3b972e871d Merge pull request #3014 from AlanCoding/migration_touchup
Switch order in migration 0026
2016-07-14 16:49:28 -04:00
AlanCoding
df940f811c add read_role to organization select_related 2016-07-14 16:11:29 -04:00
AlanCoding
2876bb169b switch order in migration 2016-07-14 15:49:24 -04:00
John Mitchell
89a4f8f77c add options for code mirror to be read only 2016-07-14 15:38:51 -04:00
Leigh Johnson
86afd6f758 Fix NaN / invalid end date value in schedule edit forms (#3007)
* fix NAN on end date issue affecting schedule edit form, resolves #2817

* remove debug statement
2016-07-14 15:36:11 -04:00
Leigh Johnson
4ffc062d19 resolves kickback on #2976 (#3009) 2016-07-14 15:35:46 -04:00
Graham Mainwaring
8ed69d1641 Additional UI/JS licenses (#2974)
* Additional UI/JS licenses
2016-07-14 15:34:16 -04:00
Michael Abashian
b78c2241e4 Fixed bug where schedule icon was disabled but clickable while scm update was running 2016-07-14 15:26:29 -04:00
Akita Noek
6eb63285d2 Merge pull request #3010 from anoek/3006
Don't let normal users create orgless projects
2016-07-14 15:25:45 -04:00
Michael Abashian
0331c7a2c7 Fixed bug where schedule icon was disabled but clickable while scm update was running 2016-07-14 15:18:57 -04:00
Alan Rominger
7f168c7fe4 Merge pull request #3003 from AlanCoding/2988_team_cascade
Cascade delete teams from organization
2016-07-14 15:13:46 -04:00
Alan Rominger
149e7375c0 Merge pull request #3011 from AlanCoding/docker_atomic
Make development environment use ATOMIC_REQUESTS
2016-07-14 15:07:47 -04:00