Skip to content
Snippets Groups Projects
  1. Mar 11, 2020
  2. Feb 20, 2020
  3. Dec 20, 2019
  4. Nov 19, 2019
  5. Sep 02, 2019
  6. Aug 14, 2019
  7. Aug 08, 2019
  8. Jul 26, 2019
  9. Apr 24, 2019
  10. Mar 30, 2019
  11. Mar 20, 2019
  12. Nov 18, 2018
  13. Aug 03, 2018
  14. Aug 01, 2018
  15. Jul 31, 2018
  16. Jul 26, 2018
  17. Jul 23, 2018
  18. Jul 20, 2018
  19. Jul 19, 2018
  20. Jul 05, 2018
  21. Jun 25, 2018
  22. May 25, 2018
  23. May 11, 2018
  24. May 04, 2018
    • Bob Van Landuyt's avatar
      Enforces terms in the web application · 7684217d
      Bob Van Landuyt authored
      This enforces the terms in the web application. These cases are
      specced:
      
      - Logging in: When terms are enforced, and a user logs in that has not
        accepted the terms, they are presented with the screen. They get
        directed to their customized root path afterwards.
      - Signing up: After signing up, the first screen the user is presented
        with the screen to accept the terms. After they accept they are
        directed to the dashboard.
      - While a session is active:
        - For a GET: The user will be directed to the terms page first,
          after they accept the terms, they will be directed to the page
          they were going to
        - For any other request: They are directed to the terms, after they
          accept the terms, they are directed back to the page they came
          from to retry the request. Any information entered would be
          persisted in localstorage and available on the page.
      7684217d
  25. Apr 11, 2018
  26. Mar 07, 2018
  27. Feb 22, 2018
  28. Oct 07, 2017
    • 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
  29. Jul 27, 2017
  30. Jul 11, 2017
  31. Jun 26, 2017
  32. Jun 21, 2017
  33. Jun 19, 2017
  34. Jun 14, 2017
  35. May 09, 2017
    • Toon Claes's avatar
      Add :redis keyword to some specs clear state of trackable attributes · ab7c9033
      Toon Claes authored
      The specs that rely on a correct value of the trackable attributes, should
      include the `:redis` keyword in the spec to ensure the state is reset between
      various specs.
      
      The trackable attributes being:
      
      - sign_in_count      : Increased every time a sign in is made (by form, openid, oauth)
      - current_sign_in_at : A timestamp updated when the user signs in
      - last_sign_in_at    : Holds the timestamp of the previous sign in
      - current_sign_in_ip : The remote ip updated when the user sign in
      - last_sign_in_ip    : Holds the remote ip of the previous sign in
      
      The limiting of writing trackable attributes was introduced in
      gitlab-org/gitlab-ce!11053.
      ab7c9033
  36. Apr 06, 2017
  37. Mar 09, 2017
  38. Feb 23, 2017
Loading