BigW Consortium Gitlab

  1. 30 Jun, 2016 29 commits
  2. 29 Jun, 2016 11 commits
    • Merge branch 'left-align-flash-messages' into 'master' · dbac53aa
      Jacob Schatz authored
      Align flash messages with left side of page content
      
      ## What does this MR do?
      
      - align flash messages with left side of page content
      
      ## Are there points in the code the reviewer needs to double check?
      
      - flash messages in general
      
      ## Why was this MR needed?
      
      - flash messages didn't fit new design
      
      ## What are the relevant issue numbers?
      
      closes  #18688
      
      ## Screenshots
      
      # Before
      
      ![failed-login](/uploads/fb57d288fb7ae775cc0b8dbb0c7b6af2/failed-login.png)
      
      ---
      
      ![explore-blocked-account](/uploads/aa6d5ff74a4c9ed29ed361f2ffdf5c8e/explore-blocked-account.png)
      
      ---
      
      ![project-blocked-account](/uploads/4f36118f5438d661ea202b180bf9cb8d/project-blocked-account.png)
      
      ---
      
      ![issue-blocked-account](/uploads/68e87385ec30952797dc5c1f8f36216d/issue-blocked-account.png)
      
      ---
      
      ![inline-flash](/uploads/c0aba047f90d56001265e37ba9751e19/inline-flash.png)
      
      ---
      
      # After
      
      ![failed-login](/uploads/d45d2d832a16af8e1854f1832e7b87a4/failed-login.png)
      
      ---
      
      ![blocked-account](/uploads/ddcd3d23569ded403700c01934df61df/blocked-account.png)
      
      ---
      
      ![project-blocked-account](/uploads/9e286c3b95f70cae1819930a09cc1307/project-blocked-account.png)
      
      ---
      
      ![issue-blocked-account](/uploads/4fde8e770eab0dae03b25e1402f171a1/issue-blocked-account.png)
      
      ---
      
      The left padding will be fixed by  !4854
      
      ![inline-flash](/uploads/081b824b99d8ca65d67e9d15778a991d/inline-flash.png)
      
      ---
      
      ![flash-dismissed](/uploads/641e6227050de22e0df9a85ffca4ced1/flash-dismissed.png)
      
      See merge request !4959
    • Exposed 'onToggleHelp() to window object so showHelp() can be a global function' · 8cdee2ba
      Luke "Jared" Bennett authored
      Removed from window and used static method
    • Merge branch 'handle-redis-not-there' into 'master' · f7eceed6
      Stan Hu authored
      Fix database migrations when Redis is not running
      
      If Redis were not running or USE_DB were set to false, the application settings retrieval would fail completely. This change only attempts to use the cache if the system actually
      wants to connect to the DB and rescues any failures in talking to Redis.
      
      Closes #17557 
      
      
      See merge request !4924
    • Update CHANGELOG · d17046db
      Alfredo Sumaran authored
    • Skip element that is wrapped by a link · 6c9f5a50
      Alfredo Sumaran authored
      This fixes the double request being made to the same URL
    • Merge branch 'rs-gitalb-com-staging' into 'master' · 65187efa
      Robert Speicher authored
      Update `Gitlab.com?` to support staging
      
      Ref: https://gitlab.com/gitlab-com/operations/issues/324#note_12428337
      
      See merge request !4637
    • Merge branch 'cache-max-user-access-name' into 'master' · eae5f8aa
      Robert Speicher authored
      Memoize the maximum access level for the author of notes
      
      Cache the maximum access level for each user in a map in the controller
          
      In #19273, we saw that retrieving ProjectTeam#human_max_access for each note takes the bulk of the time when rendering certain issues or merge requests. We observe that most of the comments in an issue are typically done by the same users. This MR memoizes the max access level by user ID.
      
      See merge request !4982
    • Merge branch 'button-focus-style' into 'master' · 47648a50
      Jacob Schatz authored
      Adds focus state style to markdown area buttons.
      
      ## What does this MR do?
      
      It makes it possible to see when the button is focused when tabbing through the interface. This is for the new markdown buttons in the comment field.
      
      See merge request !4867
    • Merge branch 'label-filter-path-fix' into 'master' · d3d9df5a
      Jacob Schatz authored
      Fixed URL on label button when filtering
      
      ## What does this MR do?
      
      Gives the filtered labels the correct URL. Previously they tried to link to `labels#show` whereas now it links to the correct filter path.
      
      ## What are the relevant issue numbers?
      
      Closes #19005 
      
      
      See merge request !4897