Commit Graph

101 Commits

Author SHA1 Message Date
Michael Abashian
1176b9b057 Smart inventory implementation 2017-05-22 16:55:28 -04:00
Marliana Lara
ecccc7d1b6 Add styles to keep number inputs consistent with form 2017-05-04 11:15:04 -04:00
Michael Abashian
f9b46b7c3d Set up new inventory directory and states 2017-05-01 14:49:22 -04:00
John Mitchell
7f48da9114 fix toggle display based on greg's work 2017-04-28 17:08:18 -04:00
John Mitchell
38c0c0a89b add credential types to ui 2017-04-28 16:00:29 -04:00
Matthew Jones
e1e83598e9 Merge branch 'release_3.1.3' into devel
* release_3.1.3: (52 commits)
  ack fact scan messages
  making ldap user/group search fields into codemirror instances
  removing UI parsing for LDAP User and Group Search fields
  Allow exception view to accept all valid HTTP methods.
  Restore ability of parsing extra_vars string for provisioning callback.
  Fix up backup/restore role broken in f7a8e45809758322d9ee41c5305850dd70ed5faf
  Stop / start ansible-tower-service during restores
  value_to_python should encode lookup fields as ascii
  fix brace interpolation on standard out pane
  Adjust some hardcoded usages of 'awx' to use 'aw_user' and 'aw_group'.
  Pull Spanish updates from Zanata
  Temporarily grant awx user createdb role
  Stop giving ownership of backups to postgres
  don't display chunked lines'
  Add dropdown li truncation with ellipsis
  CTiT -> adhoc modules should allow the user to add new modules
  Remove task that was replacing the supervisor systemd tmp file
  Fix failing supervisorctl commands on RH-based distros
  Give ownership of the supervisor socket to awx
  Setting for external log emissions cert verification
  ...
2017-04-28 13:57:04 -04:00
gconsidine
da0a721a2d Add dropdown li truncation with ellipsis
Display the full text on hover by expanding the list item
container.
2017-04-18 12:07:18 -04:00
gconsidine
c287c4797e Fix minor UX/UI form inconsistencies across project 2017-04-10 15:12:32 -04:00
John Mitchell
9b0911dab8 remove important when possible
fix job type non-disabled checkbox
2017-04-07 18:53:25 -04:00
John Mitchell
9fcb536844 3.2 color audit 2017-04-07 15:33:08 -04:00
Greg Considine
81dea61ba9 Merge branch 'devel' into uxi/templates 2017-04-05 15:37:49 -04:00
gconsidine
6204d263a4 Add class to prevent form input overlap 2017-04-04 14:46:04 -04:00
gconsidine
3f761d52f6 Add checkbox in different position in form generator 2017-04-04 11:42:23 -04:00
gconsidine
7ba47eadca Move "prompt on launch" checkbox to above input 2017-03-29 15:12:34 -04:00
Greg Considine
7d4b3a08f2 Remove inner border on toggles 2017-03-21 13:39:05 -04:00
Greg Considine
10a51c72f0 Add toggle switch for YAML,JSON selection 2017-03-21 11:43:39 -04:00
Greg Considine
0ae2fd3981 Add status and form ui/ux improvements
* Adjust popover styling
* Form label / dropdown styling

