- 01 Feb, 2018 10 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
As part of gitlab-org/gitaly#884, this commit contains the client implementation for both TagNamesContaintingCommit and BranchNamesContainingCommit. The interface in the Repository model stays the same, but the implementation on the serverside, e.g. Gitaly, uses `for-each-ref`, as opposed to `branch` or `tag` which both aren't plumbing command. The result stays the same. On the serverside, we have the opportunity to limit the number of names to return. However, this is not supported on the front end yet. My proposal to use this ability: gitlab-org/gitlab-ce#42581. For now, this ability is not used as that would change more behaviours on a feature flag which might lead to unexpected changes on page refresh for example.
-
Sean McGivern authored
View all issues of all subgroups on the group issue page Closes #30106 and #39388 See merge request gitlab-org/gitlab-ce!16706
-
Rémy Coutable authored
Enable Style/RegexpLiteral cop Closes #42497 See merge request gitlab-org/gitlab-ce!16752
-
Filipa Lacerda authored
Remove namespaced internationalization import See merge request gitlab-org/gitlab-ce!16838
-
Jarka Kadlecová authored
-
Stan Hu authored
-
Stan Hu authored
Closes gitlab-org/omnibus-gitlab#3128
-
Robert Speicher authored
Add a QA scenario for creating an issue Closes gitlab-qa#160 See merge request gitlab-org/gitlab-ce!16802
-
Fatih Acet authored
Replace $.ajax in find file with axios See merge request gitlab-org/gitlab-ce!16841
-
- 31 Jan, 2018 30 commits
-
-
Fatih Acet authored
Replace $.ajax in activity calendar with axios See merge request gitlab-org/gitlab-ce!16839
-
Clement Ho authored
-
Clement Ho authored
-
Douwe Maan authored
Remove Rugged::Walk implementation of #log See merge request gitlab-org/gitlab-ce!16798
-
Clement Ho authored
-
Rémy Coutable authored
Merge branch '4761-follow-up-from-resolve-developers-should-be-able-to-create-new-projects-in-group' into 'master' Refactor groups controller to match EE Closes gitlab-ee#4761 See merge request gitlab-org/gitlab-ce!16832
-
Takuya Noguchi authored
-
Nick Thomas authored
[ci skip] Fix example commands to refer to the correct versions See merge request gitlab-org/gitlab-ce!16683
-
Alejandro Rodríguez authored
-
Phil Hughes authored
Move mr widget related links into a vue file See merge request gitlab-org/gitlab-ce!16825
-
Phil Hughes authored
Replace $.get in render math with axios See merge request gitlab-org/gitlab-ce!16697
-
Fatih Acet authored
Use axios instead of jquery ajax for setCiStatusFavicon See merge request gitlab-org/gitlab-ce!16784
-
Clement Ho authored
-
James Lopez authored
-
Sean McGivern authored
Stop rescuing Rugged::Reference in Repository cache See merge request gitlab-org/gitlab-ce!16770
-
Filipa Lacerda authored
-
Rémy Coutable authored
Remove N+1 queries with /projects/:project_id/{access_requests,members} API endpoints See merge request gitlab-org/gitlab-ce!16751
-
Sean McGivern authored
Gitaly Server info for admin panel See merge request gitlab-org/gitlab-ce!16794
-
Grzegorz Bizon authored
Introduce a new QA::Gitlab::Page::Component::Dropzone class See merge request gitlab-org/gitlab-ce!16805
-
Grzegorz Bizon authored
Move Repository#can_be_merged? to Gitlab::Git::Repository Closes #42544 See merge request gitlab-org/gitlab-ce!16771
-
Rémy Coutable authored
Fix not all events being shown in group dashboard Closes #42560 See merge request gitlab-org/gitlab-ce!16819
-
Jacob Vosmaer authored
-
Dmitriy Zaporozhets authored
Remove brakeman from .codeclimate.yml since it's now covered by the sast CI job See merge request gitlab-org/gitlab-ce!16808
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Resolve "mysql-only installation from source broken: Gem::LoadError: pg is not part of the bundle" Closes #42239 See merge request gitlab-org/gitlab-ce!16810
-
Rémy Coutable authored
Unify and split CE/EE for spec/requests/api/jobs_spec.rb See merge request gitlab-org/gitlab-ce!16804
-
Grzegorz Bizon authored
Add note about needing to be in the `$gdk/gitlab/qa` directory for `bin/qa` to work properly See merge request gitlab-org/gitlab-ce!16824 [ci skip]
-
Filipa Lacerda authored
Converted $.ajax calls in some JS files to axios See merge request gitlab-org/gitlab-ce!16717
-
Achilleas Pipinellis authored
Document format parameter for Repository Archive endpoint Closes #42499 See merge request gitlab-org/gitlab-ce!16766
-