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

7388 Commits

Author SHA1 Message Date
John Mitchell
c1069775a4 fixed global colors 2016-05-05 16:14:27 -04:00
John Mitchell
5987d86a4b update general styling of first-time license page 2016-05-05 16:13:13 -04:00
Leigh Johnson
adb4703d45 remove license input field and add ng-class to default text 2016-05-05 16:10:49 -04:00
Leigh Johnson
dcd89aabfc update errors/invalid to use @default-err 2016-05-05 16:10:35 -04:00
John Mitchell
fd5edbc125 fixed grammar of dashboard project sync failure count 2016-05-05 16:09:57 -04:00
John Mitchell
ae394fb9b5 fixed global colors 2016-05-05 16:07:26 -04:00
Ken Hoes
bf7a259f0b Updated hardcoded colors to LESS variables 2016-05-05 16:03:43 -04:00
Matthew Jones
3c90ecba0b Fix up notifications active field removal 2016-05-05 15:27:57 -04:00
Matthew Jones
a64b0a735c Merge pull request #1820 from matburt/refactor_notification_endpoint_names
Refactor Notification's naming
2016-05-05 14:42:47 -04:00
Matthew Jones
0a89581868 Fix up flake8 errors 2016-05-05 14:23:41 -04:00
Chris Meyers
3ebddbdc58 flake8 fix 2016-05-05 14:16:03 -04:00
Matthew Jones
5895b3a343 Refactor Notification's naming
Notifier -> NotificationTemplate
notifier -> notification_template
2016-05-05 13:53:46 -04:00
Chris Meyers
f8729f8780 Merge pull request #1818 from chrismeyersfsu/fix-bundle2
fix ansible2.0 bundle deps bootstrap
2016-05-05 13:01:55 -04:00
Matthew Jones
675b596fb0 Perform json and yaml validation on Job Templates 2016-05-05 12:00:12 -04:00
Matthew Jones
e5bebf7b51 Change docker project default directory 2016-05-05 11:04:53 -04:00
Leigh Johnson
1f12a89b00 Merge branch 'devel' of github.com:ansible/ansible-tower into devel 2016-05-05 10:20:27 -04:00
John Mitchell
46d2e0510a fixed standard out ansi color codes 2016-05-05 10:17:49 -04:00
John Mitchell
577406c14b random color styling 2016-05-05 10:17:46 -04:00
Jared Tabor
fced58d920 Changing blue button hover color 2016-05-05 10:17:02 -04:00
Leigh Johnson
d4bee2cc82 fix breadcrumb colors, remove transition from menu 2016-05-05 10:17:01 -04:00
John Mitchell
c89e1b9ece fixed colors and padding of login modal 2016-05-05 10:17:01 -04:00
John Mitchell
a57faafced color fixing based on login modal 2016-05-05 10:17:01 -04:00
John Mitchell
dc3394258a fixed peoples careless errors 2016-05-05 10:17:01 -04:00
John Mitchell
db176d34ba fixed global colors 2016-05-05 10:17:01 -04:00
Ken Hoes
81fec1b7a2 Updated hardcoded colors to LESS variables 2016-05-05 10:17:01 -04:00
Leigh Johnson
6bbc6024e7 change hard-coded color hexes to LESS vars 2016-05-05 10:17:00 -04:00
Chris Meyers
5755fabcb5 Merge pull request #1815 from ansible/feature-pg_install
don't require database group
2016-05-05 09:51:54 -04:00
Alan Rominger
0d2e0b47eb Merge pull request #1808 from AlanCoding/1285_system_jobs_err
Raise PermissionDenied error for navigable API links
2016-05-05 08:19:32 -04:00
Alan Rominger
11796ade45 Merge pull request #1806 from AlanCoding/660_extra_vars_nondict
Raise error when runtime extra_vars are not dictionaries
2016-05-05 08:14:45 -04:00
AlanCoding
44d57bf4c3 update test to new error message 2016-05-04 19:45:23 -04:00
AlanCoding
87093ec8af reject runtime extra vars that are strings 2016-05-04 19:45:23 -04:00
Wayne Witzel III
102c6940cb Merge pull request #1814 from wwitzel3/issue-1772
No longer attempt to serialize old permission data.
2016-05-04 17:28:56 -04:00
Wayne Witzel III
082ca59812 Fixing missed test from period all the things update 2016-05-04 17:12:51 -04:00
AlanCoding
18f48875c7 change 404 errors to PermissionDenied for those with links 2016-05-04 16:14:21 -04:00
Chris Meyers
4a7ba2bfb2 Merge pull request #1803 from chrismeyersfsu/feature-pg_install
Feature pg install
2016-05-04 15:58:36 -04:00
Graham Mainwaring
31a48d5c31 Merge pull request #1569 from ghjm/ansible_26_venv
Use system Python interpreter rather than SCL Python for Ansible venv
2016-05-04 15:50:30 -04:00
Chris Meyers
517da47655 Merge pull request #1750 from chrismeyersfsu/fix-ansible_hang
fixes hanging chads, if chads were ansible
2016-05-04 15:43:59 -04:00
Wayne Witzel III
c4ffab8a3e Attempted fix of issue 1772 2016-05-04 15:31:37 -04:00
Matthew Jones
200ffaf7ca Fixes a small flake8 issue 2016-05-04 15:26:37 -04:00
Matthew Jones
6dad37d556 Add periods to various serializer validation errs 2016-05-04 14:52:24 -04:00
Matthew Jones
b8ed6c079e Strip newlines from eula at UI team's request 2016-05-04 14:42:10 -04:00
Matthew Jones
0e7767c6a6 Fix fact gathering module being absent
Somewhere recently we broke the ability to gather multiple modules in
one scan job pass.   This fixes that, it also further improves the scan
job performance.
2016-05-04 14:00:15 -04:00
Matthew Jones
e3f9b631e7 Clean up some notification task bugs 2016-05-04 13:52:41 -04:00
Matthew Jones
76ce77aaf7 Remove stray inventory source debug statement 2016-05-04 13:18:50 -04:00
Matthew Jones
39f922d2fe Fix up azure source identification logic
We now need to deal with two azure inventory scripts.  The logic here
was incorrect after the PR importing the new module.   This brings it
back in line with the old logic for selecting the class azure inventory script.
2016-05-04 13:17:19 -04:00
Chris Meyers
8b1c5d80dc install postgres for the customer 2016-05-04 12:11:21 -04:00
Bill Nottingham
81dee0b494 Merge pull request #1766 from wenottingham/yum-branch
Use yum's compare_providers() function instead of just pulling the latest alphabetically
2016-05-03 16:46:59 -04:00
Alan Rominger
7f9d3247dd Merge pull request #1797 from AlanCoding/ad_hoc_extra_vars_migration_bump
Migration bump
2016-05-03 16:46:55 -04:00
AlanCoding
2d230919f0 reorganizing migration numbering 2016-05-03 16:41:43 -04:00
Akita Noek
4c0f4363be Merge pull request #1794 from anoek/migration-fixes
Fixed JobTemplate migration when inventory is NULL
2016-05-03 16:25:49 -04:00