- 13 Jun, 2016 1 commit
-
-
Sean McGivern authored
Tags are immutable, so we can't add a commit to either revert or cherry-pick another commit to them.
-
- 11 Jun, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 10 Jun, 2016 30 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
Revert side nav to full width; remove border under nav; remove tooltips on nav links; stop page content shifting with side nav; put project nav in container
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
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>
-
Luke "Jared" Bennett authored
Updated CHANGELOG Removed CHANGELOG entry
-
Felipe Artur authored
-
Felipe Artur authored
-
Paco Guzman authored
Using update_column to store the boolean flag to avoid any side effects with the current state of the project instance
-
Yorick Peterse authored
This method can be used to find multiple projects for multiple paths. For example, take this snippet: Project.where_paths_in(%w{gitlab-org/gitlab-ce gitlab-org/gitlab-ee}) This will return an ActiveRecord::Relation containing the GitLab CE and GitLab EE projects. This method takes care of matching rows both case-sensitively and case-insensitively where needed. Project.find_with_namespace in turn has been modified to use Project.where_paths_in without nuking any scoping (instead it uses reorder(nil)). This means that any default scopes (e.g. those used for "pending_delete" stay intact). The method Project.where_paths_in was added so the various Markdown filters can use a single query to grab all the projects referenced in a set of documents, something Project.find_with_namespace didn't allow.
-
Sean McGivern authored
98f147e84d2bd8f2278452ac0852118452c76d4a fixed this for issues in HTML, but not MRs or Atom feeds.
-
Sean McGivern authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
The logic of the method was obviously inverted. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Based on the feedback from reviewers. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rui Anderson authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Tomasz Maczukin authored
-
Phil Hughes authored
Closes #18410
-
Phil Hughes authored
-
Phil Hughes authored
Added sidebar Removed elements not present in design
-
Phil Hughes authored
Fixes #18344
-
Phil Hughes authored
-
Phil Hughes authored
Closes #18379
-
- 09 Jun, 2016 8 commits
-
-
Fatih Acet authored
yes -> true no -> false . frequent -> .frequent-emojis
-
Annabel Dunstone authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Fatih Acet authored
-
Phil Hughes authored
Closes #18198
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-