提交 9679a612 编写于 作者: J Jesse Glick

[JENKINS-20892] Noting merge of #1046.

上级 67b16332
......@@ -67,6 +67,9 @@ Upcoming changes</a>
<li class=bug>
<code>groovysh</code> command did not work in authenticated Jenkins instances.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-17929">issue 17929</a>)
<li class=bug>
Avoid eagerly loading all builds when displaying lists of them (<i>Build History</i> and <i>Build Time Trend</i> UIs).
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20892">issue 20892</a>)
<li class=bug>
Error page should be visible even if the anonymous user does not have overall/read access.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20866">issue 20866</a>)
......
......@@ -187,7 +187,7 @@ public class RunList<R extends Run> extends AbstractList<R> {
/**
* Returns elements that satisfy the given predicate.
* <em>Warning:</em> this method mutates the original list and then returns it.
* @since TODO
* @since 1.544
*/
public RunList<R> filter(Predicate<R> predicate) {
size = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册