Commit Graph

13 Commits

Author SHA1 Message Date
Leigh Johnson
ce61fe4a42 Refactor UI Build System (#3203)
* initial build trial, clean up awx/ui

* fix hardcoded refs to ng-toast, add jshint preloader

* remove browserify test

* update grunt-jshint -> jshint module loader, browser-sync, update dev targets to build-docker-machine & build-docker-cid, fix blocking tasks

* less autoprefixer

* sample build commands

* fix release build

* update README

* karma config stub

* webpack config for karma tests

* karma preview for shane

* fix build-docker-machine target

* karma+webpack test pipeline configuration, stub tests

* fix smart/job status icons classes

* fix jquery + jsyaml shims, fix LESS cascade

* fix angular-codemirror dependency, explicitly import style/mode dependencies

* shim jsonlint

* fix angular-scheduler AMD imports, remove jquuery-ui shim, fix release config

* use closed $.fn.datepicker for system-tracking

* remove packaging/node/

* remove old tests

* shrinkwrap fragile dependency sandcastle, update README, lint

* first pass at fixing rrule shim

* update makefile targets

* update gitignore w/ new flag file

* add saucelabs karma config

* add license controller test

* add examples of service and directive tests

* Makefile flubs

* consolidate clean-ui target, compulsively update flag file location

* dep on CJS/AMD/UMD compatible version of rrule lib, fix example tests/config for demo

* boilerplate karma config for saucelabs (should be abstracted to common config after proven to work)

* update docs

* docs feedback

* update Dockerfile with Node 6.x dep
2016-08-17 16:09:54 -04:00
Ken Hoes
bef82248f7 Updated to red favicon 2016-05-26 13:52:28 -04:00
Ken Hoes
0f77e77cf3 Reversing back to old favicon 2016-05-05 16:17:25 -04:00
Ken Hoes
4463a4827e Dashboard updates 2016-05-05 16:17:14 -04:00
Ken Hoes
792150f033 Updated logos and branding 2016-04-20 14:57:50 -04:00
Leigh Johnson
9ca560ab8c finish modular-izing about modal, delete scattered dependencies for old modal, resolves #1046 2016-03-02 17:07:24 -05:00
Matthew Jones
3b07773bcd Merge branch 'release_2.4.0' into devel
* release_2.4.0: (70 commits)
  Disallow changing a users password for social auth
  bump django-radius to include new license
  Change Jenkins server references from IP to DNS name
  Social auth and SSO updates:
  allow multi-org expired licenses to delete orgs
  Add social log messages to tower's log on error
  Update default scopes requested for github social auth.
  Switch to matburt's fork for python social auth
  Emit a warning for unmapped SAML paramters
  Fix up some SAML issues
  Remove `environment` play stmt
  Use correct aw_repo_url when building packer
  Add missing libxmlsec1 openssl dependency for ubuntu
  adds socket tests
  added git pre commit hook to run flake8
  fixes remove_instance error
  null pointer exception
  Resolve issue on precise keeping old debs around
  Attach handlers to django_auth_ldap
  Attach handlers to django_auth_ldap
  ...
2015-11-16 15:12:37 -05:00
John Mitchell
521177130c Update custom icons
This also required an update to the padding fixes of the currently logged in user menu item.  These aren't necessary anymore.
2015-11-12 18:00:20 -05:00
John Mitchell
e5d9d9f9cb add new fontcustom icons 2015-11-05 19:31:20 -05:00
John Mitchell
5b20e8767a fix logo on about modal 2015-10-28 17:37:12 -04:00
John Mitchell
e817693169 added pluggable auth icons 2015-09-25 14:59:28 -04:00
Joe Fiorini
14d332545c Treat about partial as a static asset
Now bundling all partials into `templates.js`. This didn't work so well
for the about partial because the cowsay <pre> tag got all messed up
when it was pre-cached in JavaScript. Moving this to assets to show that
it's not meant to be bundled, but downloaded as an ajax request instead.
2015-07-27 10:19:15 -04:00
Joe Fiorini
98a37a354a Move code to awx/ui/client 2015-07-27 10:19:14 -04:00