该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 23, 2020
-
-
由 Payton Burdette 创作于
Move status scss into a page bundle.
-
由 Martin Wortschack 创作于
-
由 Ezekiel Kigbo 创作于
Replace done callbacks with async/await, update to use finders instead of classes and add a createComponent method
-
由 Ezekiel Kigbo 创作于
Updates references to use the paperclip svg instead of fa-paperclip
-
由 Nathan Friend 创作于
This commit updates our GraphQL endpiont to allow releases to be sorted by released_at or created_at.
-
由 Himanshu Kapoor 创作于
-
由 Takuya Noguchi 创作于
Signed-off-by:
Takuya Noguchi <takninnovationresearch@gmail.com>
-
由 Terri Chu 创作于
-
由 Florie Guibert 创作于
- Remove welcome list - Create To Do and Doing lists using labels
-
由 Mario de la Ossa 创作于
Track unique MAU for comments added, removed, or edited on Issues
-
由 Emily Ring 创作于
Replace dropdown with input field for EKS Regions Update authorize_role_service to authenticate with customer region
-
由 Brandon Labuschagne 创作于
This change is being done for mr_widget_auto_merge_enabled.vue
-
由 Arturo Herrero 创作于
If we use a query that doesn't return all the columns, we can get this error, as we are having using Service.each_batch. Failure/Error: self.properties = {} if properties.nil? ActiveModel::MissingAttributeError: missing attribute: properties # ./app/models/service.rb:281:in `initialize_properties' # ./app/models/concerns/each_batch.rb:61:in `each_batch' We have to use has_attribute? to avoid the ActiveRecord::MissingAttributeError error.
-
由 Michael Lunøe 创作于
Add general component for instance statistics count charts to be reused, so the user can both see issues and merge request data as well as pipeline statistics. This will also be useful for other charts on the same page. Refs: https://gitlab.com/gitlab-org/gitlab/-/issues/267538 https://gitlab.com/gitlab-org/gitlab/-/issues/246491 https://gitlab.com/gitlab-org/gitlab/-/issues/268224 https://gitlab.com/gitlab-org/gitlab/-/issues/267997 https://gitlab.com/gitlab-org/gitlab/-/issues/233854
-
- 10月 22, 2020
-
-
由 Kushal Pandya 创作于
Updates `issuable_list` app with following enhancements; - Custom reference and status support via slots. - Assignees support. - Labels permalink support. - Ability to update page URL using provided params. - Tab counts are now optional. - Handle external URLs for Issuable items.
-
由 Vladimir Shushlin 创作于
and raise error if sha256 is absent for artifacts archive
-
由 Phil Hughes 创作于
Removes the resolve button from each note component Instead only the first note has this button, when this button is clicked it resolves the whole thread. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/28750
-
由 Arturo Herrero 创作于
Originally, we only call here to propagate service templates if they are active. Now, we are propagating instance-level integrations and group-level integrations (active or not). has_external_issue_tracker and has_external_wiki assume that the integration is active. So, we only need to update the project callbacks if the integration is active.
-
由 Martin Wortschack 创作于
- This replaces the fa-refresh icon with the retry SVG
-
由 David Fernandez 创作于
This API is available on two levels: Project and Group. A new field `container_repositories` is available on the Project object and the Group project
-
由 Arturo Herrero 创作于
After introducing the propagation of integrations using batching and queues https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42128, we are not updating the project callbacks: has_external_issue_tracker and has_external_wiki. The reason for that is that the batch was uncached but after the merge request batch is scoped to the query. In this case, the order is important because we do two things: - Create the integration for those projects without integration. - Update has_external_issue_tracker and has_external_wiki in those projects. If we first create the integrations when we then try to update the callbacks, there is nothing to update since the batch scope is empty at this time. We have to update first and then create the integrations.
-
由 Olena Horal-Koretska 创作于
-
由 Phil Hughes 创作于
This fixes the target branch filter in merge requests to allow the user to filter by not equal.
-
由 Terri Chu 创作于
Enable GitHub Flavored Markdown support for issues to the search autocomplete field. If the user is in the project dashboard and enters GFM for an issue id, a link to that issue will show up.
-
由 Laura Montemayor 创作于
* Removes conditional feature flag code from specs * Updates the docs to remove mention of feature flag * Removes code from CommitStatus model * Removes yml file with feature flag info
-
由 Jean du Plessis 创作于
-
由 Vijay Hawoldar 创作于
The JSON format handling for snippets#show endpoint does not appear to be in use since moving to Vue, this commit removes it to clean up the controllers
-
This scopes complexity to the component for better maintainability
-
由 Maria Vrachni 创作于
* Update attribute we check to reflect new component attributes
-
由 Marvin Karegyeya 创作于
-
由 Marcin Sedlak-Jakubowski 创作于
-
由 Corinna Wiesner 创作于
The recursive query for personal namespaces is not performing efficient, there we'll not use the recursive project lookup for personal namespaces.
-
由 Terri Chu 创作于
If a user searches for a commit in a project and only finds one result, redirect the user to that result. This already exists for basic search and now is enabled for advanced search. Added a notice explaining the redirect with a link back to search results.
-
由 Paul Slaughter 创作于
- Adds unit test
-
由 Krasimir Angelov 创作于
Replace openid_connect_signing_key with the new ci_jwt_signing_key when generating CI_JOB_JWT. The new key is stored encrypted in `application_settings` table. This also implements /-/jwks endpoint instead of delegating to Doorkeper. Response will still include openid_connect_signing_key for seamless rollout. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/214607.
-
由 Mike Jang 创作于
-
由 Kristin Brooks 创作于
* Used on snippets note submit button, for example. * Also adds support for 'add' to tooltips API.
-
由 Peter Hegman 创作于
Part of a larger initiative to convert group members view from HAML to Vue
-
由 Brett Walker 创作于
when using board finders
-
由 Enrique Alcantara 创作于
Simplifies the data flow of the modal that contains a form to edit the Merge Request description and title in the Static Site Editor
-