Issue: #5615
Reference: Tower UX Improvements doc
2017-03-16 11:55:35 -04:00
Michael Abashian
d65d505862 Removed uppercasing from resource names in titles 2017-03-08 17:35:48 -05:00
jaredevantabor
de8d27e930 moving Sub Category dropdown to left hand side for CTiT
and also fixed some styling for making our tabs more responsive
2017-03-07 14:16:38 -08:00
Ken Hoes
cd27687ef1 Re-enabling bootstrap's darkening of disabled fields 2017-02-10 14:41:36 -05:00
Ken Hoes
52c861503b Updated fix for form titles 2017-01-10 10:15:00 -05:00
Ken Hoes
7816d8e39e Fixing audit bugs 2017-01-09 13:39:24 -05:00
Michael Abashian
0c4db0354e Add and edit workflow job templates from the UI 2016-11-03 14:42:27 -04:00
Matthew Jones
8893f8278a Merge branch 'release_3.0.2' into devel
* release_3.0.2: (126 commits)
  Disable permissions tab in Credential > Edit form if Credential is private (#3288)
  Tweaked the popover text for job and skip tags on JT add/edit
  Workaround a cascade setnull polymorphic issue
  flake8
  Fixed old test expectations
  Made it so the credential organization field can't be changed
  Skip some unit tests
  Fixed org auditor visibility of team credentials
  Fix sosreport
  fix credential kind options for list
  interpret any code below 300 as success
  bail when status code is over 300
  Make CloudForms inventory_script work
  Use no_log when handling passwords
  Prevent ignored task from being displayed as failing.
  making ec2 cred optional on group->edit
  making ec2 credential optional for ec2 inventory
  Revert "Fix to ensure org auditors can see team credentials"
  Fixed team credential list to work with corrected permissions
  Making the username and password fields optional
  ...
2016-08-18 22:52:55 -04:00
Leigh Johnson
ce61fe4a42 Refactor UI Build System (#3203)
* initial build trial, clean up awx/ui

* fix hardcoded refs to ng-toast, add jshint preloader

* remove browserify test

* update grunt-jshint -> jshint module loader, browser-sync, update dev targets to build-docker-machine & build-docker-cid, fix blocking tasks

* less autoprefixer

* sample build commands

* fix release build

* update README

* karma config stub

* webpack config for karma tests

* karma preview for shane

* fix build-docker-machine target

* karma+webpack test pipeline configuration, stub tests

* fix smart/job status icons classes

* fix jquery + jsyaml shims, fix LESS cascade

* fix angular-codemirror dependency, explicitly import style/mode dependencies

* shim jsonlint

* fix angular-scheduler AMD imports, remove jquuery-ui shim, fix release config

* use closed $.fn.datepicker for system-tracking

* remove packaging/node/

* remove old tests

* shrinkwrap fragile dependency sandcastle, update README, lint

* first pass at fixing rrule shim

* update makefile targets

* update gitignore w/ new flag file

* add saucelabs karma config

* add license controller test

* add examples of service and directive tests

* Makefile flubs

* consolidate clean-ui target, compulsively update flag file location

* dep on CJS/AMD/UMD compatible version of rrule lib, fix example tests/config for demo

* boilerplate karma config for saucelabs (should be abstracted to common config after proven to work)

* update docs

* docs feedback

* update Dockerfile with Node 6.x dep
2016-08-17 16:09:54 -04:00
Ken Hoes
44b2f8f1fb Fixed display of non-breaking names 2016-07-26 14:19:46 -04:00
Ken Hoes
f28e0fdc45 Removed bottom border radius from open select2 dropdown 2016-07-25 10:16:59 -04:00
Jared Tabor
8ab00e2d05 Hide password fields for radius/social auth users
on the users edit form, the password/confirm password field will be hidden similar to ldap. the username will not be required as well
2016-07-14 14:48:38 -04:00
John Mitchell
4c1456a0f6 fix text transforming and wording of project failure jt modals 2016-07-01 11:30:59 -04:00
Jared Tabor
fb1a448e95 Changing color of textareas to fcfcfc 2016-06-28 08:45:29 -07:00
Jared Tabor
81402bd2ee UX audit fixes for search bar on related tabs 2016-06-22 10:53:53 -07:00
Michael Abashian
d3d7cf20a2 Various UX audit fixes 2016-06-21 17:37:42 -04:00
Ken Hoes
fb70523f6b Inventory manage audit 2016-06-20 10:43:09 -04:00
Ken Hoes
1024d686f4 Updated system tracking for marketing screenshots 2016-06-17 15:00:40 -04:00
Michael Abashian
5f4da1023e Tweaked refresh buttons on the dashboard/job page/portal mode 2016-06-16 17:34:07 -04:00
Ken Hoes
d1a8b6493c UI Audit updates 2016-06-13 13:08:42 -04:00
Ken Hoes
34cc31c2df PR Feedback 2016-06-09 08:44:11 -04:00
Ken Hoes
dee0a86655 UI tweaks, fixes list #2151 2016-06-06 13:35:23 -04:00
John Mitchell
8c7b4b9a0a Merge branch 'searchUpdates' into release_3.0.0 2016-06-01 15:51:24 -04:00
John Mitchell
308fc5ef2c support more than label limit on edit and list views 2016-06-01 15:07:49 -04:00
John Mitchell
763416725c update search widgets across ui 2016-06-01 15:01:09 -04:00
kensible
99c1c9a991 Merge pull request #2103 from kensible/1842-projectSourceTypes
Project source types, popovers, form fixes
2016-06-01 09:26:42 -04:00
Akita Noek
d971461ae6 Commented out code cleanup 2016-05-31 17:15:14 -04:00
Akita Noek
d8dac662a1 Fixed/enhanced scan job type selection process
* Appropriately set project and playbook to default when job type is set
  to 'scan' - #1273
* Add 'RESET' link on the Project label line to reset to Default
  project/playbook #858
* Fixed dropdown option clearing problem #1489
* Remember what project/playbook was set when switching from run/check
  to scan, so if you change back, those options will be auto-selected
  again
2016-05-31 16:03:01 -04:00
Ken Hoes
ec065e0d97 Project source types, popovers, form fixes 2016-05-31 13:10:27 -04:00
Ken Hoes
f5a0aba47b Updated audit items 2016-05-25 15:15:21 -04:00
Michael Abashian
3739425eb7 Moved survey buttons down beside save/cancel on job template forms 2016-05-23 10:28:48 -04:00
Akita Noek
89be33dac1 Merge pull request #1983 from anoek/noselect
Don't allow text selection on checkbox labels nor buttons
2016-05-20 13:33:38 -04:00
Akita Noek
ba19e0e105 Merge pull request #1975 from anoek/auditor-support
Add support for creating system auditors
2016-05-20 13:33:21 -04:00
Michael Abashian
e373316df0 Merge branch 'job-launch-modal-overhaul' of https://github.com/mabashian/ansible-tower into mabashian-job-launch-modal-overhaul
# Conflicts:
#	awx/ui/client/legacy-styles/forms.less
2016-05-19 13:22:05 -04:00