该项目从 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.
-
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>
-
由 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.
-
由 NataliaTepluhina 创作于
Changelog: fixed
-
由 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.
-
由 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>
-
- 2月 14, 2022
-
-
由 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
-
- so we can better control the modal popup on browser back button. Changelog: fixed EE: true
-
由 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
-
由 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
-
- 2月 12, 2022
-
-
由 Miguel Rincon 创作于
This change renders the projects which are linked to a given runner in the runner details page.
-
由 Coung Ngo 创作于
Search only active milestones to mimic the Haml issues list behaviour. Also removes code in epic_token.vue that duplicates code in base_token.vue, and makes issuable_list_root.vue not use html5 drag and drop so we can test it with capybara Behind feature flag `vue_issues_list` defaulted to off
-
由 Scott Stern 创作于
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80006 Changelog: fixed
-
由 Donald Cook 创作于
This adds the hierarchy page to all projects. Also added a new work_items feature flag check for new item types. Changelog: added
-
由 Ezekiel Kigbo 创作于
Add separate props to the namespace select dropdown to differentiate group and user namespaces.
-
由 Kerri Miller 创作于
This reverts merge request !79229 Changelog: other
-
由 Doug Stull 创作于
- reduce complexity - scope work - adds base component to encapsulate shared behavior - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79247
-
由 Abdul Wadood 创作于
Group owners can now delete a group and its subgroups from the parent group level. Until now, group owners had to go into each individual group to delete them, which was timely and inefficient. Group owners can now view all groups and delete them from a single place. The groups dashboard now shows a "Delete" group button in the dropdown to the group owners. Changelog: added
-
- 2月 11, 2022
-
-
由 Sri 创作于
This commit enables the Cloud Run deployment method in the `Project :: Infra :: Google Cloud` section. Minimal frontend changes that rename props and flip the disabled switch. Backend changes introduces a service to enable the underlying Google Cloud services via their API. Then of course there's a controller method that responds to the user clicking the now enabled button. Detailed changelist: - Frontend - Enable the relevant button in deployment service table - Rename the necessary props - Specs / tests - Backend - Rename @js_data attributes - Enable Cloud Run service - Service that enables cloud run, artifacts registry and cloud build for the logged in user's Google Cloud account - Google API -> Client - Methods that make the underlying calls to enable cloud run, artifacts registry and cloud build - Controller method to handle user selecting the `Deploy Cloud Run` button - Calls the newly created `EnableCloudRunService` - Calls the `GeneratePipelineService` - Redirects the user appropriately based on service responses - Specs / tests
-
由 Sri 创作于
`Project :: Infra :: Google Cloud` contains a component that lists out service accounts for the user. Let's include a tip that encourages users to learn more about storing and maintaining secrets with a dedicated secret manager. This commit also refactors strings and introduces a component level `i18n` object.
-
由 Stanislav Lashmanov 创作于
Changelog: other Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/333885
-
由 Jacques 创作于
Fixes the load anyway button on the refactored blob viewer
-
由 Frédéric Caplette 创作于
Instead of moving the expand button with an absolute positioning, we rely on flex box row and reverse row to control the direction of the elements for downstreams and upstreams expand button. This is more stable and will serve as a baseline to introduce better tooltips.
-
由 Rajendra Kadam 创作于
Add warning for deprecation on tracing and metrics page Update snapshot and translations Changelog: deprecated MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/79506
-
由 Mark Florian 创作于
This adds a `gl_redirect_listbox_tag` helper which generates the markup for a Pajamas-compliant listbox, and injects a script tag into the page to implement its behaviour. It will mostly be used to reimplement sorting dropdowns in HAML that use Bootstrap. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/348737.
-
- 2月 10, 2022
-
-
由 Roy Zwambag 创作于
-
由 Janis Altherr 创作于
Signed-off-by:
Janis Altherr <jaltherr@gitlab.com>
-
由 Jarka Košanová 创作于
Changelog: added
-
由 Tom Quirk 创作于
- expand test coverage in new branch form spec - fix type
-