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-07-06refactor TaskList class to ES module syntaxMike Greiling
2017-06-26Merge branch 'issue-inline-edit-quick-submit' into 'master'Filipa Lacerda
Fixes ctrl+enter not submit issue edit form Closes #33758 See merge request !12422
2017-06-24Fixes ctrl+enter not submit issue edit formPhil Hughes
Closes #33758
2017-06-23Add support for multiple tooltips in the same Vue componentEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
2017-06-22don't show "Someone edited the issue" warning when saving issueSimon Knox
don't need to check for form visible because error message isn't rendered otherwise
2017-06-20Stop showing task status if no tasks are presentPhil Hughes
Previously the task status would be visible even if there where no tasks in the description. This fixes that by changing the regex to check for tasks without 0. This also fixes a bug where update the description inline would not update the task status text on screen. Closes #33880
2017-06-19Fix issue description syntax highlighting and math renderingEric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33877 Regressed in https://gitlab.com/gitlab-org/gitlab-ce/commit/5a95d6f8dae00b31b694759c6ddbf6d83b1a7890#3a15290e7696397415523e0b664aceb3dd4010ae_0_46 where the ref no longer matches what we call `renderGFM` on.
2017-06-15Rename "Slash commands" to "Quick actions"Eric Eastwood
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
2017-06-02Fix up merge issuesLuke "Jared" Bennett
2017-06-02Merge remote-tracking branch 'origin/master' into ↵Luke "Jared" Bennett
fix-realtime-edited-text-for-issues-9-3
2017-05-31Review changes, improve editable helper spec and add hasUpdated computer to ↵Luke "Jared" Bennett
issue_show app Fix builds by only merge when updated_at_by is presnse Fix issue_show app.vue hasUpdated reference to state Fix missing bracket
2017-05-31Port fix-realtime-edited-text-for-issues 9-2-stable fix to master.Luke "Jared" Bennett
2017-05-30enable meta+enter shortcut to quick submitPhil Hughes
2017-05-30fixed issuable shortcuts not workingPhil Hughes
moved setstate method into store
2017-05-26fixed up weird karma specs with tooltipPhil Hughes
the tooltip mixin was changed because of a weird bug where the tooltip wouldn't show. This was wrong as the bug was actually caused by the text utility method
2017-05-26Merge branch 'issue-edit-inline' into issue-edit-inline-project-move-warningPhil Hughes
[ci skip]
2017-05-26use formState to update loading of save buttonPhil Hughes
[ci skip]
2017-05-25fixed GFM references not workingPhil Hughes
[ci skip]
2017-05-25fixed move issue specsPhil Hughes
[ci skip]
2017-05-25Warn before moving issue in inline edit formPhil Hughes
[ci skip]
2017-05-25renamed path to web_url in endpointPhil Hughes
2017-05-24Changed all data to come through the JSON script elementPhil Hughes
[ci skip]
2017-05-24Merge branch 'issue-edit-inline-getdata-after-update' into 'issue-edit-inline'Filipa Lacerda
Get new data after inline edit save See merge request !11601
2017-05-22Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes
[ci skip]
2017-05-22Get new data after inline edit savePhil Hughes
[ci skip]
2017-05-22added label to buttonPhil Hughes
[ci skip]
2017-05-22Added test to check if warning is not visiblePhil Hughes
[ci skip]
2017-05-22Removed role from linkPhil Hughes
[ci skip]
2017-05-22Merge branch 'issue-edit-inline' into issue-edit-inline-locked-warningPhil Hughes
[ci skip]
2017-05-22Moved value into computed propertyPhil Hughes
Changed jQuery selector into document.querySelector [ci skip]
2017-05-22Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes
[ci skip]
2017-05-19Removed un-used CSSPhil Hughes
Fixed random if statement [ci skip]
2017-05-18Added specs for testing when warning is visiblePhil Hughes
[ci skip]
2017-05-18Show warning if realtime data has changed since the form has openedPhil Hughes
2017-05-18Merge branch 'issue-edit-inline' into issue-edit-inline-move-projectPhil Hughes
[ci skip]
2017-05-18Merge branch 'auto-focus-description-field' into 'issue-edit-inline'Filipa Lacerda
Focus the description field in the inline form when mounted See merge request !11441
2017-05-17Stops formState from updating if the form is already openPhil Hughes
[ci skip]
2017-05-17Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes
[ci skip]
2017-05-17Merge branch 'issue-edit-inline-confidential' into 'issue-edit-inline' Filipa Lacerda
Issue edit inline confidential See merge request !11389
2017-05-17Merge branch 'issue-edit-inline-title-validation' into 'issue-edit-inline' Filipa Lacerda
Disable inline submit button when title is blank See merge request !11409
2017-05-17Focus the description field in the inline form when mountedPhil Hughes
[ci skip]
2017-05-17Added move to project in issue inline edit formPhil Hughes
[ci skip]
2017-05-17Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialPhil Hughes
[ci skip]
2017-05-16Fixed up the template dropdown to correctly workPhil Hughes
[ci skip]
2017-05-16Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes
2017-05-16Disable inline submit button when title is blankPhil Hughes
[ci skip]
2017-05-16Use dash instead of underscorePhil Hughes
[ci skip]
2017-05-16Added spec for rendering the selectorPhil Hughes
[ci skip]
2017-05-16Merge branch 'issue-edit-inline' into issue-edit-inline-description-templatePhil Hughes
2017-05-16Merge branch 'issue-edit-inline' into issue-edit-inline-confidentialPhil Hughes