Commit Graph

17656 Commits

Author SHA1 Message Date
chris meyers 5f85a08325 fix saml_admin_attr 2018-07-23 12:53:18 -04:00
Chris Meyers 71fcd5f9ca Merge pull request #2035 from jijojv/devel
ldap attributes filter in user_groups()
2018-07-18 16:05:51 -04:00
Shane McDonald 8f7931e02f Merge pull request #2076 from john-westcott-iv/fix_node_link
Change node.js macOS installer link (old link was dead)
2018-07-18 12:21:11 -04:00
John Westcott IV a124e51331 Change node.js macOS installer link (old link was dead) 2018-07-18 11:32:57 -04:00
Ryan Petrello f0707ad701 Makefile update. 2018-07-16 14:55:07 -04:00
Jake McDermott 2fa216c98f Merge pull request #2062 from RR2DO2/patch-1
Don't capitalise last name
2018-07-16 14:19:46 -04:00
Shane McDonald 65a5f2dc9b Merge pull request #2052 from robruma/feature/callback_script_enhancement
Adding ability to ignore SSL certificate validation errors, cleanup p…
2018-07-16 13:13:51 -04:00
Shane McDonald 467a1fafcc Merge pull request #1880 from luisico/compose-web-wait-for
AWX launchers should wait for other containers to be ready
2018-07-16 13:11:06 -04:00
Shane McDonald ad33dff6af Merge pull request #1949 from willthames/k8s_use_context
Use use-context to set Kubernetes context
2018-07-16 12:59:36 -04:00
Shane McDonald 9b941e8b05 Merge pull request #2040 from kivio/tiller-namespace-configuration
#2039 add tiller-namespace as argument
2018-07-16 10:10:23 -04:00
Shane McDonald 3f8b80e415 Merge pull request #2028 from basos9/fix-nginx-log
FIX nginx use selected log formatting
2018-07-16 09:47:05 -04:00
Bill Nottingham a98367f4ac Merge pull request #2068 from aperigault/devel
Update SAML doc
2018-07-13 11:05:55 -04:00
aperigault 8ad7d4f699 Update SAML doc 2018-07-13 15:39:46 +02:00
Chris Meyers 38de79b81f Merge pull request #1576 from aperigault/devel
Map users in organizations based on saml groups
2018-07-13 09:03:32 -04:00
Arnout van Meer a0e8d8aecf Don't capitalise last name
Making assumptions about names is always a risky situation, even having a separate first and last name field should be avoided wherever possible. In this specific case, applying auto-capitalisation to the first character of the last name field makes it impossible to correctly enter my (and many other) Dutch surname. Common initial parts of Dutch surnames are 'de', 'van', 'van der' and other combinations. These are always lowercase.

Fun additional trivia: when it comes to sorting these names alphabetically you are supposed to ignore the prefix. In the case of my name you'd index it under 'M', not 'v'.
2018-07-11 14:09:34 +01:00
Ryan Petrello 07ddfe2c9c Merge pull request #2059 from mattclay/node-pool
Switch AWX to a dedicated Shippable node pool.
2018-07-10 15:21:35 -04:00
Matt Clay 18b7b3e028 Switch AWX to a dedicated Shippable node pool.
Signed-off-by: Matt Clay <matt@mystile.com>
2018-07-10 11:58:09 -07:00
Bill Nottingham a4b1cb6e20 Merge pull request #2055 from wenottingham/sattests
add want_hostcollections for sat6 source vars (with tests)
2018-07-09 12:05:26 -04:00
Bill Nottingham 64cfbe7642 add tests 2018-07-09 11:49:45 -04:00
moss 0f50dfd617 add want_hostcollections for sat6 source vars
Signed-off-by: moss <smossber@redhat.com>
2018-07-09 10:45:16 -04:00
Bill Nottingham 4737200566 Merge pull request #2051 from wenottingham/remove-issue-link
Rework reporting issues/get involved.
2018-07-09 10:17:30 -04:00
Rob Ruma 6514c338a2 Adding ability to ignore SSL certificate validation errors, cleanup parameters and usage
Signed-off-by: Rob Ruma <robruma@users.noreply.github.com>
2018-07-06 23:18:12 -04:00
Bill Nottingham 4f02fe0b32 Rework reporting issues/get involved.
Denote that bugs & ideas go to the issue tracking repo, and discussion goes to mailing list/IRC.
2018-07-06 14:27:12 -04:00
Marcin Karkocha a19df9b3b3 #2039 add tiller-namespace as argument 2018-07-02 12:33:26 +00:00
Jijo Varghese 919a614dbb ldap attributes filter in user_groups()
ldap search currently fetches ALL attributes which is a waste of bandwidth resources and
woefully slow on large ldap groups when it only needs to parse the name_attr

