Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move Brocfile to packaging | Joe Fiorini | 2015-02-06 | 1 | -0/+1 | |
| | ||||||
* | Use broccoli to build app | Joe Fiorini | 2015-02-06 | 1 | -0/+5 | |
| | ||||||
* | Write final output to awx/ui/static/dist | Joe Fiorini | 2015-02-06 | 1 | -0/+1 | |
| | ||||||
* | Setup testing for ci and development | Joe Fiorini | 2015-01-30 | 1 | -0/+1 | |
| | ||||||
* | Fix incorrectly-cased file in gitignore | Joe Fiorini | 2015-01-30 | 1 | -1/+1 | |
| | ||||||
* | Remove tools from .gitignore | James Laska | 2014-11-25 | 1 | -1/+0 | |
| | | | | | Not sure why this was here. It had to be ignored when commiting changes to various files under tools. | |||||
* | Bind setup playbook with specific tower version | James Laska | 2014-11-18 | 1 | -0/+1 | |
| | | | | Trello: https://trello.com/c/cdcMpglV | |||||
* | JobSubmission cleanup | Jared Tabor | 2014-11-13 | 1 | -0/+1 | |
| | | | | added some cleanup to old code in JobSubmission | |||||
* | Moving postgres conf to its own file in conf.d | Luke Sneeringer | 2014-10-31 | 1 | -0/+1 | |
| | ||||||
* | Shift to local inventory file. | Luke Sneeringer | 2014-10-30 | 1 | -0/+1 | |
| | ||||||
* | Setup wizard adjustments. | Luke Sneeringer | 2014-10-20 | 1 | -0/+4 | |
| | ||||||
* | Tower JS Doc Site | Chris Houseknecht | 2014-08-28 | 1 | -1/+0 | |
| | | | | Fixed angular-animate so that it is now installed via Bower. | |||||
* | added angular-animate.js to gitignore | Jared Tabor | 2014-08-27 | 1 | -0/+1 | |
| | ||||||
* | fixed .gitignore to include correct library | Jared Tabor | 2014-08-27 | 1 | -1/+1 | |
| | ||||||
* | adding doc site files to .gitignore | Jared Tabor | 2014-08-27 | 1 | -0/+1 | |
| | ||||||
* | Migrating logs to /var/log/tower/. | Luke Sneeringer | 2014-08-25 | 1 | -0/+1 | |
| | ||||||
* | local_config.js | Chris Houseknecht | 2014-07-25 | 1 | -0/+1 | |
| | | | | Look for local_config.js. If not found, load config.js. Set debug_mode to true and make other config changes locally without affecting production builds. | |||||
* | Group things in .gitignore | Luke Sneeringer | 2014-07-15 | 1 | -12/+29 | |
| | ||||||
* | Move grunt/js packaging files under packaging/grunt/ | James Laska | 2014-07-08 | 1 | -1/+3 | |
| | ||||||
* | Add Tower bootstrap CSS to repo | Chris Houseknecht | 2014-06-20 | 1 | -1/+0 | |
| | | | | Not having this in the repo forces folks to go through the build process in their dev environments, which is proving to be a headache. | |||||
* | 2.0 styling | Chris Houseknecht | 2014-06-18 | 1 | -0/+1 | |
| | | | | Started applying new styles starting with removal of tabs. Brought in new breadcrumb format and blended with inventory edit group breadcrumbs. Rather than attempting to override bootstrap styles after the fact, copied boostrap less file and started modifying those to create ansible-boostrap.css, as described in the boostrap documentation. | |||||
* | Vagrant Local Development | Luke Sneeringer | 2014-06-12 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | This commit adds playbooks and files necessary to do local development from within Vagrant. These playbooks start with a fresh Ubuntu 12.04 machine and: - Install Ansible - Install the Tower nightly - Install all components to exactly mirror production, except Apache - Install uwsgi and nginx for local development (since Apache lacks a working auto-reload) This isn't entirely perfect -- in particular, developing on task code is probably challenging until I figure out how to get celery not to read from the install, but it is a very easy way to get 90% of the way there very, very quickly. | |||||
* | Add items to .gitignore. | Luke Sneeringer | 2014-06-10 | 1 | -0/+3 | |
| | | | | | | | | This commit adds three files to .gitignore, to support local development using Vagrant VMs. Regarding `awx/main/fixtures`: This is to allow for a dev's primary user to be in a fixture, so it's easily loaded. | |||||
* | AC-1242 project dashboard links. | chouseknecht | 2014-05-13 | 1 | -0/+1 | |
| | ||||||
* | LogViewer wired into home/hosts page. | Chris Houseknecht | 2014-04-05 | 1 | -0/+2 | |
| | ||||||
* | AC-1118 added job_explanation to log viewer. Also, fixed issue where once ↵ | Chris Houseknecht | 2014-04-02 | 1 | -0/+1 | |
| | | | | 'standard out' or 'traceback' tabs were hidden, they would never reappear. | |||||
* | AC-1108 Downgrade django-jenkins to get unit tests passing. Fix activity ↵ | Chris Church | 2014-04-01 | 1 | -1/+1 | |
| | | | | stream tests to not assume PK is always 1. | |||||
* | Create package.json during build target | James Laska | 2014-02-26 | 1 | -0/+1 | |
| | | | | | | Rather than hard-code the name and version in package.json, generate the file during the build process. The strings %NAME% and %VERSION% will be replaced with appropriate values during a new build target 'package.json'. | |||||
* | Fixed twiter js package. Now repo includes dist subdir. | Chris Houseknecht | 2014-02-17 | 1 | -1/+1 | |
| | ||||||
* | AC-1006 upgraded all js libraries to latest release. Fixed obvious broken ↵ | Chris Houseknecht | 2014-02-12 | 1 | -1/+1 | |
| | | | | things. Installed bower to make package installation/upgrade easier. Added less to Grunt build. | |||||
* | Finixhed applying jsHint linting to js files. Created initial Gruntfile.js ↵ | vagrant | 2014-02-11 | 1 | -0/+1 | |
| | | | | build script and package.json script for keeping track of required node modules. | |||||
* | Make sure we ignore job_status files via gitignore | Matthew Jones | 2013-11-25 | 1 | -0/+1 | |
| | ||||||
* | add emacs backup files to gitignore | Matthew Jones | 2013-11-18 | 1 | -0/+1 | |
| | ||||||
* | Update astroid package to get Jenkins to pass unit tests. | Chris Church | 2013-09-30 | 1 | -0/+1 | |
| | ||||||
* | Finished security around user->permissions and team->permissions. Found bugs ↵ | chouseknecht | 2013-09-12 | 1 | -0/+1 | |
| | | | | | | | in permission controller that appeared as though some development had not been finished. User was denied access to edit/view when clicking button but not when entering URL directly in browser. Now non-privileged user can view permssions for Users and Teams to which access is granted. Add and Delete buttons are now hidden where access is disallowed and navigating directly to add page throws an error when Save button clicked. Fixed issue where new CSS for adding asterisk to required fields caused login dialog fields to display multiple asterisks. Modified form generator to show help icon to the left of * on required fields. | |||||
* | Removed awx.min.css from respository. Use 'make minify' to compile and ↵ | chouseknecht | 2013-08-08 | 1 | -0/+1 | |
| | | | | compress the .less files and create awx.min.css. | |||||
* | Adding awx-min.js to .gitignore. | chouseknecht | 2013-07-16 | 1 | -1/+1 | |
| | ||||||
* | Adding awx-min.js to .gitignore | chouseknecht | 2013-07-16 | 1 | -0/+1 | |
| | ||||||
* | Add mac .DS_Store files to .gitignore | Michael DeHaan | 2013-06-28 | 1 | -0/+1 | |
| | ||||||
* | More work on debian packaging | James Cammarata | 2013-06-24 | 1 | -0/+1 | |
| | ||||||
* | Rename ansibleworks to awx. | Chris Church | 2013-06-23 | 1 | -5/+5 | |
| | ||||||
* | Updated to be compatible with Django 1.4.5, added tox settings for automated ↵ | Chris Church | 2013-06-22 | 1 | -1/+1 | |
| | | | | testing with Python 2.6/2.7 and Django 1.4/1.5. | |||||
* | Adding ability to run "make rpm" | James Cammarata | 2013-06-16 | 1 | -0/+1 | |
| | ||||||
* | Playbook updates after some testing. | Chris Church | 2013-05-23 | 1 | -1/+1 | |
| | ||||||
* | Added new set of playbooks for deploying to a single-server configuration, ↵ | Chris Church | 2013-05-23 | 1 | -0/+1 | |
| | | | | including Vagrant configuration for testing. | |||||
* | Updates to setup/requirements, add Makefile target for running tests with ↵ | Chris Church | 2013-05-22 | 1 | -1/+7 | |
| | | | | coverage. | |||||
* | Major rename of package from lib to ansibleworks. | Chris Church | 2013-05-22 | 1 | -5/+7 | |
| | ||||||
* | Removed local_settings*.tmp files added by @chouseknecht, updated .gitignore ↵ | Chris Church | 2013-05-10 | 1 | -1/+1 | |
| | | | | to prevent them from getting added again. | |||||
* | Changed how Project local_path is configured, added option to specify ↵ | Chris Church | 2013-04-19 | 1 | -0/+3 | |
| | | | | playbook on JobTemplate and Job, updated admin and tests. | |||||
* | Add organizations resource file, update TODO & gitignore | Michael DeHaan | 2013-03-13 | 1 | -1/+2 | |
| |