该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 16, 2022
-
-
由 Jannik Lehmann 创作于
This commit refactors the security configuration data accumulation to be consistent across CE & EE.
-
- 2月 15, 2022
-
-
由 Miguel Rincon 创作于
This change adds a new tab to the runner details that contains a paginated list of jobs that this runner has run.
-
由 Andrew Fontaine 创作于
If the ref is a branch, display branch. If it is a tag, display tag. Either way, link to the tree of the ref.
-
由 Alex Pooley 创作于
Provide a linear version of: Gitlab::ObjectHierarchy.new(some_groups).all_objects We also create a recursive + linear scope which is a more friendly developer interface.
-
由 Dallas Reedy 创作于
- Create the new experiment feature flag - Set up the entrypoint for the experiment - Create a feature discovery dashboard for the "Deliver Software Faster" product value - Add a CTA to start a trial from the dashboard - Add a CTA to talk to sales from the dashboard - Track various clicks & renders for the experiment
-
由 Rémy Coutable 创作于
This reverts commit 63974e4d, reversing changes made to ab524a54. Changelog: fixed Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 David Fernandez 创作于
By pinging the Container Registry API. If the status returned is coeherent with an ongoing migration, the job will skip the migration. The migration is aborted otherwise.
-
Changelog: changed
-
由 Sarah Yasonik 创作于
Adds widget to incidents to allow the user to set or remove an escalation policy. This is used in conjuction with the escalation status on incidents to manage paging and escalations for the issue. Co-Authored-By:
Sarah Yasonik <syasonik@gitlab.com>
-
由 Vasilii Iakliushin 创作于
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/350596 **Problem** User access to shared group validation applies only to the group itself and does not check if the user has inherited access rights. **Solution** Skip validation before we find a way to correctly verify user permissions.
-
由 Paul Gascou-Vaillancourt 创作于
This adds a shared HAML partial as well as a Javascript that can be used to instantiate GlToggle instances in HAML views. The pages that render the partial must import the initToggle helper and call it with the appropriate DOM node.
-
由 Imre Farkas 创作于
Owners of personal projects are displayed as maintainers in the members page. This change fixes inconsistency for new projects. It is behind the personal_project_owner_with_owner_access feature flag.
-
由 NataliaTepluhina 创作于
Changelog: fixed
-
由 Brett Walker 创作于
A change in graphql-ruby gem 1.13 changes how imput names are calculate. Having `graphql_name` called after any arguments are defined can cause naming issues. So just standardize on putting it at the top.
-
由 Stanislav Lashmanov 创作于
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/343197 Changelog: fixed
-
由 Rajendra Kadam 创作于
-
由 Rajendra Kadam 创作于
This reverts commit 7afca793.
-
由 Florie Guibert 创作于
Review feedback
-
由 Florie Guibert 创作于
No user facing changes
-
由 Miguel Rincon 创作于
This change moves a few pagination and lists reusable logic to a utils file that can be tested in a isolation.
-
由 Lee Tickett 创作于
Issue contacts can only come from an issues root group. This MR ensures that moving a project to a new root group will delete all issue contacts. At a later stage we will look to see if we can copy the contacts to the new root group, but we need to tackle things like duplication. Changelog: fixed
-
由 Doug Stull 创作于
- no longer needed as the option was removed.
-
由 Amy Qualls 创作于
This message should be revised to meet our standards - include current status, explanation, next step. Update tests and translation file Update the .pot file for translation, and update a test that checks the output of the file we modified in this MR. Update messages based on UX feedback We've decided to NOT change one of the messages, and revising the other. Update tests and translation files to match. Update test and snapshot The text was just a smidge off from what the tests were expecting. Move the period inside the link, rather than outside of it, to strip the extra space I'm seeing. Update translations file Update translations file to reflect changes to strings. Changelog: changed
-
由 Janis Altherr 创作于
This MR introduces the text widget for the Pipeline Wizard, an input widget for simple text input that includes pattern validation. Signed-off-by:
Janis Altherr <jaltherr@gitlab.com>
-
由 Jason Goodman 创作于
Also handle permissions for pending group memberships for some cases Changelog: added EE: true
-
由 Imre Farkas 创作于
Changelog: added
-
- 2月 14, 2022
-
-
由 Eugie Limpin 创作于
-
由 Stanislav Lashmanov 创作于
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/348824 Changelog: fixed
-
由 Ammar Alakkad 创作于
Substitutes a Rails-rendered file input with a Vue dropzone component on upload license page. Now the user can use file picker window or drag-n-drop a file onto the form. Because the dropzone is used inside a Ruby form (not inside a Vue form), some changes were made to upload_dropzone component to support this: Allow upload_dropzone to use dynamic input name and to modify its input files property when files are droppped on it. Changelog: changed EE: true
-
由 Vijay Hawoldar 创作于
To make it available in CE now that we have CE statistics at the group level
-
- so we can better control the modal popup on browser back button. Changelog: fixed EE: true
-
由 Pedro Pombeiro 创作于
From current endpoints which destroy a Ci::Runner
-
由 Lukas 'Eipi' Eipert 创作于
This is an attempt to update to ApolloClient@3. Multiple packages have been replaced by a single one. This will likely result in a red pipeline because Caches are now immutable. But it should be a good starting point to explore what goes wrong: TODOs: 1. Check that caching works correctly 2. Check that startup graphql works correctly 3. Update documentation with correct links 4. Link against importing from `@apollo/client`, we should always import from `@apollo/client/core` as we otherwise pull in React related dependencies. Map `@apollo/client` to `@apollo/client/core` Fix vendor dll Migrate remaining apollo-link uses Fixed Introspection fragment matcher Added merge policies Fixed more fragment matchers Fixed dataIdFromObject imports Fixed gql imports Fixed apollo-link imports Remove change to upload link Removed duplicated ids Fixed MR widget type policies Fixed structure Fixed incidents app Added id to alert management Added ids to pipeline editor Add a resolution for subscriptions-transport-ws Note: This is needed because @apollo/client has a peer dependency and some other dependency pulls in a newer version. Both are functionally equivalent. Replaced fragmentMatcher with possible types Removed id from type Repository Added a few basic type policies Fixed unit tests to pass Added typenames to unit tests to make them pass Cleaned up data checks in components Apollo 3 doesn't return data property with result on error; thus, we need to check on result hooks if data exists before doing any operations with it Fixed stylelint errors Add missing typename in spec Removed check for data Cleaning up changes Removed some unnecessary changes like imports order Apply 1 suggestion(s) to 1 file(s) Manually set error policy to 'none' Removed unnecessary guards from result hook in queries Revert "Manually set error policy to 'none'" This reverts commit 657eac6727c563555dcbe8a3013801ae710b80db. Apply 1 suggestion(s) to 1 file(s) Fixed stripTypenames to be used on widget Fixed specs after review Add comment about pendingApolloRequests - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/55062#note_838943715 Reverted subsriptions transport change
-
由 Brandon Labuschagne 创作于
This commit makes the badge within the pages DNS configuration PJs compliant. Changelog: fixed
-
由 Kushal Pandya 创作于
Update copy usages throughout the app to determine correct text based on issuableType.
-
由 Phil Hughes 创作于
Adds a new filter option `Attention requested` that takes a username and then filters merge requests that have that user as an assignee or reviewer with their attention requested. Changelog: added Closes https://gitlab.com/gitlab-org/gitlab/-/issues/324854
-
由 Rajat Jain 创作于
-
由 Rajat Jain 创作于
-
由 Scott Stern 创作于
Changed: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80238
-
由 Doug Stull 创作于
- regression from original invite with non-modal Changelog: fixed
-