该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 4月 05, 2024
-
-
由 Lukas 'ai-pi' Eipert 创作于
This is the first step towards generating all utility classes with tailwind. The idea behind this is the following: Parse all utility classes being provided by @gitlab/ui into a JSON object where each class is represented as something like this: ``` '.bg-gray-10': { 'background-color': 'var(--gray-10, #fbfafd)', }, ``` We then let tailwind generate all the utilities and compare the class definitions above with the class definitions in @gitlab/ui. They can fall into four categories: - exact matches: The tailwind generated class matches @gitlab/ui 1:1 - potential mismatches: The tailwind generated class mismatches significantly. This can be okay or we may need some adjustments to the tailwind config. - hardcoded colors: Some of the utility classes have hard coded colors which the conversion script is not able to resolve to a CSS variable. - safe to use legacy utils: These utils have no overlap with tailwind at all. The class names completely differ. This means we can feed the definitions above into tailwind, so that tailwind is able to generate the classes As part of the conversion certain aspects are normalized, for example colors like `#fbfafd` are normalized to `var(--gray-10, #fbfafd)`, but only if the class name contains `gray-10`. Furthermore we currently check-in two files that later will be git-ignored: 1. config/helpers/tailwind/css_in_js.js – containing the css-in-js definitions for tailwind to generate the legacy utils with tailwind 2. config/helpers/tailwind/all_utilities.haml – containing a list of all utility classes, so that tailwind is able to generate _all utilities_ and not just the used ones
-
- 4月 03, 2024
-
-
由 Rémy Coutable 创作于
Fix rules should be strictly the security namespace See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148387 Merged-by:
Rémy Coutable <remy@rymai.me> Approved-by:
Sanad Liaquat <sliaquat@gitlab.com> Approved-by:
Rémy Coutable <remy@rymai.me> Reviewed-by:
Rémy Coutable <remy@rymai.me> Reviewed-by:
Sanad Liaquat <sliaquat@gitlab.com> Co-authored-by:
Lin Jen-Shin <jen-shin@gitlab.com>
-
由 Miranda Fluharty 创作于
Refactor achievements app to leverage uniqBy See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148275 Merged-by:
Miranda Fluharty <mfluharty@gitlab.com> Approved-by:
Rudy Crespo <rcrespo@gitlab.com> Approved-by:
Miranda Fluharty <mfluharty@gitlab.com> Reviewed-by:
Rudy Crespo <rcrespo@gitlab.com> Co-authored-by:
Rudy Crespo <rcrespo@gitlab.com> Co-authored-by:
Lee Tickett <ltickett@gitlab.com>
-
由 Lee Tickett 创作于
-
由 Prabakaran Murugesan 创作于
Update schema for clusterwide tables in team_planning See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147981 Merged-by:
Prabakaran Murugesan <pmurugesan@gitlab.com> Approved-by:
Brett Walker <bwalker@gitlab.com> Approved-by:
Doug Stull <dstull@gitlab.com> Approved-by:
Prabakaran Murugesan <pmurugesan@gitlab.com> Co-authored-by:
Tiger <twatson@gitlab.com>
-
由 Laura Montemayor 创作于
Fix version in component troubleshooting See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148352 Merged-by:
Laura Montemayor <lmontemayor@gitlab.com> Approved-by:
Laura Montemayor <lmontemayor@gitlab.com> Co-authored-by:
Matthew Badeau <mbadeau@gitlab.com>
-
由 Omar Qunsul 创作于
Update schema for clusterwide tables in importers See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147980 Merged-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Manoj M J <mmj@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Reviewed-by:
Omar Qunsul <oqunsul@gitlab.com> Co-authored-by:
Tiger <twatson@gitlab.com>
-
由 Mohamed Hamda 创作于
Add code suggestions buffer storage See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146918 Merged-by:
Mohamed Hamda <mhamda@gitlab.com> Approved-by:
Mohamed Hamda <mhamda@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Reviewed-by:
Mohamed Hamda <mhamda@gitlab.com> Co-authored-by:
Pavel Shutsin <pshutsin@gitlab.com>
-
由 Pavel Shutsin 创作于
It will be used for AI analytics
-
由 Marcel Amirault 创作于
Remove outdated references See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148496 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Filip Aleksic <faleksic@gitlab.com>
-
由 Jon Glassman 创作于
Improve intro of continuous vulnerability scanning See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147624 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Oscar Tovar <otovar@gitlab.com> Reviewed-by:
Oscar Tovar <otovar@gitlab.com> Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com> Co-authored-by:
Oscar Tovar <otovar@gitlab.com>
-
由 Russell Dickenson 创作于
-
由 Jon Glassman 创作于
Add Permission Proposal Issue Template See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146552 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Reviewed-by:
mo khan <mo@mokhan.ca> Co-authored-by:
Joe Randazzo <jrandazzo@gitlab.com> Co-authored-by:
mo khan <mo@mokhan.ca>
-
由 Joe Randazzo 创作于
-
由 Lee Tickett 创作于
Removing GitLab Beta Program documentation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148406 Merged-by:
Lee Tickett <ltickett@gitlab.com> Approved-by:
Rostyslav Safonov <rsafonov-ext@gitlab.com> Co-authored-by:
Nick Veenhof <nveenhof@gitlab.com>
-
由 Aboobacker MK 创作于
Add API endpoint to return current SSO session expiry time See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/146011 Merged-by:
Aboobacker MK <akarakath@gitlab.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com> Reviewed-by:
Andrew Evans <aevans@gitlab.com> Reviewed-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Co-authored-by:
agius <andrew@atevans.com>
-
由 Andrew Evans 创作于
This change will add an API endpoint on EE to return the expiry time of the user's current Group SAML SSO sessions. This way the frontend can be more responsive if a tab is left open overnight or over the weekend, and the client no longer has an active SSO session. Changelog: added EE: true
-
由 Filip Aleksic 创作于
-
由 Vasilii Iakliushin 创作于
Indicate requirement for OpenSSH 8.1 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147179 Merged-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Approved-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Co-authored-by:
Cody Martin <codytylermartin@gmail.com>
-
由 Cody Martin 创作于
The existing documentation suggests OpenSSH 8.0 or newer, but when I follow these instructions and try to commit I encounter the error ```bash $ git commit -am"blah" error: ssh-keygen -Y sign is needed for ssh signing (available in openssh version 8.2p1+) ``` with ```bash [cmartin3@cmartin3-ws mk1-sil]$ ssh -V OpenSSH_8.0p1, OpenSSL 1.1.1k FIPS 25 Mar 2021 [cmartin3@cmartin3-ws mk1-sil]$ cat /etc/os-release NAME="CentOS Stream" VERSION="8" ID="centos" ID_LIKE="rhel fedora" VERSION_ID="8" PLATFORM_ID="platform:el8" PRETTY_NAME="CentOS Stream 8" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:centos:centos:8" HOME_URL="https://centos.org/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" ``` I haven't updated to OpenSSH 8.2 specifically, but it does work if I update to OpenSSH 8.4, committing successfully and then showing **Verified** when pushed to the GitLab remote.
-
由 Ramya Authappan 创作于
Update gitlab-development-kit digest to bb3b8a48 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148488 Merged-by:
Ramya Authappan <rauthappan@gitlab.com> Approved-by:
Ramya Authappan <rauthappan@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Ramya Authappan 创作于
Don't restrict number of promotion candidates in json file See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148446 Merged-by:
Ramya Authappan <rauthappan@gitlab.com> Approved-by:
Ramya Authappan <rauthappan@gitlab.com> Co-authored-by:
Sanad Liaquat (Personal) <sliaquat@gitlab.com>
-
由 GitLab Renovate Bot 创作于
-
由 Ashraf Khamis 创作于
Clarify how Redis restores from a backup See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148240 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Achilleas Pipinellis <axil@gitlab.com>
-
由 Achilleas Pipinellis 创作于
-
由 Ashraf Khamis 创作于
Add size parameter to pending migrations command See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148429 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Co-authored-by:
Cleveland Bledsoe Jr <cbledsoe@gitlab.com>
-
由 Ashraf Khamis 创作于
Split Geo synchronization troubleshooting See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148028 Merged-by:
Ashraf Khamis <akhamis@gitlab.com> Approved-by:
Aakriti Gupta <agupta@gitlab.com> Approved-by:
Ashraf Khamis <akhamis@gitlab.com> Reviewed-by:
Achilleas Pipinellis <axil@gitlab.com> Reviewed-by:
Aakriti Gupta <agupta@gitlab.com> Co-authored-by:
Achilleas Pipinellis <axil@gitlab.com>
-
由 Achilleas Pipinellis 创作于
-
由 Eugie Limpin 创作于
Remove arkose_labs_signup_challenge feature flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147767 Merged-by:
Eugie Limpin <elimpin@gitlab.com> Approved-by:
Kos Palchyk <kpalchyk@gitlab.com> Approved-by:
Ian Anderson <ianderson@gitlab.com> Approved-by:
charlie ablett <cablett@gitlab.com> Approved-by:
Illya Klymov <iklymov@gitlab.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com> Reviewed-by:
Kos Palchyk <kpalchyk@gitlab.com>
-
由 Eugie Limpin 创作于
Changelog: other
-
由 Ankit Panchal 创作于
Check `allow_organization_creation` feature flag on a few more views See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148347 Merged-by:
Ankit Panchal <apanchal@gitlab.com> Approved-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Approved-by:
George Koltsov <gkoltsov@gitlab.com> Approved-by:
Ankit Panchal <apanchal@gitlab.com> Reviewed-by:
Ankit Panchal <apanchal@gitlab.com> Co-authored-by:
Peter Hegman <phegman@gitlab.com>
-
由 Shinya Maeda 创作于
Use direct answer instead of resource reader See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147474 Merged-by:
Shinya Maeda <shinya@gitlab.com> Approved-by:
Dillon Wheeler <dwheeler@gitlab.com> Approved-by:
Shinya Maeda <shinya@gitlab.com> Reviewed-by:
Mark Chao <mchao@gitlab.com> Reviewed-by:
Dillon Wheeler <dwheeler@gitlab.com> Co-authored-by:
lulalala <mark@goodlife.tw>
-
由 Andrejs Cunskis 创作于
Quarantine failing spec - vulnerabilities_jira_integration_spec See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148481 Merged-by:
Andrejs Cunskis <acunskis@gitlab.com> Approved-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
Ramya Authappan <rauthappan@gitlab.com>
-
由 Ramya Authappan 创作于
-
由 Paul Slaughter 创作于
Cleanup Web IDE Settings Sync feature flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148365 Merged-by:
Paul Slaughter <pslaughter@gitlab.com> Approved-by:
Paul Slaughter <pslaughter@gitlab.com> Co-authored-by:
Enrique Alcantara <ealcantara@gitlab.com>
-
由 Enrique Alcántara 创作于
- Remove Settings Sync feature flag and enable feature by default - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148365 Changelog: changed
-
由 Rajendra Kadam 创作于
Add REST API endpoint to sync push mirrors See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148186 Merged-by:
Rajendra Kadam <rkadam@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Rajendra Kadam <rkadam@gitlab.com> Reviewed-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Reviewed-by:
Rajendra Kadam <rkadam@gitlab.com> Co-authored-by:
Vasilii Iakliushin <viakliushin@gitlab.com>
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/388907 **Problem** It's not possible to trigger a push mirror sync via API. However, this functionality is available on UI. **Solution** * Add a new SyncService to handle push mirror sync logic * Add a new endpoint to handle API requests * Update API documentation Changelog: added
-
由 Ramya Authappan 创作于
Update dependency gitlab-qa to '~> 14', '>= 14.6.0' See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/148430 Merged-by:
Ramya Authappan <rauthappan@gitlab.com> Approved-by:
Ramya Authappan <rauthappan@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-