该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 06, 2024
-
-
由 路志远 创作于
-
- 10月 13, 2023
-
-
由 Frédéric Caplette 创作于
Before starting the work on migrating pipelines table to graphql, we are cleaning up old implementations that are no longer relevant or confusing to make the migration easier.
-
- 9月 26, 2023
-
-
由 Peter Hegman 创作于
CSS changes and setting `svg-height` prop to `null`
-
- 9月 21, 2023
-
-
由 Frédéric Caplette 创作于
To make the pipelines_table component more reusable, we extract the the event hub and mixin logic out of the components and instead emit native vue events and let the wrapper components handle it.
-
- 9月 14, 2023
-
-
由 Frédéric Caplette 创作于
With the recent change to the ci directory, we move the new graphql pipelines_table to the right directory and rename the older implementation to `legacy` to avoid naming confusion.
-
- 9月 13, 2023
-
-
由 Frédéric Caplette 创作于
Final step of the big restructure of the CI directory. We move the pipelines_list out of `pipeline_details` directory since it is actually its own page.
-
- 9月 07, 2023
-
-
由 Frédéric Caplette 创作于
Restructure this section so that each feature has a self contained structured.
-
- 9月 01, 2023
-
-
由 Frédéric Caplette 创作于
Restructure of the ci directories part 1.
-
- 6月 02, 2023
-
-
由 Payton Burdette 创作于
Make the ci status badge an actual badge and match the design system. Changelog: changed
-
- 5月 13, 2023
-
-
由 Julia Miocene 创作于
-
- 9月 20, 2022
-
-
由 Thomas Hutterer 创作于
-
- 8月 25, 2022
-
-
由 Payton Burdette 创作于
Fix issue where forked MRs cannot run a pipeline if they get stuck where pipelines were not created for the MR. Changelog: fixed
-
- 7月 27, 2022
-
-
由 Payton Burdette 创作于
-
由 Payton Burdette 创作于
Show the mr pipeline tab if pipelines are enabled. Changelog: fixed
-
- 6月 08, 2022
-
-
由 Marcel van Remmerden 创作于
Changelog: changed
-
- 5月 02, 2022
-
-
由 Marcel van Remmerden 创作于
Changelog: changed
-
- 8月 07, 2021
-
-
由 Jose Vargas 创作于
This adds a pipeline key selection dropdown that allows to change the pipeline column to display either the Pipeline ID or the Pipeline IID in the pipelines table Changelog: added
-
- 7月 09, 2021
-
-
由 Miguel Rincon 创作于
This change moves getParameterByName from `~/lib/utils/common_utils` to `~/lib/utils/url_utility`.
-
- 7月 06, 2021
-
-
由 Lee Tickett 创作于
When a merge request has more than one page of pipelines the count will revert to the max number of pipelines per page. Changelog: fixed
-
- 6月 29, 2021
-
-
由 Marcel Amirault 创作于
-
- 4月 14, 2021
-
-
由 pburdette 创作于
Remove the feature flag and some instances of it in the codebase.
-
- 4月 09, 2021
-
-
由 Jeremy Elder 创作于
-
- 3月 15, 2021
-
-
由 Miguel Rincon 创作于
This change removes the custom blank state component for pipelines in favor of using the empty state from gitlab-ui. This change preserves the text style but it changes the svg image sizes.
-
- 3月 12, 2021
-
-
由 pburdette 创作于
When pipeline has not finished running show an in progress to the user until it has finished.
-
- 3月 10, 2021
-
-
由 pburdette 创作于
Add margin bottom for mobile run pipeline button on MR pipelines tab.
-
- 2月 18, 2021
-
-
由 Miguel Rincon 创作于
This change removes unnecessary props that take to the following help page path in the empty state: help/ci/quick_start/index.md From the backend. This path can be generated in the frontend. It also updated the path to the correct location of the page.
-
- 2月 17, 2021
-
-
由 Miguel Rincon 创作于
This change removes unnecessary props that take to the following help page path: topics/autodevops/index.md From the backend. This path can be generated in the frontend.
-
- 2月 16, 2021
-
-
由 Vitaly Slobodin 创作于
Sort latest changes from master
-
- 2月 15, 2021
-
-
由 Miguel Rincon 创作于
This removes multiple inheritance in the pipelines table file This change moves the logic from the share mixin to a single file so that methods are easier to locate.
-
由 Vitaly Slobodin 创作于
See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/18 for more information.
-
- 2月 10, 2021
-
-
由 Miguel Rincon 创作于
Duplicate ci_pagination_api_mixin.js to move it to: - pipelines_pagination_api_mixin.js - environments_pagination_api_mixin.js
-
- 1月 25, 2021
-
-
由 Paul Gascou-Vaillancourt 创作于
All usages of display CSS utilities have been updated to reflect their new names. Here's a summary of those updates: - gl-display-sm-none -> gl-sm-display-none - gl-display-md-none -> gl-md-display-none - gl-display-lg-none -> gl-lg-display-none - gl-display-sm-flex -> gl-sm-display-flex - gl-display-md-flex -> gl-md-display-flex - gl-display-lg-flex -> gl-lg-display-flex - gl-display-sm-inline-flex -> gl-sm-display-inline-flex - gl-display-lg-inline-flex -> gl-lg-display-inline-flex - gl-display-sm-block -> gl-sm-display-block - gl-display-md-block -> gl-md-display-block - gl-display-lg-block -> gl-lg-display-block - gl-display-lg-inline-block -> gl-lg-display-inline-block - gl-display-lg-table-cell -> gl-lg-display-table-cell
-
- 10月 07, 2020
-
-
由 Miguel Rincon 创作于
In this change we wrap the CSS of the pipeline table that only appears in 4 pages, inside a `[data-page]` selector to scope where it is used. Additionally some unused/abandoned styles are removed.
-
- 10月 01, 2020
-
-
由 Miguel Rincon 创作于
Users can click on "Run Pipeline" to start their pipelines on merge requests. The layout was achieved by repurposing the "Run pipeline" button so it shows in the right place in mobile and desktop by adding some negative margins. Now this is done by adding a slot to place the button inside the table.
-
- 9月 07, 2020
-
-
由 Vasilii Iakliushin 创作于
* Remove starter-only * Remove core-only * Remove premium-only * Remove ultimate-only * Remove ultimate * Remove premium * Remove starter * Remove core
-
- 8月 20, 2020
-
-
由 Marcel Amirault 创作于
-
- 7月 27, 2020
-
-
由 Jose Vargas 创作于
This replaces the prepend-top-10 css class for the gl-mt-3 utility class from GitLab-UI
-
- 7月 22, 2020
-
-
由 Shinya Maeda 创作于
This commit documents for the feature Apply 3 suggestion(s) to 1 file(s)
-
由 Shinya Maeda 创作于
This commit shows security warning for fork projects
-
- 4月 03, 2020
-
-
由 Paul Gascou-Vaillancourt 创作于
- Renamed all instances of GlButton to GlDeprecatedButton - Renamed all instance of gl-button to gl-deprecated-button
-