Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2017-08-15Remove Member#accept_request and fix specsMichael Kozono
The method is no longer used.
2017-08-15Refactor approving project access requestsMichael Kozono
2017-08-15Refactor denying project access requestsMichael Kozono
2017-08-15Refactor withdrawing project access requestMichael Kozono
…into ProjectAccessRequestController.
2017-08-15Refactor requesting project accessMichael Kozono
Into ProjectAccessRequestController.
2017-08-15Extract access_request from member partialMichael Kozono
2017-08-15Fix “Withdraw access request” for groupsMichael Kozono
2017-08-15Fix “Withdraw access request” for projectsMichael Kozono
2017-08-15Create GroupAccessRequest on requestMichael Kozono
2017-08-15Create ProjectAccessRequest on requestMichael Kozono
2017-08-15Replace requester with access_request_userMichael Kozono
Refactoring. The word requester used to be overloaded. It could mean a Member or a User. I am clarifying each usage in preparation for splitting AccessRequest out of Member. All relevant spec files I’ve found have passed.
2017-08-15Replace requester with access_requestMichael Kozono
Refactoring. More accurate naming, and this will be especially the case after splitting access requests out of members.
2017-08-15Replace requesters with access_requestsMichael Kozono
Refactoring. More accurate naming, and this will be especially the case after splitting access requests out of members.
2017-08-15Merge branch 'fix-btn-alignment' into 'master'Phil Hughes
Fix inconsistent spacing for edit buttons on issues and merge request page Closes #36206 See merge request !13547
2017-08-15Merge branch 'fix-any-projects-array' into 'master'Douwe Maan
Allow usage of any_projects? with an Array Closes #3646 See merge request !13559
2017-08-15Merge branch 'master' into 'fix-btn-alignment'Clement Ho
# Conflicts: # app/views/projects/merge_requests/_nav_btns.html.haml
2017-08-15Merge branch '36450_confi_polish' into 'master'Clement Ho
Change Confidential Message When Visible - UI Polish See merge request !13551
2017-08-15Add two more project templatesZ.J. van de Weg
Related to !13108. Mostly this is just running the rake task and changing the task a bit to catch cases like the project already existing or so. The rake task moves archives to the vendor/project_template directory, which are checked in too.
2017-08-15Allow usage of any_projects? with an ArrayYorick Peterse
In some cases we pass an Array to this method which would previously fail since Array does not respond to "limit_value". Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3646
2017-08-15Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann
2017-08-15Merge branch 'forks-count-cache' into 'master'Douwe Maan
Cache the number of forks of a project See merge request !13535
2017-08-15Fix edit merge request button inconsistent letter casingClement Ho
2017-08-15Merge branch '34533-speed-up-group-project-authorizations' into 'master'Douwe Maan
Speed up Group#user_ids_for_project_authorizations Closes #36182 See merge request !13508
2017-08-15Merge branch '34371-pipeline-schedule-vue-files' into 'master'Phil Hughes
Move callout to vue file and remove svg from data function to improve performance See merge request !13539
2017-08-15change message and change specRegis
2017-08-15Merge branch 'repo-fixes-e' into 'master'Jacob Schatz
Repo fixes part E See merge request !13472
2017-08-15Merge branch 'bvl-use-no-wrap-for-pot-file' into 'master'Rubén Dávila
Remove newlines in translations See merge request !13531
2017-08-14Fix inconsistent spacing for edit buttons on issues and merge request pageClement Ho
2017-08-14Merge branch '36385-pipeline-graph-dropdown' into 'master'Phil Hughes
Stops propagation for dropdown content in pipeline graph. Closes #36385 See merge request !13536
2017-08-14Merge branch ↵Clement Ho
'34527-make-edit-comment-button-always-available-outside-of-dropdown' into 'master' Resolve "Make edit comment button always available outside of dropdown" Closes #34527 See merge request !12931
2017-08-14Merge branch '7-days-cycle-analytics' into 'master'Rémy Coutable
Add a `Last 7 days` option for Cycle Analytics view Closes #36300 See merge request !13443
2017-08-14Merge branch 'rs-remove-username-from-sanitize-attrs' into 'master'Rémy Coutable
Remove `username` from `User#sanitize_attrs` callback See merge request !13511
2017-08-14Merge branch '36089-handle-ref-failure-better' into 'master'Douwe Maan
Refactor how we fetch ref for merge requests Closes #36089 and #36296 See merge request !13416
2017-08-14Add shared getFileExtension helper methodEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146854
2017-08-14Remove unused repo store keysEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37147332
2017-08-14Add comment about why we need to stop parsing JSONEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146815 See https://gitlab.slack.com/archives/C0GQHHPGW/p1501779964878178
2017-08-14Use single js- wrapper class to show/hideEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146360
2017-08-14Scroll total scroll width instead of fixed valueEric Eastwood
Fixed value could potentially be not enough Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145886
2017-08-14Switch single fa icon generation to inlineEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145729
2017-08-14Remove duplicate setting of variableEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145640
2017-08-14Reset monacoLoading on failureEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37144070
2017-08-14Remove overflow tabs logic (no longer used)Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143794
2017-08-14Remove loading state from repo_tabEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143710
2017-08-14Make close/changed icon more accessibleEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143527
2017-08-14Use promise syntax with Helper.getContentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143217
2017-08-14Split out linkClicked and add testsEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143174
2017-08-14Cache the number of forks of a projectYorick Peterse
The number of forks of a project doesn't change very frequently and running a COUNT(*) every time this information is requested can be quite expensive. We also end up running such a COUNT(*) query at least twice on the homepage of a project. By caching this data and refreshing it when necessary we can reduce project homepage loading times by around 60 milliseconds (based on the timings of https://gitlab.com/gitlab-org/gitlab-ce).
2017-08-14Use v-else instead of duplicating logicEric Eastwood
Fix http://192.168.1.135:3000/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/broadcast_message.js
2017-08-14Adds line to the end of the fileFilipa Lacerda
2017-08-14Move callout to vue file and remove svg from data function to improve ↵Filipa Lacerda
performance