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
AgeCommit message (Collapse)Author
2017-12-04issue note component renameSimon Knox
2017-12-01issue note storeSimon Knox
2017-11-16Resolve "lock/confidential issuable sidebar custom svg icons iteration"Luke "Jared" Bennett
2017-11-06Disable issue action button whilst submitting and testLuke "Jared" Bennett
2017-11-01karma spec updatesPhil Hughes
2017-10-31Resolve "Convert autosize.js library to be a Yarn managed library"Tim Zallmann
2017-10-30Merge branch 'es-module-autosave' into 'master'Filipa Lacerda
Remove Autosave class from global namespace See merge request gitlab-org/gitlab-ce!14856
2017-10-19Moves placeholders components into shared folder with documentation. Makes ↵Filipa Lacerda
them easier to reuse in MR and Snippets comments
2017-10-12convert Autosave into pure es module and remove global exportMike Greiling
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-06Merge branch '18608-lock-issues-v2' into 'master'Sean McGivern
Resolve "Lock issue and merge request" Closes #18608 See merge request gitlab-org/gitlab-ce!14531
2017-10-03Disable comment textarea while submitting a new comment.Fatih Acet
2017-10-03Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Jarka Kadlecova
18608-lock-issues-v2 # Conflicts: # db/schema.rb
2017-10-02Fix comment deletion confirmation dialog typoMark Fletcher
2017-10-02Further review changesLuke "Jared" Bennett
2017-10-01FE review changes app codeLuke "Jared" Bennett
2017-09-29Fix md-area top border-radius with issue issuable-note-warningLuke "Jared" Bennett
2017-09-27Correct disabled note form styleLuke "Jared" Bennett
2017-09-27Fix karmaLuke "Jared" Bennett
2017-09-27Fix static analysisLuke "Jared" Bennett
2017-09-26Disable comment form when discussion locked for userJarka Kadlecova
2017-09-25Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issuesJarka Kadlecova
# Conflicts: # app/assets/javascripts/notes/components/issue_comment_form.vue
2017-09-22Resolve "Better SVG Usage in the Frontend"Tim Zallmann
2017-09-22Merge branch 'acet-fix-double-note-render' into 'master'Jacob Schatz
Fix rendering double note issue Closes #38139 See merge request gitlab-org/gitlab-ce!14429
2017-09-22Fix rendering double note issue.Fatih Acet
2017-09-22IssueNotes: Switch back to Write pane when note cancel or submit.Fatih Acet
2017-09-21Merge branch 'acet-fix-comment-form-resize' into 'master'Jacob Schatz
IssueNotes: Resize comment form after note submit and discard. Closes #38115 See merge request gitlab-org/gitlab-ce!14401
2017-09-21IssueNotes: Resize comment form after note submit and discard.Fatih Acet
2017-09-18Merge branch 'master' into 37220-es-modulesMike Greiling
* master: (148 commits) Remove gaps under nav on build page Replace the 'project/snippets.feature' spinach test with an rspec analog Use correct group members path for members flyout link Replace the 'project/commits/revert.feature' spinach test with an rspec analog Merge branch 'rs-incoming-email-domain-docs' into 'security-10-0' Replace the 'project/archived.feature' spinach test with an rspec analog Fix broken link in docs/api/wiki.md Fixed the new sidebars width when browser has scrollbars Improve 'spec/features/profiles/*' specs Replace the 'search.feature' spinach test with an rspec analog dedupe yarn packages add dependency approvals (all MIT license) update build image to latest with node 8.x, yarn 1.0.2, and chrome 61 Ensure we use `Entities::User` for non-admin `users/:id` API requests Minor update to address Sean McGivern's comment. Add data migration Fix setting share_with_group_lock created services for keys Prepare Repository#merge for migration to Gitaly Never connect to webpack-dev-server over SSL ...
2017-09-18Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett
2017-09-14IssueNotes: Fix role badge styling.Fatih Acet
2017-09-14Merge FELuke "Jared" Bennett
2017-09-09Use modules in common utilsFilipa Lacerda
2017-08-29IssueNotesRefactor: Fix broken specs.Fatih Acet
2017-08-23IssueNotesRefactor: Hide note reply form when submitted and show it again if ↵Fatih Acet
there is an error.
2017-08-23IssueNotesRefactor: Empty textarea while submitting comment and restore ↵Fatih Acet
content if request fails.
2017-08-23IssueNotesRefactor: Show placeholder note immediately when editing.Fatih Acet
Obviously not one of the best commits I always do.
2017-08-23IssueNotesRefactor: Fix eslint errors.Fatih Acet
2017-08-23IssueNotesRefactor: Fix error messages of edit/reply failure for discussions.Fatih Acet
2017-08-22IssueNotesRefactor: Hide placeholders and flash messages before submitting a ↵Fatih Acet
new note.
2017-08-22IssueNotesRefactor: Support legacy multiple notes for individual_note: true ↵Fatih Acet
case.
2017-08-22IssueNotesRefactor: Fix consistent typo.Fatih Acet
2017-08-21IssueNotesRefactor: Poll again when commands applied.Fatih Acet
2017-08-21IssueNotesRefactor: Fix GFM rendering after edits come in.Fatih Acet
2017-08-21IssueNotesRefactor: Show Cmd+Enter to comment tooltip.Fatih Acet
2017-08-21IssueNotesRefactor: First comment and then close the issue.Fatih Acet
2017-08-21IssueNotesRefactor: Minor naming change to improve readability.Fatih Acet
2017-08-21IssueNotesRefactor: Reenable button after failed submit attempt.Fatih Acet
2017-08-19IssueNotesRefactor: Fix flash container positioning.Fatih Acet
2017-08-18IssueNotesRefactor: Prevent anon user to try to add award.Fatih Acet