summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #330 from Kickimanjaro/patch-1Matthew Jones2017-10-101-0/+2
|\ | | | | Update INSTALL.md
| * moved note to Docker Prereqs, dropped extra OS specific commandsOliver Vollmer2017-10-101-2/+2
| |
| * Update INSTALL.mdKickimanjaro2017-09-301-0/+2
| | | | | | Followed instructions to the letter from a new install and found that there was no mention that Docker service must be started. Tried to add this mention where it would have benefited me, but I am new to github and not sure if I'm doing this right.
* | Merge pull request #348 from gconsidine/ui/fix/disable-autofill-on-formGreg Considine2017-10-033-4/+5
|\ \ | | | | | | Add autocomplete attr to component form
| * | Add autocomplete attr to component formgconsidine2017-10-023-4/+5
|/ / | | | | | | Signed-off-by: gconsidine <greg@gregconsidine.com>
* | Merge pull request #314 from marshmalien/test/side-navMarliana Lara2017-10-028-47/+315
|\ \ | | | | | | Side Nav Unit Tests
| * | Fix karma config and remove karma-ng-html2js-preprocessorMarliana Lara2017-10-025-48/+9
| | |
| * | Add Side Nav Item unit testsMarliana Lara2017-10-027-30/+116
| | | | | | | | | | | | Signed-off-by: Marliana Lara <mlara@redhat.com>
| * | Add Side Nav directive unit testsMarliana Lara2017-10-022-0/+47
| | |
| * | Add Layout directive unit testsMarliana Lara2017-10-024-2/+176
|/ /
* | Merge pull request #339 from gconsidine/ui/fix/document-reference-on-startGreg Considine2017-10-021-2/+8
|\ \ | | | | | | Use $document instead of document for on fn
| * | Use $document instead of document for on fngconsidine2017-10-021-2/+8
| |/ | | | | | | Signed-off-by: gconsidine <greg@gregconsidine.com>
* | Merge pull request #337 from AlanCoding/admin_cancelAlan Rominger2017-10-022-1/+8
|\ \ | |/ |/| allow WFJT admins to cancel scheduled jobs
| * allow WFJT admins to cancel scheduled jobsAlanCoding2017-10-022-1/+8
|/
* Merge pull request #323 from tvieira/doc_fix_linkMatthew Jones2017-09-291-1/+1
|\ | | | | Fix markdown link in CONTRIBUTING for enhancements list.
| * Fix markdown link in CONTRIBUTING for enhancements list.Tiago M. Vieira2017-09-281-1/+1
| |
* | Merge pull request #321 from ↵Matthew Jones2017-09-291-0/+1
|\ \ | | | | | | | | | | | | chrismeyersfsu/github_issues_template_include_awx_install_type add awx install type to issue template
| * | add awx install type to issue templateChris Meyers2017-09-281-0/+1
| |/ | | | | | | | | | | * Recreation of user-issues increasing depends on the chosen install path used. Thus, we need this information when recreating the issue locally. Ask the user to include this information in the issue template.
* | Merge pull request #301 from romainrbr/develMatthew Jones2017-09-291-1/+2
|\ \ | | | | | | Changing the color option for hipchat to always be lowercase
| * | fixing indentRomain Brucker2017-09-281-3/+3
| | |
| * | Checking if color is not None before setting it to lowercaseRomain Brucker2017-09-281-3/+1
| | |
| * | Adding a check to see if the color is 'None' before lowercasing it for @matburtRomain Brucker2017-09-281-3/+6
| | |
| * | Changing the color option for hipchat to always be lowercase (expected by ↵Romain Brucker2017-09-261-1/+1
| | | | | | | | | | | | | | | | | | the API) Signed-off-by: Romain Brucker <romain.brucker@amalto.com>
* | | Merge pull request #317 from gconsidine/ui/angular-manual-init-for-localeGreg Considine2017-09-2917-163/+272
|\ \ \ | |_|/ |/| | Implement manual initialzation for Angular app
| * | Add check if navigator.languages exists to usegconsidine2017-09-281-3/+18
| | |
| * | Implement manual initialzation for Angular appgconsidine2017-09-2717-163/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual initialization allows for some asynchronous work to finish ahead of Angular's startup. The initial motivation is to be able to guarantee translation files have been fetched before rendering content that needs translation. If a locale isn't supported or if the request to get a json file fails, the i18n service falls back to en. Signed-off-by: gconsidine <gconsidi@redhat.com>
* | | Fix an issue where mercurial wasn't getting installed in the imageMatthew Jones2017-09-282-7/+7
| | | | | | | | | | | | Also fixes an issue assigning proxy environment variables
* | | Merge pull request #298 from st0ne-dot-at/proxy_fixMatthew Jones2017-09-281-1/+6
|\ \ \ | | | | | | | | added proxy settings to docker runtimes
| * | | proxy settings default omitSteininger Robert, IR2017-09-281-6/+6
| | | |
| * | | added proxy settings to docker runtimesSteininger Robert, IR2017-09-261-1/+6
| | |/ | |/|
* | | Merge pull request #257 from mabashian/auditor-read-only-e2eJake McDermott2017-09-2721-106/+1258
|\ \ \ | | | | | | | | Added e2e tests for auditor read-only forms
| * | | use launch_url to specify awx host for workersJake McDermott2017-09-2714-13/+15
| | | |
| * | | use fixture data in read-only form testJake McDermott2017-09-273-245/+74
| | | |
| * | | add utils for bootstrapping test fixturesJake McDermott2017-09-273-0/+368
| | | |
| * | | Moved form element selectors out into props in the form definition. Added ↵mabashian2017-09-2610-150/+164
| | | | | | | | | | | | | | | | checkAllFieldsDisabled to createFormSection.
| * | | removed test-credentials-read-only.jsmabashian2017-09-251-97/+0
| | | |
| * | | Added e2e tests for auditor read-only formsmabashian2017-09-229-0/+1036
| | | |
* | | | Merge pull request #294 from matburt/official_awx_image_installMatthew Jones2017-09-277-185/+242
|\ \ \ \ | |_|/ / |/| | | Add support for installing AWX from official images
| * | | Update install documentation with official image informationMatthew Jones2017-09-261-6/+34
| | | |
| * | | Modify openshift roles to support official AWX imagesMatthew Jones2017-09-263-57/+72
| | | |
| * | | Add support for installing AWX from official imagesMatthew Jones2017-09-264-123/+137
| | | | | | | | | | | | | | | | | | | | * New options in the inventory file * Add defaults to some variables
* | | | Merge pull request #291 from Zokormazo/fix-constGreg Considine2017-09-261-1/+1
|\ \ \ \ | |/ / / |/| | | Use const instead of let on never reassigned var
| * | | Use const instead of let on never reassigned varJulen Landa Alustiza2017-09-251-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | | Merge pull request #293 from Zokormazo/fix-linkChris Church2017-09-261-1/+1
|\ \ \ \ | |/ / / |/| | | Fix link
| * | | Fix broken link on LDAP group type help textJulen Landa Alustiza2017-09-251-1/+1
|/ / / | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info>
* | | Merge pull request #213 from marshmalien/mobile-menuMarliana Lara2017-09-256-23/+82
|\ \ \ | | | | | | | | Add mobile menu
| * | | Move DOM event listener to directiveMarliana Lara2017-09-253-19/+28
| | | |
| * | | Update webpack config to require webpack.test.jsMarliana Lara2017-09-221-16/+2
| | | |
| * | | Add mobile menu styles and click handlersMarliana Lara2017-09-225-8/+72
| |/ / | | | | | | | | | Signed-off-by: Marliana Lara <mlara@redhat.com>
* | / Add image builder playbook for installerMatthew Jones2017-09-251-0/+6
| |/ |/|