Commit Graph

  • 29e17ac49e Standardize chip height (#213) Keith Grant 2019-05-28 08:49:03 -04:00
  • ca3735ee73 Merge pull request #3941 from elyezer/window-size-e2e softwarefactory-project-zuul[bot] 2019-05-24 20:23:45 +00:00
  • 380f122456 Merge pull request #3804 from AlanCoding/more_optimizations softwarefactory-project-zuul[bot] 2019-05-24 19:38:46 +00:00
  • 0aa8c7427d Set window size globally on e2e Elyézer Rezende 2019-05-21 23:12:53 -04:00
  • dbc65baa43 apply optimizations via standard method AlanCoding 2019-05-01 19:24:15 -04:00
  • 1ce587025e Merge pull request #3948 from rooftopcellist/fix_analytics_log_msg softwarefactory-project-zuul[bot] 2019-05-23 18:55:55 +00:00
  • 45458b3265 fix analytics logging msg Christian Adams 2019-05-23 14:26:03 -04:00
  • 189e12f8b3 Restore logo (#218) Keith Grant 2019-05-23 13:47:41 -04:00
  • 874465a2d4 Merge pull request #3865 from chrismeyersfsu/fix-enabled_still_online softwarefactory-project-zuul[bot] 2019-05-23 16:55:09 +00:00
  • 34c3aaee3d Merge pull request #3682 from AlanCoding/depgrades softwarefactory-project-zuul[bot] 2019-05-23 15:15:20 +00:00
  • cc2869d0c2 Merge pull request #214 from keithjgrant/200-trailing-slash-routing Keith Grant 2019-05-23 09:54:07 -04:00
  • 13ff5ffdf2 Merge pull request #3900 from AlanCoding/fewer_type_methods softwarefactory-project-zuul[bot] 2019-05-23 12:50:35 +00:00
  • a606fdc958 Merge pull request #3933 from AlanCoding/schedule_no_op softwarefactory-project-zuul[bot] 2019-05-23 12:39:58 +00:00
  • 79d8b74221 redirect to remove trailing slash from URL Keith Grant 2019-05-22 13:51:27 -04:00
  • b11995e638 Remove duplicated type methods and old Django logic AlanCoding 2019-05-15 10:43:55 -04:00
  • 40f9d0b512 More precise handling of schedule computed fields no-ops AlanCoding 2019-05-20 20:47:28 -04:00
  • 9a1b205e06 Merge pull request #3944 from AlanCoding/move_to_filter softwarefactory-project-zuul[bot] 2019-05-22 23:45:36 +00:00
  • 98c923a715 Merge pull request #3856 from rooftopcellist/cleanup_sessions_refactor softwarefactory-project-zuul[bot] 2019-05-22 20:50:48 +00:00
  • 1d328134fd Merge pull request #3931 from wenottingham/be-bold softwarefactory-project-zuul[bot] 2019-05-22 18:58:43 +00:00
  • d3f047d731 Move dynamic log level logic to filter AlanCoding 2019-05-22 09:46:19 -04:00
  • 8ca0c1b992 Add clearsessions and cleartokens system jobs Christian Adams 2019-05-01 12:16:15 -04:00
  • 8d8d9292bc Merge pull request #212 from jakemcdermott/wait-for-element Jake McDermott 2019-05-22 10:52:14 -04:00
  • 4a711ec2dc Merge pull request #3914 from itdependsnetworks/var_port_numbers softwarefactory-project-zuul[bot] 2019-05-22 14:08:41 +00:00
  • 7965f94027 add waitForElement helper Jake McDermott 2019-05-22 08:46:16 -04:00
  • 75fe801efb Merge pull request #3913 from marshmalien/3886-instance-group-breadcrumb-label softwarefactory-project-zuul[bot] 2019-05-21 14:28:55 +00:00
  • 56df930b99 Sanitize instance group breadcrumb name Marliana Lara 2019-05-21 09:55:35 -04:00
  • f48713f4ae Use lockf, not flock. Bill Nottingham 2019-05-20 16:56:16 -04:00
  • bb009f0d12 Update notification radio button styling to match schedule radiobuttons. Bill Nottingham 2019-05-20 16:46:10 -04:00
  • efc45ac1fa Upgrade our packaging for NodeJS 10. Kia Lam 2019-05-20 16:07:33 -04:00
  • dc1bf3ef07 Merge pull request #3910 from AlanCoding/no_user_get softwarefactory-project-zuul[bot] 2019-05-20 17:20:36 +00:00
  • 9d4cfa7400 Merge pull request #3890 from AlanCoding/fix_debug_toolbar softwarefactory-project-zuul[bot] 2019-05-20 16:41:13 +00:00
  • 06be3a29b9 fix Django debug toolbar after its upgrade AlanCoding 2019-05-14 09:01:29 -04:00
  • 2addf20907 Merge pull request #3918 from jbradberry/middleware-ordering softwarefactory-project-zuul[bot] 2019-05-20 15:43:06 +00:00
  • 29bbecb6bf Merge pull request #3820 from AlanCoding/default_ordering softwarefactory-project-zuul[bot] 2019-05-20 15:31:36 +00:00
  • f4c18843a3 Resolve default ordering warnings from tests AlanCoding 2019-05-02 18:00:18 -04:00
  • bda838f723 Add note for docutils, unpin runner dependency AlanCoding 2019-05-09 16:34:37 -04:00
  • 2bec5ddb41 General upgrade of dependencies AlanCoding 2019-04-11 10:49:00 -04:00
  • 74643520c7 GCE contract update, do not use token_uri in job runs AlanCoding 2019-05-20 09:27:45 -04:00
  • 6bfbcb35cd Merge pull request #208 from keithjgrant/toolbar-render-prop Keith Grant 2019-05-20 06:16:48 -07:00
  • 8cd05679c2 extract out PaginatedDataListItem Keith Grant 2019-05-16 21:51:43 -04:00
  • 510d56b245 refactor PaginatedDataList to renderToolbar prop Keith Grant 2019-05-16 21:37:12 -04:00
  • dc1bfaac3f Merge pull request #203 from AlexSCorey/178-AddOrgBtnV2 Alex Corey 2019-05-17 19:48:08 -04:00
  • 92d8948a83 updates tests Alex Corey 2019-05-17 11:11:11 -04:00
  • d3cc1a8771 Adds AddOrgBtn to Orgs List empty state Alex Corey 2019-05-17 11:10:44 -04:00
  • 44907b33dc Fix the middleware ordering Jeff Bradberry 2019-05-17 14:40:33 -04:00
  • f174902bb2 Merge pull request #3874 from jbradberry/expose-role-type softwarefactory-project-zuul[bot] 2019-05-17 18:06:38 +00:00
  • 1223148116 Avoid unnecessary user get expiring session memberships AlanCoding 2019-05-16 08:23:22 -04:00
  • ab1e45d6c4 Merge pull request #3875 from rooftopcellist/swifty_operation softwarefactory-project-zuul[bot] 2019-05-17 15:41:26 +00:00
  • bd50e5d6a8 Merge pull request #3896 from rooftopcellist/collection_no_reset softwarefactory-project-zuul[bot] 2019-05-17 15:32:48 +00:00
  • 5df2b1f346 Merge pull request #207 from keithjgrant/126-pf-pagination Keith Grant 2019-05-17 11:01:03 -04:00
  • 7ff7517bdf change pagination drop direction to up Keith Grant 2019-05-17 07:47:17 -07:00
  • f085b828e4 Update the ports for memcache and rabbitmq to be variablized itdependsnetworks 2019-05-16 19:59:57 -04:00
  • e95339ba6e Add instance group name to breadcrumb Marliana Lara 2019-05-16 16:46:53 -04:00
  • d353daebc5 Merge pull request #3911 from rooftopcellist/rm_extra_error softwarefactory-project-zuul[bot] 2019-05-16 20:11:41 +00:00
  • 957984d9e9 convert to PF Pagination component Keith Grant 2019-05-16 16:09:58 -04:00
  • 6681cd918c Merge pull request #3906 from heavenly999/devel softwarefactory-project-zuul[bot] 2019-05-16 20:00:07 +00:00
  • 2b327935de reorder migrations to avoid session error Christian Adams 2019-05-10 16:46:54 -04:00
  • 0c4925afe8 rm extra collection error line Christian Adams 2019-05-16 14:48:41 -04:00
  • e0062484d0 Merge pull request #3908 from rverchere/fr_fix softwarefactory-project-zuul[bot] 2019-05-16 18:46:19 +00:00
  • faa353521a Merge pull request #3909 from marshmalien/3884-dropdown-alignment softwarefactory-project-zuul[bot] 2019-05-16 18:03:07 +00:00
  • 69a25bb092 Merge pull request #198 from jlmitch5/translationUpdate John Mitchell 2019-05-16 13:54:05 -04:00
  • b45f3f6cab fix inadverdently added extra notification toggle from conflicts John Mitchell 2019-05-16 13:32:40 -04:00
  • ff7e244a84 Merge pull request #3905 from NickBusey/patch-1 softwarefactory-project-zuul[bot] 2019-05-16 17:02:07 +00:00
  • 0f02daa64d run to generate po files John Mitchell 2019-05-16 12:53:56 -04:00
  • 001fc1293c fix lint error from removing api passing via props John Mitchell 2019-05-16 12:45:14 -04:00
  • 17f71600df Add styles to grow dropdown width based on content Marliana Lara 2019-05-16 12:23:47 -04:00
  • 9120a69006 Correct fr translation for Cancel message Rémi VERCHERE 2019-05-16 17:42:13 +02:00
  • f4550900bb update tests based on i18n changes John Mitchell 2019-05-16 11:38:28 -04:00
  • d9965cfe7e Merge pull request #3882 from ryanpetrello/debug-log softwarefactory-project-zuul[bot] 2019-05-16 15:12:01 +00:00
  • c38ee06642 Increasing requests-credssp ver to 1.0.2 Adam Nagy 2019-05-16 15:56:35 +02:00
  • b1d75327e3 add the ability to toggle DEBUG logging on dynamically Ryan Petrello 2019-05-13 15:35:53 -04:00
  • 8981c7d59a Merge pull request #3904 from wenottingham/new-year-new-you softwarefactory-project-zuul[bot] 2019-05-16 03:35:31 +00:00
  • b10f06201d Update INSTALL.md Nick Busey 2019-05-15 16:34:27 -06:00
  • 681fe4865c Some more dates. Bill Nottingham 2019-05-15 17:01:33 -04:00
  • faae55d085 Bump date. Bill Nottingham 2019-05-15 16:58:59 -04:00
  • efddd9f679 Merge pull request #3854 from beeankha/add_debug_toolbar softwarefactory-project-zuul[bot] 2019-05-15 18:38:24 +00:00
  • 6fb173da8a Remove redundant methods from SocialAuthMiddleware class beeankha 2019-05-15 12:54:00 -04:00
  • e2de8e4d5f update i18n contributing guidelines John Mitchell 2019-05-15 11:20:20 -04:00
  • 07664a05fd update awx-pf to use withI18n i18n._ and t exclusively John Mitchell 2019-05-15 11:20:00 -04:00
  • 64e8b76a10 Remove redundant middleware beeankha 2019-05-15 10:16:20 -04:00
  • 4407aeac20 Add namespacing for query params (#205) Keith Grant 2019-05-15 10:06:14 -04:00
  • d0e160a037 collect events based on last ship, not collection Christian Adams 2019-05-14 17:14:44 -04:00
  • 20e5d8200e Subclass more middlware with deprecation mixin beeankha 2019-05-14 13:32:12 -04:00
  • a6d3c0fd32 Remove redundant code and update URLModificationMiddleware beeankha 2019-05-13 16:28:45 -04:00
  • 318e0631b7 Add super() call beeankha 2019-05-13 11:24:37 -04:00
  • da4153d653 Add mixin to ActivityStreamMiddleware class beeankha 2019-05-10 13:45:14 -04:00
  • 26e9dd307e Fix missing argument error beeankha 2019-05-10 09:59:55 -04:00
  • 6a2d59963f Update wsgi file to be compatible with new style of middleware beeankha 2019-05-09 17:09:20 -04:00
  • 68800d0e8e Make custom middleware use new style vs old beeankha 2019-05-09 16:11:53 -04:00
  • 97dc77ea63 Add debug_toolbar.middleware.DebugToolbarMiddleware to MIDDLEWARE classes in development.py beeankha 2019-05-08 14:07:00 -04:00
  • d59975c1ad Merge pull request #204 from ansible/use-styled-components kialam 2019-05-14 10:33:28 -04:00
  • cc24d524ac Merge remote-tracking branch 'origin' into use-styled-components Kia Lam 2019-05-14 10:20:25 -04:00
  • 457c6287a2 General cleanup. Kia Lam 2019-05-13 14:56:36 -04:00
  • 3322123dd4 Remove defunct external stylesheet. Kia Lam 2019-05-13 12:07:06 -04:00
  • a53509b359 Refactor DataListToolbar component. Kia Lam 2019-05-13 12:05:07 -04:00
  • a87c6ddf1b Convert DataListToolbar to a styled-component. Kia Lam 2019-05-10 17:21:31 -04:00
  • 0ea4a4dedd Convert toolbar button components to styled-components. Kia Lam 2019-05-10 12:27:19 -04:00
  • cc192246d9 Make Orgs List page responsive. Kia Lam 2019-05-13 18:42:08 -04:00
  • 6bc1856658 Merge pull request #3861 from beeankha/awx_doc_edits softwarefactory-project-zuul[bot] 2019-05-13 20:41:14 +00:00
  • 0b3245eab6 Merge pull request #201 from marshmalien/194-missing-header-dropdowns Marliana Lara 2019-05-13 16:23:48 -04:00