- 01 Jul, 2015 13 commits
-
-
Dmitriy Zaporozhets authored
UX improvements * make atom feed on commits page smaller so it capture less attention * open big image 400px instead of default 40px when click on user avatar See merge request !910
-
Dmitriy Zaporozhets authored
Repository#blob_at should return nil for 00000000... sha Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !916
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Reporter role can manage issue tracker now Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !908
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Job van der Voort authored
added note about Devise Added note about the authentication gem used in GitLab Because of question in https://groups.google.com/forum/#!topic/gitlabhq/G2rToah19-Q See merge request !912
-
Job van der Voort authored
added new doc "command line commands" Added new doc to GitLab Basics See merge request !1880
-
Dmitriy Zaporozhets authored
Performance improvements after caching html fragments * re-use event cache with other users * cache commit fragment * cache issue fragment in list * cache comment parsed with markdown See merge request !911
-
Dmitriy Zaporozhets authored
Fix ApplicationHelper specs On current `master` if you run these specs by themselves, they fail. I have no idea why they work when run with other specs, but now they work all the time. - Use the `helper` object, as per RSpec 3 standards - Use `assign` to assign instance variables that helpers expect - Add `StubConfiguration` support module See merge request !906
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Robert Speicher authored
Bump Redcarpet to 3.3.2 Closes #1911 See merge request !913
-
- 30 Jun, 2015 24 commits
-
-
Robert Speicher authored
Closes #1911
-
Robert Speicher authored
There were several specs that were failing when run by themselves. - Use the `helper` object, as per RSpec 3 standards - Use `assign` to assign instance variables that helpers expect - Add `StubConfiguration` support module
-
Robert Speicher authored
Just for consistency with our Capybara, DatabaseCleaner, WebMock, etc. setups.
-
karen Carias authored
-
karen Carias authored
-
karen Carias authored
-
karen Carias authored
-
karen Carias authored
-
karen Carias authored
-
karen Carias authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Reuse HTML Pipeline object in Markdown parser The patches reduces pressure on GC and reduces markdown processing time See merge request !905
-
Kamil Trzcinski authored
The patches reduces pressure on GC and reduces markdown processing time
-
Dmitriy Zaporozhets authored
Added missing packages required by docker builds This fixes backup failed tests, missing commands: `pg_dump` and `mysqldump`. See merge request !889
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Stan Hu authored
Bump rugments to 1.0.0beta8 to fix C prototype function highlighting Closes #1890 See merge request !902
-
karen Carias authored
-
karen Carias authored
-
- 29 Jun, 2015 3 commits
-
-
Dmitriy Zaporozhets authored
update documentation styleguide See merge request !904
-
Job van der Voort authored
-
Stan Hu authored
Fix wrong order of issues when importing from github ### 1. What does this MR do? The order of issues imported from GitHub is fixed. ### 2. Are there points in the code the reviewer needs to double check? Nothing. ### 3. Why was this MR needed? The default behaviors of GitHub API at listing issues are sort: :created and direction: :desc. See GitHub API details at https://developer.github.com/v3/issues/#list-issues. ### 4. What are the relevant issue numbers / Feature requests? Fixes #1791 ### 5. Screenshots (if relevant) Nothing See merge request !898
-