An error occurred fetching the project authors.
  1. 09 Apr, 2018 1 commit
  2. 07 Apr, 2018 5 commits
    • Mayra Cabrera's avatar
      Handle limit for datetime attributes on MySQL · 5bc58bac
      Mayra Cabrera authored
      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
    • Mayra Cabrera's avatar
      Addresses database comments · 29913816
      Mayra Cabrera authored
      - 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
    • Mayra Cabrera's avatar
      Include ProjectDeployTokens · 8315861c
      Mayra Cabrera authored
      Also:
      - Changes scopes from serializer to use boolean columns
      - Fixes broken specs
      8315861c
    • Mayra Cabrera's avatar
      Address UX review · 345ac03b
      Mayra Cabrera authored
      - 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
    • Mayra Cabrera's avatar
      Implement 'read_repo' for DeployTokens · 370fc05d
      Mayra Cabrera authored
      This will allow to download a repo using the token from the DeployToken
      370fc05d
  3. 17 Jan, 2018 1 commit
  4. 22 Dec, 2017 1 commit
  5. 07 Oct, 2017 1 commit
    • Jacopo's avatar
      Replaces `tag: true` into `:tag` in the specs · 0ce67858
      Jacopo authored
      Replaces all the explicit include metadata syntax in the specs (tag:
      true) into the implicit one (:tag).
      Added a cop to prevent future errors and handle autocorrection.
      0ce67858
  6. 27 Sep, 2017 1 commit
  7. 27 Jul, 2017 1 commit
  8. 06 Jul, 2017 1 commit
  9. 05 Jul, 2017 1 commit
  10. 29 Jun, 2017 1 commit
  11. 20 Jun, 2017 1 commit
  12. 19 Jun, 2017 1 commit
  13. 02 Jun, 2017 1 commit