Signed-off-by: Jijo Varghese <jijojv@gmail.com>
2018-06-30 00:02:19 -07:00
V.Gouvalas 1239195289 FIX nginx use selected log formatting 2018-06-28 14:09:13 +03:00
Bill Nottingham 2e980293d9 Merge pull request #2009 from cdvv7788/Issue/1506
Make LAST UPDATED field in projects table sortable #1506
2018-06-25 16:27:30 -04:00
Bill Nottingham 0d03036fb1 Merge pull request #1629 from robruma/feature/update_callback_scripts
Updates to callback scripts
2018-06-25 15:47:25 -04:00
Ryan Petrello a4271024fe Merge pull request #2014 from cdvv7788/fix-contributing-docs
Fix issue with table of contents(CONTRIBUTING.md)
2018-06-25 15:37:46 -04:00
Ryan Petrello 37972ec9da Merge pull request #1876 from paneu/azure-rm-inv-variables
Enable source variables for Azure inventory
2018-06-25 15:36:27 -04:00
Ryan Petrello d8c4f118c2 Merge pull request #2020 from ryanpetrello/fix-tz-test
fix a failing timezone test
2018-06-25 15:36:15 -04:00
Ryan Petrello 1b2d7ed748 fix a failing timezone test 2018-06-25 15:18:29 -04:00
Paul Neumann f6eb534f30 Extend unit test for Azure source variable generation
Add tests for generation of Azure source variables. Test cases such
as overwriting a variable with its default value, overwriting a variable
with something different to its default value and add variables not set
by default.
2018-06-25 20:26:20 +02:00
Paul Neumann 33f9834747 Enable source variables for Azure inventory 2018-06-25 20:26:20 +02:00
Christian Adams 602f60b9b2 Merge pull request #2019 from rooftopcellist/cp_pytest_upgrade
update dev pytest
2018-06-25 13:27:20 -04:00
adamscmRH 3b36f85989 update dev pytest 2018-06-25 13:22:17 -04:00
Cristian Vargas 19ca2581fa Fix issue with table of contents(links)
Signed-off-by: Cristian Vargas <cristian@swapps.co>
2018-06-23 13:16:38 -05:00
Cristian Vargas 5a8f4060b7 Remove trailing comma
Signed-off-by: Cristian Vargas <cristian@swapps.co>
2018-06-21 11:53:33 -05:00
Cristian Vargas fc745e1979 Make LAST UPDATED field in projects table sortable
Signed-off-by: Cristian Vargas <cristian@swapps.co>
2018-06-20 22:42:18 -05:00
Shane McDonald 4f5a0d5a08 Merge pull request #1994 from taylorsmithgg/patch-1
Update INSTALL.md
2018-06-18 14:15:45 -04:00
Taylor Smith e768e3f743 Update INSTALL.md
Fix link for kubernetes installer
2018-06-18 10:15:38 -07:00
Ryan Petrello 4df4d7366e Merge pull request #1983 from lshchur/patch-1
Update INSTALL.md
2018-06-12 08:25:09 -04:00
Lyosha Shchur 99e6c21cbd Update INSTALL.md 2018-06-12 11:57:24 +03:00
Will Thames b899096f99 Use use-context to set Kubernetes context
`kubectl config use-context` is the command to set the current context,
not `set-context`

Signed-off-by: Will Thames <will@thames.id.au>
2018-06-06 13:02:26 +10:00
Yunfan Zhang 4fe7c9ea42 Merge pull request #1953 from YunfanZhang42/devel
Let create_oauth2_token print errors from std_err.
2018-06-04 16:42:44 -04:00
Yunfan Zhang 64b612921d Merge branch 'devel' into devel 2018-06-04 15:54:23 -04:00
Yunfan Zhang 9945a3bc64 Added an awx-manage command for generating OAuth2 token. 2018-06-04 15:49:04 -04:00
Yunfan Zhang a45ccfdc79 Merge pull request #1942 from YunfanZhang42/devel
Added an awx-manage command for generating OAuth2 token.
2018-05-31 16:13:58 -04:00
Yunfan Zhang 2c4f7911a6 Added an awx-manage command for generating OAuth2 token. 2018-05-31 14:27:21 -04:00
Bill Nottingham 01dcb3f733 Merge pull request #1938 from tux-00/patch-1
Fix bad path in installation doc
2018-05-31 09:56:43 -04:00