-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-linked source used in header #385
Comments
dickschoeller
added a commit
that referenced
this issue
Jun 24, 2017
Fixes #385 - source in header isn't a link
dickschoeller
added a commit
that referenced
this issue
Jun 27, 2017
Squashed commit of the following: commit 50a38dd Merge: 37bc401 d0bd05f Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 22:46:16 2017 -0400 Merge pull request #454 from dickschoeller/pmd-checkstyle-upgrades upgrade pmd plugin and checkstyle engine commit d0bd05f Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 22:16:52 2017 -0400 upgrade pmd plugin and checkstyle engine commit 37bc401 Merge: d973e30 8605f49 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 13:53:58 2017 -0400 Merge pull request #451 from dickschoeller/dickschoeller-patch-1 Not sure why the full set of pushes didn't just update the preview pull request commit 8605f49 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 13:23:46 2017 -0400 try again with markdownlint config commit 691d6a6 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 13:11:22 2017 -0400 try again commit fd30a47 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 13:09:25 2017 -0400 fix another markdown warning in the readme commit 1474545 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 13:06:52 2017 -0400 Fix markdownlint configuration commit d973e30 Merge: 9a86027 f911f67 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 11:43:44 2017 -0400 Merge pull request #449 from dickschoeller/dickschoeller-patch-2 remove unused import commit f911f67 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 11:00:33 2017 -0400 remove unused import commit 9a86027 Merge: 54a2f6a 94eeda9 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 10:57:44 2017 -0400 Merge pull request #448 from dickschoeller/dickschoeller-patch-1 reduce readme warnings commit 94eeda9 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 10:55:35 2017 -0400 3 spaces for line break commit 6119aef Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 10:53:05 2017 -0400 change some of the scanning configurations commit 46dda30 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 09:58:29 2017 -0400 2 more down commit e307351 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 09:54:14 2017 -0400 Try again commit cfb11b9 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 09:48:37 2017 -0400 reduce readme warnings commit 54a2f6a Merge: 1d5ffea 218e667 Author: Richard Schoeller <[email protected]> Date: Mon Jun 26 09:13:24 2017 -0400 Merge pull request #447 from dickschoeller/446-test-coverage Fixes #446 - improve test coverage commit 218e667 Author: Richard Schoeller <[email protected]> Date: Sun Jun 25 19:32:47 2017 -0400 Fixes #446 - improve test coverage * Added direct tests from some new classes * Broke up some of the geocoding tests to not be so huge commit 1d5ffea Merge: f25e77e bf6bce0 Author: Richard Schoeller <[email protected]> Date: Sun Jun 25 16:17:07 2017 -0400 Merge pull request #445 from dickschoeller/14-place-index Fixes #14 - add index by place commit bf6bce0 Author: Richard Schoeller <[email protected]> Date: Sun Jun 25 15:51:05 2017 -0400 remove 2 findbugs warnings commit 969bfc0 Author: Richard Schoeller <[email protected]> Date: Sun Jun 25 15:08:48 2017 -0400 move the comparators out into standalone classes commit ed12497 Author: Richard Schoeller <[email protected]> Date: Sun Jun 25 14:35:59 2017 -0400 further reduce warnings commit 8d9acb6 Author: Richard Schoeller <[email protected]> Date: Sun Jun 25 14:32:00 2017 -0400 remove some PMD warnings commit a7208ff Author: Richard Schoeller <[email protected]> Date: Sun Jun 25 14:18:45 2017 -0400 Fixes #14 - add index by place Because of performance issues in determining who is visible by being living, anonymous access is currently disabled. commit f25e77e Merge: 2f50f93 7aca6c4 Author: Richard Schoeller <[email protected]> Date: Sat Jun 24 19:41:39 2017 -0400 Merge pull request #444 from dickschoeller/396-submittor-name-rendering Fixes #396 - submittor name rendering commit 7aca6c4 Author: Richard Schoeller <[email protected]> Date: Sat Jun 24 19:13:24 2017 -0400 test some new functions that were missed commit 3801f0b Author: Richard Schoeller <[email protected]> Date: Sat Jun 24 18:38:41 2017 -0400 reduce method complexity commit c950a55 Author: Richard Schoeller <[email protected]> Date: Sat Jun 24 18:05:56 2017 -0400 Fixes #396 - submittor name rendering Because there is no constraint on submittor name structure, change the rendering to avoid ? and to not do any special surname handling. commit 2f50f93 Merge: 5643dae 5160d26 Author: Richard Schoeller <[email protected]> Date: Sat Jun 24 15:16:33 2017 -0400 Merge pull request #443 from dickschoeller/387-date-in-list Fixes #387 - date as a list item commit 5160d26 Author: Richard Schoeller <[email protected]> Date: Sat Jun 24 14:48:43 2017 -0400 Fixes #387 - date as a list item It looks like the only attribute that was showing up in a list incorrectly was date. This fixes it. commit 5643dae Merge: 25d5aee 3cf954f Author: Richard Schoeller <[email protected]> Date: Sat Jun 24 13:54:57 2017 -0400 Merge pull request #442 from dickschoeller/header-source Fixes #385 - source in header isn't a link commit 3cf954f Author: Richard Schoeller <[email protected]> Date: Sat Jun 24 13:27:26 2017 -0400 Expand check on header reading This won't change coverage, but it will help assess whether the parsing of the header, which has special characteristics, is proceeding as expected. commit 3a9c8e6 Author: Richard Schoeller <[email protected]> Date: Sat Jun 24 12:49:27 2017 -0400 Fixes #385 - source in header isn't a link The source item in a GEDCOM header isn't a link. It is a block describing the source software of that particular GEDCOM file. As such it needs to be treated as an attribute of the header and not as a link or as a source object. Change the object factory used when parsing GEDCOM files to reflect that changed thinking. commit 25d5aee Merge: c4ae5c1 644e369 Author: Richard Schoeller <[email protected]> Date: Mon Jun 19 06:22:40 2017 -0400 Merge pull request #441 from dickschoeller/386-date-and-time Fixes #386 - dates can have time commit 644e369 Author: Richard Schoeller <[email protected]> Date: Sun Jun 18 23:22:24 2017 -0400 Fixes #386 - dates can have time Required changes in the renderers, supporting visitors and tests. commit c4ae5c1 Merge: 6b98e4d 625553c Author: Richard Schoeller <[email protected]> Date: Sun Jun 18 18:02:28 2017 -0400 Merge pull request #440 from dickschoeller/342-repository-manager-mongo reduce complexity commit 625553c Author: Richard Schoeller <[email protected]> Date: Sun Jun 18 15:13:20 2017 -0400 reduce complexity commit 6b98e4d Merge: 20f7429 ce30895 Author: Richard Schoeller <[email protected]> Date: Sun Jun 18 14:56:39 2017 -0400 Merge pull request #439 from dickschoeller/342-repository-manager-mongo Fixes #342 - RepositoryManagerMongo too many fields commit ce30895 Author: Richard Schoeller <[email protected]> Date: Sun Jun 18 14:16:39 2017 -0400 Fixes #342 - RepositoryManagerMongo too many fields Reduced the number of fields by autowiring setters and holding the repositories in a map. This reduces the severity of complexity warnings associated with the class as a whole. commit 20f7429 Merge: f71fd93 6341f9c Author: Richard Schoeller <[email protected]> Date: Sun Jun 18 12:33:22 2017 -0400 Merge pull request #437 from dickschoeller/390-source-link-like-submittor-link Make sourcelink list item implementation like submittorlink commit 6341f9c Author: Richard Schoeller <[email protected]> Date: Sun Jun 18 12:03:16 2017 -0400 Make sourcelink list item implementation like submittorlink Fixes #390 The list item version of was not like it should be in a list. commit f71fd93 Merge: 033f734 bf95ce3 Author: Richard Schoeller <[email protected]> Date: Sun Jun 18 10:44:38 2017 -0400 Merge pull request #435 from dickschoeller/368-369-376-codebeat Fix codebeat issues commit bf95ce3 Author: Richard Schoeller <[email protected]> Date: Sun Jun 18 00:00:53 2017 -0400 fix default backup file commit cfbeb4e Author: Richard Schoeller <[email protected]> Date: Sat Jun 17 23:40:53 2017 -0400 fix findbugs problem commit b005180 Author: Richard Schoeller <[email protected]> Date: Sat Jun 17 23:34:11 2017 -0400 Fix codebeat issues * Fixes #368 - code duplication in the endpoints (create base classes to share behavior) * Fixes #369 - codebeat issues in PersonRender (create some mixin interfaces to spread the load) * Fixes #376 - code duplication between AttributeDocumentMongo and MultimediaDocumentMongo (reorder methods to make different) commit 033f734 Merge: 676b796 59b849e Author: Richard Schoeller <[email protected]> Date: Sat Jun 17 21:53:47 2017 -0400 Merge pull request #434 from dickschoeller/430-431-menu-item-tests Add tests for menu items commit 59b849e Author: Richard Schoeller <[email protected]> Date: Sat Jun 17 21:18:12 2017 -0400 Add tests for menu items Fixes #430 - controller tests Fixes #431 - renderer tests commit 676b796 Merge: e48d815 330fe67 Author: Richard Schoeller <[email protected]> Date: Sat Jun 17 17:22:26 2017 -0400 Merge pull request #432 from dickschoeller/sources-page Fixes #391 - Add sources page commit 330fe67 Author: Richard Schoeller <[email protected]> Date: Sat Jun 17 16:39:21 2017 -0400 reduce a complexity metric commit f48b7d6 Author: Richard Schoeller <[email protected]> Date: Sat Jun 17 15:59:55 2017 -0400 Fixes #391 - Add sources page * Added sources page, controller and renderer * Added sources link to menu bar * Controller test for sources page * Renderer test for sources page * Cleaned up a few other tests commit e48d815 Merge: 19a316c df43ad6 Author: Richard Schoeller <[email protected]> Date: Wed Jun 14 10:11:23 2017 -0400 Merge pull request #429 from dickschoeller/404-test-exceptions Fixes #404 - test throwing exceptions commit df43ad6 Author: Richard Schoeller <[email protected]> Date: Wed Jun 14 06:59:49 2017 -0400 Fixes #404 - test throwing exceptions * Bad data set for * Head * Submittor * Submittors * Submittor not found commit 19a316c Merge: 7b9b2d0 a6c39f7 Author: Richard Schoeller <[email protected]> Date: Wed Jun 14 00:55:28 2017 -0400 Merge pull request #428 from dickschoeller/fix-selenium fix selenium failures commit a6c39f7 Author: Richard Schoeller <[email protected]> Date: Wed Jun 14 00:04:41 2017 -0400 checkstyle commit ba2e6af Author: Richard Schoeller <[email protected]> Date: Tue Jun 13 23:55:08 2017 -0400 fix selenium failures commit 7b9b2d0 Merge: 74fd031 44da3cc Author: Richard Schoeller <[email protected]> Date: Tue Jun 13 23:13:12 2017 -0400 Merge pull request #427 from dickschoeller/426-spring-version-update Fixes #426 - update spring version commit 44da3cc Author: Richard Schoeller <[email protected]> Date: Tue Jun 13 22:45:10 2017 -0400 Fixes #426 - update spring version commit 74fd031 Merge: cdff774 2391fc8 Author: Richard Schoeller <[email protected]> Date: Tue Jun 13 22:21:22 2017 -0400 Merge pull request #425 from dickschoeller/421-page-titles Fix titles on most pages to include dataset name commit 2391fc8 Author: Richard Schoeller <[email protected]> Date: Tue Jun 13 21:59:55 2017 -0400 Fix titles on most pages to include dataset name Had to adjust tests to correspond. Fixes #415 Fixes #416 Fixes #417 Fixes #418 Fixes #419 Fixes #420 Fixes #421 commit cdff774 Merge: ada6868 a9d07b0 Author: Richard Schoeller <[email protected]> Date: Mon Jun 12 21:42:08 2017 -0400 Merge pull request #424 from dickschoeller/399-submittor-renderer-test More tests commit a9d07b0 Author: Richard Schoeller <[email protected]> Date: Mon Jun 12 21:12:46 2017 -0400 More tests Fixes #399 - submittor renderer test Fixes #405 - head renderer test commit ada6868 Merge: 548ac0f 233757c Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 22:17:46 2017 -0400 Merge pull request #423 from dickschoeller/403-head-controller-test Fixes #403 - expand head controller test commit 233757c Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 21:53:13 2017 -0400 force a build commit bb4ae6f Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 21:42:43 2017 -0400 force a build commit 1e1e61b Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 21:29:34 2017 -0400 force a new build on Jenkins commit 0a90b67 Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 21:18:16 2017 -0400 Fixes #422 - UTF-8 in schoeller gedfiles commit 1ad143d Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 21:01:28 2017 -0400 fix portability issues commit a493451 Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 19:35:21 2017 -0400 Fixes #403 - expand head controller test Check some more of the content of the pages. commit 548ac0f Merge: 48188e0 d299859 Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 19:17:24 2017 -0400 Merge pull request #414 from dickschoeller/401-submittor-controller-test Fixes #401 - expand SubmittorControllerTest commit d299859 Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 18:49:38 2017 -0400 Fixes #401 - expand SubmittorControllerTest Put in some tests of page content for various submittors in the test data set. commit 48188e0 Merge: 4e8b647 63680c1 Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 18:30:39 2017 -0400 Merge pull request #413 from dickschoeller/400-submittors-controller-test Fixes #400 - Clean up SubmittorsControllerTest commit 63680c1 Author: Richard Schoeller <[email protected]> Date: Sun Jun 11 17:41:59 2017 -0400 Fixes #400 - Clean up SubmittorsControllerTest Did some checking that the page contents are as expected. commit 4e8b647 Author: Richard Schoeller <[email protected]> Date: Sat Jun 10 19:21:20 2017 -0400 fix a misspelling commit 2f2924d Author: Richard Schoeller <[email protected]> Date: Sat Jun 10 19:18:27 2017 -0400 Restructure a little commit 4c3e356 Author: Richard Schoeller <[email protected]> Date: Sat Jun 10 17:50:45 2017 -0400 Move the devops information to a wiki page commit d6ad431 Author: Richard Schoeller <[email protected]> Date: Sat Jun 10 17:37:52 2017 -0400 new icon for jacoco/eclemma commit d70d64e Merge: de9de48 f72324e Author: Richard Schoeller <[email protected]> Date: Sat Jun 10 17:04:11 2017 -0400 Merge pull request #412 from dickschoeller/icons Add/update some icons for the wiki commit f72324e Author: Richard Schoeller <[email protected]> Date: Sat Jun 10 16:14:32 2017 -0400 Add/update some icons for the wiki commit de9de48 Author: Richard Schoeller <[email protected]> Date: Sat Jun 10 14:20:00 2017 -0400 more icons for documentation commit e8608e5 Author: Richard Schoeller <[email protected]> Date: Sat Jun 10 12:12:21 2017 -0400 github 24x24 icon commit 534084f Merge: 6bf1d4d 709e972 Author: Richard Schoeller <[email protected]> Date: Fri Jun 9 22:47:08 2017 -0400 Merge pull request #410 from dickschoeller/398-submittors-renderer-test-2 Fixes #398 - tests submittors renderer commit 709e972 Author: Richard Schoeller <[email protected]> Date: Fri Jun 9 22:19:42 2017 -0400 missed some files commit 7f2dfdd Author: Richard Schoeller <[email protected]> Date: Fri Jun 9 22:17:48 2017 -0400 Fixes #398 - tests submittors renderer * Add that test * Add test for rendering context (covers user facade too) commit 6bf1d4d Merge: 4931b62 04cf17e Author: Richard Schoeller <[email protected]> Date: Thu Jun 8 09:10:18 2017 -0400 Merge pull request #408 from dickschoeller/407-dependencies Fixes #407 - dependency update commit 04cf17e Author: Richard Schoeller <[email protected]> Date: Thu Jun 8 07:47:06 2017 -0400 Fixes #407 - dependency update checkstyle 7.8.1 htmlunit-driver 2.27 undertow-core 1.4.16.Final commit 4931b62 Merge: e395d27 c3ab965 Author: Richard Schoeller <[email protected]> Date: Sun Jun 4 21:16:11 2017 -0400 Merge pull request #406 from dickschoeller/370-codebeat-geocoderesultbuilder Fixes #370 - codebeat issues in GeocodeResultBuilder commit c3ab965 Author: Richard Schoeller <[email protected]> Date: Sun Jun 4 19:56:35 2017 -0400 Fixes #370 - codebeat issues in GeocodeResultBuilder Broke the class up into several component mixins commit e395d27 Merge: ca3973b eab7a43 Author: Richard Schoeller <[email protected]> Date: Sat Jun 3 21:23:12 2017 -0400 Merge pull request #402 from dickschoeller/384-submittors-page Fixes #384 - submittors page commit eab7a43 Author: Richard Schoeller <[email protected]> Date: Sat Jun 3 18:16:11 2017 -0400 See if I can knock down the complexity of RepositoryFinderMongo commit 101519c Author: Richard Schoeller <[email protected]> Date: Sat Jun 3 17:46:18 2017 -0400 Fixes #384 - submittors page * Added submittors page and associated controller and test * Fixed submittor not found handling * Added menu items for submittors page commit ca3973b Merge: 147c4a4 1f22ee0 Author: Richard Schoeller <[email protected]> Date: Fri Jun 2 15:57:02 2017 -0400 Merge pull request #397 from dickschoeller/239-add-submittor-page Fixes #239 - add submittor page commit 1f22ee0 Author: Richard Schoeller <[email protected]> Date: Fri Jun 2 15:21:28 2017 -0400 Take out fixme commit fe7fa56 Author: Richard Schoeller <[email protected]> Date: Fri Jun 2 14:58:36 2017 -0400 Fixes #239 - add submittor page Similar to source page. Slight differences in title generation. commit 147c4a4 Merge: 5523a1d 2931f09 Author: Richard Schoeller <[email protected]> Date: Fri Jun 2 09:42:22 2017 -0400 Merge pull request #395 from dickschoeller/389-submittor-link-in-list Fixes #389 - submittor name in submittor link in list commit 2931f09 Author: Richard Schoeller <[email protected]> Date: Fri Jun 2 08:58:28 2017 -0400 Fixes #389 - submittor name in submittor link in list * Change the format of strings produced for submittor link to get a name from the linked submittor * Clean up some PMD warnings about extraneous local variables. (return without putting local) commit 5523a1d Merge: 6e0595d 05205b9 Author: Richard Schoeller <[email protected]> Date: Thu Jun 1 23:50:12 2017 -0400 Merge pull request #394 from dickschoeller/392-header-menu-item Fixes #392 - add menu item for header page commit 05205b9 Author: Richard Schoeller <[email protected]> Date: Thu Jun 1 23:18:14 2017 -0400 Fixes #392 - add menu item for header page New interface with default method added. This provides mixin where appropriate for top level renderers. Also needed a method on exception. commit 6e0595d Merge: a17b7be 736b4e1 Author: Richard Schoeller <[email protected]> Date: Thu Jun 1 22:13:29 2017 -0400 Merge pull request #393 from dickschoeller/240-header-page Fixes #240 - add header page commit 736b4e1 Author: Richard Schoeller <[email protected]> Date: Thu Jun 1 21:46:53 2017 -0400 remove redundant method commit 404f805 Author: Richard Schoeller <[email protected]> Date: Thu Jun 1 21:40:31 2017 -0400 oops commit 5107918 Author: Richard Schoeller <[email protected]> Date: Thu Jun 1 19:34:07 2017 -0400 clean up a codebeat issue commit 09887f5 Author: Richard Schoeller <[email protected]> Date: Thu Jun 1 18:54:36 2017 -0400 fix some test failures commit 0843484 Author: Richard Schoeller <[email protected]> Date: Thu Jun 1 18:40:58 2017 -0400 Fixes #240 - add header page Display is currently very simple commit a17b7be Author: Richard Schoeller <[email protected]> Date: Wed May 31 18:34:41 2017 -0400 start 1.2.1 commit e477d18 Merge: 6b545b6 c930504 Author: Richard Schoeller <[email protected]> Date: Wed May 31 18:08:25 2017 -0400 Merge pull request #382 from dickschoeller/fix-release-script minor version handling changes commit c930504 Author: Richard Schoeller <[email protected]> Date: Wed May 31 17:36:26 2017 -0400 tweak merge back slightly commit 937a062 Author: Richard Schoeller <[email protected]> Date: Wed May 31 17:15:02 2017 -0400 minor version handling changes commit 6b545b6 Merge: 0845d1f d73a79d Author: Richard Schoeller <[email protected]> Date: Wed May 31 17:00:07 2017 -0400 Merge pull request #381 from dickschoeller/fix-warning Fix a checkstyle warning commit d73a79d Author: Richard Schoeller <[email protected]> Date: Wed May 31 16:30:42 2017 -0400 Fix a checkstyle warning commit 0845d1f Merge: 7bb3154 ba58c6c Author: Richard Schoeller <[email protected]> Date: Wed May 31 15:29:49 2017 -0400 Merge pull request #380 from dickschoeller/319-null-check-obj-to-doc-converter Fixes #319 - remove redundant null check commit ba58c6c Author: Richard Schoeller <[email protected]> Date: Wed May 31 15:01:19 2017 -0400 Fixes #319 - remove redundant null check commit 7bb3154 Merge: 429414f f9b80ea Author: Richard Schoeller <[email protected]> Date: Wed May 31 13:51:55 2017 -0400 Merge pull request #379 from dickschoeller/378-dependency-update Fixes #378 - dependency update commit f9b80ea Author: Richard Schoeller <[email protected]> Date: Wed May 31 13:19:34 2017 -0400 Fixes #378 - dependency update Changed the version of the docker plugin commit 429414f Merge: 7a50669 228ceea Author: Richard Schoeller <[email protected]> Date: Wed May 24 14:09:24 2017 -0400 Merge pull request #377 from dickschoeller/367-update-dependencies Fixes #367 - update dependencies commit 228ceea Author: Richard Schoeller <[email protected]> Date: Wed May 24 13:27:23 2017 -0400 Fixes #367 - update dependencies commit 7a50669 Merge: 01f3473 30cfad8 Author: Richard Schoeller <[email protected]> Date: Wed May 24 06:22:05 2017 -0400 Merge pull request #366 from dickschoeller/78-firefox-better-wait Fixes #78 - firefox clicks not working commit 30cfad8 Author: Richard Schoeller <[email protected]> Date: Wed May 24 01:38:15 2017 -0400 Fixes #78 - firefox clicks not working It turns out the wait needs to be slightly different. This is fixed by first waiting for a URL change, then the rest of the wait behavior. commit 01f3473 Merge: 7864ac3 e185b82 Author: Richard Schoeller <[email protected]> Date: Fri May 19 01:40:36 2017 -0400 Merge pull request #365 from dickschoeller/21-menu-fragments Fixes #21 - make menu and foot fragments commit e185b82 Author: Richard Schoeller <[email protected]> Date: Fri May 19 00:45:35 2017 -0400 Fixes #21 - make menu and foot fragments Fixes #244 - make source not found page have full menu Fixes #243 - make person not found page have full menu commit 7864ac3 Merge: 991dfba 4d73c0f Author: Richard Schoeller <[email protected]> Date: Mon May 15 15:32:38 2017 -0400 Merge pull request #364 from dickschoeller/287-firefox-again try an earlier version commit 4d73c0f Author: Richard Schoeller <[email protected]> Date: Mon May 15 14:50:22 2017 -0400 screw it, this is not working commit 74131f8 Author: Richard Schoeller <[email protected]> Date: Mon May 15 14:21:35 2017 -0400 try an earlier version commit 991dfba Merge: bec81b3 a53c1bb Author: Richard Schoeller <[email protected]> Date: Mon May 15 14:11:45 2017 -0400 Merge pull request #363 from dickschoeller/287-firefox-version-36 Fixes #287 - firefox 36 in saucelabs tests commit a53c1bb Author: Richard Schoeller <[email protected]> Date: Mon May 15 13:48:46 2017 -0400 back it out. did not work commit c69b604 Author: Richard Schoeller <[email protected]> Date: Mon May 15 13:17:31 2017 -0400 Fixes #287 - firefox 36 in saucelabs tests commit bec81b3 Merge: bb24573 fd09565 Author: Richard Schoeller <[email protected]> Date: Mon May 15 13:09:56 2017 -0400 Merge pull request #362 from dickschoeller/360-try-again change the fix commit fd09565 Author: Richard Schoeller <[email protected]> Date: Mon May 15 12:46:11 2017 -0400 change the fix commit bb24573 Merge: 3ce4728 ce5a8b5 Author: Richard Schoeller <[email protected]> Date: Mon May 15 12:13:43 2017 -0400 Merge pull request #361 from dickschoeller/360-project-parent-version Fixes #360 - VersionEye doesn't like project.parent.version commit ce5a8b5 Author: Richard Schoeller <[email protected]> Date: Mon May 15 11:22:28 2017 -0400 Fixes #360 - VersionEye doesn't like project.parent.version Change over to using an explicit property, gedbrowser.version commit 3ce4728 Merge: e8023c7 0e0b900 Author: Richard Schoeller <[email protected]> Date: Tue May 9 11:36:12 2017 -0400 Merge pull request #354 from dickschoeller/343-docker-hub-readme Fixes #343 commit 0e0b900 Author: Richard Schoeller <[email protected]> Date: Tue May 9 10:36:29 2017 -0400 Add OSS Nexus repository commit 70d2d4b Author: Richard Schoeller <[email protected]> Date: Tue May 9 10:33:54 2017 -0400 Add nexus icon commit a381a00 Author: Richard Schoeller <[email protected]> Date: Tue May 9 10:20:57 2017 -0400 Fixes #343 Add docker hub link to readme commit e8023c7 Merge: fafb018 db7fab3 Author: Richard Schoeller <[email protected]> Date: Tue May 9 09:45:30 2017 -0400 Merge pull request #353 from dickschoeller/352-versions Fixes #352, Fixes #291 - version updates commit db7fab3 Author: Richard Schoeller <[email protected]> Date: Tue May 9 08:59:30 2017 -0400 Remove obsolete rule Apparently UnusedModifierRule went away commit cb74901 Author: Richard Schoeller <[email protected]> Date: Tue May 9 08:47:44 2017 -0400 Fixes #352, Fixes #291 - version updates pmd: 5.6.1 checkstyle 7.7 undertow-core 1.4.14.Final maven-pmd-plugin 3.8 commit fafb018 Merge: 3f1c7b6 8c35ebb Author: Richard Schoeller <[email protected]> Date: Sun May 7 20:28:06 2017 -0400 Merge pull request #334 from dickschoeller/new-script some new script work commit 8c35ebb Author: Richard Schoeller <[email protected]> Date: Sun May 7 20:04:21 2017 -0400 some new script work commit 3f1c7b6 Merge: b93933a 876294d Author: Richard Schoeller <[email protected]> Date: Sun May 7 19:50:34 2017 -0400 Merge pull request #333 from dickschoeller/master script clean up commit b93933a Merge: 51a6f5a 25a51e2 Author: Richard Schoeller <[email protected]> Date: Sun May 7 17:41:32 2017 -0400 Merge branch 'master' into development commit 51a6f5a Merge: ae68933 04e5a8d Author: Richard Schoeller <[email protected]> Date: Sun May 7 16:55:27 2017 -0400 Merge pull request #332 from dickschoeller/328-dependency-update Fixes #328 - update version commit 04e5a8d Author: Richard Schoeller <[email protected]> Date: Sun May 7 16:29:41 2017 -0400 Fixes #328 - update version commit ae68933 Merge: b16dfc1 39ec97b Author: Richard Schoeller <[email protected]> Date: Sun May 7 14:49:33 2017 -0400 Merge pull request #331 from dickschoeller/101-builder-update Fixes #101 - builder work commit 39ec97b Author: Richard Schoeller <[email protected]> Date: Sun May 7 14:18:47 2017 -0400 Fixes #101 - builder work * Refer to builder instead of new in more places * Rework builder to use a facade pattern to organize the different subsystems of the builder * Still could be better commit b16dfc1 Merge: a073547 c3f3041 Author: Richard Schoeller <[email protected]> Date: Sun May 7 00:49:54 2017 -0400 Merge pull request #327 from dickschoeller/250-mongo-cycles remove extra logback config commit c3f3041 Author: Richard Schoeller <[email protected]> Date: Sun May 7 00:25:51 2017 -0400 remove extra logback config commit a073547 Merge: d0591fe 3e23e8b Author: Richard Schoeller <[email protected]> Date: Sun May 7 00:07:01 2017 -0400 Merge pull request #326 from dickschoeller/323-logging Fixes #323 - logging controls commit 3e23e8b Author: Richard Schoeller <[email protected]> Date: Sat May 6 23:42:21 2017 -0400 add logback-test.xml to src/main/resources commit 4f9f44e Author: Richard Schoeller <[email protected]> Date: Sat May 6 22:24:11 2017 -0400 Fixes #323 - logging controls * Changed pom.xml files to include correct logging libraries for test * Added logback-test.xml files to control settings * Modified the travis to stop filtering build console output commit d0591fe Merge: 4d1d80a 8eed4c4 Author: Richard Schoeller <[email protected]> Date: Sat May 6 16:14:03 2017 -0400 Merge pull request #325 from dickschoeller/312-personrenderer-complexity Fixes #312 - PersonRenderer complexity commit 8eed4c4 Author: Richard Schoeller <[email protected]> Date: Sat May 6 14:15:45 2017 -0400 Fixes #312 - PersonRenderer complexity Minor changes to simplify some of the text processing commit 4d1d80a Merge: 7cf902e c6b819e Author: Richard Schoeller <[email protected]> Date: Sat May 6 11:45:27 2017 -0400 Merge pull request #324 from dickschoeller/321-user-vs-authentication Fixes #321 - simplify user vs. authentication in rendering context commit c6b819e Author: Richard Schoeller <[email protected]> Date: Sat May 6 11:16:23 2017 -0400 Fixes #321 - simplify user vs. authentication in rendering context The information gleaned from authentication was redundant with what is in the user object. Take the information from the user object. commit 7cf902e Merge: 2c35473 4e159d3 Author: Richard Schoeller <[email protected]> Date: Sat May 6 00:56:21 2017 -0400 Merge pull request #322 from dickschoeller/313-calendar-provider-in-rendering-context Fixes #313 - CalendarProvider in RenderingContext commit 4e159d3 Author: Richard Schoeller <[email protected]> Date: Sat May 6 00:15:57 2017 -0400 filter DEBUG from main mvn build command commit 55ffc9a Author: Richard Schoeller <[email protected]> Date: Fri May 5 23:49:08 2017 -0400 try again with travis file commit 165ba8c Author: Richard Schoeller <[email protected]> Date: Fri May 5 22:43:52 2017 -0400 update travis file commit fdd5049 Author: Richard Schoeller <[email protected]> Date: Fri May 5 20:16:50 2017 -0400 Fixes #313 - CalendarProvider in RenderingContext Applied the pattern where RenderingContext is a facade for ApplicationInfo, User and CalendarProvider. All this is done using the pattern where default methods of interfaces allow you to do something approximating Ruby mixins. This still leaves User not completely resolved. There is a separate issue for User. commit 2c35473 Merge: 5f6a1bf 9934a4a Author: Richard Schoeller <[email protected]> Date: Wed May 3 06:22:02 2017 -0400 Merge pull request #320 from dickschoeller/307-gedobjecttogeddocumentmongo-bean Fixes #307 - Make the GedObjectToGedDocumentMongoConverter a bean commit 9934a4a Author: Richard Schoeller <[email protected]> Date: Tue May 2 23:46:53 2017 -0400 Fixes #307 - Make the GedObjectToGedDocumentMongoConverter a bean * This required moving the loadAttributes algorithm out of GedDocumentMongo and into GedObjectToGedDocumentMongoConverter. * Change the interface and all the implementations to pass in the converter to the loadGedObject. * Configuration classes have an added bean defintion commit 5f6a1bf Merge: b87d635 e27124a Author: Richard Schoeller <[email protected]> Date: Tue May 2 19:57:10 2017 -0400 Merge pull request #314 from dickschoeller/311-gedobject-methods Fixes #311 - delete unnecessary methods in GedObject commit e27124a Author: Richard Schoeller <[email protected]> Date: Tue May 2 19:31:41 2017 -0400 Fixes #311 - delete unnecessary methods in GedObject commit b87d635 Merge: fada703 1741c08 Author: Richard Schoeller <[email protected]> Date: Tue May 2 06:48:29 2017 -0400 Merge pull request #310 from dickschoeller/309-update-maven-war-plugin Fixes #309 - update maven war plugin to 3.1.0 commit 1741c08 Author: Richard Schoeller <[email protected]> Date: Mon May 1 23:46:03 2017 -0400 Fixes #309 - update maven war plugin to 3.1.0 commit fada703 Merge: 9b3a4f1 9957288 Author: Richard Schoeller <[email protected]> Date: Mon May 1 23:39:38 2017 -0400 Merge pull request #308 from dickschoeller/106-naming-and-organization Fixes #106 - better naming patterns for helper classes commit 9957288 Author: Richard Schoeller <[email protected]> Date: Mon May 1 23:11:45 2017 -0400 Fixes #106 - better naming patterns for helper classes * Renamed the *Helper classes * Reorganized the converters between GedObject and GedDocumentMongo * Made one of the converters a bean commit 9b3a4f1 Merge: 25d6611 355745a Author: Richard Schoeller <[email protected]> Date: Sun Apr 30 23:06:59 2017 -0400 Merge pull request #306 from dickschoeller/246-visitor-document-to-ged Fixes #246 - visitor for document to db object commit 355745a Author: Richard Schoeller <[email protected]> Date: Sun Apr 30 22:42:25 2017 -0400 Fixes #246 - visitor for document to db object commit 25d6611 Merge: 8181025 fec1ff2 Author: Richard Schoeller <[email protected]> Date: Sun Apr 30 18:46:36 2017 -0400 Merge pull request #305 from dickschoeller/272-gedobjectfactory-as-bean Fixes #302 - TestDataReader commit fec1ff2 Author: Richard Schoeller <[email protected]> Date: Sun Apr 30 18:22:00 2017 -0400 Fixes #302 - TestDataReader Fixes #304 - CalendarProvider Both are accessed as beans. Moved test data reader to gedbrowser-reader and made it be part of production. commit 8181025 Merge: 96363ab e2d9e01 Author: Richard Schoeller <[email protected]> Date: Sun Apr 30 11:12:37 2017 -0400 Merge pull request #303 from dickschoeller/272-gedobjectfactory-as-bean Fixes #272 - GedObjectFactory as a bean commit e2d9e01 Author: Richard Schoeller <[email protected]> Date: Sun Apr 30 10:49:26 2017 -0400 add missing bean annotation commit df75bf3 Author: Richard Schoeller <[email protected]> Date: Sun Apr 30 10:28:08 2017 -0400 Fixes #272 - GedObjectFactory as a bean * Change the rest of the tests that were referencing g2g to use Spring to get the reader. * Autowire a few other things that are routinely included commit 96363ab Merge: d50ccb4 fd509e4 Author: Richard Schoeller <[email protected]> Date: Sun Apr 30 09:52:02 2017 -0400 Merge pull request #301 from dickschoeller/272-gedobjectfactory-as-bean GedObjectFactory as Bean commit fd509e4 Author: Richard Schoeller <[email protected]> Date: Sun Apr 30 09:28:09 2017 -0400 GedObjectFactory as Bean * Actually a wrapper around the factory is a bean * The processing that uses the factory is a visitor There will be another round of pull requests on this to actually always use the factory and the wrapper as beans. That is more intrusive on some of the consumers. commit d50ccb4 Merge: 9605d05 c425e2e Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 22:05:38 2017 -0400 Merge pull request #300 from dickschoeller/271-abstractgedline-complexity Fixes #271 - AbstractGedLine complexity commit c425e2e Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 21:37:42 2017 -0400 Fixes #271 - AbstractGedLine complexity Create another layer of abstraction to spread the complexity around. commit 9605d05 Merge: d2fe0be 97a5a66 Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 21:09:38 2017 -0400 Merge pull request #299 from dickschoeller/pmd-warnings remove a couple of warnings commit 97a5a66 Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 20:44:17 2017 -0400 remove a couple of warnings commit d2fe0be Merge: 27cef57 9f476e4 Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 20:40:55 2017 -0400 Merge pull request #298 from dickschoeller/273-gedobject-complexity Fixes #273 - GedObject complexity commit 9f476e4 Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 20:19:20 2017 -0400 remove an extraneous method and some suppressions commit d1bfe86 Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 19:56:40 2017 -0400 remove more warnings commit 7eea281 Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 19:09:06 2017 -0400 Fixes #273 - GedObject complexity * Break up interfaces * Default methods * Make an abstract class to implement finding commit 27cef57 Merge: 273777b 986a64c Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 15:26:19 2017 -0400 Merge pull request #297 from dickschoeller/274-geddocumentmongo-complexity Fixes #274 - GedDocumentMongo complexity commit 986a64c Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 15:04:17 2017 -0400 fix configurations of spring-boot-maven-plugin for travis commit e79f9dd Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 14:31:49 2017 -0400 Fixes #274 - GedDocumentMongo complexity * Remove setType from interface GedDocument * Remove setType, getType and type from GedDocumentMongo * Implement getType in derivatives of GedDocumentMongo commit 273777b Merge: 22ac801 a0951a3 Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 12:54:22 2017 -0400 Merge pull request #296 from dickschoeller/275-person-controller-complexity Fixes #275 - PersonController has poor complexity metrics commit a0951a3 Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 11:52:39 2017 -0400 further refinement commit 71442ff Author: Richard Schoeller <[email protected]> Date: Sat Apr 29 11:28:30 2017 -0400 Fixes #275 - PersonController has poor complexity metrics * Added additional abstraction layers for geo and dated controllers * Moved some behavior into methods that reduce the complexity of caller commit 22ac801 Merge: 175b829 334d151 Author: Richard Schoeller <[email protected]> Date: Fri Apr 28 08:34:53 2017 -0400 Merge pull request #294 from dickschoeller/straighten-out-docker-stuff docker tag handling was off commit 334d151 Author: Richard Schoeller <[email protected]> Date: Fri Apr 28 08:08:02 2017 -0400 docker tag handling was off commit 175b829 Author: Richard Schoeller <[email protected]> Date: Fri Apr 28 01:00:34 2017 -0400 one more bit on docker image publishing commit db2ea71 Author: Richard Schoeller <[email protected]> Date: Fri Apr 28 00:40:16 2017 -0400 fix docker image publishing for release versions commit 64f0e97 Author: Richard Schoeller <[email protected]> Date: Fri Apr 28 00:27:38 2017 -0400 version numbers in more files commit 17d7445 Author: Richard Schoeller <[email protected]> Date: Fri Apr 28 00:21:33 2017 -0400 finish fixing version numbers commit 8add08a Merge: 77e215d 9f320ca Author: Richard Schoeller <[email protected]> Date: Fri Apr 28 00:19:00 2017 -0400 Merge branch 'master' into development commit 77e215d Author: Richard Schoeller <[email protected]> Date: Fri Apr 28 00:03:04 2017 -0400 update pom files to new target version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something like:
1 SOUR TMG
2 VERS 4.0
Needs to turn into a proper source object, embedded or linked
The text was updated successfully, but these errors were encountered: