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

3813 Commits

Author SHA1 Message Date
Matthew Jones
bb3732b2c1 Cleaning up some flake8 errors, pyflakes in this case 2015-02-10 17:00:23 -05:00
Joe Fiorini
20a8e98326 Include the correct version of jquery ui and remove wrong one 2015-02-10 16:53:38 -05:00
Chris Church
bfff155d61 Fix dashboard inventory graph to only count unique hostnames and reflect when licensed hosts count drops; API response is slower than before. Fixes https://trello.com/c/Kfw7QlRE 2015-02-10 16:17:53 -05:00
Matthew Jones
60ade410c1 Add tmux CC make target for using with the development service (make
servercc instead of make server)
2015-02-10 12:35:21 -05:00
Matthew Jones
f51e248c8b Fix a Project query rbac performance issue 2015-02-10 12:35:21 -05:00
John Mitchell
d01ae1af6a full commit of fixes to the survey by jared 2015-02-10 10:47:31 -05:00
jlmitch5
4a7b16ca05 Merge pull request #67 from ansible/mng_jobs_range_check
Range checking for management jobs day input
2015-02-10 10:31:37 -05:00
Joe Fiorini
07ef5a1f86 Merge pull request #69 from joefiorini/dialog-forms
Dialog forms
2015-02-10 10:28:50 -05:00
Joe Fiorini
999c72ca91 Set disable status on dialog button for Groups 2015-02-10 09:27:57 -05:00
Joe Fiorini
dda0f0a078 Allow CreateDialog helper to set disabled status on save button 2015-02-10 09:27:57 -05:00
Joe Fiorini
ac9fd1dc3d Cleanup 2015-02-10 09:27:56 -05:00
Joe Fiorini
1689f18238 Also add package.json to .PHONY 2015-02-09 15:44:04 -05:00
Joe Fiorini
b2caa587b6 Adding node_modules to .PHONY target
This is a temporary fix until we figure out if we can make
packaging/grunt/package.template a dependency of package.json.
2015-02-09 15:44:04 -05:00
Joe Fiorini
217b237978 Improve output of watcher in tmux 2015-02-09 15:44:03 -05:00
Joe Fiorini
e3f3b4e78c Use custom watcher script for less CPU pegging 2015-02-09 15:44:03 -05:00
John Mitchell
d9a33fad94 adding the npm log to our gitignore 2015-02-09 15:34:25 -05:00
Matthew Jones
da5f518a65 Remove some unnecessary print statements 2015-02-09 14:24:36 -05:00
Matthew Jones
e9e4c6856d Implement job template job history statuses, configurable 2015-02-09 14:19:18 -05:00
Joe Fiorini
aff32faf8b Update Dockerfile to get node from ppa 2015-02-09 12:02:52 -05:00
Joe Fiorini
fde020e178 Add target for running ui sync watcher 2015-02-09 11:20:48 -05:00
Joe Fiorini
f72cfd38df Explicitly declare dependencies in tests 2015-02-09 10:28:01 -05:00
Joe Fiorini
c35826c696 Fix misnamed dependency 2015-02-09 10:27:46 -05:00
Joe Fiorini
43d6124153 Add target for ci to minify with tests 2015-02-09 09:45:23 -05:00
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