Skip to content
Snippets Groups Projects
  1. Sep 26, 2019
  2. Sep 23, 2019
  3. Aug 20, 2019
  4. Jul 16, 2019
  5. Jul 10, 2019
    • Daniel Davison's avatar
      Fix Main::Menu locators · 98fc3f23
      Daniel Davison authored
      Fix the locators to not use a regex
      Add requirement
      Unverified
      98fc3f23
    • Daniel Davison's avatar
      Introduce data-qa-selector to supplant .qa-class · 390e0d89
      Daniel Davison authored
      In order to break away from using CSS classes as
      our primary method of element identification, we
      need to provide the ability to search for data
      attributes.
      
      Make Test::Sanity::Selectors now work
      
      Utilize regex to match on literal strings of the element name
      
      Suggest the data-qa-selector pattern vs the qa-
      
      Add data-qa-selector to login page to start
      
      We need a page that is heavily used in order to be
      confident that this functionality works. Let's start
      with the Login page
      
      Use appropriate HAML data tag practices
      Unverified
      390e0d89
  6. Jul 04, 2019
    • Christie Lenneville's avatar
      Change 'Todo' to 'To Do' · c433082f
      Christie Lenneville authored
      Currently, we label items to be done as "Todo." This is grammatically
      incorrect and (therefore) confusing—especially to our Spanish-speaking
      users for whom "todo" has a specific and unrelated meaning.
      
      We should use "To Do" and always use it as singular (not "To Dos").
      
      Updates to wording in a few places per MR (ee) discussion
      
      Updating locale/gitlab.pot
      
      Updates to wording in a few places per MR (ee) discussion
      
      Updating locale/gitlab.pot
      c433082f
  7. May 20, 2019
  8. May 13, 2019
  9. May 07, 2019
  10. Apr 25, 2019
  11. Dec 21, 2018
  12. Dec 10, 2018
    • Dennis Tang's avatar
      Resolve main nav clipping in certain breakpoints · 883d7b5c
      Dennis Tang authored
      Makes the following changes in order to have all the
      items of the top nav fit within all of the new Bootstrap 4 breakpoints:
      
      - Change GitLab logo to show only on desktop breakpoint (lg and up)
        - Move margin from logo to logo text, saving 8px
      - Move the following icon links to the "More" nav dropdown
        - Instance Statistics (ConDev Index)
        - Admin area (if Admin)
        - Sherlock Transactions (if enabled)
      - Removed separator between Admin icons
      - Change search input width from 240px to 200px
      - Move "Activity", "Milestone", and "Snippets" into "More" menu on lg breakpoints
      - Show "More" menu of lg breakpoints
      883d7b5c
  13. Nov 27, 2018
  14. Nov 07, 2018
  15. Oct 30, 2018
  16. Oct 18, 2018
  17. Oct 04, 2018
  18. Sep 05, 2018
  19. Jul 27, 2018
  20. Jul 23, 2018
  21. Jul 09, 2018
  22. Jun 30, 2018
  23. Jun 08, 2018
  24. May 17, 2018
  25. May 08, 2018
  26. May 04, 2018
    • Bob Van Landuyt's avatar
      Make the user dropdown reusable · 17b25bd2
      Bob Van Landuyt authored
      We will reuse the the dropdown, but exclude some menu items based on
      permissions.
      
      So moving the menu to a partial, and adding checks for each menu item here.
      17b25bd2
  27. Apr 17, 2018
  28. Apr 16, 2018
  29. Apr 10, 2018
  30. Apr 09, 2018
Loading