- 01 Feb, 2018 38 commits
-
-
Douwe Maan authored
# Conflicts: # lib/gitlab/git/repository.rb
-
Clement Ho authored
Add confirmation input component See merge request gitlab-org/gitlab-ce!16816
-
🚄 Job van der Voort 🚀 authored
Docs: update GitLab products description See merge request gitlab-org/gitlab-ce!16862
-
Marcia Ramos authored
-
Robert Speicher authored
Migrate Gitlab::Git::Repository#write_config to Gitaly Closes gitaly#970 See merge request gitlab-org/gitlab-ce!16730
-
Jose Ivan Vargas authored
-
Rémy Coutable authored
Hide pipeline schedule 'take ownership' for current owner Closes #35285 See merge request gitlab-org/gitlab-ce!12986
-
Robert Speicher authored
Speed-up the gitlab_git_test job See merge request gitlab-org/gitlab-ce!16861
-
Mark Fletcher authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
More conversions to axios See merge request gitlab-org/gitlab-ce!16848
-
Rémy Coutable authored
Ban Rugged from Repository See merge request gitlab-org/gitlab-ce!16855
-
Filipa Lacerda authored
Realtime update of pipeline status in Files view Closes #35779 See merge request gitlab-org/gitlab-ce!16523
-
Robert Speicher authored
Make user/author use project.creator in most factories Closes #36009 See merge request gitlab-org/gitlab-ce!13321
-
Jose Ivan Vargas authored
-
Jacob Vosmaer authored
-
Marcia Ramos authored
Fix subgroup creation docs Closes #42598 See merge request gitlab-org/gitlab-ce!16836
-
Sean McGivern authored
Resolve "Clarify the wording around CE to EE ports: backport/upport/upstream merge etc." Closes #41710 See merge request gitlab-org/gitlab-ce!16850
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Phil Hughes authored
-
Zeger-Jan van de Weg authored
-
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.
-
Phil Hughes authored
-
Phil Hughes authored
also removed dependancy on jQuery because it is super simple & not required
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
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 2 commits
-
-
Fatih Acet authored
Replace $.ajax in activity calendar with axios See merge request gitlab-org/gitlab-ce!16839
-
Clement Ho authored
-