Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 28ed39d800cf9a78df7ba6b267ca0f6e974b6924
      
https://github.com/jenkinsci/jenkins/commit/28ed39d800cf9a78df7ba6b267ca0f6e974b6924
  Author: Daniel Beck <1831569+daniel-b...@users.noreply.github.com>
  Date:   2024-03-28 (Thu, 28 Mar 2024)

  Changed paths:
    M core/src/main/java/hudson/model/View.java
    M core/src/main/java/jenkins/model/Jenkins.java
    A core/src/main/java/jenkins/model/PeopleRedirect.java
    M core/src/main/resources/hudson/model/User/sidepanel.jelly
    R core/src/main/resources/hudson/model/View/AsynchPeople/index.jelly
    R core/src/main/resources/hudson/model/View/AsynchPeople/index.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_bg.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_ca.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_cs.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_da.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_de.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_el.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_es.properties
    R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_es_AR.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_et.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_fi.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_fr.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_hu.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_it.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_ja.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_ko.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_lt.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_lv.properties
    R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_nb_NO.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_nl.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_pl.properties
    R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_pt_BR.properties
    R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_pt_PT.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_ro.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_ru.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_sr.properties
    R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_sv_SE.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_tr.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/index_uk.properties
    R 
core/src/main/resources/hudson/model/View/AsynchPeople/index_zh_TW.properties
    R core/src/main/resources/hudson/model/View/AsynchPeople/people-resources.js
    R core/src/main/resources/hudson/model/View/People/index.jelly
    R core/src/main/resources/hudson/model/View/People/index.properties
    R core/src/main/resources/hudson/model/View/People/index_bg.properties
    R core/src/main/resources/hudson/model/View/People/index_ca.properties
    R core/src/main/resources/hudson/model/View/People/index_cs.properties
    R core/src/main/resources/hudson/model/View/People/index_de.properties
    R core/src/main/resources/hudson/model/View/People/index_es.properties
    R core/src/main/resources/hudson/model/View/People/index_es_AR.properties
    R core/src/main/resources/hudson/model/View/People/index_et.properties
    R core/src/main/resources/hudson/model/View/People/index_fr.properties
    R core/src/main/resources/hudson/model/View/People/index_he.properties
    R core/src/main/resources/hudson/model/View/People/index_hu.properties
    R core/src/main/resources/hudson/model/View/People/index_it.properties
    R core/src/main/resources/hudson/model/View/People/index_ja.properties
    R core/src/main/resources/hudson/model/View/People/index_lt.properties
    R core/src/main/resources/hudson/model/View/People/index_nb_NO.properties
    R core/src/main/resources/hudson/model/View/People/index_nl.properties
    R core/src/main/resources/hudson/model/View/People/index_pl.properties
    R core/src/main/resources/hudson/model/View/People/index_pt_BR.properties
    R core/src/main/resources/hudson/model/View/People/index_pt_PT.properties
    R core/src/main/resources/hudson/model/View/People/index_ro.properties
    R core/src/main/resources/hudson/model/View/People/index_ru.properties
    R core/src/main/resources/hudson/model/View/People/index_sl.properties
    R core/src/main/resources/hudson/model/View/People/index_sr.properties
    R core/src/main/resources/hudson/model/View/People/index_tr.properties
    R core/src/main/resources/hudson/model/View/People/index_uk.properties
    R core/src/main/resources/hudson/model/View/People/index_zh_TW.properties
    M core/src/main/resources/hudson/model/View/sidepanel.jelly
    A core/src/main/resources/jenkins/model/PeopleRedirect/index.jelly
    A core/src/main/resources/jenkins/model/PeopleRedirect/index.properties
    R test/src/test/java/hudson/model/AsynchPeopleTest.java
    M test/src/test/java/jenkins/security/stapler/GetterMethodFilterTest.java
    M test/src/test/java/jenkins/security/stapler/Security400Test.java

  Log Message:
  -----------
  [JENKINS-18884] Remove 'People' view (#9060)

* [JENKINS-18884] Remove 'People' view

* Add placeholder pages when someone tries to access removed URLs

* Remove obsolete UserInfo class, inapplicable tests

* Restore test with a different core-contributed object

It's not entirely clear what this test signifies, given the
existence of `testTopLevelItemIsLegal`, but whatever.

* Remove probably unnecessary code

---------

Co-authored-by: Daniel Beck <daniel-b...@users.noreply.github.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/jenkinsci/jenkins/settings/notifications

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/b60c3a-28ed39%40github.com.

Reply via email to