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-10-11Enable eslint in star and remove from main.jsFilipa Lacerda
2017-10-11Merge branch '38869-labels' into 'master'Phil Hughes
Use ES6 modules in labels and labels manager See merge request gitlab-org/gitlab-ce!14794
2017-10-10Decreases z-index of select2 to a lower number than our navigation barFilipa Lacerda
2017-10-10Use ES6 modules in labels and labels managerFilipa Lacerda
2017-10-10Remove not selector increasing specificity of rulesFilipa Lacerda
2017-10-10Fix unable to expand text diff discussion commentsClement Ho
2017-10-10Stop using `branch_names.include?` and use `branch_exists?`Andrew Newdigate
2017-10-10Merge branch '38869-u2f' into 'master'Phil Hughes
Remove u2f from global namespace See merge request gitlab-org/gitlab-ce!14776
2017-10-10Merge branch 'flash-es6-module' into 'master'Filipa Lacerda
Flash is now a ES6 module See merge request gitlab-org/gitlab-ce!14626
2017-10-10Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master'Douwe Maan
Resolve "Private Avatars are not CDN compatible" Closes #38245 and gitlab-com/support-forum#2476 See merge request gitlab-org/gitlab-ce!14443
2017-10-10Merge branch '38941-lock-note-fix' into 'master'Sean McGivern
Fix text for the merge request lock system note Closes #38941 See merge request gitlab-org/gitlab-ce!14779
2017-10-10Merge branch 'acet-fix-paste-on-comment-form' into 'master'Filipa Lacerda
Trigger change event of the markdown textarea to allow Vue catch the programmatic changes. Closes #38441 See merge request gitlab-org/gitlab-ce!14539
2017-10-10Remove Build code from global namespaceFilipa Lacerda
2017-10-10Fix text for the merge request lock system noteJarka Kadlecova
2017-10-10Merge branch 'ee-38771-ce-backport' into 'master'Douwe Maan
Backports EE 38771 changes to CE. See merge request gitlab-org/gitlab-ce!14782
2017-10-10removed global eslint for remaining filesPhil Hughes
2017-10-10fixed notes specsPhil Hughes
changed how the container class is added onto the text element more specs
2017-10-10karma spec fixesPhil Hughes
2017-10-10fixed eslintPhil Hughes
2017-10-10flash testsPhil Hughes
added back in documentation comment to flash file
2017-10-10spec fixesPhil Hughes
2017-10-10Flash is now a ES6 modulePhil Hughes
Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
2017-10-10Merge branch '38869-api' into 'master'Phil Hughes
Remove Api from main.js See merge request gitlab-org/gitlab-ce!14774
2017-10-10Backports EE 38771 changes to CE.Tiago Botelho
2017-10-10Changed Group Icon URL Back to try optionTim Zallmann
2017-10-10Merge branch ↵Tim Zallmann
'38574-superfluous-export-in-advanced-settings-of-project-settings' into 'master' Resolve "Superfluous "Export" in "Advanced settings" of project settings" Closes #38574 See merge request gitlab-org/gitlab-ce!14773
2017-10-10Fix bad type checking to prevent 0 count badge to be shownFilipa Lacerda
2017-10-10Remove Api from main.jsFilipa Lacerda
2017-10-10Remove u2f from globalnamespaceFilipa Lacerda
2017-10-10fix incorrect description for advanced settings section of project settingsMike Greiling
2017-10-09Merge branch 'wiki-empty-page-heading' into 'master'Filipa Lacerda
Fix wiki empty page translation namespace not being removed Closes #38920 See merge request gitlab-org/gitlab-ce!14759
2017-10-09Merge branch '34284-add-changes-to-issuable-webhook-data' into 'master'Douwe Maan
Include the changes in issuable webhook payloads Closes #34284 See merge request gitlab-org/gitlab-ce!14308
2017-10-09Fix for Lint Error + Upload TestTim Zallmann
2017-10-09Merge branch '38534-minigraph' into 'master'Phil Hughes
Fixes mini graph in commit view Closes #38534 See merge request gitlab-org/gitlab-ce!14758
2017-10-09Introduce new hook data builders for Issue and MergeRequestRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Merge branch 'jk-assignees-todos-fix' into 'master'Sean McGivern
CE Backport of "Don't create todos for old issue assignees" See merge request gitlab-org/gitlab-ce!14765
2017-10-09Merge branch '23888-fix-unsubscription-link-for-snippet-notification' into ↵Sean McGivern
'master' Don't show an "Unsubscribe" link in snippet comment notifications Closes #23888 See merge request gitlab-org/gitlab-ce!14764
2017-10-09Merge branch 'group-sort-dropdown-blank' into 'master'Robert Speicher
Fixed default group sort option Closes #38808 See merge request gitlab-org/gitlab-ce!14728
2017-10-09Merge branch '37483-activity-log-show-wrong-number-of-commits-per-push' into ↵Rémy Coutable
'master' Fix the number representing the amount of commits related to a push event Closes #37483 See merge request gitlab-org/gitlab-ce!14103
2017-10-09Don't create todos for old issue assigneesJarka Kadlecova
2017-10-09Start adding Gitlab::HookData::IssuableBuilderRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Include the changes in issuable webhook payloadsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Don't show an "Unsubscribe" link in snippet comment notificationsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-10-09Merge branch 'master' into 'group-sort-dropdown-blank'Robert Speicher
# Conflicts: # spec/features/dashboard/group_spec.rb
2017-10-09Merge branch 'icons-update-fix-regression-on-groups' into 'master'Phil Hughes
Updated Icons + Fix for Collapsed Groups Angle See merge request gitlab-org/gitlab-ce!14754
2017-10-09Removes CommitsList from global namespaceFilipa Lacerda
2017-10-09Fix wiki empty page translation namespace not being removedPhil Hughes
Closes #38920
2017-10-09Fixes mini graph in commit viewFilipa Lacerda
2017-10-09Merge branch 'abuse-reports-module' into 'master'Filipa Lacerda
Convert AbuseReports class to a module See merge request gitlab-org/gitlab-ce!14709
2017-10-09Remove AjaxLoadingSpinner and CreateLabelDropdown from global namespaceFilipa Lacerda