Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #330 from Kickimanjaro/patch-1 | Matthew Jones | 2017-10-10 | 1 | -0/+2 |
|\ | | | | | Update INSTALL.md | ||||
| * | moved note to Docker Prereqs, dropped extra OS specific commands | Oliver Vollmer | 2017-10-10 | 1 | -2/+2 |
| | | |||||
| * | Update INSTALL.md | Kickimanjaro | 2017-09-30 | 1 | -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-form | Greg Considine | 2017-10-03 | 3 | -4/+5 |
|\ \ | | | | | | | Add autocomplete attr to component form | ||||
| * | | Add autocomplete attr to component form | gconsidine | 2017-10-02 | 3 | -4/+5 |
|/ / | | | | | | | Signed-off-by: gconsidine <greg@gregconsidine.com> | ||||
* | | Merge pull request #314 from marshmalien/test/side-nav | Marliana Lara | 2017-10-02 | 8 | -47/+315 |
|\ \ | | | | | | | Side Nav Unit Tests | ||||
| * | | Fix karma config and remove karma-ng-html2js-preprocessor | Marliana Lara | 2017-10-02 | 5 | -48/+9 |
| | | | |||||
| * | | Add Side Nav Item unit tests | Marliana Lara | 2017-10-02 | 7 | -30/+116 |
| | | | | | | | | | | | | Signed-off-by: Marliana Lara <mlara@redhat.com> | ||||
| * | | Add Side Nav directive unit tests | Marliana Lara | 2017-10-02 | 2 | -0/+47 |
| | | | |||||
| * | | Add Layout directive unit tests | Marliana Lara | 2017-10-02 | 4 | -2/+176 |
|/ / | |||||
* | | Merge pull request #339 from gconsidine/ui/fix/document-reference-on-start | Greg Considine | 2017-10-02 | 1 | -2/+8 |
|\ \ | | | | | | | Use $document instead of document for on fn | ||||
| * | | Use $document instead of document for on fn | gconsidine | 2017-10-02 | 1 | -2/+8 |
| |/ | | | | | | | Signed-off-by: gconsidine <greg@gregconsidine.com> | ||||
* | | Merge pull request #337 from AlanCoding/admin_cancel | Alan Rominger | 2017-10-02 | 2 | -1/+8 |
|\ \ | |/ |/| | allow WFJT admins to cancel scheduled jobs | ||||
| * | allow WFJT admins to cancel scheduled jobs | AlanCoding | 2017-10-02 | 2 | -1/+8 |
|/ | |||||
* | Merge pull request #323 from tvieira/doc_fix_link | Matthew Jones | 2017-09-29 | 1 | -1/+1 |
|\ | | | | | Fix markdown link in CONTRIBUTING for enhancements list. | ||||
| * | Fix markdown link in CONTRIBUTING for enhancements list. | Tiago M. Vieira | 2017-09-28 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #321 from ↵ | Matthew Jones | 2017-09-29 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | chrismeyersfsu/github_issues_template_include_awx_install_type add awx install type to issue template | ||||
| * | | add awx install type to issue template | Chris Meyers | 2017-09-28 | 1 | -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/devel | Matthew Jones | 2017-09-29 | 1 | -1/+2 |
|\ \ | | | | | | | Changing the color option for hipchat to always be lowercase | ||||
| * | | fixing indent | Romain Brucker | 2017-09-28 | 1 | -3/+3 |
| | | | |||||
| * | | Checking if color is not None before setting it to lowercase | Romain Brucker | 2017-09-28 | 1 | -3/+1 |
| | | | |||||
| * | | Adding a check to see if the color is 'None' before lowercasing it for @matburt | Romain Brucker | 2017-09-28 | 1 | -3/+6 |
| | | | |||||
| * | | Changing the color option for hipchat to always be lowercase (expected by ↵ | Romain Brucker | 2017-09-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | the API) Signed-off-by: Romain Brucker <romain.brucker@amalto.com> | ||||
* | | | Merge pull request #317 from gconsidine/ui/angular-manual-init-for-locale | Greg Considine | 2017-09-29 | 17 | -163/+272 |
|\ \ \ | |_|/ |/| | | Implement manual initialzation for Angular app | ||||
| * | | Add check if navigator.languages exists to use | gconsidine | 2017-09-28 | 1 | -3/+18 |
| | | | |||||
| * | | Implement manual initialzation for Angular app | gconsidine | 2017-09-27 | 17 | -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 image | Matthew Jones | 2017-09-28 | 2 | -7/+7 |
| | | | | | | | | | | | | Also fixes an issue assigning proxy environment variables | ||||
* | | | Merge pull request #298 from st0ne-dot-at/proxy_fix | Matthew Jones | 2017-09-28 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | added proxy settings to docker runtimes | ||||
| * | | | proxy settings default omit | Steininger Robert, IR | 2017-09-28 | 1 | -6/+6 |
| | | | | |||||
| * | | | added proxy settings to docker runtimes | Steininger Robert, IR | 2017-09-26 | 1 | -1/+6 |
| | |/ | |/| | |||||
* | | | Merge pull request #257 from mabashian/auditor-read-only-e2e | Jake McDermott | 2017-09-27 | 21 | -106/+1258 |
|\ \ \ | | | | | | | | | Added e2e tests for auditor read-only forms | ||||
| * | | | use launch_url to specify awx host for workers | Jake McDermott | 2017-09-27 | 14 | -13/+15 |
| | | | | |||||
| * | | | use fixture data in read-only form test | Jake McDermott | 2017-09-27 | 3 | -245/+74 |
| | | | | |||||
| * | | | add utils for bootstrapping test fixtures | Jake McDermott | 2017-09-27 | 3 | -0/+368 |
| | | | | |||||
| * | | | Moved form element selectors out into props in the form definition. Added ↵ | mabashian | 2017-09-26 | 10 | -150/+164 |
| | | | | | | | | | | | | | | | | checkAllFieldsDisabled to createFormSection. | ||||
| * | | | removed test-credentials-read-only.js | mabashian | 2017-09-25 | 1 | -97/+0 |
| | | | | |||||
| * | | | Added e2e tests for auditor read-only forms | mabashian | 2017-09-22 | 9 | -0/+1036 |
| | | | | |||||
* | | | | Merge pull request #294 from matburt/official_awx_image_install | Matthew Jones | 2017-09-27 | 7 | -185/+242 |
|\ \ \ \ | |_|/ / |/| | | | Add support for installing AWX from official images | ||||
| * | | | Update install documentation with official image information | Matthew Jones | 2017-09-26 | 1 | -6/+34 |
| | | | | |||||
| * | | | Modify openshift roles to support official AWX images | Matthew Jones | 2017-09-26 | 3 | -57/+72 |
| | | | | |||||
| * | | | Add support for installing AWX from official images | Matthew Jones | 2017-09-26 | 4 | -123/+137 |
| | | | | | | | | | | | | | | | | | | | | * New options in the inventory file * Add defaults to some variables | ||||
* | | | | Merge pull request #291 from Zokormazo/fix-const | Greg Considine | 2017-09-26 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Use const instead of let on never reassigned var | ||||
| * | | | Use const instead of let on never reassigned var | Julen Landa Alustiza | 2017-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info> | ||||
* | | | | Merge pull request #293 from Zokormazo/fix-link | Chris Church | 2017-09-26 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Fix link | ||||
| * | | | Fix broken link on LDAP group type help text | Julen Landa Alustiza | 2017-09-25 | 1 | -1/+1 |
|/ / / | | | | | | | | | | Signed-off-by: Julen Landa Alustiza <julen@zokormazo.info> | ||||
* | | | Merge pull request #213 from marshmalien/mobile-menu | Marliana Lara | 2017-09-25 | 6 | -23/+82 |
|\ \ \ | | | | | | | | | Add mobile menu | ||||
| * | | | Move DOM event listener to directive | Marliana Lara | 2017-09-25 | 3 | -19/+28 |
| | | | | |||||
| * | | | Update webpack config to require webpack.test.js | Marliana Lara | 2017-09-22 | 1 | -16/+2 |
| | | | | |||||
| * | | | Add mobile menu styles and click handlers | Marliana Lara | 2017-09-22 | 5 | -8/+72 |
| |/ / | | | | | | | | | | Signed-off-by: Marliana Lara <mlara@redhat.com> | ||||
* | / | Add image builder playbook for installer | Matthew Jones | 2017-09-25 | 1 | -0/+6 |
| |/ |/| |