Commit Graph

12297 Commits

Author SHA1 Message Date
gconsidine
4955dd9ab3 Add autocomplete attr to component form
Signed-off-by: gconsidine <greg@gregconsidine.com>
2017-10-02 17:06:07 -04:00
Marliana Lara
e19b4e0c8c Fix karma config and remove karma-ng-html2js-preprocessor 2017-10-02 15:10:36 -04:00
Marliana Lara
2f8155763b Add Side Nav Item unit tests
Signed-off-by: Marliana Lara <mlara@redhat.com>
2017-10-02 13:36:06 -04:00
Marliana Lara
5c5293783d Add Side Nav directive unit tests 2017-10-02 13:35:32 -04:00
Marliana Lara
7486503a16 Add Layout directive unit tests 2017-10-02 13:35:31 -04:00
Greg Considine
e7f4e79248 Merge pull request #339 from gconsidine/ui/fix/document-reference-on-start
Use $document instead of document for on fn
2017-10-02 13:34:27 -04:00
gconsidine
f49ed838c7 Use $document instead of document for on fn
Signed-off-by: gconsidine <greg@gregconsidine.com>
2017-10-02 12:53:56 -04:00
AlanCoding
681770e25a allow WFJT admins to cancel scheduled jobs 2017-10-02 10:25:49 -04:00
Matthew Jones
480e20136a Merge pull request #301 from romainrbr/devel
Changing the color option for hipchat to always be lowercase
2017-09-28 21:16:21 -04:00
Greg Considine
91bceefee7 Merge pull request #317 from gconsidine/ui/angular-manual-init-for-locale
Implement manual initialzation for Angular app
2017-09-28 19:31:58 -04:00
gconsidine
d9e360e575 Add check if navigator.languages exists to use 2017-09-28 14:46:56 -04:00
Romain Brucker
cdc6096515 fixing indent 2017-09-28 11:37:07 -05:00
Romain Brucker
31e559b6a1 Checking if color is not None before setting it to lowercase 2017-09-28 11:33:45 -05:00
Romain Brucker
1bb72cc680 Adding a check to see if the color is 'None' before lowercasing it for @matburt 2017-09-28 11:15:14 -05:00
gconsidine
297904462d Implement manual initialzation for Angular app
Manual initialization allows for some asynchronous work to
finish ahead of Angular's startup. The initial motivation is
to be able to guarantee translation files have been fetched
before rendering content that needs translation. If a locale
isn't supported or if the request to get a json file fails,
the i18n service falls back to en.

