- Sep 18, 2020
-
-
(cherry picked from commit d20eef62)
-
Form for package max file size plan_limits is added to the package registry application settings admin UI page.
-
This commit updates the releases page to store static data as Vuex state instead of passing thee data to the Vue app as props.
-
-
Heinrich Lee Yu authored
GraphQL no longer maps this to the underscore method / attribute
-
Heinrich Lee Yu authored
This was causing some resolvers to fail. This problem was introduced by https://github.com/rmosolgo/graphql-ruby/pull/2961/files
-
Dylan Griffith authored
This implements the same behaviour for merge requests that was added for issues in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40669.
-
-
- Sep 17, 2020
-
-
Takuya Noguchi authored
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
Luke Duncalfe authored
The copying of designs from one issue to another happens async, so the state of the copy is tracked through the new `copy_state` state machine. The state is persisted in redis as the DesignCollection model is a PORO and not persisted in PostgreSQL. https://gitlab.com/gitlab-org/gitlab/-/issues/13426
-
It will store zip archives for pages web-sites
-
This commit adds three new components that will be used (in a future MR) to replace the current pagination controls on the "Releases" page.
-
This will allow us to parallelize the work involved in uploading an arbitrary number of LFS objects to the remote mirror.
-
André Luís authored
This reverts merge request !40424
-
Doug Stull authored
- no longer using.
-
Maxime Orefice authored
This commit allows our GraphQL API to query projects by ids.
-
Doug Stull authored
-
Axel Garcia authored
-
Brett Walker 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.
-
Robert May authored
-
Tim Zallmann authored
Removes the disabling line for inline script checks (which were about using :javascript)
-
Lin Jen-Shin authored
-
Denys Mishunov authored
Updated the corresponding RSpec suits making sure the app works with and without the flags: - snippets_vue (vueified view of a snippet) - snippets_edit_vue (vueifid edit form)
-
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.
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
This allows to easily navigate from parent pipeline to a downstream triggered pipeline that is triggered by a bridge job.
-
Alina Mihaila authored
-
Alina Mihaila authored
* Allow to track any value * Add documentation * Add tests
-
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.
-
-