Skip to content
Snippets Groups Projects
  1. Apr 17, 2018
  2. Apr 16, 2018
  3. Apr 12, 2018
  4. Apr 11, 2018
  5. Apr 09, 2018
  6. Apr 08, 2018
  7. Apr 07, 2018
    • 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
  8. Apr 06, 2018
  9. Apr 05, 2018
  10. Apr 04, 2018
  11. Apr 03, 2018
  12. Mar 26, 2018
  13. Mar 23, 2018
  14. Mar 22, 2018
Loading