Signed-off-by: gconsidine <gconsidi@redhat.com>
2017-09-27 15:12:03 -04:00
Jake McDermott
f3a8d612f3 Merge pull request #257 from mabashian/auditor-read-only-e2e
Added e2e tests for auditor read-only forms
2017-09-26 23:44:09 -04:00
Jake McDermott
fddecfdd25 use launch_url to specify awx host for workers 2017-09-26 23:26:54 -04:00
Jake McDermott
09a6a326d1 use fixture data in read-only form test 2017-09-26 21:54:47 -04:00
Jake McDermott
069ca1c755 add utils for bootstrapping test fixtures 2017-09-26 21:54:29 -04:00
mabashian
5b29e51a24 Moved form element selectors out into props in the form definition. Added checkAllFieldsDisabled to createFormSection. 2017-09-26 14:30:45 -04:00
Romain Brucker
e67549e4a1 Changing the color option for hipchat to always be lowercase (expected by the API)
Signed-off-by: Romain Brucker <romain.brucker@amalto.com>
2017-09-26 11:32:05 -05:00
Greg Considine
45c516bf02 Merge pull request #291 from Zokormazo/fix-const
Use const instead of let on never reassigned var
2017-09-26 09:45:42 -04:00
Julen Landa Alustiza
50b4002280 Fix broken link on LDAP group type help text
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2017-09-25 23:43:41 +02:00
Julen Landa Alustiza
22887c47bc Use const instead of let on never reassigned var
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2017-09-25 22:59:35 +02:00
Marliana Lara
2677a17c8a Merge pull request #213 from marshmalien/mobile-menu
Add mobile menu
2017-09-25 14:24:41 -04:00
Marliana Lara
bb625264d4 Move DOM event listener to directive 2017-09-25 11:56:26 -04:00
mabashian
101c1d7229 removed test-credentials-read-only.js 2017-09-25 10:41:28 -04:00
Greg Considine
3c062b36df Merge pull request #244 from gconsidine/ui/fix-schedules
Fix how global dependencies are loaded in the UI
2017-09-22 16:36:00 -04:00
jlmitch5
851bccccee Merge pull request #256 from Zokormazo/fix-cutoff-days
Fix text visibility on cleanup facts modal
2017-09-22 14:36:14 -04:00
mabashian
75eace1b67 Added e2e tests for auditor read-only forms 2017-09-22 14:08:17 -04:00
jlmitch5
904cb4af34 Merge pull request #247 from Zokormazo/fix-chrome-survey-dnd
Set bigger dropping zone after last item on survey drag and drop list
2017-09-22 13:39:24 -04:00
Marliana Lara
8d9ef4445a Update webpack config to require webpack.test.js 2017-09-22 13:33:36 -04:00
Julen Landa Alustiza
913d65106a Fix text visibility on cleanup facts modal 2017-09-22 18:45:00 +02:00
Marliana Lara
851f01ddd2 Add mobile menu styles and click handlers
Signed-off-by: Marliana Lara <mlara@redhat.com>
2017-09-22 11:32:04 -04:00
gconsidine
34ca4e5623 Make asset hashes unique per file instead of per build 2017-09-22 10:51:39 -04:00
Aaron Tan
93341d6108 Revert "Add Tower Configuration setting AUTH_LDAP_GROUP_TYPE_MEMBER_ATTR" 2017-09-22 09:48:32 -04:00
Julen Landa Alustiza
003e0e7a91 Set bigger dropping zone after last item on survey drag and drop list
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
2017-09-21 23:16:10 +02:00
gconsidine
159fdfe7ad Fix how global dependencies are loaded in the UI
The UI has a handful of dependencies attached to window (angular,
jquery, lodash, etc). In the case of schedules, jquery was included
and extended as expected, but then clobbered by another module. This
prevented the Select2 dependency from working as expected.

Rather than relying on webpack to export particular dependencies as
global, that work is done in the vendor entry point now instead.
2017-09-21 15:52:19 -04:00
AlanCoding
f1219ea001 add back logic to recall script for hostvars 2017-09-20 15:31:13 -04:00
Wayne Witzel III
095a93d895 remove duplicated get_latest calls 2017-09-20 13:57:01 -04:00
Wayne Witzel III
0f4523fabf Fix up unit and functional tests 2017-09-20 13:22:41 -04:00
Wayne Witzel III
2889df8013 ensure project sync/inv updates are added to the dependencies 2017-09-20 13:15:02 -04:00
Wayne Witzel III
11b2bc33fe add scheduler module __init__ 2017-09-20 13:14:01 -04:00
Wayne Witzel III
1beaccb9c9 move TaskManager out of init 2017-09-20 13:13:10 -04:00
Greg Considine
7268dd473d Merge pull request #212 from gconsidine/ui/eslint-refactor
Ui/eslint refactor
2017-09-20 11:35:50 -04:00
Jake McDermott
d6a6087ff9 Merge pull request #216 from jakemcdermott/fix-e2e-navbar-select
fix e2e navbar select
2017-09-20 09:43:35 -04:00
Matvey Kruglov
4c7c1aa8b3 Fix typo in AWXDjangoStrategy constructor
Signed-off-by: Matvey Kruglov <kubuzzzz@gmail.com>
2017-09-20 11:47:18 +03:00
jlmitch5
e4fa0e8a39 Merge pull request #215 from Zokormazo/license-info-from-config
Move license checking logic to /api/v2/config
2017-09-19 16:39:50 -04:00
Jared Tabor
e23be23a83 Merge pull request #203 from jaredevantabor/i18n-initialization
initializing i18nInit module
2017-09-19 13:29:01 -07:00
Jake McDermott
1f083b57de fix e2e navbar select 2017-09-19 16:09:05 -04:00