- Feb 17, 2020
-
-
GitLab Bot authored
-
- Jan 30, 2020
-
-
GitLab Bot authored
-
- Sep 26, 2019
-
-
GitLab Bot authored
-
- Mar 06, 2019
-
-
Heinrich Lee Yu authored
Transforms notes when the note was transformed in some other tab
-
- Feb 18, 2019
-
-
Constance Okoghenun authored
When converting a comment to a discussion if the "Cancel" button is used to exit the new discussion note, the comment would revert back to its initial state
-
- Feb 14, 2019
-
-
Heinrich Lee Yu authored
Sets `updated_at` so that the transformed note is returned together with the new reply
-
- Feb 06, 2019
-
-
Heinrich Lee Yu authored
-
- Jan 22, 2019
-
-
Douwe Maan authored
Before, diff file `higlighted_diff_lines`/`parallel_diff_lines` and diff discussion `truncated_diff_lines` were inconsistent: `text` and `rich_text` on the latter included the leading +/-/<space> character, like on the backend, while the former had no `text` and its `rich_text` had dropped this char. This resulted in a bug when the suggestions feature expected these diff line objects to be identical in format and thus interchangeable, which was not the case.
-
- Dec 13, 2018
-
-
Oswaldo Ferreir authored
-
- Dec 10, 2018
-
-
Paul Slaughter authored
**What was the issue?** Notes can be unresolved, but not resolvable. Without this, the unresolvedDiscussionsCount was inflated. **References** https://gitlab.com/gitlab-org/gitlab-ce/issues/55138
-
- Dec 08, 2018
-
-
André Luís authored
-
- Dec 04, 2018
-
-
Phil Hughes authored
-
- Nov 27, 2018
-
-
Phil Hughes authored
Improve the renderign of new and existing discussions by reducing the number of watchers on each object & array. Previously every discussion change would trigger an update for every discussion component. Also tidied up some components to get them closer to our docs. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51506
-
- Nov 14, 2018
-
-
Phil Hughes authored
This caused many pain points when working with it. Part of the data was camel cased the other snake case. Other parts where snake case & then getting converted in components, this conversion has the potential for leaking memory. This changes that & makes it consistent with what it returned from the API, snake case.
-
- Nov 05, 2018
-
-
Felipe Artur authored
-
- Oct 23, 2018
-
-
Oswaldo Ferreir authored
-
- Sep 21, 2018
-
-
We now use the returned discussion instead of re-fetching all of the discussions and filtering out the ones we don't need. This speeds up the process of creating a diff discussions by saving us another API request before we can render the discussion
-
- Sep 18, 2018
-
-
Phil Hughes authored
`truncated_diff_lines` gets added to collapsed discussions when expanded at this point `truncated_diff_lines` doesn't exist and is therefore not reactive. This property gets added when creating discussions in order for it to start as a reactive property
-
- Sep 13, 2018
-
- Sep 07, 2018
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- Aug 01, 2018
-
-
André Luís authored
This reverts commit 9c121352, reversing changes made to c1b335e0.
-
- Jul 23, 2018
-
-
Tim Zallmann authored
-
- Jul 10, 2018
-
-
Filipa Lacerda authored
Discussions were being toggled by jquery DOM querying them and toggling visibility but in vue, only the open discussions will be in the DOM Fix includes: - Adds a getter to the store to get the expanded discussions - Adds an action to collapse a discussion - When the user clicks the button, all data needed is now accessible through a getter and we can dispatch an action to toggle the discussion within the state, instead of showing/hiding with jQuery - Removes hardcoded properties Resolves #48237
-
- Jul 09, 2018
-
-
Tim Zallmann authored
This updates only the actual new discussion and not the full tree , which leads to a very costly full rerender
-
- Jun 29, 2018
-
-
- Jun 21, 2018
-
-
- Mar 16, 2018
-
-
Fatih Acet authored
-
- Mar 12, 2018
-
-
Filipa Lacerda authored
-
- Mar 10, 2018
-
-
Phil Hughes authored
-
- Mar 09, 2018
-
-
Phil Hughes authored
Closes #44099
-
- Feb 28, 2018
-
-
- Feb 09, 2018
-
-
Filipa Lacerda authored
-
- Nov 30, 2017
-
-
Simon Knox authored
-
- Sep 22, 2017
-
-
Fatih Acet authored
-
- Aug 22, 2017
-
-
Fatih Acet authored
-
Fatih Acet authored
-
- Aug 02, 2017
-
-
Filipa Lacerda authored
-