Alex Corey
b3b53a8ce4
Pluralized modal titles and empty state strings
...
All itemNames used in empty state messages, and delete modal titles
need to be plural and capitalized. Because of this change we no
longer need the ucFirst() in utils/strings.js.
2019-09-24 11:21:54 -04:00
Alex Corey
8dd4379bf2
Adds proper translation. removes ucFirst()>
2019-09-24 11:21:54 -04:00
Alex Corey
b79c686336
requires individual components to pluralize
2019-09-24 11:21:54 -04:00
softwarefactory-project-zuul[bot]
fcfd59ebe2
Merge pull request #4767 from beeankha/awx_doc_edits
...
[WIP] Edit AWX Docs
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-23 14:30:12 +00:00
beeankha
f35ad41e17
Fix misc. errors and typos
2019-09-23 09:46:54 -04:00
softwarefactory-project-zuul[bot]
c628a54c79
Merge pull request #4796 from wenottingham/get-our-finest-attributes
...
Fix SAML login when only certain attributes are set.
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-21 15:51:43 +00:00
Bill Nottingham
36571a1275
Fix SAML login when only certain attributes are set.
...
The user may not set all of saml_{attr,admin_attr,auditor_attr},
so don't assume they all exist.
2019-09-20 15:28:38 -04:00
softwarefactory-project-zuul[bot]
b2b475d1a6
Merge pull request #4742 from jlmitch5/searchv2
...
ui_next search updates
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-20 18:28:52 +00:00
John Mitchell
ac530e1328
utilize far instead of function for search type
2019-09-20 13:49:00 -04:00
John Mitchell
9605d8049d
rewrite search key type check to be a var instead of a function
2019-09-20 13:49:00 -04:00
John Mitchell
d2e335c7c5
revert restriction on defaultParams
2019-09-20 13:49:00 -04:00
John Mitchell
678fba1ffb
fix tests with search updates
2019-09-20 13:48:59 -04:00
John Mitchell
34e1b8be1d
make default params only accept page, page_size and order_by
2019-09-20 13:48:59 -04:00
John Mitchell
86029934ad
selectively add icontains to only text-based searches
2019-09-20 13:48:59 -04:00
softwarefactory-project-zuul[bot]
ec3edb07e8
Merge pull request #4779 from omgjlk/proper-vault-headers
...
Use proper headers to auth with Vault
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-20 16:30:56 +00:00
softwarefactory-project-zuul[bot]
fcc61a5752
Merge pull request #4777 from jlmitch5/styleCleanupUiNext
...
assorted style cleanup in UI next
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-20 16:00:27 +00:00
beeankha
860715d088
More AWX docs edits
2019-09-20 11:32:10 -04:00
beeankha
e2be392f31
Edit AWX docs
2019-09-20 11:32:10 -04:00
mabashian
f49d566f17
Update failed snapshot
2019-09-20 11:05:18 -04:00
mabashian
83e413b0bf
Fix prettier failures
2019-09-20 11:05:18 -04:00
John Mitchell
e68349b6b5
assorted style cleanup in UI next
...
- round all corners of combo fields
- make sure required asterisk is always before help popover ?
- bug: fix ? popover from opening lookups
- fix spacing of detail toggle for http error
2019-09-20 11:05:18 -04:00
softwarefactory-project-zuul[bot]
14cc203945
Merge pull request #4784 from fosterseth/fix-3646-ldapserverfielduri
...
fix for LDAPServerURIField error if number present in top-level-domain
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-20 15:00:46 +00:00
Seth Foster
ca5de6378a
Fix LDAPServerURIField number in domain
...
- Bug: API error if LDAPServerURIField contains a number in the top level domain
- Add custom regex in LDAPServerURIField class that is passed to django
URLValidator
- The custom regex allows for numbers to be present in the top level domain
- Unit tests check that valid URIs pass through URLValidator, and that
invalid URIs raise the correct exception
- Related to issue #3646
2019-09-20 10:36:47 -04:00
softwarefactory-project-zuul[bot]
154cda7501
Merge pull request #4782 from mabashian/inventory-lookup
...
Changes InventoriesLookup to InventoryLookup
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-19 21:27:50 +00:00
mabashian
a6a50f0eb1
Changes InventoriesLookup to InventoryLookup and removes pluralization of lookup headers for Inventory and Project since only one can be selected.
2019-09-19 11:13:55 -04:00
softwarefactory-project-zuul[bot]
b00fc29cdc
Merge pull request #4762 from shanemcd/devel
...
Fix cluster dev env
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-19 13:45:43 +00:00
softwarefactory-project-zuul[bot]
13f628f73d
Merge pull request #4776 from mabashian/3924-icons
...
Fix 3rd party auth icon rendering in login modal
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-18 23:39:25 +00:00
Jesse Keating
e1bdbeaa5c
Restore new style headers
...
This leads to having both the new style header and the old compatability
header. Best of both worlds!
2019-09-18 13:27:55 -07:00
Jesse Keating
b3c264bf21
Use proper headers to auth with Vault
...
Reading examples at
https://learn.hashicorp.com/vault/getting-started/apis show needing to
use `X-Vault-Token` header, instead of `Authorization`. Without this
header, the vault server would return a 400 status with an error message
of "missing client token". With this change AWX is now able to interface
with the Hashicorp backend.
2019-09-18 12:26:47 -07:00
mabashian
53992d41d5
Re-generate fontcustom .woff file. This should fix microsoft and google icon rendering on login modal.
2019-09-18 13:50:15 -04:00
softwarefactory-project-zuul[bot]
686d4fe26f
Merge pull request #4769 from mabashian/4554-mgt-jobs-column
...
Fix management job column width issues
Reviewed-by: Michael Abashian
https://github.com/mabashian
2019-09-17 18:35:47 +00:00
mabashian
774a4e32cc
Fix management job column width issues
2019-09-17 13:45:20 -04:00
Shane McDonald
22441d280e
Fix pg password in cluster dev env
2019-09-17 08:45:19 -04:00
softwarefactory-project-zuul[bot]
fe850c247f
Merge pull request #4755 from rooftopcellist/fix_awx_pass
...
pass correct awx-dev password on startup
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-16 23:28:01 +00:00
softwarefactory-project-zuul[bot]
c651029cdb
Merge pull request #4756 from AlexSCorey/4744-JobSchedulers
...
fixes grid so action buttons stay in view
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-16 22:06:58 +00:00
Christian Adams
54d50d71ab
pass correct awx-dev password on startup
2019-09-16 17:25:15 -04:00
Alex Corey
ef4f1df9bb
fixes grid so action buttons stay in view
2019-09-16 16:27:10 -04:00
softwarefactory-project-zuul[bot]
b5fa1606bd
Merge pull request #4369 from AlanCoding/workflow_limit
...
Implementation of WFJT limit & SCM_branch prompting
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-16 20:17:59 +00:00
softwarefactory-project-zuul[bot]
3139bc9248
Merge pull request #4723 from rebeccahhh/devel
...
expose schedule name for scheduled workflow node job
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-16 20:17:54 +00:00
softwarefactory-project-zuul[bot]
a6c0793695
Merge pull request #4753 from AlexSCorey/4423-LoggingRevertNoSave
...
allows user to save form after reverting
Reviewed-by: Alex Corey <Alex.swansboro@gmail.com>
https://github.com/AlexSCorey
2019-09-16 19:26:27 +00:00
softwarefactory-project-zuul[bot]
5a24e223b7
Merge pull request #4743 from AlexSCorey/4523-InertWFJTLink
...
allows all WFJT tabs to properly route to workflow visualizer
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
2019-09-16 19:26:20 +00:00
AlanCoding
e3c1189f56
bump migration
2019-09-16 14:51:57 -04:00
AlanCoding
fdf9dd733b
bump migration
2019-09-16 14:51:56 -04:00
Jake McDermott
9697e1befb
comment fixup
2019-09-16 14:51:56 -04:00
Jake McDermott
84a8559ea0
psuedo -> pseudo
2019-09-16 14:51:56 -04:00
Jake McDermott
8ac8fb9016
add more details to workflow limit help text
2019-09-16 14:51:56 -04:00
AlanCoding
01bb32ebb0
Deal with limit prompting in factory
2019-09-16 14:51:56 -04:00
AlanCoding
711c240baf
Consistently give WJ extra_vars as text
2019-09-16 14:51:56 -04:00
AlanCoding
291528d823
adjust UI unit tests again
...
bump migration
bump migration again
2019-09-16 14:51:56 -04:00
AlanCoding
1406ea3026
Fix missing places for ask_limit and ask_scm_branch
2019-09-16 14:51:55 -04:00