5 years agoJoel Kovisto commented on SDP-435 for There is a strong need for this. | ||
4 comments | ||
6 years agoJoel Kovisto approved review 24619 for Columns were definitely out of order for the process table - now corrected. Didn't see any place else that might need changing. | ||
8 years agoJoel Kovisto commented on change 21770 for Canonical copy to maintained here: | ||
8 years agoJoel Kovisto created job000708 for perforce-software-p4api-net: Repository.GetUser() should be case-insensitive against a case-insensitive server. Line 566 of Repository.user.cs has this, which is fine for the cas...e-sensitive server. if (to.ContainsKey("User") && to["User"] == user) But it should be something like this against a case-insensitive server. if (to.ContainsKey("User") && to["User"].Equals(user, StringComparison.OrdinalIgnoreCase) Case-sensitivity is maintained in Server.ServerMetaData.CaseSensitive. « | ||
8 years agoJoel Kovisto commented on job000559 for There is specific demand for this version of Strawberry Perl: There is specific demand for this version of Strawberry Perl: | ||
9 years agoJoel Kovisto commented on job000204 for Thanks! | ||
9 years agoJoel Kovisto updated description of review 16777 for p4-jenkins:main | ||
9 years agoJoel Kovisto updated files in review 16777 for p4-jenkins:main [JENKINS-32351] Inject quotes around paths for label view in TaggingTask.java. | ||
9 years agoJoel Kovisto commented on change 16775 (TaggingTask.java) for p4-jenkins:main Scratch this. My integ must have done nothing. The change isn't there. | ||
9 years agoJoel Kovisto requested review 16777 for p4-jenkins:main [JENKINS-32351] Inject quotes around paths for label view in TaggingTask.java. | ||
9 years agoJoel Kovisto created job000430 for perforce_software-p4python: Help P4Python find correct SSL library. Customer obtained P4Python from https://pypi.python.org/pypi/P4Python Got this error when running on Mac.../Yosemite. File "/Users/twick/sDev/tableau-tools/pipeline/common_dep/file_utils.py", line 11, in <module> from perforce import P4Conn File "/Users/twick/.tabvenvs/server-dev-b9be31fe483ffffa5a742dfb57832590/tube/lib/python3.4/site-packages/perforce/__init__.py", line 20, in <module> from P4 import P4, P4Exception, Map File "/Users/twick/.tabvenvs/server-dev-b9be31fe483ffffa5a742dfb57832590/tube/lib/python3.4/site-packages/P4.py", line 410, in <module> import P4API ImportError: dlopen(/Users/twick/.tabvenvs/server-dev-b9be31fe483ffffa5a742dfb57832590/tube/lib/python3.4/site-packages/P4API.so, 2): Library not loaded: /opt/local/lib/libssl.1.0.0.dylib Referenced from: /Users/twick/.tabvenvs/server-dev-b9be31fe483ffffa5a742dfb57832590/tube/lib/python3.4/site-packages/P4API.so Reason: image not found Suggest bundling libssl in the wheels (.whl files) they're publishing here, so that this problem can be avoided. « | ||
9 years agoJoel Kovisto committed change 16715 into Inject quotes around paths for label view in TaggingTask.java. p4.jar and p4.hpi included. | ||
9 years agoJoel Kovisto created job000368 for perforce_software-p4python: | ||
9 years agoJoel Kovisto created job000364 for perforce-software-p4eclipse: | ||
10 years agoJoel Kovisto committed change 12940 into P4BlameResult.processBlameLines() should use fileAnnotation.getLower() to show when the line was introduced. | ||
10 years agoJoel Kovisto created job000230 for perforce-software-p4maven: | ||
10 years agoJoel Kovisto created job000229 for perforce-software-p4maven: Client names include backslashes when generated from Windows. This causes problems for spec depots. Should be able to add '\' to the regula...r expression in P4Executor.generateClientName(). Might need 4 backslashes to account for one. path = encodeWildcards(workDir.getCanonicalPath() .replaceAll("[\\\\/ ~]", "-").replaceAll(",", "")); « | ||
10 years agoJoel Kovisto commented on job000204 for It's possible this might work in 2014.2. | ||
10 years agoJoel Kovisto created job000204 for P4::Progress does not appear to work. We are having some issues with P4::Progress in P4PERL. P4::Progress does not work in either P4Perl 2012.2 or 20...14.1 If we try following the example code in the POD for P4::Progress (perldoc P4::Progress) and then do a $p4->RunSync('-q','-f','...') for example, none of the callbacks get called. Performing the same operation at the CLI works as expected. Also, the unit test provided for P4::Progress, t/55-progress.t does not verify any of the expected behaviors (none of the values of %count are verified); so the fact that this test passes doesn't prove anything. « | ||
11 years agoJoel Kovisto commented on change 10009 for Thanks, that's a better test. I looked for that, but somehow didn't see it documented (just rfind). Got no help from vi. | ||
11 years agoJoel Kovisto committed change 10010 into Better test for reviews users | ||
11 years agoJoel Kovisto committed change 10009 into Setting to not send emails to git-fusion-reviews- users | ||
11 years agoJoel Kovisto committed change 10008 into integ p4review_py from perforce_software | ||
13 years agoJoel Kovisto committed change 8154 into Implementation of ISSOCallback for P4Java | ||
Change | User | Description | Created | ||
---|---|---|---|---|---|
16775 | Joel Kovisto | [JENKINS-32351] Inject quotes around paths for label view in TaggingTask.java. | 9 years ago | View Review |
Adjust when notifications are sent to you about reviews that you're associated with (as an author, reviewer, project member or moderator).