8427 Commits

Author SHA1 Message Date
James Laska
3210b8c0dc Add helper script to sign using expect 2015-09-07 20:37:20 -04:00
Chris Meyers
8e603dc18d Merge pull request #407 from chrismeyersfsu/feature-yaml_fallback
fallback to simple yaml parser if yaml import fail
2015-09-07 08:09:38 -04:00
James Laska
92d737e721 Fix path bug when creating CHECKSUM file 2015-09-05 08:39:32 -04:00
James Laska
b7a67ca176 Don't include the build path in CHECKSUM 2015-09-04 21:14:01 -04:00
James Laska
4aa6f74437 Only sign the CHECKSUM for OFFICIAL builds 2015-09-04 21:08:49 -04:00
James Laska
8383838296 Fix path in build target 2015-09-04 21:05:59 -04:00
James Laska
061e165c30 Merge pull request #405 from jlaska/release_2.3
Add CHECKSUM files for setup and bundle targets
2015-09-04 15:52:03 -04:00
James Laska
cb1d60939b Renamed packaging/offline -> packaging/bundle
Also replaced all instances off `offline` with `bundle`.  Also includes minor
trailing whitespace cleanup.
2015-09-04 14:10:50 -04:00
Chris Meyers
44f5e285a0 Merge pull request #403 from chrismeyersfsu/fix-python_path
more carefully add to python path
2015-09-04 13:57:32 -04:00
Chris Meyers
adb912a8d6 Merge pull request #404 from chrismeyersfsu/fix-setup_privilage
pair --ask-xxx-pass with respective escalation
2015-09-04 13:57:21 -04:00
James Laska
b456f2955e Create CHECKSUM files for tarball targets
* Renames the setup_offline_tarball -> setup_bundle_tarball
* Uses sha256sum and gpg to create a --clearsign CHECKSUM file
2015-09-04 13:53:03 -04:00
Chris Meyers
b3e20b843d more carefully add to python path
* ensure our path is the first in the sys.path list instead of
blindly poping and pushing onto the path
2015-09-04 13:43:24 -04:00
James Laska
5e46262546 Remove DIST_FULL from offline-tar-build path
Also provide suitable defaults for RPM_DIST and RPM_ARCH when being run on a
platform that doesn't have the `rpm` command.
2015-09-03 20:42:43 -04:00
Matthew Jones
5727d722b6 Merge remote-tracking branch 'upstream/release_2.3' into devel
* upstream/release_2.3: (91 commits)
  Include python-{paramiko,ecdsa} dependencies
  Remove extra epel testing stanzas
  Unit test for ec2 credentialless inventory
  Fix issue with ec2 iam sync with no credential.
  Use the htpasswd command instead the ansible module
  Pip is no longer needed
  check local user root or not in ./configure
  Remove unneeded when check for super user addition
  Improve distro detection in setup.sh
  Fix superuser check on upgrade
  Minor improvements to setup.sh
  Remove ansible prerequisite check from configure
  Attempt to install ansible within setup.sh
  Allow munin processes to access postgres
  Move up base package dependency install
  fixes jenkins failures
  Proper flake8 fix
  fixes executing processes with correct PYTHONPATH will pickup .pth files
  Show the repo for bundled package file dump
  Proper flake8 fix
  ...
