1. 29 4月, 2016 2 次提交
    • T
      Eager load `lib/api` · 0a280158
      Timothy Andrew 提交于
      - So that the server doesn't have to be restarted for every change in dev.
      0a280158
    • Y
      Load the "New Branch" button asynchronously · 04266470
      Yorick Peterse 提交于
      This button depends on Issue#can_be_worked_on? which in turn depends on
      Issue#related_branches. By rendering this button asynchronously we can
      finally remove all usages of Issue#related_branches and
      Issue#referenced_merge_requests from the issues "show" page.
      04266470
  2. 23 4月, 2016 1 次提交
    • R
      Add letter_opener_web gem · 702380f1
      Robert Speicher 提交于
      Sent emails in the development environment will no longer automatically
      be opened in the browser. If a sent email needs to be viewed, it can be
      found at the `/rails/letter_opener` route.
      702380f1
  3. 22 4月, 2016 1 次提交
  4. 20 4月, 2016 2 次提交
  5. 18 4月, 2016 1 次提交
  6. 15 4月, 2016 1 次提交
  7. 13 4月, 2016 1 次提交
    • Y
      Load related MRs/branches asynchronously · 31e28ebc
      Yorick Peterse 提交于
      Currently this works by loading the HAML partials via XHR. While this is
      not the nicest setup it _is_ the easiest setup using the tools we
      currently have.
      
      Loading this data asynchronously doesn't make loading the related
      MRs/branches itself faster, it merely ensures that loading the issue
      itself is not slowed down.
      
      Fixes gitlab-org/gitlab-ce#14949
      31e28ebc
  8. 12 4月, 2016 2 次提交
  9. 09 4月, 2016 1 次提交
  10. 07 4月, 2016 2 次提交
  11. 06 4月, 2016 1 次提交
  12. 04 4月, 2016 1 次提交
  13. 31 3月, 2016 1 次提交
  14. 30 3月, 2016 2 次提交
  15. 23 3月, 2016 2 次提交
  16. 20 3月, 2016 1 次提交
  17. 18 3月, 2016 3 次提交
  18. 16 3月, 2016 1 次提交
    • T
      Original implementation to allow users to subscribe to labels · 0444fa56
      Timothy Andrew 提交于
      1. Allow subscribing (the current user) to a label
      
      - Refactor the `Subscription` coffeescript class
        - The main change is that it accepts a container, and conducts all
          DOM queries within its scope. We need this because the labels
          page has multiple instances of `Subscription` on the same page.
      
      2. Creating an issue or MR with labels notifies users subscribed to those labels
      
      - Label `has_many` subscribers through subscriptions.
      
      3. Adding a label to an issue or MR notifies users subscribed to those labels
      
      - This only applies to subscribers of the label that has just been
        added, not all labels for the issue.
      0444fa56
  19. 14 3月, 2016 1 次提交
    • R
      Let `oauth/applications#index` handle the `profiles#applications` route · 8f21e2ae
      Robert Speicher 提交于
      Previously we were doing all of kinds of code gymnastics and flash abuse
      in order to work with a Doorkeeper controller but have it _appear_ at
      the `/profile/applications` path. Fortunately we can just tell Rails to
      use a different controller to handle that route, and we get the best of
      both worlds.
      8f21e2ae
  20. 12 3月, 2016 1 次提交
  21. 10 3月, 2016 1 次提交
  22. 04 3月, 2016 1 次提交
  23. 02 3月, 2016 1 次提交
  24. 29 2月, 2016 1 次提交
  25. 27 2月, 2016 1 次提交
  26. 26 2月, 2016 1 次提交
    • Z
      Branded login page also in CE · 9a2869ab
      Zeger-Jan van de Weg 提交于
      The only major difference with the EE version is the change from a light and dark logo to only a header logo
      The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
      9a2869ab
  27. 23 2月, 2016 1 次提交
  28. 21 2月, 2016 1 次提交
  29. 20 2月, 2016 4 次提交