Jake McDermott
c436dcf875
add input source prompting and plugin testing
2019-04-02 11:21:40 -04:00
Alex Corey
85eca47a93
fixes broken documentation link
2019-03-12 16:37:15 -04:00
Marliana Lara
2d15d13359
Refactor styles and add queryset to updateDataset event emmitters
2019-03-06 15:09:46 -05:00
mabashian
f1e0c1e977
Upgrades lodash to ~4.17.10
2018-08-17 15:59:27 -04:00
mabashian
ba075ce5dd
Disable search submit until a search string is present
2018-07-30 10:23:12 -04:00
Haokun-Chen
a07ee67eb9
deregister the transition hook when destroy smart-search controller
2018-06-28 11:01:01 -04:00
John Mitchell
e89f9b62f5
emit value expected by new lists from smart search
2018-06-20 14:01:49 -04:00
mabashian
36732d8113
Fixed issue where search actions were sending two requests. Cleaned up and organized smart search controller
2018-06-12 14:28:56 -04:00
mabashian
6794afb284
Maintain reference to querySet rather than cloning so that changes made after initialization will propagate
2018-06-11 11:56:33 -04:00
kialam
b344eb9af0
Fix failing test by only preserving credential_type
...
- Reset `defaults` object’s own `credential_type` value to that of
`queryset`’s.
2018-06-07 11:44:07 -04:00
kialam
99ea28c3fd
Check defaults against query set to make sure credential_type does not get overwritten
...
- We want to preserve the existing `credential_type` param that already
exists in `queryset` and not have `defaults
` overwrite it. We first loop through the `defaults` object keys and
check it against the the keys of `queryset` and if the keys match, then
set the value to `queryset[key]`.
2018-06-07 11:44:07 -04:00
mabashian
1807d0a910
Activity stream clear-all bug fixes. Re-enabled smart search directive test which required tweaking karma conf.
2018-05-08 16:13:56 -04:00
Jake McDermott
0682d19d5e
show filterable:true for filterable fields
2018-05-03 17:37:19 -04:00
mabashian
84c0fdfa4a
Removed unused function
2018-05-02 14:21:43 -04:00
mabashian
368a037062
Remove non-filterable fields from search key and treat searches using those keys like string searches.
2018-05-02 14:17:03 -04:00
mabashian
d4f46fa0e4
Fixed bug where host filter search tags were not present
2018-04-19 17:40:26 -04:00
Jake McDermott
95a37fab05
fix lint errors
2018-04-05 02:48:47 -04:00
Jake McDermott
13162ca33a
move data transformation logic into a service so it can be reused
2018-04-05 02:46:53 -04:00
Jake McDermott
0adf671de4
refactor, lint, separate data transformation logic from display logic
2018-04-05 02:46:48 -04:00
mabashian
4e0b890a03
Fixed host filter tag removal
2018-03-28 15:27:12 -04:00
John Mitchell
aea37654e2
updated template list to using new components
2018-01-11 11:20:12 -05:00
Matthew Jones
9dbcc5934e
Merge remote-tracking branch 'tower/release_3.2.2' into devel
2017-12-13 12:25:47 -05:00
mabashian
c3fbb07535
Fixed removing host filter search term with encoded character
2017-10-19 19:31:41 -04:00
Jared Tabor
47f743e623
fixing removeTerm for smart search to work
2017-10-18 16:34:39 -07:00
Jared Tabor
4f0fa57a1b
removing $urlMatcherFactory and $urlRouter b/c they're deprecated
...
in favor or $urlService
2017-10-18 16:34:39 -07:00
Jared Tabor
3d5f301a07
removing notify:false, it's deprecated
2017-10-18 16:34:39 -07:00
Jared Tabor
f9c991e660
replacing all stateChangeSuccess for $transition.onSuccess
2017-10-18 16:34:39 -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
mabashian
1752a97315
Fixed host_filter searching related fields
2017-09-26 16:51:08 -04:00
gconsidine
57c9224b5c
Fix host filter parsing
2017-09-14 15:31:29 -04:00
gconsidine
87eab79f70
Add support for quoted values containing spaces in search
2017-09-12 14:57:07 -04:00
mabashian
5be6d5bf26
Prevent duplicate host filter strings
2017-08-25 13:30:24 -04:00
gconsidine
384637fce8
Use ConfigService to get version for doc links
2017-08-01 13:40:53 -04:00
gconsidine
bdb2bbbd41
Add Config model
...
* Add ability to configurably cache API responses per model
* Fix general error display on credentials
* Add current version from API to the documentation link
2017-07-31 17:07:25 -04:00
Michael Abashian
1176b9b057
Smart inventory implementation
2017-05-22 16:55:28 -04:00
Michael Abashian
e58e593140
First pass implementation of fact searching on hosts
2017-05-01 14:58:09 -04:00
Michael Abashian
cc80cd8549
Dynamic inventory add form work
2017-05-01 14:58:09 -04:00
Michael Abashian
1869ba6742
Removed unnecessary dependency injections
2017-03-16 14:53:17 -04:00
Michael Abashian
09771927c9
Encode default search param
2017-03-01 10:27:28 -05:00
jaredevantabor
b724abb684
adding a check to prevent a console error due to null pointer
2017-02-22 13:11:20 -08:00
Michael Abashian
a484dae41a
Fix for deleting search tags on job details
2017-02-22 14:59:54 -05:00
Michael Abashian
c459e326b2
UI work to incorporate related_search_fields as valid fields when searching
2017-02-15 10:42:25 -05:00
jaredevantabor
ae69ca8919
fixing related searches w/ smart search
2017-02-09 13:11:29 -08:00
Jared Tabor
29869f7093
Merge pull request #5186 from jaredevantabor/smart-search
...
Smart search, and invalid searches
2017-02-08 12:00:02 -08:00
jaredevantabor
2a8bff824a
fixing deletion after PR feedback from mabashian
2017-02-08 11:57:01 -08:00
jaredevantabor
f00214495a
fix for #5179 for deleting tags for non search params
2017-02-07 14:41:52 -08:00
Michael Abashian
80313779b2
Fixed bug where deleting search tags was not removing the equivalent state param for lists in modals. Also did some cleanup on pagination directive.
2017-02-06 16:53:14 -05:00
jaredevantabor
c6d799f481
fix for #4969 , can't call trim of undefined
2017-01-31 11:39:32 -08:00
Michael Abashian
131a0edfb4
Marking strings for translation. This covers a lot of breadcrumbs as well as login, activity stream and project list
2017-01-28 10:30:46 -05:00
Michael Abashian
5552d0b6f9
Merge pull request #4976 from mabashian/launch-job-with-prompts
...
Launch job with prompts
2017-01-27 10:44:56 -05:00