8779 Commits

Author SHA1 Message Date
Michael Abashian
f0bfcd78d9 Merge pull request #3104 from mabashian/2299-completed-jobs-search
Completed Jobs search filters
2016-07-25 17:28:49 -04:00
jlmitch5
e66a1606db Merge pull request #3102 from jlmitch5/fixWrapping
fix wrapping of name columns
2016-07-25 11:38:29 -04:00
John Mitchell
abd606e2c8 fixed word wrapping 2016-07-22 16:32:11 -04:00
Michael Abashian
b1b9767a95 Made type and name not searchable on the job templates completed jobs list 2016-07-22 15:45:31 -04:00
Michael Abashian
6edc3abce2 Merge pull request #3094 from mabashian/2935-backspace-inv-cred-jt
awlookup timeout instead of GET with every keystroke
2016-07-22 15:11:45 -04:00
John Mitchell
03204f8dc0 fixed merge conflict 2016-07-22 15:01:58 -04:00
John Mitchell
22a96240a3 fix wrapping of name columns 2016-07-22 14:37:16 -04:00
Michael Abashian
6da3ac0cc1 Improvements to awlookup directive to prevent making rest calls every time a character is added/removed 2016-07-22 11:39:21 -04:00
kensible
6fa95322f5 Merge pull request #3071 from kensible/2860-label-deletion-pagination
Deleting label passes current page number for pagination
2016-07-22 08:05:06 -04:00
Michael Abashian
2115150b2c Merge pull request #3079 from mabashian/remove-tooltips-on-state-change
Remove tooltips if state changes while hovering over a tool tipped element
2016-07-21 17:00:47 -04:00
Michael Abashian
6e27ec06f0 Merge pull request #3053 from mabashian/active-edit-paging
Fix for active row/edit icon bug when paging
2016-07-21 16:35:05 -04:00
Alan Rominger
49b8fc4003 Merge pull request #3070 from AlanCoding/3063_ui
Show "new" jobs in UI Jobs tab (UI 3.0.1)
2016-07-21 16:24:41 -04:00
Michael Abashian
265e334dd3 Remove tooltips if state changes while hovering over a tool tipped element 2016-07-21 16:20:55 -04:00
Ken Hoes
fbed0ac03b Deleting label passes current page number for pagination 2016-07-21 11:37:16 -04:00
AlanCoding
efff0d68b5 Show new jobs in UI Jobs tab 2016-07-21 11:37:10 -04:00
John Mitchell
f7bfeed0ca renaming dir again 2016-07-21 11:31:11 -04:00
John Mitchell
d6bb405ebd renaming dir 2016-07-21 11:30:33 -04:00
Michael Abashian
9f75635ea7 Merge pull request #3059 from mabashian/jobs-related-schedule-search
Maintain job schedule search query params after adding/removing search tags
2016-07-21 08:33:39 -04:00
Michael Abashian
cadd54112b Merge pull request #3056 from mabashian/table-sort-home-host
Make home/host columns sortable
2016-07-21 08:33:13 -04:00
Michael Abashian
95393a6dd8 Maintain job schedule search query params after adding/removing search tags 2016-07-18 16:51:05 -04:00
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
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
Ken Hoes
7c34b2d809 Added canceled tooltip for projects listing 2016-07-18 10:51:22 -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
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
Michael Abashian
614acb438d Show working... spinner when toggling on/off notifications 2016-07-15 16:28:35 -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
Ken Hoes
3e7b993f28 Changed tooltip position from right to top 2016-07-15 14:20:34 -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
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
Akita Noek
41d6d19bcb Added patch tests for updating project organizations 2016-07-14 15:02:00 -04:00
John Mitchell
0882d26ef8 Merge branch 'ui_release_3.0.1' of https://github.com/ansible/ansible-tower into ui_release_3.0.1 2016-07-14 14:49:30 -04:00
Jared Tabor
4f563a4313 make username required if not radius/ldap 2016-07-14 14:48:38 -04:00