- Dec 20, 2019
-
-
GitLab Bot authored
-
- Sep 18, 2019
-
-
GitLab Bot authored
-
- Sep 13, 2019
-
-
GitLab Bot authored
-
- Jun 24, 2019
-
- 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 24, 2019
-
-
app/views/projects/issues/show.html.haml"
-
- Apr 23, 2019
-
-
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 09, 2019
-
-
Felipe Artur authored
Prevent leaking namespace and project names on moved issue links
-
- 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 21, 2019
-
-
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.
-
- Feb 20, 2019
-
-
Phil Hughes authored
Backports template and Vue changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9632 to CE
-
- Jan 25, 2019
-
-
Andrew Fontaine authored
Add the text `(moved)` to the `Closed` status indicator on a closed issue if the reason the issue was closed was due to moving it. This only applies to closed issues. Issues that were closed and moved then later re-opened only show `Open`. This makes it more immidately clear why the issue was closed.
-
- Dec 19, 2018
-
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
Heinrich Lee Yu authored
-
- Dec 12, 2018
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
- Oct 23, 2018
-
-
Oswaldo Ferreir authored
-
- Sep 19, 2018
-
-
Dmitriy Zaporozhets authored
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Sep 04, 2018
-
-
- May 10, 2018
-
-
Annabel Dunstone Gray authored
-
- Apr 17, 2018
-
-
Clement Ho authored
-
- Apr 16, 2018
-
-
Clement Ho authored
-
- Apr 13, 2018
-
-
Clement Ho authored
-
- Apr 11, 2018
-
-
Bob Van Landuyt authored
When a user is not logged in, we want to show the `New Issue` link so he gets directed to the login flow first. When a project is archived, we never want to show the link.
-
- Apr 09, 2018
-
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
Clement Ho authored
-
- Feb 28, 2018
-
-
Connor Shea authored
-
-
- Feb 26, 2018
-
-
Jan Provaznik authored
Instead of converting hash into JSON inside issuable_initial_data method, return hash and convert to JSON later. This allows us to easily extend basic issuable data with resource specific values. For example for Epic these data should include also labels, so we can then do something like: issuable_initial_data(@epic).merge(labels: @epic.labels).to_json
-
- Feb 23, 2018
-
-
Mike Greiling authored
-
- Feb 20, 2018
-
-
Mike Greiling authored
-