Wayne Witzel III
5cc0552b05
remove AWXDjangoStrategy in the future
2017-09-13 21:28:26 -04:00
Wayne Witzel III
f44adb98cb
update social auth strategy to have fixes from social-app-django
2017-09-13 21:16:10 -04:00
Steve Wills
769ee8ac54
Remove unnecessary int coercion
...
Signed-off-by: Steve Wills <steve@mouf.net >
2017-09-13 11:55:44 -04:00
Steve Wills
f0cf325831
Add whitespace around arithmetic operator
...
Signed-off-by: Steve Wills <steve@mouf.net >
2017-09-13 11:37:57 -04:00
Steve Wills
b8651bfd72
Make get_system_task_capacity portable
...
Signed-off-by: Steve Wills <steve@mouf.net >
2017-09-13 11:15:09 -04:00
gconsidine
054710e1a2
Move install.template.ejs to be built for prod only
2017-09-11 16:12:09 -04:00
Matthew Jones
b39db745d4
Integrate a migration-detector middleware
...
This attempts to detect if there are migrations in-progress and will
force display an interstitial page in the process that attempts to
load the index page every 10s until it succeeds.
This is only attached in production settings so the development
environment can proceed even if the migrations haven't been applied yet
2017-09-11 11:09:45 -04:00
gconsidine
7296bfd5ee
Remove generated index.html file
2017-09-11 10:19:54 -04:00
Matthew Jones
25612f8809
Merge pull request #71 from marshmalien/fix/27-side-nav-height
...
Fix height of side navigation panel
2017-09-11 06:30:29 -07:00
Matthew Jones
22359b427f
Merge pull request #38 from MikeMcMahon/devel
...
Reduces the job to only looking at objects older than the cutoff date
2017-09-10 19:20:44 -07:00
Mike McMahon
0cd34c1498
jobs take count of gte cutoff, process only lt cutoff
...
Signed-off-by: Mike McMahon <mike.mcmahon@wavefront.com >
2017-09-08 18:46:52 -07:00
Mike McMahon
399e0e5e24
switching to iterator and adding the missed Job cleanup
...
Signed-off-by: Mike McMahon <mike.mcmahon@wavefront.com >
2017-09-08 18:37:59 -07:00
Matthew Jones
2fb9b6cf25
Merge pull request #14 from AlanCoding/rel_obj_conservation
...
Pass existing object references within access methods
2017-09-08 15:22:40 -07:00
Matthew Jones
c6ae6b84d5
Merge pull request #13 from AlanCoding/exceptions
...
use exceptions for job cancel and failure
2017-09-08 15:19:41 -07:00
Greg Considine
ccbf7af7f2
Merge pull request #49 from gconsidine/ui/clean-build
...
Update UI build system
2017-09-08 15:49:02 -04:00
gconsidine
fba8a48d91
Update dependencies, template file, and docs
...
* Use git+https prefix in git-based npm dependencies
* Use ejs template for index to fix extraneous slash in path
* Remove outdated documentation
* Remove unused service
* Regenerate shrinkwrap
2017-09-08 15:17:01 -04:00
Marliana Lara
1a9379b41d
Fix the height style of the side navigation panel
2017-09-08 12:38:05 -04:00
Patrick Uiterwijk
3816791aa4
Use distutils find_executable instead of which
...
Fixes : #44
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2017-09-08 01:49:50 +00:00
gconsidine
c57c17546e
Update UI build system
...
* Faster build times
* Smaller bundle sizes
* Adjust paths
* Cleanup npm dependencies
* Remove unneded Grunt tasks
2017-09-07 18:09:14 -04:00
Mike McMahon
023431165a
fixing missing colon and missing variable usage
...
Signed-off-by: Mike McMahon <mike.mcmahon@wavefront.com >
2017-09-07 14:03:18 -07:00
Patrick Uiterwijk
830012e2f4
Fix using SAML NameID
...
Without this patch, SAML backend will only use the first letter of the NameID as attribute value.
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org >
2017-09-07 20:54:27 +00:00
Mike McMahon
0388568ea0
Reduces the job to only looking at objects older than the cutoff date
...
Signed-off-by: Mike McMahon <mike.mcmahon@wavefront.com >
2017-09-07 13:41:43 -07:00
Aaron Tan
42bbd7d47a
Merge pull request #18 from jangsutsr/wrap_up_ctint_unit_tests
...
Wrap up Tower configuration unit tests
2017-09-07 09:49:14 -04:00
AlanCoding
41940687f1
Pass existing object references within access methods
...
This avoids re-loading objects from the database in our
chain of permission checking, wherever possible.
access.py is equiped to handle object references instead
of pk ints, and permissions.py is changed to pass those refs.
2017-09-06 16:34:00 -07:00
Ryan Petrello
44702c5cfd
fix broken shippable test suite
2017-09-06 16:12:43 -07:00
jlmitch5
37c2d01260
Merge pull request #16 from jlmitch5/newNav
...
new navigation in UI
2017-09-06 17:54:21 -04:00
John Mitchell
ea91fabba0
implement componenitized navigation and remove old nav and layout code
2017-09-06 17:32:32 -04:00
Jared Tabor
a8d882dcc5
Merge pull request #22 from jaredevantabor/spud-logo-placement
...
adjusting placement of spud on login screen
2017-09-06 14:08:28 -07:00
Jared Tabor
35b44af030
adjusting placement of spud on login screen
2017-09-06 13:37:41 -07:00
Shane McDonald
df8ab0d9a9
Pull Dutch and Spanish translations
2017-09-06 14:46:06 -04:00
Michael Abashian
a93cdf8c86
Merge pull request #389 from mabashian/7574-smart-inv-host-list
...
Hide delete, edit buttons on smart inventory host list
2017-09-06 14:25:41 -04:00
Marliana Lara
9329092c32
Increase verbosity of CTiT Logging test error handling
2017-09-06 12:51:52 -04:00
Marliana Lara
ce6aea7437
Merge pull request #391 from marshmalien/fix/7577-undefined-required-label
...
Prevent TypeError when removing asterisk DOM element
2017-09-05 16:59:33 -04:00
jlmitch5
986f2c0941
Merge pull request #390 from jlmitch5/fixCtitLoggingToggle
...
Fix ctit logging toggle
2017-09-05 16:59:13 -04:00
John Mitchell
1238c788e1
fix to console error of conditional toggle showing
2017-09-05 16:56:00 -04:00
Aaron Tan
64b6b18a81
Wrap up Tower configuration unit tests
2017-09-05 15:16:51 -04:00
Marliana Lara
03932c7bdb
Fix error message when calling remove on undefined DOM element
2017-09-05 15:10:33 -04:00
Ryan Fitzpatrick
8a4d915c8d
Merge pull request #378 from rmfitzpatrick/at6392_correct_deb_package_scan
...
Correct deb package scan typo
2017-09-05 13:17:20 -04:00
John Mitchell
86a6e5ee63
fix ctit logging toggle from being showed for log types other than https
2017-09-05 12:29:07 -04:00
Alan Rominger
757a91a7d2
Merge pull request #385 from AlanCoding/smart_validation
...
fuller validation for host_filter
2017-09-05 10:39:33 -04:00
mabashian
a09bd5a90d
Remove delete and edit buttons from smart inventory host list. Only option should be view.
2017-09-01 16:32:38 -04:00
Aaron Tan
c70362cb57
Merge pull request #381 from jangsutsr/7515_enhance_ad_hoc_cmd_evt_save_query_for_fetching_hosts
...
Enhance query str in AHC event save to consider smart inventory
2017-09-01 16:01:43 -04:00
Jared Tabor
e053e5a84e
Merge pull request #383 from jaredevantabor/403-on-JT2
...
Show credentials on JT form, despite not having permission to the creds
2017-09-01 11:21:43 -07:00
Jared Tabor
2857bfd8a0
feedback from PR
2017-09-01 11:03:03 -07:00
Marliana Lara
4877dc4612
Merge pull request #380 from marshmalien/fix/7562-add-permissions-key-button
...
Align key toggle button to role dropdown in user team permissions modal
2017-09-01 13:20:17 -04:00
Michael Abashian
10a0c0164b
Merge pull request #386 from mabashian/7566-clearall-host-filter
...
Fixed host filter clear all
2017-09-01 11:32:48 -04:00
Michael Abashian
a9f4b4883a
Merge pull request #370 from mabashian/7542-cancel-sync-tooltip
...
Reload the project list when we get a canceled socket message
2017-09-01 11:32:33 -04:00
Michael Abashian
f314367bc8
Merge pull request #368 from mabashian/7549-auto-pop
...
Removed prepend-asterisk in favor of an injected span
2017-09-01 11:30:18 -04:00
Aaron Tan
c866b9d768
Enhance query string in ad hoc command event save to consider smart inventory
2017-09-01 10:15:29 -04:00
Aaron Tan
6f96df6bbb
Merge pull request #379 from jangsutsr/7514_enhance_job_event_save_query_for_fetching_hosts
...
Enhace query string in job event save to consider smart inventory
2017-09-01 09:53:14 -04:00