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

12968 Commits

Author SHA1 Message Date
gconsidine
effd537a9c Add component controller inheritance and new inputs 2017-06-12 09:53:11 -04:00
gconsidine
1644f78cf3 Cleanup component communication 2017-06-12 09:53:11 -04:00
gconsidine
8b91b16bea Add working dynamic component insertion 2017-06-12 09:53:11 -04:00
gconsidine
17f6148c8d Add dynamic input group 2017-06-12 09:53:11 -04:00
gconsidine
94bb533ac7 Update models and components for dynamic input list component 2017-06-12 09:53:11 -04:00
gconsidine
15b05e9093 Update directives to use controllers where necessary 2017-06-12 09:53:11 -04:00
gconsidine
29a325d52f Add form-updating input validation for components 2017-06-12 09:53:11 -04:00
gconsidine
725fd15519 Update project structure 2017-06-12 09:53:11 -04:00
gconsidine
5553a6bcda Refactor action/form structure 2017-06-12 09:53:11 -04:00
gconsidine
1c41026f1e Update styles for consistency with UX spec 2017-06-12 09:53:11 -04:00
gconsidine
255665b98e Add functional popover directive 2017-06-12 09:53:11 -04:00
gconsidine
b8d87028c9 Add popover component prep files 2017-06-12 09:53:11 -04:00
gconsidine
f741470365 Refine recently added components 2017-06-12 09:53:11 -04:00
gconsidine
2509c573a5 Add form, text, and custom dropdown components 2017-06-12 09:53:11 -04:00
gconsidine
5d01340f18 Add models and select component 2017-06-12 09:53:11 -04:00
gconsidine
06deb0d7a7 Add base states for credentials 2017-06-12 09:53:11 -04:00
gconsidine
272e43a345 Fix Angular dependency mismatches in package.json 2017-06-12 09:53:11 -04:00
gconsidine
9d51576e89 Adjust theme, add testing 2017-06-12 09:53:11 -04:00
gconsidine
90b3378725 Add test directory 2017-06-12 09:53:11 -04:00
gconsidine
69b19cc06c Refactor component folder structure 2017-06-12 09:53:11 -04:00
gconsidine
c60d5abc5b Add input-search component 2017-06-12 09:53:11 -04:00
gconsidine
637fb8fe27 Add basic component functionality 2017-06-12 09:53:11 -04:00
gconsidine
cba4237859 Add component dir 2017-06-12 09:53:11 -04:00
Michael Abashian
2dcce4d615 Merge pull request #6544 from mabashian/6360-dynamic-hosts-lookup-rows
Remove the host link and hover on host filter modal list
2017-06-12 09:51:55 -04:00
Aaron Tan
bd4b2cfd6d Merge pull request #6537 from jangsutsr/6410_add_count_to_host_group_summary_field
Add count to host group summary field.
2017-06-12 09:50:51 -04:00
Aaron Tan
b09ad85978 Add count to host group summary field. 2017-06-09 17:53:41 -04:00
Michael Abashian
08e1f552d3 Remove the host link and hover on host filter modal list 2017-06-09 16:56:45 -04:00
Jared Tabor
66c9139660 Merge pull request #6525 from jaredevantabor/insights-tests
Changes to Insights dashboard and Unit Tests
2017-06-09 11:51:45 -07:00
Jared Tabor
4caceb651e fixing insights linkage from smart inventory -> host list view 2017-06-09 11:30:32 -07:00
Jared Tabor
e59dbc6281 Changes to Insights dashboard and Unit Tests
This includes unit tests for the filter of the reports
that are returned by insights. I also moved some code around
to assist in making this more testable, and I also fixed
an issue where the Insights route needed the inventory information
in the resolve to use it on the insights dashboard (when navigating
from the All Hosts tab)
2017-06-09 11:25:34 -07:00
Jake McDermott
e6e4c69da4 add verbosity to job launch options (#6485) 2017-06-09 13:38:59 -04:00
Ryan Petrello
ba539c7ff6 Merge pull request #6404 from ryanpetrello/fix-6384
fix a few SSH key data validation issues for credential creation
2017-06-09 11:03:22 -04:00
Ryan Petrello
28ad576c90 properly validate ssh_key_unlock for Net and SCM credentials
see: #6460
2017-06-09 10:43:04 -04:00
Ryan Petrello
ea0f4ce59d properly validate SSH key data for SCM, Net, GCE, and Azure Classic
see: #6384
2017-06-09 10:39:07 -04:00
Michael Abashian
ea32c3f0a5 Merge pull request #6532 from mabashian/fix-jt-edit
Fixed error being raised trying to grab instance group value(s)
2017-06-09 10:18:35 -04:00
Greg Considine
4a4fff2bde Merge pull request #6527 from mabashian/6474-login-redirect
Login redirect to clicked link
2017-06-09 10:08:56 -04:00
Michael Abashian
d88d7cb29c Fixed error being raised trying to grab instance group value(s) 2017-06-09 09:49:40 -04:00
Ryan Petrello
a04f666319 Merge pull request #6468 from ryanpetrello/fix-6464
add a boolean `authorize` field for the Network Credential Type
2017-06-09 09:47:39 -04:00
Ryan Petrello
685771ade3 Merge pull request #6469 from ryanpetrello/fix-6363
resolve a few CredentialType.inputs validation issues
2017-06-09 09:44:19 -04:00
Ryan Petrello
d9d6fa293c Merge pull request #6478 from ryanpetrello/fix-6417
use str() - not repr() - for invalid SSH cert error messages
2017-06-09 09:37:40 -04:00
Michael Abashian
555c1dcb88 Store the preAuthUrl on rootScope instead of in the cookie 2017-06-09 09:20:49 -04:00
Michael Abashian
cfc15dab37 Only store the preAuthUrl if the user is trying to navigate to a non-login/logout state 2017-06-08 19:19:33 -04:00
Michael Abashian
7768106d3f Store the url that the user comes in on before auth in preAuthUrl 2017-06-08 19:01:44 -04:00
Michael Abashian
fc312398cd Redirect the user to the link they clicked on after authentication 2017-06-08 18:40:12 -04:00
Marliana Lara
d3c9b57133 Merge pull request #6483 from marshmalien/rampartsReadOnlyViews
Add Instance Group Fields to Inv, Org, and Job Template resources
2017-06-08 16:59:02 -04:00
Aaron Tan
2197d24845 Merge pull request #6449 from jangsutsr/6410_show_related_groups_for_hosts
Add groups field to host summary
2017-06-08 16:47:51 -04:00
Marliana Lara
a9e420b2c5 Add Instance Group Fields to resources
* Add instance group fields to organization, inventory, and job template
  forms.
* Add instance groups CRUD
* Display instance group that job ran on in job details panel
* Setup instance group panel in Settings
2017-06-08 16:34:39 -04:00
Ryan Petrello
1f41e002a6 Merge pull request #6399 from ryanpetrello/fix-6390
fix a bug in POST /api/v1/credential detection of Vault payloads
2017-06-08 15:40:26 -04:00
Michael Abashian
60372bdfa1 Merge pull request #6512 from mabashian/6499-remote-host-headers
Added remote host headers to settings in the UI
2017-06-08 15:02:39 -04:00
Michael Abashian
8400382e5b Merge pull request #6518 from mabashian/6362-smart-host-edit
Fixed edit host link on smart inventory host list
2017-06-08 14:42:36 -04:00