该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 27, 2024
-
-
由 Stan Hu 创作于
Suppose you had a `.gitlab-ci.yml` with a manual job listed after a `needs`: ``` test1: needs: [manual1] script: exit 0 manual1: stage: test when: manual script: exit 0 ``` Previously the `test1` job would be stuck in the `created` state instead of `skipped` because `AtomicProcessingService` did not consider a DAG within a stage. `test1` only gets updated to `skipped` if `Ci::ProcessBuildService` is called on `manual1` first, but since `test1` is listed first `AtomicProcessingService` will usually call `Ci::ProcessBuildService` on it first. The update order previously depended on the order returned by the database in `StatusCollection#all_jobs`. This commit introduces a `ci_atomic_processing_ordered_update_stage` feature flag that performs a topological sort on all jobs in the stage and updates the jobs in that order. This is similar to the approach taken in `ResetSkippedJobsService`. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/450395 Changelog: fixed
-
由 Andrew Fontaine 创作于
Unify the more actions kebab menu tooltip behavior See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147540 Merged-by:
Andrew Fontaine <afontaine@gitlab.com> Approved-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com> Approved-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Approved-by:
Andrew Fontaine <afontaine@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Reviewed-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-
由 Sascha Eggenberger 创作于
Shows the tooltip on :hover & :focus (tab) but hides it once the menu is open. Changelog: changed
-
由 Phillip Wells 创作于
Docs: Note that pg_shadow_loookup needs to be created See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147493 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Ulises Fierro <ufierro@gitlab.com>
-
由 Ulises Fierro 创作于
Clarify that the function needs to be created when moving from non-pgbouncer instances
-
由 Jerry Seto 创作于
WorkItems: Update Rolledup dates when a child milestone is updated See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146988 Merged-by:
Jerry Seto <jseto@gitlab.com> Approved-by:
Nicolas Dular <ndular@gitlab.com> Approved-by:
Jerry Seto <jseto@gitlab.com> Reviewed-by:
Nicolas Dular <ndular@gitlab.com> Co-authored-by:
Kassio Borges <kassioborgesm@gmail.com>
-
由 Adam Hegyi 创作于
Add search functionality to sub group autocomplete See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147578 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Andrei Zubov <azubov@gitlab.com> Approved-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Andrew Fontaine <afontaine@gitlab.com> Reviewed-by:
Anna Vovchenko <avovchenko@gitlab.com> Reviewed-by:
Andrei Zubov <azubov@gitlab.com> Co-authored-by:
Andrew Fontaine <afontaine@gitlab.com>
-
由 Andrew Fontaine 创作于
Before this, the group access dropdown had a search input that was not configured to filter results. Here we fetch new results on query change, passing that query value down to the GroupsFinder, where the search functionality already exists. Changelog: fixed EE: true
-
由 Phillip Wells 创作于
Add description metadata for six Create files See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147946 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
由 Jon Glassman 创作于
Adding troubleshooting info for duo See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147676 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Armin Hergenhan <ahergenhan@gitlab.com>
-
由 Armin Hergenhan 创作于
-
由 Dmitry Gruzd 创作于
Add json.meta.search metrics to /search/count requests See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147796 Merged-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
Siddharth Dungarwal <sdungarwal@gitlab.com> Co-authored-by:
rkumar555 <rkumar@gitlab.com>
-
由 Ravi Kumar 创作于
Added the payload in the ELastic Kibana for the search/count endpoint. This data can be used for analyzing the count endpoint. MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147796 Changelog: other
-
由 Amy Qualls 创作于
Five more docs files, now with description in the metadata. Hooray for looking better in Slack and social media!
-
由 Himanshu Kapoor 创作于
Update dependency @gitlab/svgs to v3.93.0 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147815 Merged-by:
Himanshu Kapoor <info@fleon.org> Approved-by:
Himanshu Kapoor <info@fleon.org> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Miguel Rincon 创作于
Merge branch '450709-solve-issuable-sidebar-fields-spacing-variety-between-labels-and-content' into 'master' Fix apparent spacing of issuable sidebar content See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147294 Merged-by:
Miguel Rincon <mrincon@gitlab.com> Approved-by:
Sascha Eggenberger <seggenberger@gitlab.com> Approved-by:
Marina Mosti <mmosti@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Reviewed-by:
Chad Lavimoniere <clavimoniere@gitlab.com> Reviewed-by:
Marina Mosti <mmosti@gitlab.com> Co-authored-by:
Chad Lavimoniere <clavimoniere@gitlab.com>
-
由 Miguel Rincon 创作于
Snippets page: Migrates dropdown to GlDisclosureDropdown See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147518 Merged-by:
Miguel Rincon <mrincon@gitlab.com> Approved-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com> Approved-by:
Rajan Mistry <rmistry@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com> Reviewed-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com> Co-authored-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com>
-
由 Sascha Eggenberger 创作于
Also moves create, delete and report functions into the menu. Changelog: changed
-
由 Phillip Wells 创作于
Gitlab repo: Clean up docs redirects, ee - 2024-03-22 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147716 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
由 Amy Qualls 创作于
Fix these links so they don't break when the redirects are removed.
-
由 Lysanne Pinto 创作于
Start copying editing job control page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147771 Merged-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com>
-
由 Marcel Amirault 创作于
Only and except are deprecated and should not be used or promoted in the docs as a standard option anymore. This MR also removes version references that are more than 2 major versions out of date.
-
由 Phil Hughes 创作于
Raise new InternalEvent when user expands settings panel See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146699 Merged-by:
Phil Hughes <me@iamphill.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Phil Hughes <me@iamphill.com> Reviewed-by:
Sam Beckham <sbeckham@gitlab.com> Reviewed-by:
Sebastian Rehm <srehm@gitlab.com> Co-authored-by:
Jeff Tucker <jtucker@gitlab.com>
-
由 Jeff Tucker 创作于
-
由 Amy Qualls 创作于
Make it clear `mr_approved_filter` is disabled in API docs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147936 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Kai Armstrong <karmstrong@gitlab.com>
-
由 Prabakaran Murugesan 创作于
Add sharding keys for error_tracking See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147788 Merged-by:
Prabakaran Murugesan <pmurugesan@gitlab.com> Approved-by:
Prabakaran Murugesan <pmurugesan@gitlab.com> Co-authored-by:
Manoj M J <mmj@gitlab.com>
-
由 Andrejs Cunskis 创作于
E2E test: reload page to check for license See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147747 Merged-by:
Andrejs Cunskis <acunskis@gitlab.com> Approved-by:
Brittany Wilkerson <bwilkerson@gitlab.com> Approved-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
Jay McCure <jmccure@gitlab.com>
-
由 Marcin Sedlak-Jakubowski 创作于
Improve misleading passage about custom merge drivers See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147932 Merged-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Co-authored-by:
Hubert Maraszek <hmaraszek@gitlab.com>
-
由 Hubert Maraszek 创作于
-
由 Kai Armstrong 创作于
-
由 Miguel Rincon 创作于
Rely on duo chat message trimming from gitlab-ui See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147802 Merged-by:
Miguel Rincon <mrincon@gitlab.com> Approved-by:
Lesley Razzaghian <lrazzaghian@gitlab.com> Approved-by:
Andrei Zubov <azubov@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Lesley Razzaghian <lrazzaghian@gitlab.com> Co-authored-by:
Denys Mishunov <dmishunov@gitlab.com>
-
由 Alexander Turinske 创作于
Adding experiment metadata table to the -/ml/experiments/:id See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147232 Merged-by:
Alexander Turinske <aturinske@gitlab.com> Approved-by:
Eduardo Bonet <ebonet@gitlab.com> Approved-by:
Alexander Turinske <aturinske@gitlab.com> Approved-by:
Alejandro Rodríguez <alejandro@gitlab.com> Reviewed-by:
Eduardo Bonet <ebonet@gitlab.com> Co-authored-by:
domi <slickdomique@proton.me>
-
由 Dominique L 创作于
-
由 Gosia Ksionek 创作于
Use claude-2.1 for Duo Chat doc tool See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147887 Merged-by:
Gosia Ksionek <mksionek@gitlab.com> Approved-by:
Tetiana Chupryna <tchupryna@gitlab.com> Approved-by:
Gosia Ksionek <mksionek@gitlab.com> Co-authored-by:
Tan Le <tle@gitlab.com>
-
- 3月 26, 2024
-
-
由 Hordur Freyr Yngvason 创作于
Update Base.latest.gitlab-ci.yml. Fixed incorrect variable name See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147199 Merged-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Timo Furrer <tfurrer@gitlab.com> Approved-by:
Hordur Freyr Yngvason <hfyngvason@gitlab.com> Co-authored-by:
Sergio C <serchiman@gmail.com>
-
由 Jenny Kim 创作于
Quarantine flaky jobs_spec.rb See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147924 Merged-by:
Jenny Kim <yjeankim@gitlab.com> Approved-by:
Jenny Kim <yjeankim@gitlab.com> Co-authored-by:
Désirée Chevalier <dchevalier@gitlab.com>
-
由 Désirée Chevalier 创作于
-
由 Rodrigo Tomonari 创作于
Add validations for project keys in Jira Integration See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146955 Merged-by:
Rodrigo Tomonari <rtomonari@gitlab.com> Approved-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Approved-by:
Rodrigo Tomonari <rtomonari@gitlab.com> Approved-by:
Raimund Hook <rhook@gitlab.com> Reviewed-by:
Justin Ho Tuan Duong <hduong@gitlab.com> Reviewed-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Co-authored-by:
Ivane Gkomarteli <igkomarteli@gitlab.com> Co-authored-by:
Ivane Gkomarteli <ivanegkomarteli@Ivanes-MacBook-Pro.local>
-
由 Ivane Gkomarteli 创作于
* Add validation for project_keys, and decouple validations for project_key from jira_issues * Add project_keys to integrations_helper so frontend can access the project keys as a comma-separated string
-
由 Lysanne Pinto 创作于
Remove unnecessary section - Supported languages and package managers See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147633 Merged-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Oscar Tovar <otovar@gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com>
-