Commit Graph

13247 Commits

Author SHA1 Message Date
Michael Abashian 4c12c6d651 Fixed GET labels pagination on job templates and workflows. Refactored a lot of up-front REST calls that were being done out in the controller and put them in the resolve block 2017-06-26 11:10:13 -04:00
Alan Rominger 7699e26336 Merge pull request #6722 from AlanCoding/atomic_inv_del
use atomic transaction to delete inventory in task
2017-06-26 11:07:21 -04:00
Ryan Petrello 5adc1c603a properly update the heartbeat timestamp for isolated nodes 2017-06-26 11:03:56 -04:00
Aaron Tan 5e398e4a25 Add Tower configuration category validation for TACACS+ 2017-06-26 10:58:05 -04:00
gconsidine d63ab2811a Add implementation for credential_type lookup 2017-06-26 10:53:57 -04:00
gconsidine 2fa4b3db5b Add org Lookup implementation and WIP credential_type 2017-06-26 10:53:57 -04:00
gconsidine b7982bf202 Add more generalized legacy Lookup integration 2017-06-26 10:53:57 -04:00
gconsidine dc1bff9048 Convert organization Select to Lookup 2017-06-26 10:53:57 -04:00
gconsidine d7e78a5884 Add WIP implementation of Lookup 2017-06-26 10:53:57 -04:00
gconsidine f11aef01ef Add contextual variables and update references 2017-06-26 10:53:57 -04:00
AlanCoding cf751568b5 use atomic transaction to delete inventory in task 2017-06-26 10:46:58 -04:00
Aaron Tan 2c98294035 Merge pull request #6575 from jangsutsr/6220_add_docs_for_tower_configuration
Add docs to Tower configuration
2017-06-26 09:46:09 -04:00
Aaron Tan f1869a2f70 Merge pull request #6220 from jangsutsr/6188_enable_ctint_category_specific_validation
Enable Tower configuration category-specific validation
2017-06-26 09:45:12 -04:00
Michael Abashian 48a46049f9 Fixed inventory credential_type lookup search tag 2017-06-24 22:07:45 -04:00
Michael Abashian 26af4adb61 Removed ClearScope service in favor of logic in stateChangeStart 2017-06-24 21:50:31 -04:00
Aaron Tan 68ee601359 Merge pull request #6595 from jangsutsr/6234_set_priority_rules_for_find_matching_hosts
Set priority rules for find_matching_hosts
2017-06-23 14:04:18 -04:00
Michael Abashian d770156640 Merge pull request #6700 from mabashian/6699-credential_type-tag
Added credential_type as a default search param to projects credential
2017-06-23 12:54:39 -04:00
Michael Abashian e401bb8986 Removed quotes around attribute 2017-06-23 10:28:24 -04:00
Michael Abashian 937c85e89e Added credential_type as a default search param to project.credential. Removed leftover console.log 2017-06-23 10:25:59 -04:00
Michael Abashian badb7441ae Merge pull request #6655 from mabashian/remove-copy-move
Removed copy/move group/host in favor of associate and disassociate.
2017-06-23 09:39:10 -04:00
Michael Abashian 112011b813 Merge pull request #6696 from mabashian/5554-license
Fixed license delete navigation bug
2017-06-23 09:25:58 -04:00
Michael Abashian af31c7972c Hide smart inv button when no hosts exist. Updated disassociate tooltip. Filtered out the target group when associating existing groups 2017-06-23 09:14:09 -04:00
Michael Abashian 6143d275d6 Fixed broken template paths 2017-06-23 08:41:13 -04:00
Michael Abashian 92c9b786f4 Removed copy/move in favor of associate and disassociate. Re-organized the inventories directory. 2017-06-23 08:41:13 -04:00
Michael Abashian f32906287d Fixed license unit tests 2017-06-23 08:37:29 -04:00
AlanCoding 17c431c0be do not show related link if null 2017-06-23 08:27:58 -04:00
Michael Abashian e88b6e6e48 Merge pull request #6666 from mabashian/6443-typeahead-single-select-survey
Added the ability to pass in minimumResultsForSearch when calling CreateSelect2
2017-06-23 08:14:57 -04:00
Michael Abashian 214e7a0cfe Merge pull request #6694 from mabashian/5717-insights-cred-project
Auto populate insights credential when creating insights project
2017-06-23 08:14:08 -04:00
Alan Rominger 30ec070357 Merge pull request #6692 from AlanCoding/manual_locations
Tag jobs started via special cases with node & group
2017-06-22 16:42:17 -04:00
AlanCoding 9e07b3f777 Tag jobs started via special cases with node & group 2017-06-22 16:24:12 -04:00
Michael Abashian 2319c249c3 Fixed license delete navigation bug 2017-06-22 16:14:50 -04:00
Ryan Petrello 65b1e58d23 Merge pull request #6693 from ryanpetrello/async-inventory-deletion
block job template launches when an inventory is being deleted
2017-06-22 15:46:03 -04:00
Michael Abashian 9947a59bcc Auto populate insights credential when creating insights project 2017-06-22 15:34:41 -04:00
Ryan Petrello 97562fc4df block job template launches when an inventory is being deleted
see: #4382
2017-06-22 15:33:55 -04:00
Alan Rominger 04ca47ffab Merge pull request #6681 from AlanCoding/cluster_instances
New Alpha, Bravo, and Charlie instance groups for `make docker-compose-cluster`
2017-06-22 15:00:45 -04:00
Ryan Petrello c4c9ff21c7 Merge pull request #6689 from ryanpetrello/async-inventory-deletion
delete inventories in the background via a celery task
2017-06-22 14:39:01 -04:00
Ryan Petrello 14addae813 delete inventories in the background via a celery task
see: #4382
see: #6279
2017-06-22 14:32:33 -04:00
Ryan Petrello 089040083c Merge pull request #6674 from ryanpetrello/v1_deprecated
prefix all /api/v1/ view descriptions with a deprecation message
2017-06-22 13:22:36 -04:00
Ryan Petrello bbcebf295f Merge pull request #6688 from ryanpetrello/isolated-docs
more isolated acceptance doc updates
2017-06-22 12:55:40 -04:00
jlmitch5 adb9f05fbd Merge pull request #6672 from jlmitch5/multiCredServiceAndTests
move shared multi credential code to service and add unit tests
2017-06-22 12:33:09 -04:00
Ryan Petrello 5e908bfc50 more isolated acceptance doc updates 2017-06-22 12:32:20 -04:00
Michael Abashian 9cd1330161 Merge pull request #6685 from mabashian/5626-scm-type-error
Fixed scm type js error
2017-06-22 12:26:50 -04:00
Ryan Petrello 922ffa905c Merge pull request #6670 from ryanpetrello/fix-3303
fix a bug in team-based credential validation
2017-06-22 11:19:38 -04:00
Ryan Petrello 7f25fdef91 Merge pull request #6687 from ryanpetrello/unofficial_isolated
make isolated sdist use the correct filename for unofficial builds
2017-06-22 11:09:42 -04:00
Ryan Petrello 0804b7336c make isolated sdist use the correct filename for unofficial builds 2017-06-22 10:51:29 -04:00
Alan Rominger 8f254dbd82 Merge pull request #6675 from AlanCoding/controller_id_sf
add isolated job controller_id to summary fields
2017-06-22 10:44:53 -04:00
AlanCoding 3cedcf22a9 add instance groups and queues to cluster tooling 2017-06-22 10:40:58 -04:00
Alan Rominger 20f0a83bec Merge pull request #6682 from AlanCoding/isolated_execution
Have execution_node reflect isolated instance
2017-06-22 10:12:21 -04:00
Michael Abashian 8327a8dc09 Fixed scm type js error 2017-06-22 09:59:50 -04:00
Chris Meyers fee16fe391 Merge pull request #6588 from chrismeyersfsu/feature-fact_cache
initial tower fact cache implementation
2017-06-22 09:58:28 -04:00