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
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
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
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
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
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
gconsidine
b7d4f0b5ff
Fix lint error after rebasing
2017-09-19 15:26:38 -04:00
Julen Landa Alustiza
9c2cf6b7ca
Move license checking logic to /api/v2/config
...
Use license_info.features.ldap & license_info.feature.enterprise_auth from /api/v2/config for
auth providers button enabling instead of using info from /api/v2/settings/all
Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info >
2017-09-19 21:24:07 +02:00
gconsidine
0b50794614
Update out of date karma and test dependencies
2017-09-19 14:53:23 -04:00
gconsidine
fad12e3a13
Update e2e tests after rebasing
2017-09-19 14:53:23 -04:00
gconsidine
777ef3fe90
Add more linter rules and de-lint
2017-09-19 14:53:23 -04:00
gconsidine
cec9507504
Use eslint on ui/lib and ui/features code
2017-09-19 14:53:23 -04:00
Marliana Lara
9b7eb52772
Replace translate filter and retrieve tooltip text from strings file
2017-09-19 10:27:23 -04:00
Jared Tabor
3b83d6639a
initializing i18nInit module
2017-09-18 16:29:49 -07:00
Marliana Lara
5c108bfa1b
Add side nav panel tooltips
2017-09-18 13:53:21 -04:00
Matthew Jones
64415872a0
Merge branch 'release_3.2.0' into devel
2017-09-18 10:55:45 -04:00
jlmitch5
37487b2427
Merge pull request #412 from jlmitch5/fixFormSaveEnterpriseDisabling
...
fix config forms from having save button disabled when no license is …
2017-09-18 09:37:30 -04:00
Jared Tabor
4bbd486389
removing code that puts the UI in an infinite loop
2017-09-16 09:12:32 -07:00
Jared Tabor
f7312691e1
resubscribe to last group if readyState is 0, aka connection isn't open yet
2017-09-15 15:56:32 -07:00
Jake McDermott
2a9c97f96d
remove unused config
2017-09-15 17:22:23 -04:00
Jake McDermott
ab87f81ad8
add data generator preset
2017-09-15 17:22:03 -04:00
Jake McDermott
19f96b1f6f
add e2e tests
2017-09-15 17:21:55 -04:00
Jake McDermott
05b4b875e2
move unit tests
2017-09-15 17:21:43 -04:00
Michael Abashian
ca72722b39
Merge pull request #419 from mabashian/7647-i18n-search-key
...
Fixed search key styling with wider text
2017-09-15 15:03:44 -04:00
Michael Abashian
80e692656c
Merge pull request #406 from mabashian/7578-jt-admin-edit-v2
...
Fixed jt admin edit bug
2017-09-15 14:13:04 -04:00
Jared Tabor
6374be15fd
Merge pull request #418 from jaredevantabor/socket-fix
...
another potential socket fix
2017-09-15 10:58:43 -07:00
mabashian
9765623d03
Fixed search key styling with wider text
...
Signed-off-by: mabashian <mabashia@redhat.com >
2017-09-15 13:55:44 -04:00
Jared Tabor
325e7f3cce
checking socket.readyState before emitting socket message
2017-09-15 10:37:35 -07:00
mabashian
8b7639fd3a
Removed extra GET call for extra creds when user cannot edit JT
...
Signed-off-by: mabashian <mabashia@redhat.com >
2017-09-15 11:54:42 -04:00
Matthew Jones
4657f29df9
Merge pull request #103 from ragingpastry/add-mattermost-notification
...
Add mattermost notification
2017-09-15 06:42:37 -07:00
Nicholas O. Wilburn
68d240b77b
Add "Disable SSL Verification" button to mattermost notification
...
This commit will add a button which will disable SSL notifications
for the mattermost webhook. This is required when using self-signed
certificates.
2017-09-14 18:25:04 -07:00
Nicholas O. Wilburn
bdcd3f9dc2
Remove unnecessary fields from mattermost notification UI files
2017-09-14 18:24:57 -07:00
Nicholas O. Wilburn
e8e06f2b71
Revert unintended changes to ui/index.html
2017-09-14 18:24:51 -07:00
Nicholas O. Wilburn
684c637ac0
Remove package-lock.json
2017-09-14 18:24:47 -07:00
Jared Tabor
436df168f0
Merge pull request #415 from jaredevantabor/socket-fix
...
deleting socket on logout
2017-09-14 15:51:15 -07:00
Jared Tabor
7ccedfb1df
adding console.log for debug purposes in prod, will delete later
2017-09-14 15:50:35 -07:00
Jared Tabor
bd95197709
deleting socket on logout
2017-09-14 15:45:35 -07:00
gconsidine
dd62e8ce92
Replace use of string.includes due lack of browser support
2017-09-14 17:27:27 -04:00
gconsidine
eab3cb8efd
Add support for quoted without spaces and falsey input
2017-09-14 15:57:52 -04:00
gconsidine
57c9224b5c
Fix host filter parsing
2017-09-14 15:31:29 -04:00
John Mitchell
8c2b9905d1
fix config forms from having save button disabled when no license is given
2017-09-14 13:59:58 -04:00