Commit Graph

11133 Commits

Author SHA1 Message Date
Matthew Jones
8e8324983b Merge branch 'license_module_switch' into devel
* license_module_switch:
  Hide eula if stub license is used
  Fix up some issues on feature validation for licenses
  Remove any references to internal licensing utilities
  Switch out existing obfuscated license with external module
2017-07-13 11:08:47 -04:00
Matthew Jones
d5346ec6d0 Hide eula if stub license is used 2017-07-13 10:57:56 -04:00
Matthew Jones
c1ce79d0a5 Fix up some issues on feature validation for licenses
Also purging and fixing up some unit test behavior
2017-07-13 10:27:43 -04:00
Michael Abashian
bbf8f2081d Merge pull request #7023 from mabashian/host-list-empty-text
Changed empty host list message
2017-07-13 10:15:26 -04:00
Alan Rominger
7c3020eada Merge pull request #7048 from AlanCoding/fix-7022
Act. stream Race condition avoidance with additional adjustments
2017-07-13 09:57:10 -04:00
Ryan Petrello
0b67f2fd9a Merge pull request #7047 from ryanpetrello/debug-tasks
log task failures when DEBUG = True
2017-07-13 09:51:24 -04:00
AlanCoding
0a6329feff deleted related in activity stream tests/surfacing
This adds a test to replicate the scenario reported about
bugs in activity stream entry generation in cascade delete
chains. Also puts a new string in the entry that uses the
deleted objects's primary key.
2017-07-13 09:07:53 -04:00
Ryan Petrello
2d5c021b72 log task failures when DEBUG = True
this helps a lot for development - otherwise you have to go look an
explanaton in the database for these sorts of failures
2017-07-13 08:24:42 -04:00
Chris Meyers
2f7a720ba1 Merge pull request #7033 from chrismeyersfsu/fix-3801
use newest aws env var names for creds
2017-07-13 08:09:24 -04:00
Chris Meyers
4b9385a233 Merge pull request #7031 from chrismeyersfsu/fix-6342
disallow new survey spec with password default $encrypted$
2017-07-13 08:07:30 -04:00
Chris Meyers
352e83aa84 fix diff_mode migration error 2017-07-13 07:54:58 -04:00
Alan Rominger
506209baae Merge pull request #7037 from AlanCoding/6535_2
Mark inventory source creation views as added 3.2
2017-07-12 19:49:42 -04:00
Jared Tabor
9f605b2dba Merge pull request #7041 from gconsidine/ui/add-string-override-support
Ui/add string override support
2017-07-12 14:34:59 -07:00
gconsidine
9b22df228f Refactor to use get method to access strings vs direct 2017-07-12 17:00:26 -04:00
Ryan Petrello
80224b791d avoid a race condition in recording deletions in the activity stream
1. You delete something.
2. A signal is generated to record an activity stream deletion.
3. The process of deleting that activity stream deletion attempts to
   look up a related field which has been deleted (in the meantime) via
   a cascade.

