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

3840 Commits

Author SHA1 Message Date
Joe Fiorini
8c3ea4f8da Merge pull request #66 from joefiorini/broccoli-build
Improved build workflow for UI client
2015-02-09 09:18:07 -05:00
John Mitchell
a9e4413a82 Range checking for management jobs day input 2015-02-06 18:08:17 -05:00
Joe Fiorini
6dbfba7f69 jshint fixes 2015-02-06 18:04:10 -05:00
Joe Fiorini
4134857794 Point Makefile to local broccoli-cli install for jenkins 2015-02-06 16:52:41 -05:00
Matthew Jones
753b5f41b4 Fix up flake8 for serializers 2015-02-06 14:14:47 -05:00
Matthew Jones
10389e09e8 Fix up flake8 warnings for views 2015-02-06 14:14:47 -05:00
Joe Fiorini
1854f74e0d Update static file in manifest 2015-02-06 12:49:04 -05:00
Joe Fiorini
54b5a89748 Move Brocfile to packaging 2015-02-06 12:49:04 -05:00
Joe Fiorini
81c940e36b Use broccoli for ui make tasks 2015-02-06 12:49:04 -05:00
Joe Fiorini
13998e2898 Use broccoli to build tests 2015-02-06 12:49:04 -05:00
Joe Fiorini
a9e0de98d7 Use broccoli to build app 2015-02-06 12:49:04 -05:00
Joe Fiorini
2eb16eb04e Clean up broccoli build 2015-02-06 12:47:39 -05:00
Joe Fiorini
30a3de4198 Compile less with broccoli as well 2015-02-06 12:47:39 -05:00
Joe Fiorini
42f6f4fbb6 Fix concat order to make things work 2015-02-06 12:47:39 -05:00
Joe Fiorini
c81681cc1a Write final output to awx/ui/static/dist 2015-02-06 12:47:39 -05:00
Joe Fiorini
f4350f4a28 Kill strict mode in favor of doing it once 2015-02-06 12:47:39 -05:00
Joe Fiorini
a70d6b80aa Initial setup of broccoli build 2015-02-06 12:47:39 -05:00
jlmitch5
9a4ab0436a Merge pull request #65 from ansible/extra_vars
send the yaml extra vars in raw form to the backend
2015-02-06 10:43:10 -05:00
jlmitch5
53b2105555 Fixing log message 2015-02-06 10:28:09 -05:00
Joe Fiorini
8d1898e4ae Fix failing tests 2015-02-06 10:21:25 -05:00
James Laska
6a2fa3c6ce [pylint] Additional paths to ignore 2015-02-06 09:47:41 -05:00
James Laska
c841f08e5f Update requirements/jenkins.txt
Also, install (not upgrade), jenkins requirements in the Makefile
target.
2015-02-06 09:47:41 -05:00
Joe Fiorini
2f9dc2b4ef Merge pull request #63 from ansible/fix-dashboard-errors
Do not try to render home template on login/logout
2015-02-06 09:26:47 -05:00
John Mitchell
40106cdc34 send the yaml extra vars in raw form to the backend 2015-02-05 23:47:21 -05:00
Joe Fiorini
9bab35937c Fix cleanup of host-count-graph 2015-02-05 13:30:30 -05:00
Joe Fiorini
f512cdf79d Add missing partial 2015-02-05 12:58:45 -05:00
Matthew Jones
888ae53027 Fix up flake8 runtime configuration, do a bit of flake8 work as it
relates to pyflakes)
2015-02-05 10:40:47 -05:00
Joe Fiorini
109c9d8832 Do not try to render home template on login/logout 2015-02-04 17:11:27 -05:00
Jared Tabor
6a77c5dbab Added metric for cache timeout on project page
For cache timeout on the project form page, I've added the metric in seconds to the field label
2015-02-04 17:00:58 -05:00
John Mitchell
57acb5e21e Fixed teams list crashing when team has no organization 2015-02-04 16:53:04 -05:00
Matthew Jones
9e97783b13 Fixing up more pep8 issues 2015-02-04 16:32:14 -05:00
John Mitchell
fb9e231189 made checkboxes clickable with label 2015-02-04 16:22:21 -05:00
Jared Tabor
1e521e43c2 Auth timeout on survey edit
The UI would error out on the console
2015-02-04 16:16:16 -05:00
Joe Fiorini
16119114dc Fix jshint errors 2015-02-04 16:15:39 -05:00
John Mitchell
50f5e7bf09 fixing exclamation point in top right user menu 2015-02-04 16:15:00 -05:00
jlmitch5
639c0f839a Merge pull request #62 from ansible/js_error_org_user
fixed the null error for the org add user breadcrumbs
2015-02-04 15:35:54 -05:00
John Mitchell
0dca82befd fixed the null error for the org add user breadcrumbs 2015-02-04 15:31:30 -05:00
Matthew Jones
1d76c1cd06 More pep8 goodness 2015-02-04 14:44:38 -05:00
jlmitch5
fbf0ebf4d9 Merge pull request #55 from ansible/popover_disable
Fixed popOver bug
2015-02-04 14:44:04 -05:00
Joe Fiorini
6e0399379d Cleanup the hack 2015-02-04 14:33:10 -05:00
John Mitchell
cef0d0bb00 removed bottom right pop-over directions. 2015-02-04 14:30:32 -05:00
Jared Tabor
7788d45088 Removing the Launch and Sync button
removing the launch button from the JT form page and the sync project from the project page
2015-02-04 14:28:31 -05:00
Matthew Jones
9b0fe1b015 Ignore E265 in pep8, it's super noisy 2015-02-04 11:47:17 -05:00
Jared Tabor
5116e41433 adding comments to survey code
helps with refactoring
2015-02-04 11:34:55 -05:00
Matthew Jones
ffec2a19ae Some slight improvements in ansible version detection in tower where
that's used
2015-02-04 10:55:45 -05:00
Joe Fiorini
487f652abe Use correct module declaration files in index template 2015-02-04 09:41:29 -05:00
Joe Fiorini
ed15bdeb63 Fix build order with new module files
The two renamed files represent files that merely define angular
modules. Unfortunately, in minification mode, they were getting
processed out of order with files that depend on them. Since we don't
have any sort of native module or dependency resolution (YET), I'm
hacking it to make sure they come first asciibetically.
2015-02-03 16:51:18 -05:00
Chris Meyers
d534674568 Merge pull request #61 from chrismeyersfsu/fix-settings_proot
disable proot on test that is failing
2015-02-03 15:32:37 -05:00
Chris Meyers
3f7e73a758 disable proot on test that is failing 2015-02-03 15:24:20 -05:00
Jared Tabor
2a5f904283 Adding extra dependency reference for awToolTip
the awToolTip directive has a dependency on the $sce (context escaping) service, and I had incorrectly defined this reference in an earlier commit.
2015-02-03 14:35:39 -05:00