- Nov 01, 2016
-
-
Zeger-Jan van de Weg authored
Former-commit-id: 55a0cbc0
-
Zeger-Jan van de Weg authored
Fixes #20560 Former-commit-id: 0f6a1260
-
Sean McGivern authored
Optimize group labels page Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23684 Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/1148 See merge request !7123 Former-commit-id: 266fcfb1
-
Douglas Barbosa Alexandre authored
Former-commit-id: 7b2af24d
-
Douglas Barbosa Alexandre authored
Former-commit-id: 7e1ddfb8
-
Douglas Barbosa Alexandre authored
Former-commit-id: 37cb2e78
-
Douglas Barbosa Alexandre authored
Former-commit-id: adb8b828
-
Douglas Barbosa Alexandre authored
Former-commit-id: bc7895ff
-
Douglas Barbosa Alexandre authored
Former-commit-id: 2525e55e
-
Fatih Acet authored
Updated positioning of copy file path button in diffs ## What does this MR do? Updated the positioning of the copy file path button in diffs. ## Screenshots (if relevant)  ## What are the relevant issue numbers? Closes #23591 See merge request !7203 Former-commit-id: b328c788
-
Rémy Coutable authored
GrapeDSL for branches endpoints No changelog item as it doesn't change behaviour Cherry-picket from !6330 See merge request !6630 Former-commit-id: 0a31ad3f
-
- Oct 31, 2016
-
-
Fatih Acet authored
Add ES array methods as cause of Phantom.js errors. ## What does this MR do? Adds another example of something that causes a common error in JavaScript testing to the frontend dev docs. See merge request !7102 Former-commit-id: 75d15be9
-
Fatih Acet authored
Resolve "Clean up commit meta info view" Updates commit page design Before:  After:   Closes #20892 See merge request !6994 Former-commit-id: 68dadc98
-
Rémy Coutable authored
[ci skip] Signed-off-by:
Rémy Coutable <remy@rymai.me> Former-commit-id: 4707e341
-
Phil Hughes authored
Closes #23591 Former-commit-id: 3a40842f
-
Sean McGivern authored
Fix builds tab visibility closes #23951 See merge request !7178 Former-commit-id: a60cc42b
-
Douwe Maan authored
Former-commit-id: 5566f277
-
Douwe Maan authored
# Conflicts: # app/workers/project_web_hook_worker.rb Former-commit-id: 1ff00cb2
-
Douwe Maan authored
Fix lightweight tags not processed correctly by GitTagPushService ## What does this MR do? Fix lightweight tags not processed correctly by GitTagPushService ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? Lightweight tags were being processed incorrectly, causing tag triggers to receive wrong information and not function properly. ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if you do - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? Closes #22271 See merge request !6532 Former-commit-id: 49077651
-
Yorick Peterse authored
Optimize Event queries by removing default order See merge request !7130 Former-commit-id: 3645e684
-
Zeger-Jan van de Weg authored
Former-commit-id: a83d4d01
-
Sean McGivern authored
Remove unreferenced LFS objects from DB and fs Fixes #3666 See merge request !5901 Former-commit-id: 05f6736d
-
Sean McGivern authored
Remove unreferenced LFS objects from DB and fs Fixes #3666 See merge request !5901 Former-commit-id: 1167c0be
-
Dmitriy Zaporozhets authored
Bump gitlab-shell version to 4.0.0 New version includes https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/102 and needed for https://gitlab.com/gitlab-org/gitlab-ce/issues/2772 See merge request !7200 Former-commit-id: 6cd508d4
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Former-commit-id: 0c2cd34f
-
Felipe Artur authored
Former-commit-id: cabc2a71
-
Sean McGivern authored
Improve docs on `gitlab-ci-token` user See merge request !6002 Former-commit-id: 696f09c7
-
Rémy Coutable authored
Restrict teaspoon tasks introduced by !6059 to development environment. Otherwise we get syntax errors in production environment, see https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6059#note_17597729 See merge request !7189 Former-commit-id: 83736987
-
- Oct 29, 2016
-
-
winniehell authored
Former-commit-id: 8a9c7b1e
-
- Oct 28, 2016
-
-
Fatih Acet authored
Fixed sticky MR tabs positioning when sidebar is pinned ## What does this MR do? The sticky MR tabs where positioned underneath the pinned sidebar. This fixes that by accounting for the size of the pinned nav. ## Screenshots (if relevant)  ## What are the relevant issue numbers? Closes #23926 See merge request !7167 Former-commit-id: b216d9bf
-
Fatih Acet authored
Do not allow text input in dropdown while loading ## What does this MR do? It moves the focus event of the text input of a filterable dropdown to after loading of options is complete. After the fix, the user cannot edit the while it's greyed out and loading. ## Are there points in the code the reviewer needs to double check? ## Why was this MR needed? It fixes the bug in https://gitlab.com/gitlab-org/gitlab-ce/issues/23496. ## Screenshots (if relevant)  ## What are the relevant issue numbers? Fixes #23496 See merge request !7054 Former-commit-id: 4d3a0803
-
Phil Hughes authored
Closes #23926 Former-commit-id: 1c05332e
-
Fatih Acet authored
Only remove right connector of first build of last stage Only remove right connector of first build of last stage. Closes #23849 See merge request !7179 Former-commit-id: dcc699af
-
Dmitriy Zaporozhets authored
Make internal api work with full repo path and name ## What does this MR do? Make internal api work with full repo path and name ## Why was this MR needed? So we can pass full repository path on filesystem from gitlab-shell instead of extracted one. We need this for nested groups support where project is can be nested under several groups. ## What are the relevant issue numbers? https://gitlab.com/gitlab-org/gitlab-ce/issues/2772 See merge request !7148 Former-commit-id: b7d3fc15
-
Fatih Acet authored
Create cycle analytics bundle ## What does this MR do? Currently the cycle analytics file is being included in our application.js file & therefore including VueJS in application.js. This MR creates a cycle analytics bundle and only includes it on the cycle analytics page. See merge request !7176 Former-commit-id: c8ad9fec
-
Ido Leibovich authored
While loading, the entire dropdown is greyed out. However, The focus is on the text input, so user can input text. Move the focus event to after loading finished to fix this. Former-commit-id: 3acfbcae
-
Sean McGivern authored
add "x of y tasks completed" on issuable Closes #22392 See merge request !6527 Former-commit-id: f4fed44f
-
Frank Groeneveld authored
Former-commit-id: 17a97ef2
-
Annabel Dunstone Gray authored
Former-commit-id: 2a77a87f
-
Rémy Coutable authored
Fix CHANGELOG for GH import fixes See merge request !7173 Former-commit-id: f60e6d55
-