Release 6.1.0 commit 2d7420317bd5a2d4e164051c61dea1f7b82654ab Author: Shane McDonald <me@shanemcd.com> Date: Thu Jul 18 13:08:52 2019 -0400 Bump VERSION to 6.1.0 commit dc0862bbe7f279d470203923dc3ce557c01357de Author: Chris Meyers <chrismeyersfsu@users.noreply.github.com> Date: Thu Jul 18 11:12:51 2019 -0400 Update collections.md commit 5b1350db75b197a8ba4b621038c6b9de09b8495a Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jul 18 10:21:43 2019 -0400 fix reference to undefined prop for auditors commit 12f564e4a39f67480d64c5685758f25d15c14d42 Author: Scholl III, Michael G <mscholl@paychex.com> Date: Thu Jul 11 11:15:09 2019 -0400 Addition of inventory value for memcached image, allows for custom image locations for memcached to match other images commit d32394f1b6c29a7febf5d3477e73a5caee0ee432 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Wed Jul 17 17:06:10 2019 -0400 Update the `make clean` command to clear out the parallelized sqlite3 files commit 9b95cc27c4840140996a036223e2909a30953b95 Author: chris meyers <chris.meyers.fsu@gmail.com> Date: Mon Jun 24 14:08:43 2019 -0400 map in a global collections path commit 2439aa409d923593875ed120d28c9d68b2182681 Author: AlanCoding <arominge@redhat.com> Date: Fri Jul 12 16:32:23 2019 -0400 Adjust inventory update env test to allow duplicate references change gce injectors to not duplicate the credentials file commit cb60f12b6b137a10d051e626f31ccc0f4aaaed0d Author: Alex Stephen <alexstephen@google.com> Date: Thu Jun 13 10:02:00 2019 -0700 adding additional environment variables for gcp_compute + gcp modules commit c25dbb534f1e84adc1b36fdcf5e80f4249469c43 Author: Ryan Petrello <rpetrell@redhat.com> Date: Wed Jul 17 10:21:25 2019 -0400 fix a 500 error for Activity Stream job records w/ a missing JT commit aea08eef6ba1706dff90f9fe164db1dcf30c142d Author: Keith Grant <keithjgrant@redhat.com> Date: Fri Jul 12 13:26:21 2019 -0700 make lookup toolbar fill width of modal commit aef263fa6c6c604f4f6be386202c8ea47fa7a260 Author: Daniel Sami <dsami@redhat.com> Date: Tue Jul 16 13:02:22 2019 -0400 Added nightwatch stylesheet to e2e commit 35d9a8f8399e95e05224f2f63defd6af983b6f30 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jul 15 12:52:51 2019 -0400 support nested engine names for hashivault kv v2 secret engine Add a field to hashivault plugins for identifying the secret backend (mount point). If no secret backend is provided, the first part of the secret path is used. commit b620d8505ad7208d3d0f993f65a2fa5c7c704022 Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Jul 16 09:57:31 2019 -0400 build and link a newer sqlite3 to make Django happy commit b46db98b5a1cd7e10ad1fc70ad63c0aaa801909f Author: mabashian <mabashia@redhat.com> Date: Wed Jul 10 11:42:33 2019 -0400 Removes some unused classes. Fix host desc ellipsis and responsiveness. Add desc to group hosts commit 14bdf8deb30c02c6001625548144ead3239b1e69 Author: Jose Ariza <l.jlac001@gmail.com> Date: Sat Jun 15 13:22:47 2019 -0500 #3348 improved related listing on mobile Signed-off-by: Jose Ariza <l.jlac001@gmail.com> commit 24df1d7be65c1242e09a91c04252a4c35b478e07 Author: Jose Ariza <l.jlac001@gmail.com> Date: Sat Jun 15 12:31:11 2019 -0500 #3348 improved listing on mobile Signed-off-by: Jose Ariza <l.jlac001@gmail.com> commit 40ead6f9d18762589aa6d3c04cd5662deb434140 Author: Jose Ariza <l.jlac001@gmail.com> Date: Sat Jun 15 11:57:35 2019 -0500 #3348 implemented suggested style changes Signed-off-by: Jose Ariza <l.jlac001@gmail.com> commit 2a71232dd696052e7395b830d33f945f4d9ccdbb Author: Jose Ariza <l.jlac001@gmail.com> Date: Wed May 15 09:05:27 2019 -0500 #3348 added description to host list on inventories related hosts Signed-off-by: Jose Ariza <l.jlac001@gmail.com> commit 8b301f91ab43f6ba9134666af3d86267de1235fa Author: Jose Ariza <l.jlac001@gmail.com> Date: Wed May 15 09:04:50 2019 -0500 #3348 added description to host list Signed-off-by: Jose Ariza <l.jlac001@gmail.com> commit a4b2d6bf8896ac28a8edfd8d9f9f3320f0fd572a Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Jul 16 09:18:24 2019 -0400 Revert "Change the devel containers to be based on Fedora instead of CentOS" This reverts commit 7936dff188801a87003da22d09b829579923aeff. commit dd8ca5acc40685b21c503e2d9f1e21f81706dd5a Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Fri Jul 12 16:22:52 2019 -0400 Ensure that the Postgres client is installed commit 172864a3a10220b81cdb9029b14b9e1e1a675709 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Fri Jul 12 14:00:26 2019 -0400 Force the username and password to be strings under the Radius backend The base Radius backend encodes them as utf-8 bytes, which causes the User object that we create to get the repr of the username, including the b prefix and single quotes, e.g. "b'foo'". commit a6913409865fe988b576b8f8a5c9626025306756 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Fri Jul 12 11:15:07 2019 -0400 Update authenticate method on auth backends to add required request param This became mandatory in Django 2.1. commit 261f1427e927b3d403d60c7fd37bfe2cb516191f Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Tue Jul 9 17:14:30 2019 -0400 Break up a too-long line in migrations commit 93835127726ef192fa6389b498a09f750d99cb86 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Tue Jul 9 16:55:37 2019 -0400 Remove no longer needed check for override of WSGIHandler commit 2d81923e22e9645cf961b2ff6e95e705204f82ac Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Tue Jul 9 16:42:50 2019 -0400 Fix up changes in fields in the migrations Particularly the now-required on_delete parameter for ForeignKey and OneToOneField. commit 1093a662f15d3bb63e3ae62a150407adee0a7ea6 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Tue Jul 9 15:59:07 2019 -0400 Fix a problem with a change in results from User.has_usable_password commit 210517eeb1373c3aa91bdcfc0095352a5b335e6a Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Tue Jul 9 14:37:25 2019 -0400 Fix a couple of tests trivially affected by the upgrades - is_anonymous may no longer be called as a method, so no need to mock it - the message on uniqueness constraint failures has apparently changed commit 2ffe3d9a854b7b1c5b25231927ec2b05fb3b1aab Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Tue Jul 9 13:44:55 2019 -0400 Give the 4xx error handler views the correct positional arguments commit 6737bd4c1961e6062e94db3fcb81c743e2fb4de4 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Tue Jul 9 13:26:58 2019 -0400 Replace {} as field default values with the callable dict commit 29ad84754444bcc7efe0b2f4aa175ef11b403ae4 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Mon Jul 8 17:16:34 2019 -0400 Deal with a change in truncation of strings in Django which now uses a proper ellipsis character instead of 3 dots. commit b3ef2c928a7030f73428507373ca7175cd59c03b Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Mon Jul 8 17:15:32 2019 -0400 Remove the custom add and remove methods from OrderedManyToManyDescriptor commit 7936dff188801a87003da22d09b829579923aeff Author: Shane McDonald <me@shanemcd.com> Date: Mon Jul 8 15:52:15 2019 -0400 Change the devel containers to be based on Fedora instead of CentOS since we need a more recent version of sqlite. commit 43c552c7c64a17e14fb4540ffd97b7482bad11ce Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Wed Jun 26 15:53:11 2019 -0400 Some flake8 changes commit e0357d53f530b46bf15d3ed879c7ceb6ecc1ae8d Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Wed Jun 26 15:11:37 2019 -0400 Bump Django to 2.2.2 commit beb1dd5ae7f7d4c1e030477f135ddbe7eef2b58b Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Wed Jun 26 14:53:53 2019 -0400 Replace use of the deprecated staticfiles template library with static commit d464df557b794194cc8fa8605398f0f1fb4dc393 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Wed Jun 26 14:41:09 2019 -0400 Fix another direct assignment of a sequence to a related manager commit 5e9f7905549a7d471d778e94a35f263e370ba57f Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Wed Jun 26 14:40:45 2019 -0400 Bump to Django 2.1.9 commit 47b325896d69646ed314cd2d2a52f45df3324d1b Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Wed Jun 26 13:34:54 2019 -0400 Remove the django_db mark from TransactionTestCase classes pytest-django's documentation indicates that it isn't necessary, and it turns out in Django 2.0+ that this double application of the transaction machinations was causing the Django ContentType table to lose its items. commit c85d58e28df00e7d6e69e08f290767b8872dc22a Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Tue Jun 25 11:47:06 2019 -0400 The interactive flag for management commands doesn't seem to be a thing anymore commit bcbb768dd3a087ed2b959a45fac8a39248a67c06 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Mon Jun 17 11:13:18 2019 -0400 Remove the use of the deprecated Field.rel attribute Also, rename a number of variables named `rel` for ease of searching. commit e0693d3746440077bf13f9663e854d55dc56437f Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Thu Jun 13 14:13:09 2019 -0400 is_anonymous and is_authenticated no longer support being called as methods commit a6edc46cc34c8d3bc50a96af96719a9f59b13a11 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Fri Jun 21 16:32:24 2019 -0400 Field.from_db_value no longer supports the context param in 2.0 commit f24b08316d7a3a710dc165af9e7201c7abb80a62 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Thu Jun 13 13:58:01 2019 -0400 Django's url resolver and pattern classes have been renamed in 2.0+ They are now URLResolver and URLPattern, respectively. The API has changed as well, but fortunately it looks like what we are doing here doesn't depend on anything that was changed. commit 25c14382db021af026b061deef806672a2f54150 Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Thu Jun 13 13:33:46 2019 -0400 Update the monkey patch of Django's column name digest to work with 2.0+ BaseDatabaseSchemaEditor no longer has a `_digest` classmethod, instead there is a call out to a new `names_digest` utility function. commit 796d7bf67ff9e03738915af67a4e4de9d8c5670d Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Thu Jun 27 17:10:15 2019 -0400 Replace the use of the 3rd party jsonbfield library which was just a backport of Django's built-in JSONField. Also, bump the version of django-jsonfield. commit ddef41d3947b65cce64c46b39fde258a823c853a Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Thu Jun 13 11:46:24 2019 -0400 Bump Django to 2.0.13 This is _very_ broken. commit b1c87c17939b2a22ab30b458c0d2b7a5d69da4eb Author: Keith Grant <keithjgrant@redhat.com> Date: Fri Jul 12 09:43:40 2019 -0700 fix listed resources in delete tooltip commit 612205d56d47d210e08cc2cceb611c34150ee06a Author: AlanCoding <arominge@redhat.com> Date: Fri Jul 12 08:01:53 2019 -0400 Ignore Azure templating errors commit 94b1455f40449e5ea0ba435c568079449952c97a Author: Jaap de Koning <jaap.de.koning@bigdatarepublic.nl> Date: Fri Jul 12 14:10:14 2019 +0200 Insert signed public key in artifact_dir, hacky fix for issue #4139 Signed-off-by: Jaap de Koning <jaap.de.koning@bigdatarepublic.nl> commit 287159296a8b02ca8efcd2821054fedca240dae6 Author: AlanCoding <arominge@redhat.com> Date: Thu Jul 11 16:09:38 2019 -0400 remove unused migration methods commit 2a68ff49c198e53676035df6a79dbaef8908d727 Author: Bill Nottingham <notting@splat.cc> Date: Thu Jul 11 12:12:22 2019 -0400 Add some minimal sanity checking before running the updater script. commit 0f8c59523a01317762e44b6d4aad5d1376c9e50c Author: mabashian <mabashia@redhat.com> Date: Wed Jun 26 10:46:42 2019 -0400 Remove tooltips from host events in output commit 522dcf5ed3e69845c11679332954a86f0eff1beb Author: olia-dev <olia-dev@ktah.net> Date: Wed Jul 10 12:40:26 2019 +0200 related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors) commit b2d84a5d8936f32cbd7699b6aab62579353fc3fb Author: olia-dev <olia-dev@ktah.net> Date: Wed Jul 10 12:39:57 2019 +0200 related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins (fixed errors) commit 7b390fa2fcb733ad297343a5bbc37a3629526e4e Author: olia-dev <olia-dev@ktah.net> Date: Wed Jul 10 11:28:02 2019 +0200 related #4274 - moved function 'create_temporary_fifo' to 'awx/main/utils/common.py' and referenced it in other plugins Signed-off-by: olia-dev <olia-dev@ktah.net> commit 7039f82d15a45716af16308dc7480c967bfe4aef Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Jul 9 13:38:52 2019 -0400 Only reload details whe navigating to details from another tab commit fb0c82598f0e007d68fa3d2acfe9fb854d371ecd Author: Marliana Lara <mlara@redhat.com> Date: Wed Jul 3 16:54:40 2019 -0400 Address PR feedback commit 90f7e9375f3a13d3116bdfc06ae9f86dc0691e9f Author: Jake McDermott <yo@jakemcdermott.me> Date: Tue Jul 9 10:21:43 2019 -0400 get more events on page down or up when needed when we page up or down, check if we've moved into the upper or lower threshold of the scrollbar and request more events to show if we have. commit 2ee03b552db1e82602f29812ae6d714ae83253a8 Author: olia-dev <olia-dev@ktah.net> Date: Tue Jul 9 14:14:29 2019 +0200 related #4274 - added option to verify server certificate with a specific CA (fixed errors) commit 7a5efa1adc85eee85e301d45106710c15eda740b Author: olia-dev <olia-dev@ktah.net> Date: Tue Jul 9 13:59:11 2019 +0200 related #4274 - added option to verify server certificate with a specific CA commit 2ff3b5d62c2af08a58a009d9ea7af97f679f0013 Author: pebbledavec <35338729+pebbledavec@users.noreply.github.com> Date: Tue Jul 9 12:50:40 2019 +0100 Removed forwardslash that was breaking paginated workflow node requests. The forward-slash in getWorkflowJobTemplateNodes was incorrectly interpreted as part of the pagesize integer (and thereby throwing an exception) when a complex workflow spanned multiple pages of workflow nodes. Resolves: #4261 Signed-off-by: Dave Compton <sircompo@gmail.com> commit e23ee410821fb0f14e328250065fc16d201d9c14 Author: Jakob Pedersen <CONS_JPE@jysk.com> Date: Tue Jul 9 10:47:19 2019 +0200 Fix issue #3857 with a more informative error message when the usercan not post to /#/templates/add_job_template The cause can be both missing permissions and no projects being available. Related #3857 Signed-off-by: Jakob Pedersen <CONS_JPE@jysk.com> commit 036e1ad82edc0e01706b4e91978501bef7000c8c Author: Ashley Nelson <amn@fantashley.com> Date: Wed Jul 3 09:35:11 2019 -0500 Add dynamic custom venv setup Add support for python3 venvs commit 66321a6218073072a963cf16ee8a5e4683695da6 Author: Ryan Petrello <rpetrell@redhat.com> Date: Mon Jul 8 17:32:41 2019 -0400 specify a ng-csp attribute so Angular doesn't autodetect without this, we're getting a false positive log message about an unsafe eval (which is *actually* just angular auto-detecting whether or not eval is supported) commit 758ad164fe74e8496991de5888e17e19c2a1b38a Author: Jeff Bradberry <jeff.bradberry@gmail.com> Date: Tue Jun 18 16:10:38 2019 -0400 Include defined fields from all parent classes of a HybridDictField since our settings registry adds a mixin class when doing validation on these. related #4099 commit 12e0c31fe6ce82675d0312e804f71165bcfbce6d Author: beeankha <beeankha@gmail.com> Date: Mon Jul 8 15:03:35 2019 -0400 Rename helper method commit 869d259433be58cd2225906a9ca572cccfef88fc Author: Hideki Saito <saito@fgrep.org> Date: Sun Jul 7 12:04:07 2019 +0900 Fix conditional values for handle internationalization Fix the variable for checking the credential type from "name" to "kind" in order to correctly handle I18N. Signed-off-by: Hideki Saito <saito@fgrep.org> commit 0dba3f53b1044657cfaf45783d6d9793f28b458b Author: beeankha <beeankha@gmail.com> Date: Mon Jul 8 14:47:50 2019 -0400 Add in schedule case to helper method, make Activity Stream link point to schedule page commit 73c87f9512d1a331a20233efe22d471d1155e9b3 Author: beeankha <beeankha@gmail.com> Date: Fri Jun 28 16:28:38 2019 -0400 Add helper method in order to reduce repetition commit f77298643fba1fe505e892e4fbd2541dc25f0ca2 Author: olia-dev <olia-dev@ktah.net> Date: Mon Jul 8 10:39:42 2019 +0200 related #4274 - added option to verify server certificate with a specific CA commit 8aa33b9b4a5b3cbb8d958aea2a4f63c5647e1f34 Author: James McClune <jmcclune@mcclunetechnologies.net> Date: Sun Jul 7 23:36:54 2019 -0400 awx/ui: minor fix on Update on Project Update description In the Inventory Source settings, one of the update options is titled Update on Project Change. However, the tooltip is titled Update on Project Update. Looking at the overall AWX codebase, I think the definitions are fitted more towards Update on Project Update. Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net> commit 987cfed6493d73dfcfca2dc6cc7b6d84b2247204 Author: Jeff Byrnes <rbyrnes@athenahealth.com> Date: Fri Jul 5 16:12:27 2019 -0400 Update Content Security Policy to allow websockets Per #4167 a reasonable CSP was put in place, but unfortunately this broke WebSockets support in Safari. This is a quick fix to return support immediately. A more secure implemetation would be beneficial in the longer term, however. commit 88a4362a7a4d793e0a6e9dc245a3f8faf28069c3 Author: jainnikhil30 <jainnikhil30@gmail.com> Date: Fri Jul 5 20:37:36 2019 +0530 add inventory name and id to meta vars commit 0dcbafaccb20387a7eb9985976cd83725e4dedb7 Author: Ryan Petrello <rpetrell@redhat.com> Date: Fri Jul 5 10:21:25 2019 -0400 fix a bug that breaks OPT_X_TLS_REQUIRE_CERT=0 for LDAP authentication commit 3b17170533ba5456bb2a9a7aa09623a568a0c23c Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Jul 3 16:16:09 2019 -0400 more concise conditions for api calls commit 7afaacb5e317126b68a4056677eb6037b8742264 Author: Marliana Lara <mlara@redhat.com> Date: Mon Jul 1 16:22:31 2019 -0400 Add Job Template Add form skeleton and test commit b06421b8709409a4dbd97ea41d5a9ca3147b20b9 Author: Marliana Lara <mlara@redhat.com> Date: Thu Jun 27 11:46:52 2019 -0400 Rename TemplateForm to JobTemplateForm commit 320581a6c06277505b4208f76fe9c504cf3b9c02 Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Jul 3 12:43:40 2019 -0400 Addresses PR issues commit 3247983823773a575f02e71947e41c9cfc7e74f8 Author: DanielDisisto <30640292+DanielDisisto@users.noreply.github.com> Date: Thu Jun 20 13:55:05 2019 +1000 Failing requirements update when scm_type != git The `git_result` variable is incorrectly checked as being `defined` vs. `not skipped`. This causes SVN (or any non-GIT) project update to fail consistently when `doesRequirementsExist.stat.exists` is true Signed-off-by: DanielDisisto <daniel.disisto@didata.com.au> commit 485536d4cfafa0f59a972f09a3c9338a5b092c7d Author: Ashley Nelson <fantashley@gmail.com> Date: Tue Jul 2 16:03:43 2019 -0500 Change to docker_service for compatibility commit b5b38c1b79edb661165d6b1793f917676be375d1 Author: Alex Corey <alex.swansboro@gmail.com> Date: Mon Jul 1 09:29:04 2019 -0400 addresses PR Issues commit 75a72637dd27e7a2dfeaae28fcaf141a4a21dc8e Author: Ryan Petrello <rpetrell@redhat.com> Date: Tue Jul 2 11:35:56 2019 -0400 allow data: images in our Content Security Policy support for custom login logos relies on data:image/*;base64 see: https://github.com/ansible/awx/issues/4253 commit 74e4c17b632021cc96c0c5b2b270de32607bf4bd Author: Kia Lam <digitalanime@gmail.com> Date: Tue Jul 2 09:54:07 2019 -0400 Address PR feedback and format. commit 7feb6515e19f6953fef186e76cf1268e7239f774 Author: Phileas Lebada <phileas.lebada@dcso.de> Date: Mon Jul 1 16:52:23 2019 +0200 Bump openstacksdk version Signed-off-by: github.com/clushie <47661139+clushie@users.noreply.github.com> commit d3b3b6e8f5a3d5c19595fd54c311c2cb44155504 Author: Phileas Lebada <phileas.lebada@dcso.de> Date: Mon Jul 1 16:51:04 2019 +0200 Add cosmetic change with updater.sh Signed-off-by: github.com/clushie <47661139+clushie@users.noreply.github.com> commit 48e02f373f61dca5ba4eedbcc357fbed31e1610f Author: Phileas Lebada <phileas.lebada@dcso.de> Date: Fri Jun 28 11:36:06 2019 +0200 Add pip-compile updater.sh script Signed-off-by: github.com/clushie <47661139+clushie@users.noreply.github.com> commit dbf8df479b4413b2baddc16de579b105c00758cd Author: jainnikhil30 <jainnikhil30@gmail.com> Date: Tue Jul 2 10:53:17 2019 +0530 use path instead of *path while dong the join commit 764947c1ae2157253f04801afdb8840234964111 Author: jainnikhil30 <jainnikhil30@gmail.com> Date: Thu Jun 27 16:34:32 2019 +0530 fix the hashivault v2 lookup commit 0b724682daeb1e0068a11bba17e06319163269cb Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jul 1 19:50:16 2019 -0400 fix README snippet commit d3ed6ac73a57ce3afb27e9a1b04244066dab60de Author: Kia Lam <digitalanime@gmail.com> Date: Mon Jul 1 10:57:49 2019 -0400 Fix Template list as well. commit d22cafc42e2262c9e293fb19775985fb1f23339c Author: Kia Lam <digitalanime@gmail.com> Date: Mon Jul 1 10:57:15 2019 -0400 Add unit test. commit 58444a75b970fc5e3760e1a8c276496392b4c320 Author: Kia Lam <digitalanime@gmail.com> Date: Mon Jul 1 10:55:11 2019 -0400 Fix Org list returning a 404 by redirecting user to current page. - Update itemCount after an org has been successfully deleted. - Update PaginatedDataList to get current page when the number of items has changed. commit 945d9156a6076d6708c7eec532dff608200ee6b5 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jul 1 14:25:08 2019 -0400 do formatting check with ci linter commit bf86719412e71485c88a4f516514355db3fbaa67 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jul 1 14:16:17 2019 -0400 add a note about running the formatter commit 12c0b80102d696c903b5fa56452e2572c400c4e9 Author: mabashian <mabashia@redhat.com> Date: Mon Jul 1 13:51:13 2019 -0400 Prettify files commit 1d2c21249b5df1b30431a074ca90a46124e37e6b Author: mabashian <mabashia@redhat.com> Date: Thu Jun 27 10:15:11 2019 -0400 Show notification type in its own column commit 8f74bad1c1e104ed4dc5ba46d073f05b9e1a5063 Author: mabashian <mabashia@redhat.com> Date: Mon Jul 1 12:34:09 2019 -0400 Roll back changes to test linting and unit test gating commit 02d320de71053f5a1d309484769d5f8a5830cffb Author: mabashian <mabashia@redhat.com> Date: Mon Jul 1 12:04:45 2019 -0400 Commit to test linting and unit test gating commit 5cb8bd34ac405de281f2a2d005649a3b3e29b905 Author: mabashian <mabashia@redhat.com> Date: Fri Jun 28 12:11:07 2019 -0400 Adds make targets for linting/tests in ui_next. Modifies existing clean-ui target to clean ui_next as well. commit b457926b388d9fdc92f4f1d453f9e8c15eaaab39 Author: mabashian <mabashia@redhat.com> Date: Fri Jun 28 10:50:49 2019 -0400 Update usage instructions since paths have changed commit 55ce409a127aeafad09db12792cab7035de34744 Author: mabashian <mabashia@redhat.com> Date: Fri Jun 28 09:26:11 2019 -0400 Run prettier on all the files in awx/ui_next commit 051bbcaeb5bab99102f5df3a9fab71223a737e3a Author: mabashian <mabashia@redhat.com> Date: Fri Jun 28 09:23:45 2019 -0400 Remove gitignore from awx/ui_next and add rules to base gitignore commit 43592cbe00a36a59ed3c348edd00db79c6f3811f Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Thu Jun 27 11:11:58 2019 -0400 Move everything to awx/ui_next (#297) commit 0a6fc8cb89987ba61e3c3499ba88b627ccf3201b Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Wed Jun 26 16:07:58 2019 -0400 Fix for unit test failure in jt detail test where getting instance groups wasn't mocked (#296) Fix for unit test failure in jt detail test where getting instance groups wasn't mocked. commit 14280ec53b7ffa0284d20a61d065a9086a8de056 Author: Marliana Lara <mlara@redhat.com> Date: Wed Jun 26 14:51:27 2019 -0400 Update launch button hover styles commit edef496583f13b8f1740432f9eebb3311ba721ad Author: Marliana Lara <mlara@redhat.com> Date: Wed Jun 26 14:49:10 2019 -0400 Update job template breadcrumb content commit cfc0a4771f7787d3af8cea0cbf0f9e79a947af2a Author: Marliana Lara <mlara@redhat.com> Date: Wed Jun 26 14:45:35 2019 -0400 Update the JT Edit directory, file, and component names commit f6ddb724820a422aaa69fbf202f1b9f0879f82a0 Author: Marliana Lara <mlara@redhat.com> Date: Wed Jun 26 14:41:38 2019 -0400 Add key to ansible select options test commit 52851c57d8216c8abce09937a5f09f0bd9cf9841 Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Wed Jun 26 11:40:15 2019 -0400 Display details about network errors in alert modal and content error components (#288) Display details about network errors in alert modal and content error components commit a2a245c89e3761555eec3e702cdd89c8525da9bc Author: Marliana Lara <mlara@redhat.com> Date: Wed Jun 26 10:21:34 2019 -0400 Add unique key prop to ansible select options commit f3bf35311ef79d088215bd38f2a0de7ecaeed2cd Author: Marliana Lara <mlara@redhat.com> Date: Tue Jun 25 16:29:55 2019 -0400 Address PR feedback and merge conflicts commit 67d619f9cc8faece8a7d9302a5552d47b789c613 Author: Marliana Lara <mlara@redhat.com> Date: Tue Jun 25 10:52:37 2019 -0400 Add template edit and form tests commit 463357c81ee380941ffb38753367c6a12c919e0f Author: Marliana Lara <mlara@redhat.com> Date: Tue Jun 25 10:51:25 2019 -0400 Add template edit form skeleton commit 7b3e5cd8d5e5c8d7cbadc24dc0b1626baa1477d7 Author: Marliana Lara <mlara@redhat.com> Date: Tue Jun 25 10:47:29 2019 -0400 Refactor AnsibleSelect data prop to accept an array of option objects * First custom_virtualenv in options list is always default commit ec1fa4dae6a94faf6628d09d85a574f1bf45c6b9 Author: Alex Corey <acorey@redhat.com> Date: Tue Jun 25 15:28:07 2019 -0400 240 jt details skeleton v2 (#273) * adding package-lock.json * deleted unsured file * Adds a Bottom Border Component * Updates dependencies * Adds JT Details and tests for it * merge and rebase * addresses UI PR issues * Addresses PR Issues and fixes failing tests. * Updates to code, fixes package and package-lock.json addresses PR Issues * fixes package files commit e49b9a202e05b4fe98cde43f56942ce49920e2bd Author: Keith Grant <keithjgrant@redhat.com> Date: Tue Jun 25 11:26:44 2019 -0700 Prettier configs (#281) Add .prettierrc and update eslint configs commit cc36b46925bcea779b32f80b07f922237a89c1dd Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jun 21 12:15:59 2019 -0400 remove network context mock commit 657a6f3a9317030722172c5b1057c8724f782ad7 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jun 21 12:10:01 2019 -0400 use top-level import aliases commit 9dda5404a0cb797c989a28f35f310a01c3411877 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jun 21 12:01:29 2019 -0400 add 'has' prefix to error booleans commit 69426dee0807526e078e88dfa2c70d44a6f68ee5 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jun 21 11:24:35 2019 -0400 add basic test coverage for job list commit 22dbe5c0f9b3d4a6e32a9cb20850f226685aab39 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jun 21 10:15:41 2019 -0400 add shared DataListCell component commit d8452e1259347cd9efeb3ae34e936bc3106f24b5 Author: Jake McDermott <yo@jakemcdermott.me> Date: Tue Jun 18 13:44:26 2019 -0400 job list skeleton commit cb50cdce0dd8d2c79ab36de5b634c9f433580831 Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Thu Jun 20 15:21:57 2019 -0400 Add support for launching job templates from the templates list (#277) Add support for launching job templates from the templates list commit f382fce5761898d40472970f814df84f9f65d81b Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jun 20 14:47:39 2019 -0400 move yaml test to utils commit 36d2d03bc75d3dbf258bcdf3e03db6c5d7a94b83 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jun 20 14:37:46 2019 -0400 prefix content error and loading booleans with 'has' commit b21e491075c67c10154aa3bab331ac612e8a428d Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Thu Jun 20 13:32:25 2019 -0400 Updates to contributing doc (#280) commit 5662d8b62549f5d148f7fa4210e0727acb678848 Author: Marliana Lara <mlara@redhat.com> Date: Thu Jun 20 12:01:43 2019 -0400 Remove Fragment commit af6ea1cc58bbbda33856e34035041bc053e6a2d0 Author: mabashian <mabashia@redhat.com> Date: Thu Jun 20 11:34:16 2019 -0400 Notifications plural commit f185d80b051cb86a02d6cf28e898eb97bed01d99 Author: mabashian <mabashia@redhat.com> Date: Thu Jun 20 11:33:15 2019 -0400 Fix border bottom on tabs commit 0a5f29ad22e3cbb95c4ba64de129e08d399b9fe8 Author: mabashian <mabashia@redhat.com> Date: Thu Jun 20 10:56:35 2019 -0400 Add basic routing for templates commit 7fee9e35c4cbb8fc56faef2db46610631ae6ea9a Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Jun 19 16:41:19 2019 -0400 fix jest.config.js so `npm run test-watch` works commit 012852ec53af77111254e8af697b47c3e8bc94fc Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jun 19 11:38:28 2019 -0400 alias top-level imports commit ee56e9ccfbbdfcd47f30255eff1ac9af9843834f Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Wed Jun 19 11:41:14 2019 -0400 Reorganize file locations/directory structure (#270) Reorganize file locations commit e3cb8d0447a03b4017f2287114a2a4710377d6f0 Author: Keith Grant <keithjgrant@gmail.com> Date: Tue Jun 18 12:32:22 2019 -0700 Add JSON/YAML components (#267) Add CodeMirrorInput and VariablesField Add components for syntax highlighting, YAML/JSON toggle commit c9a4cb76965878efb24bed6f23ed84bc10dda17c Author: Marliana Lara <mlara@redhat.com> Date: Tue Jun 18 12:07:08 2019 -0400 Reduce gap between organization list count badges commit 7a5cf4b81cd43ca5c4d20b8a7f096d0e859b8ded Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Mon Jun 17 13:52:05 2019 -0400 Add support for deleting templates on templates list (#266) Adds support for deleting templates from the templates list commit 096f5fb3244be15e9f3e5ba4f5cbe41eefdd0f26 Author: Marliana Lara <mlara@redhat.com> Date: Thu Jun 13 16:48:12 2019 -0400 Fix lint errors and pull in new content error and loading handler commit 416d30a189fe923a9b7741bb38ab9676086152ef Author: Marliana Lara <mlara@redhat.com> Date: Thu Jun 13 13:47:48 2019 -0400 Add close button to job detail and test commit cda5cc25b88b8c957cbd76f16159311324797b87 Author: Marliana Lara <mlara@redhat.com> Date: Wed Jun 12 16:54:01 2019 -0400 Add Job results skeleton tests commit 508d8311dd3c77b3c1a22432b0e1245ba49c754a Author: Marliana Lara <mlara@redhat.com> Date: Wed Jun 12 16:53:37 2019 -0400 Add Job results skeleton commit 54f9dd5e9830002c9bf0b09317b7ad64cd798b1f Author: Marliana Lara <mlara@redhat.com> Date: Wed Jun 12 16:52:42 2019 -0400 Add Job API model commit 4fe558392ab25f78c1f21bc763a584ad005ad71b Author: Marliana Lara <mlara@redhat.com> Date: Wed Jun 12 16:34:31 2019 -0400 Update organization card header and tabs to use styled-components commit e35f7acd058f7a581897e51a1aa94b12a9019072 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jun 14 09:41:49 2019 -0400 add test coverage for auth utils commit 4aa44909333dfabcce3d4315a4c81003aa94ad96 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jun 14 09:24:54 2019 -0400 add test coverage for api notification mixin commit e72f0bcfd48aad652eae22530a68d31f5318088e Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu May 9 15:59:43 2019 -0400 update content loading and error handling unwind error handling use auth cookie as source of truth, fetch config only when authenticated commit 91b8aa90ff94cfa25a49f5f08e4e1d04351a082d Author: catjones9 <catjones@redhat.com> Date: Mon Jun 10 16:54:05 2019 -0400 Added 'Max Hosts' field in the Add/Edit Organization view * max hosts field is enabled is user is superuser, otherwise it is disabled and default is 0 * OrganizationForm tests added for max hosts input * minMaxValue added in validators to validate user input for max hosts Signed-off-by: catjones9 <catjones@redhat.com> commit 5874becb004df52066ed2cfe4c8b7de0b25c099d Author: catjones9 <catjones@redhat.com> Date: Fri Jun 7 12:27:32 2019 -0400 Max Hosts shows up in Org Detail View Signed-off-by: catjones9 <catjones@redhat.com> commit 19b41743ded3116b6b532b9cf60ff5bc64fc0167 Author: Alex Corey <acorey@redhat.com> Date: Thu Jun 13 11:08:05 2019 -0400 215 templates list skeleton (#251) * adding package-lock.json * deleted unsured file * Removes and unused file * Fixes errant styling change * Fixes an error and uses a prop that PF recognizes * Updates PR to use API Modules * Fixes PR Issues * Addes tests to Templates * Addresses PR Issues * Revert package-lock.json commit ffcb655038f4b0bc3ed393d9a6be796ff325a9b8 Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Mon Jun 10 14:31:12 2019 -0400 Convert Tower logo/strings to AWX (#253) Sets up awx logo and strings commit 2ae93261d109fdce2f5b297ab99b7c2aab3b770c Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Fri Jun 7 15:48:09 2019 -0400 api.js refactor using classes (#250) Refactor api.js into an api module where endpoint specific models can be imported and used in components. commit a8c51670afaaf66ad1b8058e0a63fbf817c7f18d Author: catjones9 <50839195+catjones9@users.noreply.github.com> Date: Tue Jun 4 15:03:41 2019 -0400 Switched Selectable Card to styled components (#249) * Switched Selectable Card to styled components * styles.scss in AddRole/ removed * styles.scss import in index.jsx removed Signed-off-by: catjones9 <catjones@redhat.com> * Addressed PR linter issues Signed-off-by: catjones9 <catjones@redhat.com> * Switched Indicator and Label to styled components Signed-off-by: catjones9 <catjones@redhat.com> commit 9ba8feaec138193d54dd095f823ab27019aa6cb8 Author: John Mitchell <jmitchel@Johns-MacBook-Pro.local> Date: Mon Jun 3 10:20:13 2019 -0400 remove unused scss styles from app.scss commit 7452b82856e17f0b729bba3c44e2fda08d7ff10f Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue May 28 13:13:42 2019 -0400 addresses PR issues commit b7b17b9176b77b6c4ec71ad0f90cc73c01ce3af3 Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue May 28 11:42:17 2019 -0400 updates test issues caused by PF bump commit 29e17ac49e48e6bb4dd1c91632b3d10a37fb1b0d Author: Keith Grant <keithjgrant@redhat.com> Date: Tue May 28 08:49:03 2019 -0400 Standardize chip height (#213) * make all chips the same size * create DetailList, Detail components; clean up Chips, ChipGroup * delete BasicChip in favor of <Chip isReadOnly> * create our own ChipGroup to handle overflow commit 189e12f8b3250e95a3b41867c2ca2f00ae47be52 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu May 23 13:47:41 2019 -0400 Restore logo (#218) * move tower logo svg into component * switch to new logo in header & login screen commit 79d8b7422169c42c2a764175e98704b4bf8c7d71 Author: Keith Grant <keithjgrant@redhat.com> Date: Wed May 22 13:51:27 2019 -0400 redirect to remove trailing slash from URL commit 7965f94027914fbd090a8d62279e1cb604cfd583 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed May 22 08:46:16 2019 -0400 add waitForElement helper commit efc45ac1fa09817c64119aae815f90116bbbaa76 Author: Kia Lam <digitalanime@gmail.com> Date: Mon May 20 16:07:33 2019 -0400 Upgrade our packaging for NodeJS 10. - Update README.md - Bump certain dependencies to fix vulnerabilities. commit 8cd05679c20ec3e2dd3298d340820dc0c47c2169 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu May 16 21:51:43 2019 -0400 extract out PaginatedDataListItem commit 510d56b2455cd1d3d1082a73303dcc148d01d585 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu May 16 21:37:12 2019 -0400 refactor PaginatedDataList to renderToolbar prop commit 92d8948a830d6079117f0c6a483affe54fd5b386 Author: Alex Corey <alex.swansboro@gmail.com> Date: Fri May 17 11:11:11 2019 -0400 updates tests commit d3cc1a87716eccce492a2b68429d05abc29040ba Author: Alex Corey <alex.swansboro@gmail.com> Date: Fri May 17 11:10:44 2019 -0400 Adds AddOrgBtn to Orgs List empty state commit 7ff7517bdf25f5ea5e6ec33d262d0c74da0a4fb0 Author: Keith Grant <keithjgrant@redhat.com> Date: Fri May 17 07:47:17 2019 -0700 change pagination drop direction to up commit 957984d9e91f5ca7577efadef6e754bb23ac7d65 Author: Keith Grant <keithjgrant@redhat.com> Date: Thu May 16 16:09:58 2019 -0400 convert to PF Pagination component commit b45f3f6cab85b9fbc1cfafb770c13d0f30d6a41a Author: John Mitchell <jmitchel@Johns-MacBook-Pro.local> Date: Thu May 16 13:32:40 2019 -0400 fix inadverdently added extra notification toggle from conflicts commit 0f02daa64d25cf4d2ccaa5aa71be40554b7c49c4 Author: John Mitchell <jmitchel@Johns-MacBook-Pro.local> Date: Thu May 16 12:53:56 2019 -0400 run to generate po files commit 001fc1293cb7fae203d7a33c35c4404879bb6d0d Author: John Mitchell <jmitchel@Johns-MacBook-Pro.local> Date: Thu May 16 12:45:14 2019 -0400 fix lint error from removing api passing via props commit f4550900bbed0734f03ddc6290e995f22e4132ac Author: John Mitchell <jmitchel@Johns-MacBook-Pro.local> Date: Thu May 16 11:38:28 2019 -0400 update tests based on i18n changes commit e2de8e4d5fafad929d2192c9208f005f8cc2dc05 Author: John Mitchell <jmitchel@Johns-MacBook-Pro.local> Date: Wed May 15 11:20:20 2019 -0400 update i18n contributing guidelines commit 07664a05fdb51032b55016e16582d5e78b6e5292 Author: John Mitchell <jmitchel@Johns-MacBook-Pro.local> Date: Wed May 15 11:20:00 2019 -0400 update awx-pf to use withI18n i18n._ and t exclusively commit 4407aeac20fa7d6ca317b00ec4508ca3836857a8 Author: Keith Grant <keithjgrant@redhat.com> Date: Wed May 15 10:06:14 2019 -0400 Add namespacing for query params (#205) * use qs utils to namespace query params * refactor Lookup and SelectResource Steps to use PaginatedDataList * preserve query params when adding new ones * require namespace for QS Configs commit 457c6287a2ca5bc60f424ecc53378579ef2548e8 Author: Kia Lam <digitalanime@gmail.com> Date: Mon May 13 14:56:36 2019 -0400 General cleanup. - Fix tests. - Update snapshots. - Remove old import statement. - Add element ids for Sort and Search Components. commit 3322123dd4948f962979eb53d179ef36b2b6efe2 Author: Kia Lam <digitalanime@gmail.com> Date: Mon May 13 12:07:06 2019 -0400 Remove defunct external stylesheet. commit a53509b3593e008d9a874be97696cc2c06c54e63 Author: Kia Lam <digitalanime@gmail.com> Date: Mon May 13 12:05:07 2019 -0400 Refactor DataListToolbar component. commit a87c6ddf1b87c6c5c2ebb2e1b55e06d9ccf7a9bd Author: Kia Lam <digitalanime@gmail.com> Date: Fri May 10 17:21:31 2019 -0400 Convert DataListToolbar to a styled-component. commit 0ea4a4dedd169a812136c54a0aadd716d17f9afc Author: Kia Lam <digitalanime@gmail.com> Date: Fri May 10 12:27:19 2019 -0400 Convert toolbar button components to styled-components. commit cc192246d953ff71e6720913a23537fbff80aa3a Author: Kia Lam <digitalanime@gmail.com> Date: Mon May 13 18:42:08 2019 -0400 Make Orgs List page responsive. commit b640203f8895eeffcf772f04c97c5f809db8d114 Author: Marliana Lara <mlara@redhat.com> Date: Fri May 10 12:29:55 2019 -0400 Fix page header styles, search icon, and vertical separator commit 82c7052d6fc1cb9e0fdc5863beacc89a3724bab4 Author: Kia Lam <digitalanime@gmail.com> Date: Fri May 10 10:23:16 2019 -0400 Make Org Notifications page responsive. commit 349a9c7cc23387a264a2d99b1d60747ead8a1239 Author: Kia Lam <digitalanime@gmail.com> Date: Fri May 10 11:03:16 2019 -0400 Add `styled-components` library and its babel plugin. 💅 commit e7ec1c6ef80bafa08a0d06360ed807828a09416e Author: Keith Grant <keithjgrant@redhat.com> Date: Tue May 7 09:51:50 2019 -0400 convert OrganizationList to use PaginatedDataList (#192) * convert Org list to use PaginatedDataList * add ToolbarAddButton, ToolbarDeleteButton * pass full org into OrganizationListItem commit a011896cc0cbb5c399763a6d3f9cf31bfa5d38ba Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon May 6 11:11:27 2019 -0400 Update README.md commit 1200c23ebcca701b486212f8228379cedd9e52b3 Author: Alex Corey <alex.swansboro@gmail.com> Date: Fri May 3 14:26:19 2019 -0400 addressing PR issues commit b8b22093353dc759b5c1c0e97fed070905fe5f9a Author: Alex Corey <alex.swansboro@gmail.com> Date: Fri May 3 10:20:32 2019 -0400 add bottom border to org tabs commit f14934f42cb2de7dde6112f2b6722b617cbfcfcf Author: Kia Lam <digitalanime@gmail.com> Date: Fri May 3 09:59:10 2019 -0400 Translate tooltip block. commit a3fdb4aee3fc83e4de96ca5a2bc678db43b9e90c Author: Alex Corey <alex.swansboro@gmail.com> Date: Thu May 2 13:38:51 2019 -0400 add bottom border to tabs commit cc0b2bb5b4f34aa1e0c05ac0d2ebb93002414fda Author: Alex Corey <alex.swansboro@gmail.com> Date: Thu May 2 14:34:17 2019 -0400 added props to Proptypes commit c6de6b8f25e331fb63d22e90f66f925710bf3410 Author: Alex Corey <alex.swansboro@gmail.com> Date: Thu May 2 14:34:17 2019 -0400 added props to Proptypes commit 516aecf7de7e8144f1105a46ebeece2b37bc46ae Author: Marliana Lara <mlara@redhat.com> Date: Thu May 2 11:43:13 2019 -0400 Use recommended PatternFly Base CSS commit eea3d72ffc0c4a46780ee881b4e7b79dca36a04f Author: Keith Grant <keithjgrant@redhat.com> Date: Thu May 2 10:02:45 2019 -0400 add CardCloseButton tests commit 1490235752561a332bd13fe89e120609ab03ec8f Author: Keith Grant <keithjgrant@redhat.com> Date: Thu May 2 08:34:09 2019 -0400 adjust spacing of org add/edit form, add CardCloseButton commit b136ce1e1d4b9456d995b4cea7f812e8aa07a98a Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed May 1 15:48:08 2019 -0400 updating PR issues updated snapshot test commit f704f320b54fc336182fc165b840ed4bd1a40ec4 Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed May 1 11:05:29 2019 -0400 address pr issues commit c4a4275a89fd685576072c194c187ffca1b18835 Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Apr 30 13:41:17 2019 -0400 updated snapshot of failing test commit 64d4b71ec960495f59c82acf5dc2e4ef641b617c Author: Alex Corey <alex.swansboro@gmail.com> Date: Mon Apr 29 10:41:57 2019 -0400 UX improvements commit 1be496cfc10f6a77062349a7687c182e72e51fd5 Author: Keith Grant <keithjgrant@redhat.com> Date: Wed May 1 13:50:00 2019 -0400 Patternfly upgrade (#188) * correct spacing after PF update * update wizard layout/borders for PF upgrade commit 5287af1b9fcaa9d049128ab4cda9dfe44c0379eb Author: Kia Lam <digitalanime@gmail.com> Date: Tue Apr 30 11:05:08 2019 -0400 Add logged in username to top level header bar. commit f71421f60ab63da3bec31328d13e0d8c398be41a Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Apr 30 10:22:25 2019 -0400 removed orgsToDelete and fixed other tests commit f4da620c4d8f51068d64ab7ad8c96125977e771b Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Apr 30 09:48:42 2019 -0400 updating PR commit ffade973a9cb4c1aa122c08ac2941a6e83d89f81 Author: Keith Grant <keithjgrant@redhat.com> Date: Tue Apr 30 08:19:19 2019 -0400 upgrade to patternfly 2.x, pf/react-core 3.x (#184) commit 1bae944b85bf44e155f78a01ea50a46451506644 Author: Alex Corey <alex.swansboro@gmail.com> Date: Mon Apr 29 17:29:40 2019 -0400 fix tests and function name changes commit 33f7bf67e142b08c84b19b379088c6f97b83c861 Author: Alex Corey <alex.swansboro@gmail.com> Date: Mon Apr 29 17:00:04 2019 -0400 fix merge conflicts commit bdad9ac8f92d3d90287c6605ffed5baf88ff1adc Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Apr 29 10:05:14 2019 -0400 use 'handle' notation for header toolbar methods - 'handleFoo' is for methods defined on the component - 'onFoo' is for naming function props that can be passed to the component from its parents commit ee5b4b072ba25d2507c4bf86cb7622e4a22ca17d Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Apr 29 11:35:06 2019 -0400 fix unit and functional tests commit 9d66b583b70024a86e412ab270b7b0c9872dfe3b Author: Keith Grant <keithjgrant@redhat.com> Date: Mon Apr 29 10:08:50 2019 -0400 158 paginated data list (#180) * working: rename OrganizationTeamsList to PaginatedDataList * convert org notifications list fully to PaginatedDataList * update NotificationList tests * refactor org access to use PaginatedDataList * update tests for org access refactor; fix pagination & sorting * restore Add Role functionality to Org roles * fix displayed text when list of items is empty * preserve query params when navigating through pagination * fix bugs after RBAC rebase * fix lint errors, fix add org access button commit 8cfe74a854793e511ec62e3d0b841e64ab60f118 Author: mabashian <mabashia@redhat.com> Date: Fri Apr 26 11:02:16 2019 -0400 Code cleanup, renaming functions, use .all() on config promises commit e5dda696d7305c941c911b001be81f60575ebc12 Author: mabashian <mabashia@redhat.com> Date: Wed Apr 24 10:09:17 2019 -0400 Add new tests for rbac on some of the org pages commit 82db7df6b35de234cf1d8cabd5f0fec12a506897 Author: mabashian <mabashia@redhat.com> Date: Tue Apr 23 15:19:46 2019 -0400 Remove errant comment commit f57876b6d9e638e0cb5bc2a0ab3e777e07187704 Author: mabashian <mabashia@redhat.com> Date: Tue Apr 23 14:55:06 2019 -0400 Fix existing test failures commit 38bb4f3f3c24829a0760b527d6a33e5c83e0bd7f Author: mabashian <mabashia@redhat.com> Date: Tue Apr 23 13:27:00 2019 -0400 Fix merge conflicts commit 5ae7cbb43ad24080fb55923c995140728ff635e9 Author: mabashian <mabashia@redhat.com> Date: Thu Apr 18 13:31:03 2019 -0400 Add RBAC to org views commit df87681e6d80c1cf18181c2a480464543bd7437f Author: mabashian <mabashia@redhat.com> Date: Tue Apr 23 12:20:08 2019 -0400 Fix linting errors commit 621cc3f83933e63d76190ca8f092f6c8d5e68cc2 Author: mabashian <mabashia@redhat.com> Date: Tue Apr 23 11:04:44 2019 -0400 Fix rebase errors commit e8d73babaf80b645fccc87639495d9d5bd97610f Author: mabashian <mabashia@redhat.com> Date: Mon Apr 22 17:15:32 2019 -0400 Rebase and incorporates feedback commit 9880f1e1249e09ce7dbd8ad3596275d568abf69e Author: mabashian <mabashia@redhat.com> Date: Thu Mar 28 09:53:59 2019 -0400 Removes the need to pass default search params to the select resource step commit a1002b03fa33c591b6952358f33c5ca3de067f2b Author: mabashian <mabashia@redhat.com> Date: Wed Mar 27 17:27:27 2019 -0400 Add roles modal to org access list commit 261980f18e73182bbd0debf00973fdf655feb7ff Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 22 16:34:33 2019 -0400 update components tests to use mountWithContexts when relevant commit 986641de9fb4d8a48b5de6b290a9c3259ee45115 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 22 16:33:12 2019 -0400 Fix ORganizationTeams test commit 6f789b661fd8c82b68cdf279cab1d06681c6911c Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 22 15:43:47 2019 -0400 Fix NotificationList tests commit 667cbb0c203133486968e1280748b676e6d767e5 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 22 15:11:28 2019 -0400 update the rest of the organizations tests commit 54499dbf690db958c1290f615236dd4d3b5768ae Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 18 17:18:19 2019 -0400 update OrganizsationAccess and OrganizationAccessList w mountWithContexts commit a6f79c646dd4066986a3e4e193d06593dfecd314 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 18 13:54:41 2019 -0400 update organization add test to use mountWithContexts commit ce49cb9ba4c55533e0c8d6dd2efae50631a067f6 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 18 13:53:05 2019 -0400 fix config context if value passed by props not getting overwritten commit 5030eb35b6944c4398a8ae33c894721c242788b4 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 18 13:10:17 2019 -0400 migrate App.jsx to mountwithContext commit 8fa9535b98cf7fc8f77a541bae482d52424523b9 Author: Alex Corey <alex.swansboro@gmail.com> Date: Thu Apr 18 13:07:10 2019 -0400 styling changes commit e1333f5e001edc7eaa64fff2c8eb33c9b1698a2c Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 18 10:52:35 2019 -0400 move value by prop in providers to consistent interface commit ae72d8dce5cd6855d6a64a5aa6ee029d7209f3e5 Author: Keith Grant <keithjgrant@gmail.com> Date: Thu Apr 18 10:03:06 2019 -0400 Context test tools (#168) * add enzyme test helper with lingui provider * add router context to enzyme test helper * get 18n, router, & config contexts rendering together in enzyme helper * add config context to enzyme helpers * add network and dialog contexts to enzymeHelpers * convert OrganizationForm tests to use new mountWithContexts helper * default all context value keys to default unless provided * document use of mountWithContexts() * fix typo in CONTRIBUTING.md * update Organizations to use mountWithContext commit 2067718c0e314a7999159989bffa6ccc9514af70 Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Apr 17 16:28:31 2019 -0400 fixed tests commit 25db22e0720ae02e9c89e30cbec88209efa506ef Author: Keith Grant <kegrant@redhat.com> Date: Wed Apr 17 15:45:42 2019 -0400 fix RoutedTabs tests Signed-off-by: Alex Corey <alex.swansboro@gmail.com> commit ca6153c95502edcfa89159c756abb6a8bf766ebf Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Apr 17 13:47:23 2019 -0400 RoutedTabs is now a functional component commit 76a7a76e81e5fd049771b319439032c591b2f40c Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Apr 16 15:03:22 2019 -0400 refactoring and updating tests commit 2daf202e52f1756db30959ef301402227001180e Author: Alex Corey <alex.swansboro@gmail.com> Date: Mon Apr 15 13:31:44 2019 -0400 addresses PR issues commit 178d519f6e4b44aa86d96ba22dfadaf0e0d1248e Author: Alex Corey <alex.swansboro@gmail.com> Date: Fri Apr 12 10:44:24 2019 -0400 Remove unwanted committed file commit a414c4e60ec1c3dbe9e79443416a54e3cea4143a Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Apr 17 11:54:22 2019 -0400 don't use --watch by default when running tests commit 468a290ba6a55d541b942b7cf28129757145b294 Author: Jake McDermott <yo@jakemcdermott.me> Date: Tue Apr 16 09:09:14 2019 -0400 update vulnerable dependencies commit 53f564068f0652fa1223972d71c310aa629f3d34 Author: mabashian <mabashia@redhat.com> Date: Fri Apr 12 16:09:32 2019 -0400 Remove leftover isCompact references commit e11c2df6b6e425b4d470cefe915313df9bf62ddf Author: mabashian <mabashia@redhat.com> Date: Fri Apr 12 10:05:18 2019 -0400 Remove expand/collapse from org access list commit 526b640329046914d39e23f152db8c262239c634 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Apr 12 15:23:45 2019 -0400 fix translation marked org and org access list strings commit 63894bf82217c42cb3393b5fd55c2d57413cfc14 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Apr 12 14:35:35 2019 -0400 update Promise.all map functions to not be async commit b9e0b2e0ade87ab7d4f71f52280b9a3fcf0e1a18 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Apr 12 14:35:18 2019 -0400 update to correct grab handleHttpError from props instead of state commit 83e6255ba45e4892eae8066f9427c4d26a5905a6 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 11 17:16:42 2019 -0400 update NotifyAndRedirect to function component commit 09a950570e87a9620c63737f634516f650d24bc3 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 11 17:10:32 2019 -0400 Update provider export syntax commit 64aecb85fa789198308dd4e9454814157193b076 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 11 17:07:46 2019 -0400 move router setup to RootProvider commit 85b9b4f896855f415a4082bf47cad07d4522b8ab Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 11 16:18:08 2019 -0400 add missing link to react docs about context commit a808462a3d06c2207fdbdf266cdb6027bc30d88c Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 11 12:40:27 2019 -0400 remove test.only causing org access tests to skip commit b17fb8a596403b3627b606e7fd3e9410e9e4f521 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 11 12:36:19 2019 -0400 Add handleHttpError prop to stop error from org detail test commit bab7095d67816a53eec32270bb17c06d9ea32eea Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 11 12:00:39 2019 -0400 Update qs path imports to include util commit e36320174cf7d216aa9919fe3da0df005232dd6d Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 11 11:58:15 2019 -0400 Add contrib docs based on context changes and move qs to util dir commit abc37334492441043f074b2630fb13ec337f7023 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Apr 11 11:06:39 2019 -0400 fix test after rebase of org teams update commit 344713f93866cec8c3c367b9080701a9d9e55dee Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Apr 10 11:16:20 2019 -0400 fix unit tests for network handling commit ad0e409448644c22494f52623ad964caedaa6caa Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Apr 9 10:39:47 2019 -0400 do 404 modal redirect on unknown routes commit 81267c7212b239d839c62e89ae0360116141fc16 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 8 14:10:06 2019 -0400 update language and stylign for all warning/danger modals commit fa232a94bd889c0766d3938095005eb067e709f5 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 8 12:34:02 2019 -0400 update api calls to utilized network context commit 722ae932ab595e7641b14fb72b0086eae5ece50e Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 8 12:20:44 2019 -0400 update login modal to grab error from RootDialog commit aea4a04c66b49635eed07b2fe37ea50df03ed7a8 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 8 12:19:13 2019 -0400 add RootDialog and Network contexts, update app bootstrapping commit e20cf72dd6578b9006e72079b61005de28998ba0 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 8 12:17:34 2019 -0400 add AlertModal component and update styling of delete confirmations commit af3419c2dda8e9e09c0caff34604a76461e036d3 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Apr 8 11:46:11 2019 -0400 update eslint to allow short circuit ternary chains commit c4ffc582287211cae81e9c5ea470d853dda1c95f Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Apr 10 14:16:22 2019 -0400 addresses PR issues commit 731da8049b235433680320921d660abd120e6ec2 Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Apr 10 08:48:52 2019 -0400 Adds tooltip to username and help icon. commit 909c5e77c402941a950e8ea2d06d27c62ef0d62b Author: Keith Grant <kegrant@redhat.com> Date: Wed Apr 10 09:55:57 2019 -0400 rename all test files to *.test.js commit 2ab688932d9aa84fbb90d7a6cf2ee5eef21ca492 Author: Marliana Lara <mlara@redhat.com> Date: Tue Apr 9 11:37:43 2019 -0400 Remove org list links commit 70137dea5a60a8d4d4f91523bbcddc8e7da947fb Author: Keith Grant <kegrant@redhat.com> Date: Mon Apr 8 10:05:22 2019 -0400 fix tests for OrganizationTeams, OrganizationTeamsList commit 212d3d517d86507cf71b36689c4d47e0a0c02b77 Author: Marliana Lara <mlara@redhat.com> Date: Fri Apr 5 15:39:14 2019 -0400 Replace lookup with patternfly's input group component and 'fix' the height commit c0b882d6fb97a25575c2fcb50336f3e9b8873419 Author: Alex Corey <alex.swansboro@gmail.com> Date: Fri Apr 5 12:01:04 2019 -0400 fixes progress bar commit a42a1bfa17bf6dda18918f3d8dd96c422351e2d1 Author: Alex Corey <alex.swansboro@gmail.com> Date: Fri Apr 5 11:29:48 2019 -0400 Addresses PR feedback commit 89ecddf6624a302f26da77635f84d2c22bcaba81 Author: Keith Grant <kegrant@redhat.com> Date: Fri Apr 5 10:52:52 2019 -0400 refactor OrganizationTeams/OrganizationTeamsList commit de55ec168895090778e42aa6dd1b8b2e585df7eb Author: Alex Corey <alex.swansboro@gmail.com> Date: Mon Mar 25 11:30:40 2019 -0400 Add alert for org. delete. commit 868ad511584b97a125067169795c47b35f96f376 Author: Marliana Lara <mlara@redhat.com> Date: Fri Apr 5 09:58:19 2019 -0400 Set static value to const variable commit c2a223bbb4674515024bb005231492d4d4d5d94c Author: Keith Grant <kegrant@redhat.com> Date: Thu Apr 4 09:17:33 2019 -0400 delete unused method commit 268d50a339e3b6aff9f354d932eb523ce53822ea Author: Marliana Lara <mlara@redhat.com> Date: Wed Apr 3 12:24:24 2019 -0400 Update Org Details UX layout and add show more/less to instance groups field commit 8700f32ffc89f0144692553213644404488a24e6 Author: Keith Grant <kegrant@redhat.com> Date: Wed Apr 3 13:29:25 2019 -0400 fix tests eslintrc commit 9781c22c3f9ae80f7fb5a1b9ef4104f7714ef426 Author: Keith Grant <kegrant@redhat.com> Date: Wed Apr 3 13:16:29 2019 -0400 update tests to match new ids commit 0c63a574187e0e8c4f51338063b6fc1927b9550f Author: Keith Grant <kegrant@redhat.com> Date: Wed Apr 3 09:13:26 2019 -0400 improve org form input ids commit 3f2cc53992fcc1469031ee721d78d468ec4e5076 Author: Keith Grant <kegrant@redhat.com> Date: Fri Mar 29 14:28:41 2019 -0400 fix tests eslintrc commit 20f27f40627d6e2e031ad6ce33c0a3f16c40bff2 Author: Keith Grant <kegrant@redhat.com> Date: Fri Mar 29 14:22:09 2019 -0400 make InstanceGroupsLookup tooltip customizable via prop commit 40b88da9ddaad9ead17f6f84dc38292b15314a6f Author: Keith Grant <kegrant@redhat.com> Date: Fri Mar 29 13:50:17 2019 -0400 add FormRow component; rename unwrapped components with underscore commit 2002d48bcc0e5f811afce746a22ca21dfa8c4a3e Author: Keith Grant <kegrant@redhat.com> Date: Thu Mar 28 16:44:44 2019 -0400 minor tweaks commit 6353d5e410e8ec2a2b6642cc85d146d7285b642e Author: Keith Grant <kegrant@redhat.com> Date: Thu Mar 28 13:02:04 2019 -0400 update tests for org add/edit refactor commit cc0fd6beb6dff9494f8a1f7a801cc2f1aa96f725 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Mar 28 10:42:17 2019 -0400 fix openDeleteModal with button test commit f3a07753e6e64751f2ed212f6f1578aaabb709c9 Author: Alex Corey <alex.swansboro@gmail.com> Date: Mon Mar 25 11:30:40 2019 -0400 Add alert for org. delete. commit 64e933acb4f3bea3f8b51230d2063f08dda8d062 Author: Keith Grant <kegrant@redhat.com> Date: Wed Mar 27 15:29:46 2019 -0400 refactor out OrganizationForm; share between add & edit commit 40b25396265840c6fd5a2c8f5ebb6275d1ac8354 Author: Keith Grant <kegrant@redhat.com> Date: Wed Mar 27 10:42:06 2019 -0400 rework org edit form to use Formik commit a430b5bf9ac16f41ee9bb4c53d29d915e5bdc886 Author: Alex Corey <alex.swansboro@gmail.com> Date: Thu Mar 21 13:55:12 2019 -0400 fixes function naming to match our naming convention in the org. notifications. commit aeed1d8ee969e2a72eed799399b51d7eb9d1962d Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Mar 26 17:06:43 2019 -0400 one org teams rename spelling issue commit 5419434daac50b1cff3ffd7234f1d08f87023443 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Mar 26 17:04:34 2019 -0400 rename org teams functions based on guide commit 9b314a6f2f67e1e6d040fc8bd7b10c1469024f1f Author: mabashian <mabashia@redhat.com> Date: Tue Mar 26 11:47:01 2019 -0400 Upgrade pf react-core to 2.9.2 commit 02cd188c2fbbe0045149f43f2348e0665b067070 Author: Keith Grant <kegrant@redhat.com> Date: Mon Mar 25 15:40:20 2019 -0400 rename onX methods to handleX commit f3a6da20f60355ce4d6cd4e748866e1d0f990eae Author: Keith Grant <kegrant@redhat.com> Date: Mon Mar 25 11:59:14 2019 -0400 create InstanceGroupsLookup for org add/edit forms commit f0c94c7e9c630d195e4f342c71b1d3e938575e0f Author: Keith Grant <kegrant@redhat.com> Date: Mon Mar 25 11:56:29 2019 -0400 stub api in org add/edit tests commit 7e414ace5a9400b241316ed4dc8d996a74c86ba2 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Mar 21 13:12:12 2019 -0400 add org teams list commit e3a6a2004984baa5aa8e29fbab3289d9636dc2f1 Author: Kia Lam <digitalanime@gmail.com> Date: Thu Mar 21 12:51:23 2019 -0400 Update contributing doc to include: - Method naming convention - Initial Empty State convention commit d30aed9231431ff1ce6ac6bff557d9c8ddd680ff Author: mabashian <mabashia@redhat.com> Date: Tue Mar 19 16:41:18 2019 -0400 Upgrades pf deps to latest commit fc80470e5d3a1fc31ed1adbbd7cbf587a6c10a24 Author: mabashian <mabashia@redhat.com> Date: Thu Mar 14 13:36:50 2019 -0400 Normalize event callback function names in search and sort components commit 3596d776fcc34f4518251c2635f9ff40f7910c7e Author: mabashian <mabashia@redhat.com> Date: Wed Mar 13 15:40:27 2019 -0400 Refactor of DataListToolbar. Creates a number of smaller components used by the toolbar. Adds support for passing in an add button node to the toolbar. commit a4493cd02b59825baf4e5b5b49cd1045095922b1 Author: Kia Lam <digitalanime@gmail.com> Date: Mon Mar 18 09:32:11 2019 -0400 Add empty initial states and adjust rendering logic. commit a5683fb3549f35132eed04700b798a02cf276009 Author: Kia Lam <digitalanime@gmail.com> Date: Thu Mar 14 10:41:28 2019 -0400 Clear mocked methods after each test to prevent overlaps with other tests. commit 518ecee53e8fbbea0d05dcef8d9ef51f1393bc2f Author: Kia Lam <digitalanime@gmail.com> Date: Thu Mar 14 10:35:54 2019 -0400 Apply padding to Alert component. commit 6bd5ee4201a4d6634386f5beef7c3c45bd18f2d1 Author: Kia Lam <digitalanime@gmail.com> Date: Wed Mar 13 17:12:16 2019 -0400 Move test for AccessList. commit 390832cc1ad2c8eaddd107fa7df5e67b63e5d0ad Author: Kia Lam <digitalanime@gmail.com> Date: Wed Mar 13 16:46:50 2019 -0400 Rename AccessList to OrganizationAccessList and fix paths. commit c6d810621fb3caef3023db4807e2d7c5c9558531 Author: Kia Lam <digitalanime@gmail.com> Date: Wed Mar 13 16:37:03 2019 -0400 Move AccessList out of components directory. - The AccessList component is pretty specific to the Organization component, and given the structure and methods within it, is pretty context-specific and not a good candidate to be a re-useable component. commit 91e4679311f08de2e3c03e77c354df6f61edc42c Author: Alex Corey <alex.swansboro@gmail.com> Date: Wed Mar 13 11:30:35 2019 -0400 adds test to ensure page size option dropdown is removed is no page size option is passed in. commit 0495214f475b6d695c5ba3a616349ee7058fe5b2 Author: Kia Lam <digitalanime@gmail.com> Date: Wed Mar 13 15:59:42 2019 -0400 Address PR feedback. commit 198dfe7f2e1e2d92ee0938e0ca2dc625ed9a4fdd Author: Kia Lam <digitalanime@gmail.com> Date: Wed Mar 13 14:44:12 2019 -0400 Add unit test to check state when user tries to delete a role. commit 24f0fe29806ea6d5caad4e3f5d42179a9e010b9d Author: Keith Grant <kegrant@redhat.com> Date: Tue Mar 12 16:04:22 2019 -0400 increase space next to organization notifications commit 188eaede43fcf79504f76537164ab3931fe3b6c5 Author: Keith Grant <kegrant@redhat.com> Date: Tue Mar 12 15:24:36 2019 -0400 switch to PatternFly Tooltip everywhere commit bbb31eb4781e40e3e0cfcc4c6ae337e832f1fcbf Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Mar 12 15:03:21 2019 -0400 fix pagination page input and componentDidUpdate tests commit d96b88e495903a8f75f14642042ff7bed0fcb7a8 Author: Alex Corey <alex.swansboro@gmail.com> Date: Tue Mar 12 12:28:42 2019 -0400 add pagination test commit 601214f6d42a7dd60eb95c268b7bd75f58dea80e Author: Keith Grant <kegrant@redhat.com> Date: Tue Mar 12 11:48:29 2019 -0400 add close (x) button to Add Org screen commit 5b3f5206c4c2ec5dfd3125b2df9c4bfe20acc662 Author: Keith Grant <kegrant@redhat.com> Date: Tue Mar 12 08:58:12 2019 -0400 add tooltips to add organization form commit ecb7306c4670196f03e3d215168527721277f00c Author: Keith Grant <kegrant@redhat.com> Date: Mon Mar 11 14:41:46 2019 -0400 Adding organization: add inputs helper text commit 3b65068258e34d7469b0d2e4caad64381bcb0921 Author: Kia Lam <digitalanime@gmail.com> Date: Fri Mar 8 13:56:27 2019 -0500 Add remove role functionality. commit 4d15df2b4853c25a32d244c5131ee9c260ecf4cf Author: Keith Grant <kegrant@redhat.com> Date: Wed Mar 6 14:30:21 2019 -0500 fix pagination text when items displayed matches number of items per page commit 9f86fc2def5d2cef346de0373949b42eb3926fb6 Author: Kia Lam <digitalanime@gmail.com> Date: Tue Mar 5 12:01:06 2019 -0500 Respond to PR feedback. commit 35ecd8321482299ebf2a720cb05959b4847625ad Author: Kia Lam <digitalanime@gmail.com> Date: Mon Mar 4 14:38:58 2019 -0500 Some cosmetic changes. - Reverse order of Expand/Compact icons in DataListToolbar to Compact/Expand. - Make Expanded the default view for Access Lists. - Make role badge styling closer to Chip component styling. commit bf7e6201a2dd4b95bfbc42a8b46c892645e7a9bc Author: Kia Lam <digitalanime@gmail.com> Date: Fri Mar 1 10:12:36 2019 -0500 Refactor Access List. - Derive Team Roles without making extra API call. - Consistent variable naming convention use camelCase. - More informative error display. commit a3a80bc23eaab7ec07f2d45ae0656d1cbb902b24 Author: Kia Lam <digitalanime@gmail.com> Date: Wed Feb 27 18:03:15 2019 -0500 Fix prop errors in unit tests. commit 5659270d3e04413f971ef1aa0c24e3a47991cb76 Author: Kia Lam <digitalanime@gmail.com> Date: Wed Feb 27 17:30:02 2019 -0500 Add unit test for Access List component. commit 053b21e832195358fa5fa0937d8beae789c0eb09 Author: Marliana Lara <mlara@redhat.com> Date: Tue Feb 26 14:21:27 2019 -0500 Use ternary operator in Org Edit form commit 1443625d89c844ed9b8c807bebb2a2dde1cce63c Author: Kia Lam <digitalanime@gmail.com> Date: Tue Feb 26 13:23:34 2019 -0500 Abstract out Access List as shared component. commit 3cd54c45ebebe17e340ce5f3f3e5142d9a4ea1c4 Author: Kia Lam <digitalanime@gmail.com> Date: Tue Feb 26 08:39:13 2019 -0500 Add Access List to Orgs. commit a7b51c526a0913a0fb89a4142f45f2f90944269d Author: Marliana Lara <mlara@redhat.com> Date: Mon Feb 25 11:42:18 2019 -0500 Update Lookup chip test commit ffefba9bf9aeab6e4e7aa89fbe80a16de0862cd1 Author: Marliana Lara <mlara@redhat.com> Date: Mon Feb 25 11:05:42 2019 -0500 Fix bug where lookup parent state is not updated on toggleSelected commit ff339e0eba6c8ce44be40c3c303aaf98805a353b Author: Marliana Lara <mlara@redhat.com> Date: Mon Feb 25 09:15:21 2019 -0500 Update org edit form layout and remove chip group component from lookup; commit c3fc00c45a7dc904f93ffab8f0f001706abc5c9d Author: Marliana Lara <mlara@redhat.com> Date: Fri Feb 22 14:53:47 2019 -0500 Add Organization Edit tests and fix Lookup unit tests commit d2cf2c275b5a44f3ae02f3d6f7b4326b519def8d Author: Marliana Lara <mlara@redhat.com> Date: Fri Feb 22 14:53:17 2019 -0500 Add Organization Edit view commit f1fefbf5f08cbe816cf0de2e2373e7219ecff889 Author: Marliana Lara <mlara@redhat.com> Date: Fri Feb 22 14:51:38 2019 -0500 Add organization details patch and instance groups disassociate methods to api commit b6eacbab86358176b14e983793931d4d82d9fa2a Author: Marliana Lara <mlara@redhat.com> Date: Fri Feb 22 14:47:25 2019 -0500 Rename createInstanceGroups api method to associateInstanceGroup commit 92d3cb6dc4c7fefbc2695210ae1dfccf497e4836 Author: Marliana Lara <mlara@redhat.com> Date: Fri Feb 22 14:35:58 2019 -0500 Replace Lookup tags with pf-react Chip component commit e28776962d480ee23c5547bd951165d6d886f9d9 Author: mabashian <mabashia@redhat.com> Date: Wed Feb 20 14:52:11 2019 -0500 Fixes left margin on notifications tab commit 87d9df587614410c575dbe17b42f9bea5fb1ad38 Author: mabashian <mabashia@redhat.com> Date: Wed Feb 20 13:28:06 2019 -0500 Fixes modal button margin and focus border on toolbar buttons commit 56bd145f216a0a555bc18a0345aa1de6f432f3ca Author: mabashian <mabashia@redhat.com> Date: Wed Feb 20 11:30:45 2019 -0500 Adds sort to IG modal commit 581ec8860b55cb557d1439b6e5a78470d2b04da4 Author: mabashian <mabashia@redhat.com> Date: Thu Feb 14 12:41:16 2019 -0500 recompile strings to fix Foo being displayed instead of My View commit 83982d5e2ef58ec6186d2a6c6060d3c9106a92eb Author: Marliana Lara <mlara@redhat.com> Date: Tue Feb 19 16:34:27 2019 -0500 Fix Modal footer button styles commit 8be86636657ef77da6a2612d560d7d0ad01178ea Author: Marliana Lara <mlara@redhat.com> Date: Tue Feb 19 16:14:28 2019 -0500 Fix AnsibleSelect tests commit 740a9c1e614f8f1ed7ef247320030ccfc29cfd3a Author: Marliana Lara <mlara@redhat.com> Date: Tue Feb 19 15:59:11 2019 -0500 Remove pf base css import and tweak styles commit 9229c8e724eb00e7492d66590a1c0407dff7b4af Author: Marliana Lara <mlara@redhat.com> Date: Tue Feb 19 14:24:36 2019 -0500 Add translations to AnsibleSelect commit 7567a6b36ac06faefa5a398260038b82dc421d8c Author: Marliana Lara <mlara@redhat.com> Date: Mon Feb 18 14:29:05 2019 -0500 Fix Org Detail Action button margin commit 240d07b6d4fae4f77bca3e42dbf5ba7b0813b15d Author: Marliana Lara <mlara@redhat.com> Date: Sun Feb 17 22:58:08 2019 -0500 Refactor styles and remove patternfly utility classes commit 09107aef1f94079cbe2eb0ee6b89e7ffbb4fade6 Author: Marliana Lara <mlara@redhat.com> Date: Sun Feb 17 22:34:14 2019 -0500 Amend LoginForm component to use updated helperText props for @patternfly/react-core 2.1.8 commit 68225d191a24e7ae366d9efdb69437d5982bf42e Author: Marliana Lara <mlara@redhat.com> Date: Sun Feb 17 22:24:38 2019 -0500 Remove old BackgroundImageSrc tokens for @patternfly/react-core 2.1.8 commit 58f273347c9759f17e42b048366f1458e8f45a89 Author: Marliana Lara <mlara@redhat.com> Date: Sun Feb 17 22:20:52 2019 -0500 Remove heroImgSrc props for @patternfly/react-core 2.1.8 commit c4065a54bd29033e5b5e08ef8961273b5044647b Author: Marliana Lara <mlara@redhat.com> Date: Sun Feb 17 21:57:00 2019 -0500 Rename Select components to FormSelect for @patternfly/react-core 2.1.8 commit 50ebf6517852cdfff537fd0031525f06781aa9d8 Author: Marliana Lara <mlara@redhat.com> Date: Sun Feb 17 21:51:02 2019 -0500 Update @patternfly/patternfly-next references to @patternfly/patternfly commit f5f67627dbcc9128d7c75a5d08a556151d718c08 Author: Marliana Lara <mlara@redhat.com> Date: Sun Feb 17 21:43:25 2019 -0500 Update @patternfly/* dependencies * Remove @patternfly/react-styles dependency commit f9d615fdee7e8f55bbdd1e33b9bf8b415a2f3121 Author: kialam <digitalanime@gmail.com> Date: Tue Feb 19 11:28:17 2019 -0500 Fix unit tests. commit da8c3f6c430faf148dfbbb872e9d84b1eec66023 Author: kialam <digitalanime@gmail.com> Date: Tue Feb 19 10:24:26 2019 -0500 Enable submit button by default. commit c3493b0539daf2bd3ccae8410d2914396cc4fdbb Author: kialam <digitalanime@gmail.com> Date: Tue Feb 19 10:19:47 2019 -0500 Remove unused method. commit bba1c4f5b6ee3b36604cfeab6ca1f07f8bcd2ecd Author: kialam <digitalanime@gmail.com> Date: Tue Feb 19 10:18:03 2019 -0500 Restore FormGroup to parent Add Org component for AnsibleSelect. commit 2a254ea538113289ce2871cba209243b4f923ba4 Author: kialam <digitalanime@gmail.com> Date: Fri Feb 15 15:20:02 2019 -0500 Add typechecking to contributing guide. commit b340d49cb71a90eca082f95a5d3d5f64aa5082bf Author: kialam <digitalanime@gmail.com> Date: Fri Feb 15 15:08:52 2019 -0500 Integrate proptypes for our shared components. - Fix unit tests. - Fix linter errors. commit 7c009fc315f9b94d077c73930a8f372e420deebe Author: kialam <digitalanime@gmail.com> Date: Thu Feb 14 10:53:53 2019 -0500 Update unit tests to use new props. commit b4007c7e043404563c71bdced968580b50ab05fe Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Feb 13 15:40:46 2019 -0500 put FormGroup component in form instead of in AnsibleSelect component commit 1f07fc84943a23e40cc7c78b99eb4aba51037abb Author: kialam <digitalanime@gmail.com> Date: Tue Feb 12 10:27:57 2019 -0500 Make default option selectable but return null value. commit 2b18cee9c01a729d08d1bf4273c356e5a97ac043 Author: kialam <digitalanime@gmail.com> Date: Tue Feb 12 09:42:41 2019 -0500 Fix linter errors and add test to AnsibleSelect component. commit 97477b789af40e028ff524e9c996417173ee1c81 Author: kialam <digitalanime@gmail.com> Date: Mon Feb 11 13:53:54 2019 -0500 Add default option for AnsibleSelect dropdown. commit f2ab7f62b97648e0649fe81051b77cd6bd8f6987 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Feb 13 15:09:14 2019 -0500 fix disabled of submit button commit 35c94e9cd83dd9c4b4bfb7fd5af38eda21ff111c Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Feb 13 14:52:11 2019 -0500 update selected to value in AnsibleSelect commit de658939c59c8adf78bc434c537e44142f297062 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Feb 13 10:50:04 2019 -0500 add default value to props destructure statement commit cbc1ae88759a6d09621ab5ae6724d888ef851238 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Feb 13 10:34:32 2019 -0500 fix tests based on AnsibleSelect fn name change commit c1381f7b98599f2108834af51fa0f235702f8d18 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Feb 12 11:59:49 2019 -0500 incorporate feedback on instance groups pagination commit 6431ec603f3434bb7e38f21f8235353a112e47e8 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Feb 12 11:53:22 2019 -0500 fix AnsibleSelect passing onChange callback commit 9619513017a5e7c9fa7714add021677a84aa9d2f Author: Marliana Lara <mlara@redhat.com> Date: Tue Feb 12 11:18:28 2019 -0500 Remove breadcrumb item capitalize text style commit c67088628f8b5eea24304e630a9ffcaf757b591c Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Feb 12 09:05:22 2019 -0500 fix border color commit 680d153a14ef50995001cabac9143019018b22f9 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Feb 11 18:10:27 2019 -0500 add pagination to instance groups lookup modal commit 0b7c643e754c5a9ea8dd9c463992b5da6bf3c2ec Author: Marliana Lara <mlara@redhat.com> Date: Mon Feb 11 12:21:34 2019 -0500 Wrap Org Details description field commit df30a2e8d173195bd5a83e408417b09384a2634a Author: Marliana Lara <mlara@redhat.com> Date: Wed Feb 6 14:00:26 2019 -0500 Update organization tab styles commit 9d9b94c8c32c17b52ddd9d8c6dfb01a10d27f624 Author: Marliana Lara <mlara@redhat.com> Date: Wed Feb 6 10:51:45 2019 -0500 Increase label font-weight and vertically align labels and chips commit 8846e1427ecb62134b79a7097e02c03d5346240e Author: Marliana Lara <mlara@redhat.com> Date: Fri Feb 1 09:16:49 2019 -0500 Add Organization Details view and test commit 736f1e17750c9c9e1036da80bd21e50a76beff3a Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Feb 4 15:39:44 2019 -0500 update conditional showing of empty list component commit 21bdd487e6efebb70bd2eb768929c4b2328ccee0 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Jan 30 16:32:42 2019 -0500 fix to tabs -- padding around and left most border commit 4ce19a4b42595eb233c914c464be034f0a47a2fe Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Jan 30 14:48:54 2019 -0500 add empty list functionality to org list commit 98cb8c6f6ecc414d61664938ea1ad657a688ae08 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Jan 30 14:48:38 2019 -0500 update scss patternfly override file and add center empty list tweak commit 0e9e17f957f1b09b56cfbdb283cdf740e336b57b Author: mabashian <mabashia@redhat.com> Date: Wed Jan 30 15:27:02 2019 -0500 Only update selected instance groups if the select button is clicked in the modal commit 6ed36daef78ab534d422cb2a58c0b31c4adc99fa Author: mabashian <mabashia@redhat.com> Date: Wed Jan 30 12:59:22 2019 -0500 Fixes close button on tags in instance group form field commit 5778c9cf059e0d3365263eed1c6df2c13d2aa6cc Author: mabashian <mabashia@redhat.com> Date: Wed Jan 30 10:35:01 2019 -0500 Removes commented styles, use defined color variable in lockup commit 2579e30ca183ad48982b49c2db9ab0c77e0e5a84 Author: mabashian <mabashia@redhat.com> Date: Tue Jan 29 13:23:52 2019 -0500 Pulls in latest pf-react. Adds selected list component to org instance groups lookup commit e4d44efea2d88fc4b1bf728054243703ca41195a Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Jan 30 12:14:48 2019 -0500 reduce disabled background color to increase contrast w border commit 3c0744629bd82ad1fcce1c28c0af7213ca511a43 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Jan 29 12:50:29 2019 -0500 update pagination component based on ux feedback commit 990851aa3b934555001fbadaa570b832dab4bc85 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Jan 29 12:50:15 2019 -0500 wrap org list in Card for consistency between detail commit 9048c34a7d6394919a77e5bd003ae2de369fa04e Author: Marliana Lara <mlara@redhat.com> Date: Fri Jan 25 16:49:46 2019 -0500 Fix merge conflicts and linting errors commit 21298c88722b3c3cca231cb7c96e965c02fe8314 Author: Marliana Lara <mlara@redhat.com> Date: Fri Jan 25 16:23:21 2019 -0500 Add Breadcrumbs test commit b820e411d36045b888108757fcb97d6126d45d0b Author: Marliana Lara <mlara@redhat.com> Date: Thu Jan 24 23:53:10 2019 -0500 Refactor breadcrumbs, tabs, routing. * Cleanup previous params logic from Notificaitons list * Add shared breadcrumbs and tabs components * Structure Organization screens to render only cardBody content * Add styles * Fetch organization when location changes commit dd522c240eb47fe1add804f04abbee34aec30e9c Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Jan 25 16:17:58 2019 -0500 remove test debuggers commit 02d7006ea47f69f2e5ce7ad6294329b6c079691c Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Jan 25 15:22:32 2019 -0500 fix tests commit 7de89f6486a726be6cebe648e9da90bd952395dc Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Jan 24 13:05:36 2019 -0500 fix linting issues commit 25888326292b301b97a54280dc511ba9a8defe4d Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Jan 24 12:08:39 2019 -0500 remove debug flag from eslint commit f37bdba64575d79ccd950c0cc5e5a28b56292894 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Jan 24 11:36:18 2019 -0500 update eslint config and add eslint ignore commit 47719776f225e74b9c8fb511c85e6800fcadd19f Author: mabashian <mabashia@redhat.com> Date: Wed Jan 23 16:52:14 2019 -0500 More cleanup based on pr feedback. Adds org notif list page and tests commit 6c19d6ae4ebfe8de2dc1904065b173b51df45e4c Author: mabashian <mabashia@redhat.com> Date: Wed Jan 23 14:13:51 2019 -0500 Removes unnecessary fragment elements. Fixes vertical alignment on notif row item. Bind notification list functions to constructor commit c97dfeb725aad5e07336d85374c29cefa88ff6b9 Author: mabashian <mabashia@redhat.com> Date: Mon Jan 21 15:46:11 2019 -0500 Cleanup after change post... to create... commit 2c19a5a1d79e23216224505eb5d522138d1cbb59 Author: mabashian <mabashia@redhat.com> Date: Mon Jan 21 15:44:09 2019 -0500 Changed post to create in api.js. Removed capitalize text component in favor of css solution. Updates to empty list contents. Fixes padding on notifications list commit 4f929c7052e00510eb377bc2c9a5ec35c5219715 Author: mabashian <mabashia@redhat.com> Date: Mon Jan 21 13:30:15 2019 -0500 Fix inadvertent merge conflict change commit 58f99c89188b2b3be85465eea40ef77c6c2b0491 Author: mabashian <mabashia@redhat.com> Date: Mon Jan 21 13:13:09 2019 -0500 Adds notification list to orgs commit a70a0fa622dc3d29b4631c809f11d6096f878bca Author: kialam <digitalanime@gmail.com> Date: Wed Jan 16 13:15:51 2019 -0500 Bump Lookup component test coverage up. commit 7230b4bf8db2731547e9b9e67a4d58a13d40c43e Author: kialam <digitalanime@gmail.com> Date: Tue Jan 15 15:51:37 2019 -0500 Bump up unit test coverage for OrganizationAdd component. commit fc32cf026f6f9b29629d02afa9be902673d5faa6 Author: kialam <digitalanime@gmail.com> Date: Tue Jan 15 15:15:17 2019 -0500 Address review feedback. commit e8fe6fe33c777951487ae743b3d662deec4b80eb Author: kialam <digitalanime@gmail.com> Date: Tue Jan 15 14:58:23 2019 -0500 Fix & Add unit tests. commit 215c23609cd33b1c18ec307e732aaf08a91cb84d Author: kialam <digitalanime@gmail.com> Date: Mon Jan 14 09:45:49 2019 -0500 Hook up 'x' remove button; rename ListItem component. commit c5cd659c83e3ad457027ef0155f7fb934fefd993 Author: kialam <digitalanime@gmail.com> Date: Tue Jan 8 16:09:30 2019 -0500 Redirect user to org detail page after successful POST. commit a1d1dc7a24c1d635eb0a6e03d6669f2315987f91 Author: kialam <digitalanime@gmail.com> Date: Tue Jan 8 15:56:37 2019 -0500 Style pop up modal commit 395e30509bc21c04369042181b3dae56a3180c71 Author: kialam <digitalanime@gmail.com> Date: Mon Jan 7 17:17:22 2019 -0500 Fix linter and existing unit tests. commit 517ef8a2c978ba5495e2dcbf10df146567369c3e Author: kialam <digitalanime@gmail.com> Date: Mon Jan 7 16:56:39 2019 -0500 Hook up add instance group functionality. commit d040f063e9e4f5f95d80537d9ca4bb0b58e08fe0 Author: Marliana Lara <mlara@redhat.com> Date: Fri Dec 21 16:15:39 2018 -0500 Move Organization screens and tests into new folder structure commit e77efbfec27f10ecab77c369d036b98af57b2668 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Jan 7 15:23:31 2019 -0500 update portal mode to my view and update translations commit 2d3152ef41f011aa602c3670c3d3053d838b5f51 Author: Marliana Lara <mlara@redhat.com> Date: Mon Jan 7 11:15:11 2019 -0500 Add translation and small css tweaks commit c63896fbb6ffd7e611c1e88208938ac43bffeebc Author: kialam <digitalanime@gmail.com> Date: Mon Jan 7 10:09:35 2019 -0600 Implement basic lookup modal component. commit f76e9bddf9cc59bdd1b5cce2b163629fb3a2a531 Author: Marliana Lara <mlara@redhat.com> Date: Tue Dec 18 15:43:45 2018 -0500 Update org utils test commit 83e300636dcf205fd4f8f33f5d27c53c5861f10e Author: Marliana Lara <mlara@redhat.com> Date: Tue Dec 18 15:39:50 2018 -0500 Move Tab components out into component directory commit 913077c4897db79fcc461beba07edeb1e0e770f8 Author: Marliana Lara <mlara@redhat.com> Date: Tue Dec 18 13:21:30 2018 -0500 Update tab content and related badge links commit e782be10b694a9ae1a5e7ae8eaa2f6d26e555421 Author: Marliana Lara <mlara@redhat.com> Date: Tue Dec 18 12:48:29 2018 -0500 Add Tab styles commit 7406421d1b33b293fc9c36a08713a1ecca99d22a Author: Marliana Lara <mlara@redhat.com> Date: Mon Dec 17 18:48:55 2018 -0500 Add PF Breadcrumb components commit a83e5e567567fcf86f3906c94f0134b82755ee8c Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jan 7 07:38:12 2019 -0500 add unit test coverage for DataListToolbar.jsx commit 8756da59faf36b96c5f567350025f8cf7968ce41 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jan 7 07:30:58 2019 -0500 add unit test coverage for TowerLogo.jsx commit 4936238344dcf7084fa96114b6e3afd7b323f62f Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jan 7 07:26:21 2019 -0500 add more unit test coverage for index.jsx commit cb0367ac28d043321457cfb486422357ac1472b1 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jan 7 07:23:41 2019 -0500 handle null error response commit 48e1fbfb383600cc7a53f75acae322893717d9cb Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jan 7 07:21:50 2019 -0500 add unit test coverage for AnsibleSelect.jsx commit bbd94fa4f7e2fa0bc1c53af63be0c5c2b052e2ac Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jan 7 07:15:10 2019 -0500 add functional test coverage for App.jsx commit 164464c595403ac75362570e5e38be1d1a48f8a2 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jan 7 07:09:32 2019 -0500 add more test coverage for api client commit 5bff9421109a710be217829cea145e782be04839 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jan 7 07:05:08 2019 -0500 pagination test fixup commit 6a7ba87a02996cd897b8644225e6a28e488dfd39 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Jan 7 07:01:24 2019 -0500 org-add fixup re-adding a changeset I missed when resolving a merge conflict earlier commit b69522b5aab400f9c5c68586bcb7cd9fcbb826ef Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jan 4 15:04:17 2019 -0500 add basic test for background wrapper component commit 95861491cba51a8f0da2dad3098b3c04da2b75af Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jan 4 15:03:49 2019 -0500 add more tests for header toolbar commit e07db0c05e050cccd8db2088a5d3d3f20b2e5e34 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Jan 4 15:08:26 2019 -0500 update webpack-dev-server commit 0d565eb3e3f51660ec6a713ef4eba6ac2f269e97 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 18:11:26 2019 -0500 add header toolbar test commit 23e34bcbbe533d5008748fa8e60282f8dfd7ee5d Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 18:00:20 2019 -0500 remove config pass-through removing this for the time being to giving the config Context a try commit 87101a487d395790a4a4814e37df2fd1f3f3ad4b Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 12:26:46 2019 -0500 use constructor bound methods for pagination commit 6446e451652ed26dc3680955402e945406db98b2 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 12:25:38 2019 -0500 use constructor bound methods for org view commit afcfd1640ee079a05b2da1175c06703d955aae93 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 12:16:21 2019 -0500 use constructor bound methods for org list commit e015558190def5ce3ed08263135189932a6c6bbe Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 12:16:06 2019 -0500 use constructor bound methods for data toolbar commit e5cdea8daf94f58f46a956a1e6bc16daaa4b2ed0 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 11:56:42 2019 -0500 use constructor bound methods for logo commit 5948ecce16f5477d493a05367e6fd7d4728f3a88 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 11:53:59 2019 -0500 use constructor bound methods for nav group commit 24208197e81a8dac0ae52c67494625cf511823a6 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 11:15:08 2019 -0500 use constructor bound methods for Login commit dce50fe18bbc8fc5a42313ed61fb9f67d94f7f27 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 09:40:48 2019 -0500 update route group params commit 3e201d3ca01fac1f06f9a4d78b3a729a8ee09866 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Jan 3 09:37:02 2019 -0500 add config pass-through to inline render commit 4ccce4cc9e3c71cd84d42c90c4cc91f39b0394c5 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 19:49:34 2019 -0500 add header toolbar component and move About modal control to App commit 31d03475536655d6f1e52e99cb8914d22afaea0b Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 02:28:24 2019 -0500 test fixup commit 8f4437e17e443942011af9d70c1cf997a906fcd7 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 02:11:01 2019 -0500 initialize and pass api client to subviews commit a023df2c178a708e07c3303cfce2a38be62b6668 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 01:40:44 2019 -0500 add inline rendering prop to app component commit f2760ed91c3ee6efb3e9bbb9075840f536b469e4 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 01:36:59 2019 -0500 use default patternfly breakpoint token name commit 9c6df685574164f9fecebe48df04464cc482a65a Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 01:35:34 2019 -0500 decouple App and Login components commit 6efd523db24736db371dc129c9d1c9f28f9ff74e Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 01:30:08 2019 -0500 move wrapper / shared components out of App component commit f975f9fa75e1ba847e10ee32869415a39ea78dd0 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 01:23:12 2019 -0500 add background component commit a2601d5f674c7b69de1cfc30bfe770a578ecf8c3 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 01:15:31 2019 -0500 remove conditional redirect component commit 18505b35b875b70759d4b2728bad7e8670a2d515 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 01:11:13 2019 -0500 add params for component routing commit 8bd85193ab89de4ce5b60a15f6b6add471c0c160 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 00:56:45 2019 -0500 fix login page test for @patternfly/react-core 1.43.5 commit 70840841c13ae0208020121489d704fd0e4ce6a4 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 00:51:01 2019 -0500 update LoginPage param names for @patternfly/react-core 1.43.5 commit 1c483a42c60c2536cd4a0d4d21c76a0068d00cda Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 00:32:43 2019 -0500 update @patternfly/react-core to 1.43.5 commit 2254bdb0e175afc626dc05e0f656651e7dab5e9f Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Jan 2 00:31:10 2019 -0500 make default dev server target overridable with env vars commit e8924e8f6f7c02c20e1659c4edf8dcb45bfdcd53 Author: kialam <digitalanime@gmail.com> Date: Wed Jan 2 09:19:11 2019 -0700 Fix linter errors. commit e77d81dd5bc05a657ce793bc7eed3e4e0983bdda Author: kialam <digitalanime@gmail.com> Date: Wed Jan 2 09:03:48 2019 -0700 Lift config context one level higher. - Refactor About component to use config context. - Update About component unit tests. commit a217a387c64f34d6949ee770e4f39fca0863c0e0 Author: kialam <digitalanime@gmail.com> Date: Sat Dec 22 09:03:44 2018 -0500 Use new lifecycle method to update component state. - Use component state to handle rendering of Ansible Select dropdown based on the number of custom virtualenvs the API returns. commit 13680a436ca1152acea15d4e0236cb3f9c80ad2b Author: kialam <digitalanime@gmail.com> Date: Fri Dec 21 10:25:17 2018 -0500 Add unit tests for recent changes to App.jsx. commit 6c307726db6e57d7487a6c73f2d5d96a58459edb Author: kialam <digitalanime@gmail.com> Date: Fri Dec 21 10:20:07 2018 -0500 Use setState instead of sessionStorage for config data. commit 9bc87b3e806ec8d482a93f6d3f81c1ad176c11d8 Author: kialam <digitalanime@gmail.com> Date: Mon Dec 17 11:44:11 2018 -0500 Implement React Context API - Move API GET request to /v2/config out to the top level of our App. - Store /v2/config response data in sessionStorage. - Use Context API to pass down relevant data to Organizations component. - Wrap our AnsibleSelect component as a context consumer and pass in the list of Ansible Environments of the logged in user. - Clear sessionStorage object when user logs out. - Update unit tests. commit 11583dbff0170c0aacfd78c791920a4f9c34a148 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Dec 11 16:53:44 2018 -0500 update pagination tests commit e48c734925ed414aa2411d94d18e0544c0412056 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Dec 11 16:53:33 2018 -0500 update datelisttoolbar test commit e25dcb24489bb5971e362c9453d971ff59b4f69f Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Dec 11 16:53:17 2018 -0500 update app and towerlogo tests and remove stale code commit ebd09883fea7900648807c9099a124218a1bebc2 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Dec 11 12:58:08 2018 -0500 update DataListToolbar component and tests commit fefbb8fff83c1905e2f14edd0903a710e52014f7 Author: kialam <digitalanime@gmail.com> Date: Wed Jan 2 09:19:11 2019 -0700 Fix linter errors. commit f5119e5d97c4d2f8b63a5017052d3e3851609f0d Author: kialam <digitalanime@gmail.com> Date: Wed Jan 2 09:03:48 2019 -0700 Lift config context one level higher. - Refactor About component to use config context. - Update About component unit tests. commit 5fcdd16f54293bd7bde8e4d35af18b54afa8fa9b Author: kialam <digitalanime@gmail.com> Date: Sat Dec 22 09:03:44 2018 -0500 Use new lifecycle method to update component state. - Use component state to handle rendering of Ansible Select dropdown based on the number of custom virtualenvs the API returns. commit e30b1984182b36030c70a13a1ac1f1098802f6b9 Author: kialam <digitalanime@gmail.com> Date: Fri Dec 21 11:56:39 2018 -0500 Remove duplicate REST call in add org component. commit aaa9096b4e65c70b53f69210177cae6a360ca887 Author: kialam <digitalanime@gmail.com> Date: Fri Dec 21 10:25:17 2018 -0500 Add unit tests for recent changes to App.jsx. commit 4eb04b6f5c03257cd34389b7cf8a2d0a37ff201f Author: kialam <digitalanime@gmail.com> Date: Fri Dec 21 10:20:07 2018 -0500 Use setState instead of sessionStorage for config data. commit 7f1c3c8c6a30ec67bb4fcdef81913987c766e003 Author: Michael Abashian <mabashian@users.noreply.github.com> Date: Thu Dec 20 09:52:03 2018 -0500 Update readme to fix display of unit test commands commit fd513f704bac01617fa07ac1f2ea8f09c05f4d2f Author: kialam <digitalanime@gmail.com> Date: Tue Dec 18 10:30:48 2018 -0500 Add a contributing doc to our repo. commit ff0015e21d1ef1907fdca8f4fd870b322ed9c3db Author: kialam <digitalanime@gmail.com> Date: Mon Dec 17 13:44:13 2018 -0500 Hook up Cancel button - Update unit tests. - Add basic error handling for API requests in Add Orgs component. commit 6ce88fdf4db4541979752c722795518c7b45fd0b Author: mabashian <mabashia@redhat.com> Date: Mon Dec 17 13:16:08 2018 -0500 Separates search dropdown items from sort dropdown items commit 21cf1d85e3dd245ab4202b93672d4f4dfe49c3e5 Author: mabashian <mabashia@redhat.com> Date: Thu Dec 13 10:56:11 2018 -0500 Remove border-radius on add button commit d43f0cb2fc63f25134b9fef15d3df0f39511ba25 Author: mabashian <mabashia@redhat.com> Date: Wed Dec 12 10:53:23 2018 -0500 Removed extraneous style commit 71ace1bc0003dd3de995243becdc733bd2e4d274 Author: mabashian <mabashia@redhat.com> Date: Wed Dec 12 10:40:51 2018 -0500 Small ux changes on the org list based on feedback commit 656e6d4f6a8a0678b30f5058710c9b6e907c9abd Author: kialam <digitalanime@gmail.com> Date: Mon Dec 17 12:39:41 2018 -0500 Add back missing style. commit b8fc402d552367bee08d6447741307163ae2d285 Author: kialam <digitalanime@gmail.com> Date: Mon Dec 17 11:44:11 2018 -0500 Implement React Context API - Move API GET request to /v2/config out to the top level of our App. - Store /v2/config response data in sessionStorage. - Use Context API to pass down relevant data to Organizations component. - Wrap our AnsibleSelect component as a context consumer and pass in the list of Ansible Environments of the logged in user. - Clear sessionStorage object when user logs out. - Update unit tests. commit 14f1c4b6527784fd5f2b94d4ef353ccd3a6473da Author: mabashian <mabashia@redhat.com> Date: Mon Dec 17 11:28:34 2018 -0500 Conditionally render rather than show expand/collapse commit 1bb86dbdf07b96305fb726a652a6e283d137324d Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Dec 17 00:03:27 2018 -0500 use beginning of location path name when checking for active items commit 3d730ef8d26f90a5f277bfd81f0137614bb75cd9 Author: Jake McDermott <yo@jakemcdermott.me> Date: Sun Dec 16 23:42:36 2018 -0500 add basic unit test for expandable navgroup component commit 5d4aa56f4ab6d79ed0e36c9ab69336a5a291ba85 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Dec 14 04:02:44 2018 -0500 refactor wrapped nav components to expandable nav group component commit 4a8791693f2aebf6d7a28c3569bd9d118f4fc278 Author: mabashian <mabashia@redhat.com> Date: Fri Dec 14 09:55:59 2018 -0500 Adds option to hide expand/collapse in toolbar and hides it for the org list commit 9114c16a97e7808c648494db7bf284adee617d6f Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Dec 14 03:39:33 2018 -0500 refactor navitem factory function to wrapped router-hoc nav components commit ef9f9e902e19b978dc031d1184de2429ca4282a1 Author: mabashian <mabashia@redhat.com> Date: Wed Dec 12 13:17:07 2018 -0500 Update readme with new npm command syntax commit ac8553df85a60958cc6f1e74eb02379dcd66fdcd Author: mabashian <mabashia@redhat.com> Date: Wed Dec 12 11:30:50 2018 -0500 Pull messages from the correct location commit 6adcac85a6c1a75ccf04f6dda8015a8b003d1862 Author: mabashian <mabashia@redhat.com> Date: Wed Dec 12 11:27:22 2018 -0500 Moves locales out of src and into build dir. Changes npm commands from extract/compile to extract-strings/compile-strings commit 44029c2191224cbc384457a7ee41d07fbefebde3 Author: kialam <digitalanime@gmail.com> Date: Tue Dec 11 16:57:38 2018 -0500 Use object desctructuring. commit 9627a73978a71b553097a18e89e897c4540759be Author: kialam <digitalanime@gmail.com> Date: Tue Dec 11 16:42:24 2018 -0500 Rename AnsibleEnvironmentSelect to AnsibleSelect - Update references to the component. commit 9c7d449a4d334782e2f19369b85c1a9cfa95437c Author: kialam <digitalanime@gmail.com> Date: Tue Dec 11 16:20:55 2018 -0500 Abstract out API get request to Add Org component. - This makes it so we now have a generic select dropdown where we can pass data down as props. commit d047bc876af3cb335e8ba89fbf9cb6687be332eb Author: kialam <digitalanime@gmail.com> Date: Mon Dec 10 20:41:47 2018 -0500 Basic Ansible Environment Select Component - Component conditionally renders based on # of virtual environments. - User can add an Organization and associate it with a virtual environment. commit 27e13ca082d773dfb856fc406d671d3259bae294 Author: kialam <digitalanime@gmail.com> Date: Mon Dec 10 15:03:33 2018 -0500 Add tests for Organization add view plus code refactoring. commit 9400bad990908d72d30345f242a68e4236dae675 Author: kialam <digitalanime@gmail.com> Date: Mon Dec 10 11:06:01 2018 -0500 Linter fixes. commit 1dd8175e11059c7527f590464665f9f2fc1a84a0 Author: kialam <digitalanime@gmail.com> Date: Mon Dec 10 15:00:16 2018 -0500 Basic add organization functionality. - Placeholders for Lookup Modal and Ansible Environment dropdown. commit 356ad06d749c63b1a72a68f55261af6512457738 Author: mabashian <mabashia@redhat.com> Date: Mon Dec 10 10:16:52 2018 -0500 Add support for i18n using lingui commit a31ef24be6c0e9abc1618830073a8e1e7dccf9f4 Author: Marliana Lara <mlara@redhat.com> Date: Wed Dec 5 07:56:53 2018 -0500 Remove calling setState from render commit aaaf598ca17c6f75aabe5241d0949469e1b678b1 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Dec 5 09:57:11 2018 -0500 remove commented out code in the data list toolbar commit 00c9ae137676dc59c4191823260a5b92f31ce311 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Dec 4 11:33:04 2018 -0500 update map function to be chained commit f83b59cb4806d4a7441e1dfd07c7b33a7ab9fd32 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Nov 15 16:45:50 2018 -0500 working commit of group and nav selection based on url commit 9341c4660ce63a9bd0367693e43d18bda236bca0 Author: Marliana Lara <mlara@redhat.com> Date: Mon Dec 3 13:17:53 2018 -0500 Update active nav item based on url commit e5320b6fa603381bb24a0d9ce5c01cad4e9e61d1 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Dec 4 16:04:44 2018 -0500 make current tab link replace instead of add new history item commit 27542ea32239aa1c675b5a7918a5660bddacf09b Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Dec 4 15:27:43 2018 -0500 add tooltip test coverage commit 3a8d95b03bf3eaee0bc81376f379e186b146b6e8 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Dec 4 14:46:18 2018 -0500 working test commit commit aab6aa4ef9ae18bdb5f00f64ec989733c904534a Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 30 10:19:24 2018 -0500 working commit tests commit 12c8267b12787f1dc265d76d6a1b6193cf0448ab Author: John Mitchell <jlmitch5@ncsu.edu> Date: Thu Nov 29 14:12:33 2018 -0500 update organizations structure and add unstyled sub routes and breadcrumbs commit 8f6b476388f92d7f54b23a15e877b0d9b189a435 Author: mabashian <mabashia@redhat.com> Date: Mon Dec 3 11:30:33 2018 -0500 Update sidebar override to ensure it is the same width as the masthead commit 58d6e586cd71fa583e3f0404f35ee228ff134ac7 Author: mabashian <mabashia@redhat.com> Date: Thu Nov 29 16:50:17 2018 -0500 Fixes login page after pf-react added LoginPage and LoginForm components commit 7d2bc1c7662b6a1b7b1aa2f73055b10236c25eb1 Author: mabashian <mabashia@redhat.com> Date: Wed Nov 28 11:29:07 2018 -0500 Bumps all patternfly versions to latest commit 6d315568d222eb3f0f59c91597586d7fda9da696 Author: Marliana Lara <mlara@redhat.com> Date: Fri Nov 16 00:13:25 2018 -0500 Add help dropdown and about modal commit 4e6e715f1fc876470eb623516f6dc01da87eb8b1 Author: Jake McDermott <yo@jakemcdermott.me> Date: Sun Nov 18 22:36:34 2018 -0500 add parametrized unit tests for querystring module commit 9979eddbcdfabad4ebc8c2063145a078ac49adbb Author: Jake McDermott <yo@jakemcdermott.me> Date: Sun Nov 18 21:56:08 2018 -0500 add basic component test for pagination commit de96f6cf8ae611dc286ec4b410eff1cb114d5374 Author: Jake McDermott <yo@jakemcdermott.me> Date: Sun Nov 18 21:33:26 2018 -0500 check tooltip in organization functional test commit 9111948959207832154e71575f11fdc9977a3069 Author: Jake McDermott <yo@jakemcdermott.me> Date: Sun Nov 18 20:54:07 2018 -0500 add basic component test for data list toolbar commit e3a5f32b57d8747355d2a7072266cfa3daa3b186 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Oct 15 12:20:12 2018 -0400 wip - pf4 data list and pagination commit b0855ee33d3233ec1e3a131c5f5a32d7599962b0 Author: kialam <digitalanime@gmail.com> Date: Tue Nov 13 12:11:52 2018 -0500 Fix unhandled promise reject from jenkins. commit 03f6e52cf1a3ae9d23568e0d3ccfa05d90bb60d7 Author: kialam <digitalanime@gmail.com> Date: Tue Nov 13 09:53:36 2018 -0500 Address PR review comments. commit 44e9d3919d3ef51fd2ec4b2fae08cd635d7302ad Author: kialam <digitalanime@gmail.com> Date: Tue Nov 13 09:46:43 2018 -0500 Update unit tests. commit f520be71d672d86bc05303ea46175682dddf7a48 Author: kialam <digitalanime@gmail.com> Date: Mon Nov 12 13:24:17 2018 -0500 Begin using async/await. commit 5ea40efd3a9bf45ee413e367c11c5a45c068d0ea Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 9 17:31:40 2018 -0500 update pages to utilize collapsed modifier for padding override commit 4632383a335c467efeae9836f1bb1f46662516a7 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 9 17:30:48 2018 -0500 update app component to utilize collapsing header and update style overrides commit df57b144c499d5a445a078b988285c8c228fe602 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Nov 6 12:25:36 2018 -0500 fix logout in App.jsx and update test commit 7b099578c880b29385b2709b92f00cc7c535d0e0 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 2 17:47:59 2018 -0400 update App.jsx and improve coverage abstract LogoutButton to component commit 08d2718f5ec7054826a721cb292247084a8a7a2a Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 2 17:46:43 2018 -0400 add about page tests commit 96b8ab47c4d1773d15342354df80890151833729 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 2 16:34:02 2018 -0400 add TowerLogo tests commit 07f6508402f7421efc11c28378deb324bc04eb16 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 2 16:33:40 2018 -0400 move ConditionalRedirect test to components subfolder commit a670a73fd019d03090e93cb4ab9a0603d0cc5efb Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 2 16:32:51 2018 -0400 update file mock to return file name commit 90d1ab88b18f1e00f5ecef135a295ae445691520 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 2 13:45:11 2018 -0400 and index.jsx tests commit 19dcf5ed59848c453acf67391ae0de176cd3302a Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Nov 2 13:44:13 2018 -0400 update unit test mocks and restructure test dir structure commit 8a3b8823ee4f018663f5e5c9837d9ed0b00bb44b Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 31 14:44:18 2018 -0400 move login page test under pages and add tests for all pages stubs commit e53a6a91d67a68276825983cf320ad0e26576d55 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 31 12:04:59 2018 -0400 remove setTimeout hack for testing api.login Login.jsx handlers commit 55586b9b2a2a787a2c0968ab9fa55d295b8d2d26 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 31 12:04:33 2018 -0400 convert post-api.login code to using async/await for Login.jsx commit 986d299961f4bab83caa090f35a399b7f7303c6b Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 31 10:28:51 2018 -0400 move login back to using finally handler and update tests commit 7c97989e8461bbd18deaad5b36a467c62465c578 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Oct 30 15:08:45 2018 -0400 add more login page tests commit ecd8427a51e9db42a348cbc642a8c478aa37e73f Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Oct 30 15:07:45 2018 -0400 fix eslint issues with app and conditional redirect tests commit fed7f514763dc442763093374fdcf5c12c4a0bdc Author: John Mitchell <jlmitch5@ncsu.edu> Date: Tue Oct 30 17:25:29 2018 -0400 update build system polyfill new js features before executing tests move jest config to file, update transformation exclusion to be okay with axios module rename enzyme.config.js to jest.setup.js remove currently unused redux deps update babel to 7, use env preset as opposed to deprecated stage preset move .babelrc to newer, favored babel.config.js preset update all babel preset and plugin packages to those name spaced under @babel commit 74d3e55908bec8910f0380485593ddaa029fdf7c Author: John Mitchell <jlmitch5@ncsu.edu> Date: Mon Oct 29 13:58:56 2018 -0400 bump patternfly dep versions commit 557e619db600fc5eb00e753c1642f426ed409717 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Oct 26 17:24:34 2018 -0400 update page navigation fix issue with jerky close and expand of nav update nav to use expandle headers separate settings pages out into separate stup page components commit 2dfbae79bd0039c2c9b486a789ce277edb34b92f Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Oct 26 17:23:37 2018 -0400 update patternfly style overrides commit fd28cff4120b74968566ae8913f9d78543b97a48 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Fri Oct 26 17:23:27 2018 -0400 add additional patternfly react packages commit 05d72ae8cf72e20bd9dedc62c4173d1b9b898cd1 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 21:55:59 2018 -0400 update webpack and package.json with index.jsx entrypoint commit 1caa5b1c54ed6735fb7ff427db91110dd148256e Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 21:51:35 2018 -0400 fix eslint errors commit 2245d6a22e7d6454e5f3fef5fda578b3b0a1dc07 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 21:35:43 2018 -0400 update LoginPage component and test pseudocode commit 3e9a85a58b5c8c4834e7991b246ca2d3df4b64b0 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 21:35:14 2018 -0400 remove stale route redirection components commit 51c58d5645e9afccfacd1bad2f94884c5c2b0fe0 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 21:34:20 2018 -0400 remove babel config.js to favor .babelrc file commit cfb89f1e318d046fce1507945ad43ac6a25a1f56 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 21:16:24 2018 -0400 working commit LoginPage.jsx tests commit fba1a5b71a2332ffc0c5cfa10138d81f1722d8e3 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 21:15:08 2018 -0400 fix App.jsx test misnamed variables commit 79e68b1dbe6498f1afef7a609598a7ec70c405d9 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 21:11:52 2018 -0400 add coverage report commit 3938d49a1f5468aca98f2adb85be040b36688d2e Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 16:53:16 2018 -0400 refactor auth redirect and add ConditionalRedirect unit tests and App unit and functional tests commit 0373058540609a104f66a39fe8da3eec709ce484 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 16:52:11 2018 -0400 update api.js api client, and axios mock, and add api.js unit tests commit 22112f3dd8ca3aac0d0f12a650cc39542467c271 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 16:50:37 2018 -0400 update package-lock.json with new jest and enzyme testing dependencies commit a76ac805f2febe3186dfef73f107d8732ead15f1 Author: John Mitchell <jlmitch5@ncsu.edu> Date: Wed Oct 24 16:50:08 2018 -0400 add jest and enzyme testing dependencies and update infrastructure configuration to make testing work commit 05af4c7c539fb688ec9bfeaf57d9b53a0a319659 Author: Jake McDermott <yo@jakemcdermott.me> Date: Tue Oct 16 00:24:44 2018 -0400 nav login fixup commit 9f2b2b34566602f5a0c9ca5a7115062ddb017ca4 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Oct 15 12:55:11 2018 -0400 adding pf assets / styles commit a54fb0e27da9cad0c946b35e26b8b632504c75e6 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Oct 15 12:18:30 2018 -0400 Nav and login updates commit ff53a9c8eaa841d202faffd2e99836086d446f9d Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Oct 15 12:16:58 2018 -0400 move logo component to folder commit 070cec19dfbf488517454ebe5170e4eee787c883 Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Oct 15 12:15:26 2018 -0400 handle fonts and images differently in webpack config commit f639f353ec405f3dd27ab089a2700d8b7c6382cb Author: Jake McDermott <yo@jakemcdermott.me> Date: Mon Oct 15 12:14:52 2018 -0400 update pf react version commit ab943988899bfeede6e30d4987e33014b0d1e134 Author: Jake McDermott <yo@jakemcdermott.me> Date: Fri Oct 12 11:54:09 2018 -0400 Update README.md commit b31edef9b2d8e75362b4e43cecdf797b76ea5d11 Author: Jake McDermott <yo@jakemcdermott.me> Date: Thu Oct 11 11:31:37 2018 -0400 one way of approaching nav commit b2ebbc6a0ac37c2eb75ac3bc04e88da4e729ea81 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Sep 26 21:39:04 2018 -0400 use a few more pf-core components commit d926378cf59b0e229b2013f8152fe5d00824bdd4 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Sep 26 20:57:19 2018 -0400 add .gitignore commit f8a4b01da52e7566d5e083fb6aa196eacb86bff2 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Sep 26 20:56:58 2018 -0400 lint commit 0986ebef33b2f56e6752a2977973a2ec8b2796d8 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Sep 26 18:11:29 2018 -0400 avoid port collision with other tooling commit 065813ebc084fd4ed52e32531a32f9803fe737e7 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Sep 26 18:06:30 2018 -0400 make default configuration work with awx development api server commit a73c1dd28ef9d71bb3a4e0b3c94ed0b7758e3264 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Sep 26 14:50:15 2018 -0400 Update README.md commit 421aa0938374cd3e6b8dc44219c5a4c79a4b45eb Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Sep 26 14:31:28 2018 -0400 Update README.md commit 72af9c1405bcb4680b0ca5c266c7d0874777a051 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Sep 26 14:02:10 2018 -0400 Update README.md commit 1bfa8b19ff0212ba5fc639f080440e40a92e2125 Author: Jake McDermott <yo@jakemcdermott.me> Date: Wed Sep 26 13:56:48 2018 -0400 update readme commit 43f3b484f9eda1cf3fbffdefcd209a2ffc115363 Author: Jake McDermott <yo@jakemcdermott.me> Date: Tue Sep 25 10:39:21 2018 -0400 initial commit