This project is mirrored from https://:*****@gitlab.com/gitlab-org/gitlab.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- 09 Jun, 2017 40 commits
-
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
- Fix capitalization mistake `setpendingReferences` - Remove optimistic deletion - Remove unused namespace/project returned from BE on DOM that we used to compare against
-
Eric Eastwood authored
-
Eric Eastwood authored
``` { relatedIssues: [{ issue }, { issue}], pendingReferences: ['ref1', 'ref2'] } ``` Address feedback in call with Filipa, Jacob, Victor, Oswaldo Also see https://gitlab.slack.com/archives/C5P2BELCR/p1496779523230689
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
See https://github.com/vuejs/vue/issues/5829 Also added some `.off` for listeners
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
-
Eric Eastwood authored
- Use `idKey` attribute in `IssueToken` to not clash with native DOM `id` attribute - Add `removeRelatedIssue` and `removePendingRelatedIssue` - Move some template string logic into a variable before concating to make it easier to understand - Move `checkIsProcessable` and `replaceInList` as methods of the Vue component (better focus logic in one place)
-
Eric Eastwood authored
-
Eric Eastwood authored
-