- Sep 18, 2020
-
-
This commit updates the releases page to store static data as Vuex state instead of passing thee data to the Vue app as props.
-
- Sep 17, 2020
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
This commit adds three new components that will be used (in a future MR) to replace the current pagination controls on the "Releases" page.
-
André Luís authored
This reverts merge request !40424
-
Doug Stull authored
- no longer using.
-
Axel Garcia authored
-
Coung Ngo authored
Issue sidebar labels was entirely in Haml. By converting it to Vue, we can use gitlab-ui components
-
pshutsin authored
Total stage is redundant and shown as Lead time so we don't need it as separate stage anymore.
-
Payton Burdette authored
Add jobClasses to job without link or with a link so the UX stays the same. Also update specs to cover both cases.
-
Payton Burdette authored
Move dynamic class to job with link and update specs.
-
Kushal Pandya authored
Adds `test_case_list` app to show Test Case List using `issuable_list`.
-
Marcel van Remmerden authored
-
Takuya Noguchi authored
Target issuable lists are: - project/group issues - dashboard issues - epics Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/237921 - This is part 1 of 2. - In this MR we will be setting up support of adding Reviewers in the sidbar widget. - Part 2 will be adding the corresponding Vue components.
-
In controllers / backend
-
This change adds ability to use ^ as a special reference in Markdown Editor.
-
Eulyeon Ko authored
When sort option is given, mergeUrlParams alphabetically sorts the params in ascending order (a to z).
-
Kushal Pandya authored
Adds `test_case_create` app to show Create Test Case form UI in `/new` route.
-
Kushal Pandya authored
Adds `issuable_list` Vue app in FOSS to use with Test Cases (and other Issuable types later).
-
-
-
- Sep 16, 2020
-
-
Derek Knox authored
-
Payton Burdette authored
Setup feature flag and basic boilerplate for moving ci lint to vue.
-
Justin Boyson authored
-
Himanshu Kapoor authored
This allows passing the file object directly and makes the function call more verbose.
-
Himanshu Kapoor authored
Use utility function isTextFile to determine whether its a text file or binary
-
-
-
André Luís authored
-
André Luís authored
This includes work from Angelo Gulina. Makes waitForCSSLoaded not depend on DOMContentLoaded (DCL). Also adds support for calling it after DCL has been fired. This makes for easier and more reliable usage.
-
Derek Knox authored
-
Derek Knox authored
Fixed tests and applied suggestions
-
Derek Knox authored
Add edit_drawer and updated publish_toolbar so that edit_area can faciliate content and front matter updates via parse_source_file delegation
-
- Introduces :gitpod feature flag - A later MR will handle adding to the MR page https://gitlab.com/gitlab-org/gitlab/-/merge_requests/37985
-
Peter Hegman authored
Instead of parsing from `data-current-user-id`
-
Jackie Fraser authored
Adds 3 tracking events invite_members_banner_displayed, invite_members_banner_button_click, and invite_members_banner_dismissed
-
-
-
Robert Hunt authored
- Alert management - Sidebar _ Batch comments
-
Frédéric Caplette authored
Add tabs that allow user to switch between the text and the preview of the gitlab-ci.yml files. The preview is a graph that shows job dependencies.
-