2015-09-03 15:46:10 -04:00
jlmitch5
b5881a7c3c Merge pull request #401 from jlmitch5/unique_select2
fixed duplicate choices from being passed to select2
2015-09-03 15:20:24 -04:00
Chris Meyers
2ecbb07af3 Merge pull request #402 from chrismeyersfsu/feature-config_check_local_machine_user
check local user root or not in ./configure
2015-09-03 15:09:05 -04:00
jaredevantabor
a468f0936f Merge pull request #399 from jaredevantabor/inventory-source-select2-fix
Removing search field on select2 fields used in inventory sources tab.
2015-09-03 11:47:46 -07:00
Matthew Jones
7774b17960 Unit test for ec2 credentialless inventory 2015-09-03 14:05:17 -04:00
Matthew Jones
15005d3e6b Fix issue with ec2 iam sync with no credential.
When checking if an inventory sync can start allow an ec2 sync to run
even if credentials are not supplied
2015-09-03 13:37:38 -04:00
jaredevantabor
e46cc161fa Merge pull request #398 from jaredevantabor/survey-select2
Surveys: make MC and MS fields disabled while previewing a survey
2015-09-03 10:25:37 -07:00
Jared Tabor
8aa9325e43 removing "Choose a..." option for select2 fields
in form generator
2015-09-03 09:35:49 -07:00
John Mitchell
b38615eff7 fixed duplicate choices from being passed to select2 2015-09-03 12:19:42 -04:00
Matthew Jones
5f6f16b5ff Rev version to 2.4.0 2015-09-03 09:44:20 -04:00
James Laska
55e7458ebf Merge pull request #400 from jlaska/setup_install_ansible
Attempt to install ansible in setup.sh
2015-09-03 09:18:22 -04:00
Jared Tabor
b5392316c9 removing dropDownAdapter 2015-09-02 10:53:13 -07:00
Chris Meyers
ee3de2b209 Merge pull request #397 from chrismeyersfsu/fix-python_paths
fixes executing processes with correct PYTHONPATH will pickup .pth files
2015-09-02 09:20:23 -04:00
Chris Meyers
9f33127919 fixes jenkins failures
* include requirements.txt in requirements_jenkins.txt
* include requirements.txt in requirements_dev.txt
* alter Makefile to NOT call the requirements rule in the requirements_*
rules. Again, this is now handled by the -r requirements.txt in the
respective _*.txt file.
* install jenkins requirements "globally" (in the virtualenv)
2015-09-02 08:23:11 -04:00
Jared Tabor
a5731a5452 Removing search field on select2 fields used in inventory sources tab.
This also fixes the behavior when the user hits escape while the select2 drop down menu is visible.
2015-09-01 17:49:23 -07:00
Chris Meyers
a93babcbaf Merge pull request #396 from chrismeyersfsu/fix-configure_py2.6
remove reading inventory file in config process
2015-09-01 20:32:39 -04:00
Matthew Jones
c37716a2e7 Proper flake8 fix 2015-09-01 18:35:12 -04:00
Chris Meyers
1f06a95c40 fixes executing processes with correct PYTHONPATH will pickup .pth files 2015-09-01 18:30:39 -04:00
Jared Tabor
5107100166 Surveys: make MC and MS fields disabled while previewing a survey 2015-09-01 15:14:07 -07:00
Matthew Jones
f0a23b7ed3 Proper flake8 fix 2015-09-01 16:15:39 -04:00
Matthew Jones
4a5111308f Fix flake8 warning from tests 2015-09-01 15:23:35 -04:00
Bill Nottingham
cb2a0a0f69 clean up dups 2015-09-01 09:56:06 -04:00
James Laska
3ecfb0ce01 Include DIST_FULL in the offline symlink 2015-08-31 20:43:44 -04:00
Matthew Jones
09f4c9fbbe Fixed job redaction for projects and unit tests 2015-08-31 16:24:38 -04:00
Matthew Jones
bd3faea671 Fix path check in start_development docker script 2015-08-31 15:15:49 -04:00
James Laska
2b5624daa2 Improve RPM_DIST regular expression 2015-08-31 13:16:59 -04:00
James Laska
797aa9b5d8 Cleanup of Makefile offline-tar-build target 2015-08-31 13:04:11 -04:00
James Laska
597d37dd25 Fix typo in Makefile 2015-08-31 12:52:12 -04:00
James Laska
23b3b3fca6 Attempt to simplify offline Makefile target 2015-08-31 12:01:15 -04:00
jaredevantabor
4512f72dc0 Merge pull request #395 from jaredevantabor/404-session-end
catch possible 404 error
2015-08-28 14:07:22 -07:00
Matthew Jones
7d2eec0974 Merge pull request #385 from AlanCoding/devel
add whitespace in API responses about survey rejection
2015-08-28 17:06:54 -04:00
James Laska
50ff81388c Merge pull request #394 from wenottingham/release_2.3
Update license audit toolset and license list for new requirements.txt.
2015-08-28 16:31:57 -04:00
Jared Tabor
36e63862e5 catch possible 404 error
on dashboard
2015-08-28 13:15:39 -07:00
Bill Nottingham
ba2a2d17d7 Update license audit toolset and license list for new requirements.txt. 2015-08-28 15:48:54 -04:00
Matthew Jones
2f39393cf3 Implement fact receiver thread worker
Optionally allow processing of fact receiver messages in a worker
thread.  This works around an issue where data could take a while to
page into Mongo and cross the zmq socket timeout.
2015-08-28 10:59:52 -04:00
John Mitchell
553a3c5af3 fixed title capitalization of activity stream breadcrumb 2015-08-28 10:36:26 -04:00
jlmitch5
29f6625598 Merge pull request #391 from ansible/no_clearing_of_playbook_on_different_proj
made playbooks that are similar across branches not clear out the form input
2015-08-28 10:14:42 -04:00