- 17 Jun, 2016 1 commit
-
-
Felipe Artur authored
-
- 14 Jun, 2016 1 commit
-
-
Felipe Artur authored
-
- 13 Jun, 2016 10 commits
-
-
Felipe Artur authored
-
Felipe Artur authored
-
Jacob Vosmaer authored
-
Kamil Trzcinski authored
-
Sean McGivern authored
Tags are immutable, so we can't add a commit to either revert or cherry-pick another commit to them.
-
Yorick Peterse authored
This ensures that whenever changing the NULL constraint of a column fails we still drop the column.
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 12 Jun, 2016 1 commit
-
-
Stan Hu authored
Closes #18484
-
- 11 Jun, 2016 1 commit
-
-
Alfredo Sumaran authored
Fixes the case when we want to assign a label to multiple issues and one of the issues has already the label we want to apply.
-
- 10 Jun, 2016 17 commits
-
-
Annabel Dunstone authored
-
Kamil Trzcinski authored
-
Felipe Artur authored
-
Felipe Artur authored
-
Paco Guzman 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.
-
Phil Hughes authored
-
Jacob Vosmaer authored
Auth.find was a very generic name for a very specific method. Auth.find_in_gitlab_or_ldap was inaccurate in GitLab EE where it also looks in Kerberos.
-
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>
-
Phil Hughes authored
-
Phil Hughes authored
Added sidebar Removed elements not present in design
-
Phil Hughes authored
-
Timothy Andrew authored
-
- 09 Jun, 2016 9 commits
-
-
Phil Hughes authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Douglas Barbosa Alexandre authored
-
Phil Hughes authored
-
Kamil Trzcinski authored
-
Sean McGivern authored
-
Sean McGivern authored
It doesn't seem possible to set constraints based on format for project IDs ending in .git, so set the constraint on the ID and ensure the format is nil to avoid the case where the project ID is something like project.git.foo.
-
Timothy Andrew authored
- Need to pass in a `page_slug` to the filter, so it can rewrite based on the current page (all links are rewritten to the level of the app root). - The earlier `markdown_preview` endpoint was at the level of the wiki. We need to know the current page (for rewriting, as above), so this commit moves the endpoint to the level of a wiki page. - Fix all tests
-