summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 15.0.0Ryan Petrello2020-09-293-2/+18
* Merge pull request #8260 from ryanpetrello/drf-upgradesoftwarefactory-project-zuul[bot]2020-09-292-2/+3
|\
| * update to the latest Django Rest FrameworkRyan Petrello2020-09-292-2/+3
* | Merge pull request #8041 from mabashian/7680-inv-pending-deletesoftwarefactory-project-zuul[bot]2020-09-2914-95/+341
|\ \
| * | Add delete error handling on inventory detail viewmabashian2020-09-291-8/+26
| * | Only attempt to display sting error messages in ErrorDetailmabashian2020-09-291-3/+3
| * | Change deleteTeams to deleteInventoriesmabashian2020-09-291-2/+2
| * | Flatten out decision tree when an inventory websocket message is processedmabashian2020-09-292-36/+63
| * | Copy the query params so that we don't add id__in to them. This fixes a bug ...mabashian2020-09-291-1/+1
| * | Add default module_name to adhoc details step test to get rid of logged conso...mabashian2020-09-291-0/+1
| * | Rename onLoading/onDoneLoading props to onCopyStart and onCopyFinish. Wrap t...mabashian2020-09-296-18/+64
| * | Adds support for pending deletion on inventory listmabashian2020-09-296-59/+213
* | | Merge pull request #8229 from nixocio/ui_issue_7410softwarefactory-project-zuul[bot]2020-09-299-0/+74
|\ \ \
| * | | Make filter a bit more consistent accross UInixocio2020-09-299-0/+74
|/ / /
* | | Merge pull request #8253 from beeankha/edit_approval_node_bugfixsoftwarefactory-project-zuul[bot]2020-09-291-0/+3
|\ \ \
| * | | Fix Approval Node Edit Permissionsbeeankha2020-09-291-0/+3
| |/ /
* | | Merge pull request #8265 from Lodenk/typofixsoftwarefactory-project-zuul[bot]2020-09-291-1/+1
|\ \ \
| * | | fixed typo in the word examplePatrick2020-09-291-1/+1
* | | | Merge pull request #8251 from ryanpetrello/fix-vault-password-prompt-bugsoftwarefactory-project-zuul[bot]2020-09-292-1/+69
|\ \ \ \ | |/ / / |/| | |
| * | | fix a bug that can break password prompting in certain scenariosRyan Petrello2020-09-292-1/+69
| |/ /
* | | Merge pull request #8228 from john-westcott-iv/tower_ad_hoc_modulesoftwarefactory-project-zuul[bot]2020-09-299-2/+824
|\ \ \
| * | | Update integration testsbeeankha2020-09-254-38/+171
| * | | Removing needs devel ad hoc entryJohn Westcott IV2020-09-251-1/+1
| * | | Fixing lintingJohn Westcott IV2020-09-253-23/+23
| * | | Initial commit of ad hoc moduleJohn Westcott IV2020-09-259-1/+690
* | | | Merge pull request #8254 from RULCSoft/fix-typossoftwarefactory-project-zuul[bot]2020-09-294-7/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix a few typos in awx/uiJorge Vallecillo2020-09-294-7/+7
| | |/ | |/|
* | | Merge pull request #8259 from rooftopcellist/gettext_translationssoftwarefactory-project-zuul[bot]2020-09-291-1/+1
|\ \ \ | |/ / |/| |
| * | Include Gettext in dev container image for translation automationChristian M. Adams2020-09-291-1/+1
* | | Merge pull request #8224 from tchellomello/import_dbsoftwarefactory-project-zuul[bot]2020-09-281-0/+17
|\ \ \
| * | | Ability to import standard pgdump into OpenshiftMarcelo Moreira de Mello2020-09-241-0/+17
* | | | Merge pull request #8242 from wenottingham/certifi-ably-unbundledsoftwarefactory-project-zuul[bot]2020-09-286-23/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Adjust included licensesBill Nottingham2020-09-252-21/+6
| * | | Replace certifi with an alternate versionBill Nottingham2020-09-254-2/+2
* | | | Merge pull request #8001 from velzend/allow_skipping_provision_instance_and_r...softwarefactory-project-zuul[bot]2020-09-281-0/+6
|\ \ \ \
| * | | | allow skipping provision instance and register queuetp48cf2020-08-261-0/+6
* | | | | Merge pull request #8236 from ryanpetrello/more-callback-cleanupsoftwarefactory-project-zuul[bot]2020-09-282-37/+39
|\ \ \ \ \
| * | | | | refactor some callback receiver codeRyan Petrello2020-09-252-37/+39
| | |_|_|/ | |/| | |
* | | | | Merge pull request #8220 from mabashian/fix-padding-pol-fieldssoftwarefactory-project-zuul[bot]2020-09-282-0/+2
|\ \ \ \ \
| * | | | | Fix padding on field labels with prompt on launch checkboxesmabashian2020-09-232-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #7338 from mabashian/cred-plugin-test-buttonsoftwarefactory-project-zuul[bot]2020-09-2517-125/+297
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Add unique ID to cred field external plugin button(s)mabashian2020-09-111-0/+1
| * | | | Fix residual error from merge conflictmabashian2020-09-111-1/+1
| * | | | Moves cred plugin test button down into wizard footermabashian2020-09-114-62/+110
| * | | | Adds proptypes to CredentialPluginTestAlert componentmabashian2020-09-112-5/+11
| * | | | Add the credential id and metadata from the form to the dependency array of u...mabashian2020-09-111-5/+5
| * | | | Pulls CredentialPlugins out of CredentialFormFields and into the root of the ...mabashian2020-09-1113-30/+30
| * | | | Fix merge conflictmabashian2020-09-114-102/+11
| * | | | Hook up Test button on Metadata step in credential plugin wizardmabashian2020-09-116-5/+213
* | | | | Merge pull request #8232 from mabashian/8219-extra-GET-requestssoftwarefactory-project-zuul[bot]2020-09-252-13/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |