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

5943 Commits

Author SHA1 Message Date
Michael Abashian
b414708aba Merge pull request #723 from mabashian/hide-search-bar-no-rows
Hide form generator search bar when list is empty to start with
2016-01-27 13:33:47 -05:00
Michael Abashian
dfb02aea4f Fixed several schedule action buttons that were defining href's. Got the job templates schedule view rendering so that other features can be worked on until this view is fully updated. 2016-01-27 11:47:44 -05:00
Michael Abashian
64f4cb03e7 Added the ability to pass ngShow to the SearchWidget generator helper. By specifying this parameter we can control when the search bar gets shown. In this case we want to hide the search bar when a list is empty to start with. 2016-01-27 10:14:18 -05:00
Joshua "jag" Ginsberg
f25b76aee9 Integrate statsd metrics into ansible playbook execution.
* Add dependencies for pystatsd and django-statsd-mozilla
* Default turned off except for development environment
* Modify docker-compose to install statsd/graphite host
2016-01-26 16:54:24 -05:00
Matthew Jones
56d0cbfeff Cover DELETEing the license from database config
Fix the standard license delete behavior on the /config endpoint.  It
was covered elsewhere but this is the common path for license posting/removing
2016-01-26 16:31:38 -05:00
Michael Abashian
966e40d030 Merge pull request #719 from mabashian/table-search-bar-spacing-fix
Fixed spacing between the search bar and the list table
2016-01-26 16:30:25 -05:00
Michael Abashian
2012e75160 Fixed the spacing issue between the bottom of the search bar and the top of the table. There should now be 20px between the two. 2016-01-26 16:02:35 -05:00
Michael Abashian
65e40ff433 Merge pull request #717 from mabashian/reorder-list-columns
Changed column order on a few tables to match up with spec
2016-01-26 14:54:56 -05:00
Michael Abashian
7684354bac Changed column order on a few tables to match up with spec 2016-01-26 14:11:03 -05:00
Michael Abashian
2312c8dff8 Merge pull request #714 from mabashian/list-view-and-delete-modal-fixes
List view styling tweaks based on UI/UX feedback
2016-01-26 13:42:53 -05:00
Michael Abashian
a8d51da73c List view styling tweaks based on UI/UX feedback. Fixed various bugs dealing with the list views/pagination/delete modal(s). Fixed the jobs list responsive weirdness. 2016-01-26 11:12:59 -05:00
Akita Noek
74dc4a59c2 Merge pull request #683 from anoek/test_performance_rrule
5% performance boost on make test
2016-01-26 11:11:38 -05:00
Alan Rominger
a7e5ad2e95 Merge pull request #669 from AlanCoding/624_fix2_exit_codes
Scan services fix for RHEL5, throw error message for Debian when non-root
2016-01-26 11:02:14 -05:00
AlanCoding
657f941ea0 RHEL5 compatibility and handling of error scenarios 2016-01-26 10:54:41 -05:00
Matthew Jones
769fe18724 Wrap up other places where the old license access method is used 2016-01-25 20:59:18 -05:00
Matthew Jones
296ca52b0f Merge pull request #661 from matburt/651_fix_rax_cache_behavior
Fix for rax cache timeout issue
2016-01-25 20:40:19 -05:00
Joshua "jag" Ginsberg
16c6f93aa2 Apply to all Dockerfiles and use the preferred ENTRYPOINT form. 2016-01-25 16:58:04 -05:00
Jared Tabor
8b7fa62fb8 Merge pull request #711 from jaredevantabor/jobs-page-tabs
Jobs Page tabs re-styling
2016-01-25 13:54:10 -08:00
Matthew Jones
f775fa9680 tasks env vars should be strings
This was causing rax unit test failures which are now alleviated
2016-01-25 16:51:33 -05:00
Jared Tabor
652a41c84f Jobs Page tabs re-styling
Removing the Bootstrap tabs in place of our custom ones
2016-01-25 13:43:15 -08:00
Joshua "jag" Ginsberg
df072c1a6f Initial attempt at dumb-init 2016-01-25 16:01:53 -05:00
Matthew Jones
b35f84b401 Bypass license database check for cleanup schedule
We pre-create some cleanup jobs if a license is already present, this
doesn't work with the database config as-is.  These can be removed at
some point in the future once the 2.4 migration path is not needed
2016-01-25 15:53:17 -05:00
jlmitch5
1979c33225 Merge pull request #677 from jlmitch5/sprint1UIFixes
Updated to ui add/edit/list crud interactions
2016-01-25 15:19:05 -05:00
Matthew Jones
3132d4efee Fix license enablement utility helpers
We know call "from_database" which can implicitly call "from_file" if
the database config isn't available.
2016-01-25 14:09:04 -05:00
John Mitchell
18fffdcf18 fixed user and team edit/add indicator and auto-pagination 2016-01-25 12:01:32 -05:00
Akita Noek
39d84c3cda 5% performance boost on make test
Calling `.after` on a dateutil.rrule object that has an UNTIL clause
performs very poorly if the interval is low and the start time is a long
time ago. This patch replaces two test cases where we were using a
minute interval with a fixed start time of (currently) 2 years ago,
which resulted in aproximately 40s of execution time to simply evaluate
`.after(now())`. Replacing these two tests with tests that start from
"yesterday" while keeping the same INTERVAL and UNTIL settings
eliminates this unnecessary slowdown while maintaining the spirit of the
original tests.
2016-01-25 09:37:59 -05:00
Michael Abashian
01eca729b1 Merge pull request #679 from mabashian/form-list-css
Styling updates to form generator lists
2016-01-25 09:12:51 -05:00
John Mitchell
3985e248bf fixed indicator loading on incorrect row 2016-01-22 18:37:29 -05:00
Michael Abashian
0d64563dd8 Styling updates to list views that get generated in the form generator. Moved the button generation out into a helper for these specific cases. 2016-01-22 16:45:40 -05:00
John Mitchell
8c8db4c49a fix font for login modal alerts 2016-01-22 14:59:26 -05:00
Jared Tabor
c981a4d53e Minor adjustments for demo 2016-01-22 07:38:42 -08:00
John Mitchell
22e9ecdcfc fixed min-height of panel header and made org edit button selected on edit 2016-01-22 10:22:52 -05:00
John Mitchell
e07c2643ee Various sprint 1 ui fixes
The edit button for the row of the item you are currently editing now stays selected
Projects edit's now refresh correctly
The pagination service now supports queries for users (use username instead of just name)
2016-01-22 10:12:17 -05:00
jlmitch5
6097061f8b Merge pull request #675 from jlmitch5/addOrgLabels
added links to cards (actual links and badges don't work)
2016-01-22 08:52:53 -05:00
Chris Meyers
ddbef34095 Merge pull request #664 from chrismeyersfsu/#619-desired_state_passwords
testable playbook w/ state wanted pattern
2016-01-22 08:32:49 -05:00
Chris Meyers
fe91c73fd2 testable playbook w/ state wanted pattern
* remove complicated redis config assembly
* backup and restore discover credentials rather than requiring
* backup strategy no longer drops the db. This allows awx user to
restore without creatdb persmission.
* removed mongo from backup/restore

* added password change support for redis, pg, munin
* added update_password command and respective tests

* tests for munin, pg, redis password change
* unit tests for munin, redis password change
* tests for postgres host (ip and socket) change
* tests for postgres backup/restore on remote db
2016-01-22 08:17:18 -05:00
John Mitchell
f0b1ab034f added links to cards (actual links and badges don't work) 2016-01-21 18:11:04 -05:00
Jared Tabor
058aaee44e more padding beneath form title 2016-01-21 13:38:21 -08:00
Matthew Jones
dd95b9ed3d Fix up an issue update/assigning config keys
If they already existed or in the case of posting a license it would
fail before.  This fixes that up
2016-01-21 14:44:05 -05:00
jlmitch5
0426a463ea Merge pull request #667 from jlmitch5/orgCards
org cards implementation with rollups
2016-01-21 12:51:58 -05:00
jaredevantabor
edb807f6c3 Merge pull request #672 from jaredevantabor/settings
Setup Menu cards styling
2016-01-21 07:48:27 -08:00
Michael Abashian
380cf51f02 Merge pull request #670 from mabashian/list-delete-styling
List view delete action modal styling
2016-01-21 09:26:25 -05:00
Jared Tabor
6ba646aa72 adjusting left margin for settings page
for screen widths less than 710px
2016-01-20 20:58:01 -08:00
John Mitchell
5a47da60e1 fixed breadcrumb reload problem 2016-01-20 23:17:51 -05:00
Jared Tabor
b750625a31 Setup Menu cards styling 2016-01-20 15:37:44 -08:00
Michael Abashian
b8114eec8a Prompt styling for when a delete or other action is taken that leverages the prompt div/modal. 2016-01-20 17:11:20 -05:00
John Mitchell
3cee94c1e9 org cards implementation with rollups 2016-01-20 15:55:31 -05:00
Akita Noek
c8d7778ed5 Merge pull request #665 from anoek/documentation
Minor documentation fixes
2016-01-20 15:30:21 -05:00
Akita Noek
9a10a29016 Merge pull request #662 from anoek/645_no_log_ansible
Obey no_log with ansible 2.0
2016-01-20 15:29:43 -05:00
Matthew Jones
5a434d86f1 Fix for rax cache timeout issue
2.4.0 level of rax.py introduces a default cache timeout of 600s, this
fixes that and includes a new rax.py inventory module that has been
submitted upstream.
2016-01-20 15:12:52 -05:00