- 30 Oct, 2017 25 commits
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Phil Hughes authored
[CE backport] Saved configuration for issue board See merge request gitlab-org/gitlab-ce!15009
-
Oswaldo Ferreira authored
-
Sean McGivern authored
Use the correct project visibility in system hooks Closes #39496 See merge request gitlab-org/gitlab-ce!15065
-
Douwe Maan authored
grab the correct username when confirming secondary email Closes #39366 See merge request gitlab-org/gitlab-ce!15010
-
Bob Van Landuyt authored
-
Filipa Lacerda authored
Remove Autosave class from global namespace See merge request gitlab-org/gitlab-ce!14856
-
- 28 Oct, 2017 1 commit
-
-
Brett Walker authored
-
- 27 Oct, 2017 14 commits
-
-
Marcia Ramos authored
Update docs on creating MRs See merge request gitlab-org/gitlab-ce!14982
-
Rémy Coutable authored
Fetch the merged branches at once. Checking it one by one in the view. We don't cache this yet because this would already much improve the performance. A naive test against a particularly large repository: ``` ruby begin now = Time.now branches.map{ |b| r.merged_to_root_ref?(b.name) } Time.now - now end # 8.265830782 ``` Around 10 times faster: ``` ruby begin now = Time.now r.merged_branches(branches.map(&:name)) Time.now - now end # 0.807405397 ``` This should make the branches page usable. See merge request gitlab-org/gitlab-ce!14729
-
Lin Jen-Shin (godfat) authored
-
Brett Walker authored
-
Rémy Coutable authored
Move doc/development/ee_features.md to CE See merge request gitlab-org/gitlab-ce!15066
-
Brett Walker authored
-
Lin Jen-Shin authored
-
Sean McGivern authored
Cache commits on the repository model See merge request gitlab-org/gitlab-ce!14863
-
Sean McGivern authored
Avoid using Rugged in Gitlab::Git::Wiki#preview_slug See merge request gitlab-org/gitlab-ce!15054
-
Brett Walker authored
-
Fatih Acet authored
Add configurable option to display username in user avatar link component See merge request gitlab-org/gitlab-ce!14902
-
Rémy Coutable authored
Sanitize k8s default_namespace Closes #38692 See merge request gitlab-org/gitlab-ce!15053
-
Ahmad Sherif authored
-
Rémy Coutable authored
Revert "Merge branch '36670-remove-edit-form' into 'master'" Closes #39441 See merge request gitlab-org/gitlab-ce!15049
-