1. 28 12月, 2017 1 次提交
  2. 25 12月, 2017 3 次提交
  3. 24 12月, 2017 1 次提交
  4. 23 12月, 2017 5 次提交
  5. 22 12月, 2017 2 次提交
  6. 20 12月, 2017 3 次提交
  7. 19 12月, 2017 7 次提交
  8. 18 12月, 2017 3 次提交
  9. 17 12月, 2017 3 次提交
  10. 16 12月, 2017 7 次提交
    • D
      2476d141
    • JenkinsInChina's avatar
      Add Chinese translation for parameter build · 24442d8d
      JenkinsInChina 提交于
      24442d8d
    • W
      [JENKINS-22474] API Token does not require CSRF token (#3129) · 814d2027
      Wadeck Follonier 提交于
      * [JENKINS-22474] API Token does not require CSRF token
      - in order to ease the use of the api, we are not requiring the request to have a crumb
      - in terms of security it's not a problem normally since the CSRF attacks use the cookies and in case of API Token, it's session-less / cookie-less
      
      * - adjust the license header
      
      * - add test for basic authentication
      - add test for login process
      
      * - add test for form submission using ui (htmlunit), not just login form
      
      * - modification requested by Jesse
      
      * - pom.xml update to use the last version of jenkins-test-harness (with the token helper methods)
      - beginning of the simplification of tests
      
      * - using the try-with-resource approach to ease readability
      
      * - using closure method now
      
      * - add missing login transformation
      
      * - add unit test
      
      * - use withToken
      - remove useless crumb for GET method
      - add fail (otherwise the assert in catch is not as useful as it could be)
      
      * another bunch of test cases
      
      * - for HudsonTestCase, some additional modifications are required: changing the view / different type of management for the variable inside the views
      
      * - small other tests
      
      * - last batch for the login method
      
      * - crumb is not more required since we are using API Token
      
      * - converting auth to ApiToken to avoid crumb method
      
      * - converting auth to ApiToken to avoid crumb method (second)
      
      * - remove usage of closure aware methods
      
      * - update the pom using the snapshot as adviced by Jesse
      - modifications on other class to adapt to the last modifications in JTH
      
      * - modifications requested during code review
      
      * - also put back my changes to the conflicted file
      
      * - correction of the merge :)
      814d2027
    • D
      [JENKINS-48405] Use NIO in tryOnceDeleteFile and makeWritable (#3169) · 1270ba3b
      Devin Nusbaum 提交于
      * Use NIO in tryOnceDeleteFile and makeWritable
      
      * Don't try to set PosixFileAttributes on Windows
      
      * Do not create arbitrary exceptions in makeWritable to fix test failures on Windows
      
      * Remove unhelpful layer of exception wrapping
      
      * Add test exercising Util#makeWritable in Util#tryOnceDeleteFile
      
      * Add test for deleting a non-existant file
      
      * Return early if changing permissions with NIO succeeds
      1270ba3b
    • O
      Merge pull request #3198 from johnou/contention-JENKINS-48505 · 3a529636
      Oleg Nenashev 提交于
      [JENKINS-48505] - Invoke optimistic get before computeIfAbsent to avoid contention.
      3a529636
    • D
      [JENKINS-34254] Add test · f0efdbab
      Daniel Beck 提交于
      f0efdbab
    • D
      [JENKINS-34254] Use released Stapler 1.254 · 3c695a3e
      Daniel Beck 提交于
      3c695a3e
  11. 15 12月, 2017 5 次提交