- 01 Jul, 2015 10 commits
-
-
Douwe Maan authored
Fix consistency issue in sidebars of Project and Group Settings. Fixes #2277 ![before_after_group_settings_nav](https://dev.gitlab.org/gitlab/gitlabhq/uploads/370c701d0eff8f1f8e44cf954c75f2bf/before_after_group_settings_nav.png) See merge request !1871
-
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
-
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 22 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
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 8 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
-
Dmitriy Zaporozhets authored
Fix Error 500 when relative submodule resolves to a namespace that has a different name from its path ### What does this MR do? This MR fixes a bug in resolving a namespace when the `name` differed from `path`. ### Why was this MR needed? The original code was using `name`, when the proper input to `namespace_project_path` was `path`. ### What are the relevant issue numbers? Closes #1849 See merge request !864
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Explain warnings when using omnibus packages with backup restore Instead of adding this to the omnibus documentation as proposed [here](https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/392), moving to one central place as part of efforts to have central location for the docs. See merge request !903
-
Job van der Voort authored
Link to SAML docs from doc index Without this link, the SAML docs are hard to discover. See merge request !1882
-
Jacob Vosmaer authored
Without this link, the SAML docs are hard to discover.
-