summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow all static files to be loaded from distJoe Fiorini2015-03-021-1/+1
|
* Refactor logging to work primarily with rotating files instead of syslogMatthew Jones2015-02-131-1/+1
|
* adding the npm log to our gitignoreJohn Mitchell2015-02-091-1/+1
|
* Move Brocfile to packagingJoe Fiorini2015-02-061-0/+1
|
* Use broccoli to build appJoe Fiorini2015-02-061-0/+5
|
* Write final output to awx/ui/static/distJoe Fiorini2015-02-061-0/+1
|
* Setup testing for ci and developmentJoe Fiorini2015-01-301-0/+1
|
* Fix incorrectly-cased file in gitignoreJoe Fiorini2015-01-301-1/+1
|
* Remove tools from .gitignoreJames Laska2014-11-251-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 versionJames Laska2014-11-181-0/+1
| | | | Trello: https://trello.com/c/cdcMpglV
* JobSubmission cleanupJared Tabor2014-11-131-0/+1
| | | | added some cleanup to old code in JobSubmission
* Moving postgres conf to its own file in conf.dLuke Sneeringer2014-10-311-0/+1
|
* Shift to local inventory file.Luke Sneeringer2014-10-301-0/+1
|
* Setup wizard adjustments.Luke Sneeringer2014-10-201-0/+4
|
* Tower JS Doc SiteChris Houseknecht2014-08-281-1/+0
| | | | Fixed angular-animate so that it is now installed via Bower.
* added angular-animate.js to gitignoreJared Tabor2014-08-271-0/+1
|
* fixed .gitignore to include correct libraryJared Tabor2014-08-271-1/+1
|
* adding doc site files to .gitignoreJared Tabor2014-08-271-0/+1
|
* Migrating logs to /var/log/tower/.Luke Sneeringer2014-08-251-0/+1
|
* local_config.jsChris Houseknecht2014-07-251-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 .gitignoreLuke Sneeringer2014-07-151-12/+29
|
* Move grunt/js packaging files under packaging/grunt/James Laska2014-07-081-1/+3
|
* Add Tower bootstrap CSS to repoChris Houseknecht2014-06-201-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 stylingChris Houseknecht2014-06-181-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 DevelopmentLuke Sneeringer2014-06-121-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 Sneeringer2014-06-101-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.chouseknecht2014-05-131-0/+1
|
* LogViewer wired into home/hosts page.Chris Houseknecht2014-04-051-0/+2
|
* AC-1118 added job_explanation to log viewer. Also, fixed issue where once ↵Chris Houseknecht2014-04-021-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 Church2014-04-011-1/+1
| | | | stream tests to not assume PK is always 1.
* Create package.json during build targetJames Laska2014-02-261-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 Houseknecht2014-02-171-1/+1
|
* AC-1006 upgraded all js libraries to latest release. Fixed obvious broken ↵Chris Houseknecht2014-02-121-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 ↵vagrant2014-02-111-0/+1
| | | | build script and package.json script for keeping track of required node modules.
* Make sure we ignore job_status files via gitignoreMatthew Jones2013-11-251-0/+1
|
* add emacs backup files to gitignoreMatthew Jones2013-11-181-0/+1
|
* Update astroid package to get Jenkins to pass unit tests.Chris Church2013-09-301-0/+1
|
* Finished security around user->permissions and team->permissions. Found bugs ↵chouseknecht2013-09-121-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 ↵chouseknecht2013-08-081-0/+1
| | | | compress the .less files and create awx.min.css.
* Adding awx-min.js to .gitignore.chouseknecht2013-07-161-1/+1
|
* Adding awx-min.js to .gitignorechouseknecht2013-07-161-0/+1
|
* Add mac .DS_Store files to .gitignoreMichael DeHaan2013-06-281-0/+1
|
* More work on debian packagingJames Cammarata2013-06-241-0/+1
|
* Rename ansibleworks to awx.Chris Church2013-06-231-5/+5
|
* Updated to be compatible with Django 1.4.5, added tox settings for automated ↵Chris Church2013-06-221-1/+1
| | | | testing with Python 2.6/2.7 and Django 1.4/1.5.
* Adding ability to run "make rpm"James Cammarata2013-06-161-0/+1
|
* Playbook updates after some testing.Chris Church2013-05-231-1/+1
|
* Added new set of playbooks for deploying to a single-server configuration, ↵Chris Church2013-05-231-0/+1
| | | | including Vagrant configuration for testing.
* Updates to setup/requirements, add Makefile target for running tests with ↵Chris Church2013-05-221-1/+7
| | | | coverage.
* Major rename of package from lib to ansibleworks.Chris Church2013-05-221-5/+7
|