- Feb 25, 2020
-
-
GitLab Bot authored
-
- Feb 19, 2020
-
-
GitLab Bot authored
-
- Dec 20, 2019
-
-
GitLab Bot authored
-
- Dec 06, 2019
-
-
GitLab Bot authored
-
- Nov 18, 2019
-
-
GitLab Bot authored
-
- Nov 06, 2019
-
-
GitLab Bot authored
-
- Oct 18, 2019
-
-
GitLab Bot authored
-
- Oct 16, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Sep 03, 2019
-
-
Fatih Acet authored
This commit also unifies layout structure and remove no_container flag
-
- Aug 12, 2019
-
-
Brett Walker authored
-
- Jul 16, 2019
-
-
Annabel Dunstone Gray authored
This reverts merge request !28545
-
Donald Cook authored
Snowplow only accepts decimals for value This MR removes sending of value implicitly with the value attribute
-
- Jul 11, 2019
-
-
Scott Hampton authored
This is a CSS effort only. Fixes the padding of the buttons to be `8px 12px` (including border) so that the button height is 32px. Also adjusts the border width for all buttons when the state is `hover`, `focus`, or `active to be 2px thick instead of 1px thick. This is accomplished through an inset box-shadow as not to increase the size of the button. Fixes some colors for primary and tertiary buttons.
-
- Jul 05, 2019
-
- Jun 26, 2019
-
-
Rajat Jain authored
On all the issue lists -- Group, Project and Dashboard -- this change adds a new option for managing the lists. "Manual Ordering" option is added which when flipped on will allow an user to drag and drop issues around to create a relative ordering among them.
-
- Jun 24, 2019
-
-
Martin Wortschack authored
- Add button styles for onboarding welcome page - Fix qa selector (due to additional class)
-
- Jun 06, 2019
-
-
Annabel Dunstone Gray authored
- Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
-
- May 07, 2019
-
-
Stan Hu authored
Hosts using a non-standard configuration may have a different hostname/port/scheme than what may be configured on the GitLab server. While expose_url should generate a proper URL, there are cases where it may not work. Since we don't need the full URL, we can use the relative path. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/61280
-
- Apr 29, 2019
-
-
Rajat Jain authored
-
- Apr 25, 2019
-
-
Ahmad Haghighi authored
-
Sean McGivern authored
Without the leading `=`, this is just interpreted as literal text, so it won't be translated.
-
- Apr 24, 2019
-
-
app/views/projects/issues/show.html.haml"
-
- 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.
-
Victor Wu authored
-
- Apr 18, 2019
-
-
Stan Hu authored
When GitLab is configured with a relative URL root (e.g. /gitlab), an error appeared, "Something went wrong while fetching related merge requests." This change ensures the relative URL is included.
-
- Apr 15, 2019
-
-
Fatih Acet authored
We rewrote Related MRs widget using Vue. The previous implementation was using Haml templates and calling referenced_merge_requests endpoint which is now deprecated. This MR deletes leftover stuff them.
-
- Apr 09, 2019
-
-
Felipe Artur authored
Prevent leaking namespace and project names on moved issue links
-
- Apr 08, 2019
-
-
Oswaldo Ferreir authored
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
-
- Apr 05, 2019
-
-
Fatih Acet authored
This MR rewrites existing Related Merge Requests widget with Vue with reusing shared Related Issues components
-
- Mar 26, 2019
-
-
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 21, 2019
-
-
Mark Chao authored
Guest user of a project should not see branches
-
- Feb 26, 2019
-
-
Scott Hampton authored
Updating a couple other places that were still using deprecated status.
-
- Feb 25, 2019
-
-
Scott Hampton authored
Adding the ability to position the tooltip of the status icon.
-
- Feb 21, 2019
-
-
Dmitriy Zaporozhets authored
Sorts labels alphabetically on issues (and merge requests) list. Before it was order id desc. Now it will be consistent with sidebar and labels page. Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Andrew Fontaine authored
Style status box links using bootstrap and other utility classes instead of styling all `a` tags in the status-box.
-
Andrew Fontaine authored
The text "moved" now links to the issue the closed issue was moved to.
-