1. 10 4月, 2018 2 次提交
  2. 08 4月, 2018 2 次提交
  3. 07 4月, 2018 6 次提交
    • M
      Handle limit for datetime attributes on MySQL · 5bc58bac
      Mayra Cabrera 提交于
      The TIMESTAMP data type is used for values that contain both date and
      time parts. TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to
      '2038-01-19 03:14:07' UTC.
      
      A Forever lib class was included to handle future dates for PostgreSQL
      and MySQL, also changes were made to DeployToken to enforce Forever.date
      
      Also removes extra conditional from JwtController
      5bc58bac
    • M
      Addresses database comments · 29913816
      Mayra Cabrera 提交于
      - Adds a default on expires_at datetime
      - Modifies deploy tokens views to handle default expires at value
      - Use datetime_with_timezone where possible
      - Remove unused scopes
      29913816
    • M
      Include ProjectDeployTokens · 8315861c
      Mayra Cabrera 提交于
      Also:
      - Changes scopes from serializer to use boolean columns
      - Fixes broken specs
      8315861c
    • M
      Address UX review · 345ac03b
      Mayra Cabrera 提交于
      - Keep 'Deploy Section' open upon save, otherwise the token might get
        lost
      - When an error appears, display the error inside the form and also keep
        the Deploy Section open
      - Changue copy of revoke modal
      345ac03b
    • M
      Implement 'read_repo' for DeployTokens · 370fc05d
      Mayra Cabrera 提交于
      This will allow to download a repo using the token from the DeployToken
      370fc05d
    • S
      Fix the reCAPTCHA spec failures by not rendering the widget in test mode · c527eadb
      Stan Hu 提交于
      We've seen changes in behavior in the reCAPTCHA widget that led to test failures.
      To avoid these issues, don't render the widget at all in test mode.
      
      Closes #45138
      c527eadb
  4. 06 4月, 2018 5 次提交
  5. 05 4月, 2018 3 次提交
  6. 04 4月, 2018 9 次提交
  7. 03 4月, 2018 3 次提交
  8. 29 3月, 2018 2 次提交
  9. 28 3月, 2018 1 次提交
  10. 27 3月, 2018 5 次提交
  11. 26 3月, 2018 2 次提交