该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 12, 2023
-
-
由 Aleksei Lipniagov 创作于
Update legal and UI. Changelog: other
-
由 Thomas Randolph 创作于
-
由 Ian Anderson 创作于
-
由 Niko Belokolodov 创作于
Add FF which enables retrieving event names from metric definitions instead of event files which will be removed in following issues
-
由 Eduardo Sanz García 创作于
By removing the hard coded language we enable a better experience with the language switcher. Changelog: changed
-
由 Thomas Randolph 创作于
Provide the source project to the mutation
-
由 Marc Saleiko 创作于
Adds route and controller for custom email creation, update and deletion for Service Desk
-
由 Rahul Chanila 创作于
Changelog: changed
-
由 Janis Altherr 创作于
This MR enables the new markdown editor wrapper in Milestone descriptions as part of https://gitlab.com/groups/gitlab-org/-/epics/7098 Changelog: changed
-
由 Eduardo Bonet 创作于
A Ml::Model has: - `name`, which will be used to reference Packages::Package by package_name (follow up: a table packages_ml_model_metadata will be added to add an association for a package of type ml_model to a model). `name` must be a valid ml_model package_name. Name is unique per project and acts as an iid of sorts. - `project`, project which the model belongs to - `default_experiment`, an Ml::Experiment with the same name as the model. When creating the model, and an experiment with the same name exists, that is set as the default_experiment. Otherwise a new experiment is created. An experiment that is the default experiment cannot be destroyed. Changelog: added
-
由 Alexander Dietrich 创作于
Adds group_mention and group_confidential_mention as group-level integrations events/hooks and Slack notification triggers. - https://gitlab.com/gitlab-com/gl-security/engineering-and-research/automation-team/automation/-/issues/346 - https://gitlab.com/gitlab-org/gitlab/-/issues/414856 Changelog: added
-
由 Oscar Tovar 创作于
* Assert empty report when data is not sufficient * Assert findings are created as expected * Assert that scanner is added * Assert that report links to pipeline of SBoM * Assert correct location of findings
-
由 Jalen Hampton 创作于
-
由 Annabel Dunstone Gray 创作于
Changelog: fixed
-
由 Jannik Lehmann 创作于
-
由 Annabel Dunstone Gray 创作于
Changelog: changed
-
由 Mark Florian 创作于
-
由 Mark Florian 创作于
Now all buttons here should be Pajamas-compliant, and so colour their icons correctly themselves.
-
由 Mark Florian 创作于
Executed with: comby \ -config ~/dev/pajamas-adoption-scanner/comby/button-2.toml \ -custom-matcher ~/dev/pajamas-adoption-scanner/comby/haml.json \ -matcher .generic -in-place \ -f .haml Using the `button-migration` branch of the Pajamas Adoption Scanner: https://gitlab.com/gitlab-org/frontend/pajamas-adoption-scanner/-/commits/button-migration
-
由 Mark Florian 创作于
It seems this new RSS link button was added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/123674 was merged while the previous mass migration MR https://gitlab.com/gitlab-org/gitlab/-/merge_requests/121772 was in review.
-
由 Mark Florian 创作于
A later commit will update the templates of these components to use this helper method.
-
由 Mark Florian 创作于
-
由 Serhii Yarynovskyi 创作于
Send request to CustomersDot for free personal and invited sign ups to send them emails
-
由 Eduardo Sanz García 创作于
We use `v-on="$listeners"` to pass events to the parent scope. `GroupSelect` becomes a transparent wrapper. Parent of `GroupSelect` can listen to the `input` event, and any other events if added in the future.
-
由 Daniele Rossetti 创作于
- Add tracing feature flag - Add nav menu - Set up basic tracing route/controller - Make observability csp concern more generic - Add connect-src to observability csp rules
-
- 7月 11, 2023
-
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Anna Vovchenko 创作于
Update new and create environment pages to include a new field. Include the filed into environment form. Update Kubernetes namespace to handle k8s namespace. Changelog: added
-
由 Roy Zwambag 创作于
This reverts merge request !125728
-
由 Sascha Eggenberger 创作于
Changelog: changed
-
由 Chad Woolley 创作于
- See ee/lib/remote_development/README.md for context - Adds Railway Oriented Programming (ROP) to Remote Development Workspace Update module - Add generic Result type (not domain specific) to support ROP
-
由 Kos Palchyk 创作于
Renames `registry_size_estimated` GraphQL field to `container_registry_size_is_estimated`, and deprecates proper name. Changelog: deprecated
-
由 Manoj M J 创作于
Reduce queries in user profile page Changelog: performance
-
由 Maxime Orefice 创作于
-
由 Savas Vedova 创作于
-
由 Hinam Mehra 创作于
Changelog: fixed
-
由 Luke Duncalfe 创作于
The GitLab for Slack app that is distibuted through the Slack App Directory can only work with GitLab.com. This is because the Slack app configuration requires specific hard-coded URLs, so these are all set to gitlab.com. This change allows self-managed customers to create a copy of the GitLab for Slack app to install into their Slack workspace. The Slack app they create is functionally identical to the official public one. The change is behind a feature flag. https://gitlab.com/gitlab-org/gitlab/-/issues/358872
-
由 Sascha Eggenberger 创作于
Updates design management, related merge requests, related branches, related feature flags and the labels page. Changelog: changed
-
由 Rajendra Kadam 创作于
Update/remove spec files
-
由 Sascha Eggenberger 创作于
Updated linked ressources to use new, reusable card styles. Fixed related merge request, related issues, work item links to use the gl-new-card-count class. Changelog: changed
-
由 Rajan Mistry 创作于
The guest users are not able to add todos for work items. Change mutation from workItemUpdate to todoMarkDone and todoCreate for allowing guest user to add todos. Changelog: fixed EE: true
-