- Feb 24, 2020
-
-
GitLab Bot authored
-
- Feb 13, 2020
-
-
GitLab Bot authored
-
- Dec 11, 2019
-
-
GitLab Bot authored
-
- Dec 06, 2019
-
-
GitLab Bot authored
-
- Dec 03, 2019
-
-
GitLab Bot authored
-
- Nov 26, 2019
-
-
GitLab Bot authored
-
- Nov 22, 2019
-
-
GitLab Bot authored
-
- Oct 31, 2019
-
-
GitLab Bot authored
-
- Oct 30, 2019
-
-
GitLab Bot authored
-
- Oct 14, 2019
-
-
GitLab Bot authored
-
- Oct 09, 2019
-
-
GitLab Bot authored
-
- Sep 16, 2019
-
-
GitLab Bot authored
-
- Sep 10, 2019
-
-
Francisco Javier López authored
In case the source and the target project are the same, the source branch is the default branch, and the target branch is not present, we will avoid prefilling the target branch with the repository default branch. Letting the user decide.
-
- Sep 06, 2019
-
-
- Sep 03, 2019
-
-
Fatih Acet authored
This commit also unifies layout structure and remove no_container flag
-
- Aug 28, 2019
-
-
- Extract MR fields for notes into a separate serializer - Check if pipelines are empty via count
-
- Aug 12, 2019
-
-
Brett Walker authored
-
- Aug 07, 2019
-
-
A nonce-based Content-Security-Policy thwarts XSS attacks by allowing inline JavaScript to execute if the script nonce matches the header value. Rails 5.2 supports nonce-based Content-Security-Policy headers, so provide configuration to enable this and make it work. To support this, we need to change all `:javascript` HAML filters to the following form: ``` = javascript_tag nonce: true do :plain ... ``` We use `%script` throughout our HAML to store JSON and other text, but since this doesn't execute, browsers don't appear to block this content from being used and require the nonce value to be present.
-
- Jul 27, 2019
-
-
All the changes done to files that are also inside CE and need to be ported.
-
- Jul 19, 2019
-
-
The actions tracked in the web IDE are: - creation of commits - creation of merge requests - projects loaded
-
- Jul 10, 2019
-
-
Filipa Lacerda authored
Vertically aligns ci icon, avatar, and comments icons in the merge request dashboard by using flex
-
- Jun 24, 2019
-
-
Martin Wortschack authored
- Add button styles for onboarding welcome page - Fix qa selector (due to additional class)
-
- Jun 20, 2019
-
-
Stan Hu authored
The merge request widget has a section that includes which issues may be closed or mentioned based on the merge request description. The problem is that rendering and redacting Markdown can be expensive, especially since the browser polls for the data every 10 seconds. Since these links don't change much and are just nice to have, we only load them on first page load. The frontend will use the existing data if the data doesn't appear on subsequent requests. This saves about 30% of the rendering time of this endpoint, which adds up to significant savings considering that `MergeRequestsController#show.json` is called over a million times a day on GitLab.com. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63546
-
- Jun 17, 2019
-
-
Tomislav Nikic authored
Created a refreshed test suite using api to improve speed. This was done by adding qa tags to the merge request view.
-
- Jun 14, 2019
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
-
- Jun 06, 2019
-
-
Marcel van Remmerden authored
Add changelog file
-
Annabel Dunstone Gray authored
- Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
-
- Apr 25, 2019
-
-
Victor Wu authored
-
- Apr 23, 2019
-
-
Jan Provaznik authored
When rendering a label we want to check 'scoped_label' feature availability on a project/group where label is being used. For this reason a label presenter is used in UI and information about context project/group is passed to this presenter.
-
- Apr 12, 2019
-
- Apr 08, 2019
-
-
Oswaldo Ferreir authored
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
-
- Mar 26, 2019
-
-
Douwe Maan authored
We need this to be able to distinguish between Markdown tables and diff tables.
-
Douwe Maan authored
Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
-
- Mar 11, 2019
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Mar 08, 2019
-
-
Jan Beckmann authored
Fixes #56864
-
- Mar 07, 2019
-
-
Igor Drozdov authored
Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
-
This reverts merge request !24982
-
Paul Slaughter authored
The issue arose when the branch name contained Vue template JavaScript. The fix is to use `v-pre` which disables Vue compilation in a template.
-
Igor Drozdov authored
Adds custom validator for ArrayNoneAny param Extracts some logic in js into separate files
-
- Feb 26, 2019
-
-
Scott Hampton authored
Updating a couple other places that were still using deprecated status.
-