see: #6721
see: #7022
2017-07-12 16:39:39 -04:00
Matthew Jones
96a9d048b8 Remove any references to internal licensing utilities 2017-07-12 16:20:35 -04:00
gconsidine
594c4d6ce2 Add support for configurably including strings
* Add json-loader to load JSON files via webpack
* Add a JSON file for string overrides
* Add a getter method to BaseString for an easier and more clearly
defined approach to accessing string values
2017-07-12 15:40:14 -04:00
Chris Meyers
6511d2968e use newest aws env var names for creds 2017-07-12 15:27:18 -04:00
AlanCoding
45d9b670fd mark inventory source creation views as added 3.2 2017-07-12 15:25:19 -04:00
Chris Meyers
d3e4be66dd disallow new survey spec with password default $encrypted$ 2017-07-12 15:21:55 -04:00
Marliana Lara
8e1e58c2db Add font-family fallbacks for revision sha 2017-07-12 15:13:47 -04:00
Christian Adams
e6c004babb Merge pull request #6951 from rooftopcellist/diff_help_text
Add help_text for diff mode
2017-07-12 14:57:00 -04:00
adamscmRH
b2193921ed consolidated migrations for diff help text 2017-07-12 14:12:08 -04:00
AlanCoding
5153daab17 Mark view error codes for translation 2017-07-12 14:03:30 -04:00
adamscmRH
ee9efef4d4 Added Migrations for diff help text 2017-07-12 14:00:50 -04:00
Alan Rominger
dc9a351485 Merge pull request #6948 from AlanCoding/6653
Inventory sources update status code tweaks
2017-07-12 13:58:18 -04:00
Marliana Lara
7c68700df9 Merge pull request #7018 from marshmalien/fix/styleCalendarWidget
Fix calendar widget styling issues
2017-07-12 13:46:25 -04:00
AlanCoding
fb2a4dd20b Inventory sources update status code tweaks
* If all can be updated - 200
* If only some could be updated - 202
* If none could be updated - 400
2017-07-12 13:35:21 -04:00
Aaron Tan
c6ed70dd9d Merge pull request #6928 from jangsutsr/6904_strengthen_attribute_check_for_tower_conf_validators
Strengthen attribute check for Tower configuration validations
2017-07-12 13:30:44 -04:00
Michael Abashian
6d9c8343be Changed empty host list message 2017-07-12 13:26:45 -04:00
Alan Rominger
fbaba9058c Merge pull request #7021 from AlanCoding/alan_source_project_fix
Fix bug just introduced by source_project validation
2017-07-12 13:09:42 -04:00
Jake McDermott
93fddac127 fix job details linking to smart inventories (#7013) 2017-07-12 13:08:11 -04:00
Chris Meyers
77e25b236d Merge pull request #7019 from chrismeyersfsu/fix-6960
require that insights projects have insights cred
2017-07-12 13:05:05 -04:00
AlanCoding
6f84cb8784 fix bug just introduced by source_project validation 2017-07-12 13:00:29 -04:00
Chris Meyers
376170124e require that insights projects have insights cred 2017-07-12 12:52:26 -04:00
AlanCoding
2c81a2489e prohibit direct creation of manual inventory sources 2017-07-12 12:29:56 -04:00
Alan Rominger
0c3eac6aa0 Merge pull request #6922 from AlanCoding/dir_crawling
Detailed tweaking of inventory and playbook listings
2017-07-12 12:10:55 -04:00
Marliana Lara
deeec8c3d8 Merge pull request #6976 from marshmalien/feat/diffMode
Add --Diff Mode support to JT and Ad Hoc Command forms
2017-07-12 12:10:38 -04:00
Aaron Tan
3fe12e77b7 Merge pull request #6837 from jangsutsr/6107_ldap_setting_field_validator_updates
LDAP setting fields validation updates.
2017-07-12 12:09:48 -04:00
Alan Rominger
4afb65f447 Merge pull request #6909 from AlanCoding/no_manual_source_proj
Disallow manual projects for SCM inventory
2017-07-12 12:08:19 -04:00
Chris Meyers
25632c03a4 Merge pull request #6994 from chrismeyersfsu/fix-6562
make insights playbook fetching an Ansible module
2017-07-12 12:07:29 -04:00
Marliana Lara
1ede009623 Fix calendar widget styling issues 2017-07-12 12:02:05 -04:00
Michael Abashian
ef8c03a9c8 Merge pull request #7011 from mabashian/7004-workflow-inv-sync
Display inventory source name rather than group name in workflow editor
2017-07-12 11:45:20 -04:00
Marliana Lara
be6c6d3fe0 Merge pull request #6980 from marshmalien/fix/insightsProjectEmptyRevisionString
Hide copy icon when revision string is empty
2017-07-12 11:07:51 -04:00
Michael Abashian
4ff05ddd10 Display inventory source name rather than group name in workflow editor 2017-07-12 10:30:58 -04:00
Marliana Lara
87101d18d2 Merge pull request #6999 from marshmalien/fix/styleLongCredentialNames
Fix styling issues caused by long credential names
2017-07-12 10:14:46 -04:00
Michael Abashian
1a46b5d2b7 Merge pull request #6983 from mabashian/6967-prompt-credential-password
Fixed ask password on launch bug
2017-07-12 09:57:54 -04:00
Marliana Lara
7be38e2fe1 Add wordwrap to vault credential job launch preview 2017-07-12 09:54:26 -04:00
Marliana Lara
b48320f6c2 Fix long credential name styles 2017-07-12 09:46:24 -04:00
Marliana Lara
65bacf7f09 Initialize directive when job.scm_revision has a value 2017-07-12 09:36:59 -04:00