- Jan 30, 2025
-
-
Chaoyue Zhao authored
This feature is behind "directory_code_dropdown_updates" feature flag
-
- Jan 23, 2025
-
-
Chaoyue Zhao authored
The new Vue app for header of Repository, Blob and Project Overview pages is temporarily hidden behind `common_repository_blob_header_app=true` URL param. This is to remove the condition and render the new app as default. Changelog: changed
-
- Jan 17, 2025
-
-
Paulina Sedlak-Jakubowska authored
The only component that was passing that prop has been refactored to not use BlobHeader component at all in !175292 Changelog: changed
-
- Dec 11, 2024
-
-
Chaoyue Zhao authored
Changelog: fixed
-
- Nov 25, 2024
-
-
Vasilii Iakliushin authored
Contributes to #500094 Removes outdated feature flag Changelog: other
-
- Nov 15, 2024
-
-
Jacques Erasmus authored
Put the inline blame behind a feature flag as it is not complete enough Changelog: changed
-
- Nov 04, 2024
-
-
Chaoyue Zhao authored
- Remove pdf from webpack.vendor.config - Support both versions of pdfjs in webpack.constants.js - Pull pdfjs consts into its own file - Fix tests
-
- Jul 31, 2024
-
-
Vasilii Iakliushin authored
Contributes to #474828 **Problem** Missing validation for branch_name and dir_name presence leads to 500 error. **Solution** Require `branch_name`, `dir_name` and `commit_message` fields to be present. Changelog: fixed
-
- Jun 04, 2024
-
-
Vasilii Iakliushin authored
Contributes to #425379 **Problem** `ExtractsRef` module is going to be removed. `#tree` method is used only in TreeController. **Solution** Move `tree` method to the TreeController. Changelog: other
-
- Apr 16, 2024
-
-
Jerry Seto authored
Contributes to: #451208 Changelog: changed
-
- Feb 20, 2024
-
-
Nataliia Radina authored
Changelog: changed
-
- Jan 23, 2024
-
-
Jacques Erasmus authored
Cleans up the feature flag and renames related components Changelog: other
-
- Jan 16, 2024
-
-
Jacques Erasmus authored
Removed all references to the feature flag as it's enabled by default Changelog: other
-
- Jan 08, 2024
-
-
Jerry Seto authored
Show a modal instead of redirecting when the ref is ambiguous Contributes to: #420352 Changelog: other
-
- Dec 08, 2023
-
-
Changes the method to the correct encoding Changelog: fixed
-
- Oct 27, 2023
-
-
Added the entrypoints for ambiguous ref modals to haml templates
-
- Oct 24, 2023
-
-
Renders blame info in the blob viewer behind a feature flag
-
- Jul 26, 2023
-
-
Removes the flag and related references Changelog: other
-
- Jun 29, 2023
-
-
Jacques Erasmus authored
Highlights JSON source code with highlight.js in a web worker
-
- Jun 26, 2023
-
-
A ref is ambiguous if a ref_type is not specified and it could be interpreted as a tag or a branch. git would prefer to use the tag when it exists so we redirect to the tag. Contributes to #20526
-
A ref is ambiguous if a ref_type is not specified and it could be interpreted as a tag or a branch. git would prefer to use the tag when it exists so we redirect to the tag. Contributes to #20526
-
- Jun 06, 2023
-
-
Igor Drozdov authored
The feature flag has been enabled by default for a while now Let's go ahead and remove it Changelog: removed
-
- Apr 25, 2023
-
-
Minor refactoring for constants, etc. Fine-tuned styling for the AiGenieChat component Updated styling of the code blocks in AI responses Unified Explain Code to use chat interface Now. no matter whether we request chat or not, we route even the very first request to the chat functionality and processing Refactored AiGenieChat component to match drawer Removed bottom margin from the last node When in aiGenieChat message, we do not want the unexpected bottom margins to affect the height of the message Added the top bordre to AiGenieChat Removed avatars from the chat Moved chat error closer to input Slightly updated the tokens computation Reset messages and error on new explaiantion When requesting explanation of a new code snippet, we reset the current messages and the error message to start blank with the new snippet Simplified messages prop in chat component Abstracted all API into the utility Moved the selected text into a slot This allows to generalize the chat component more Simplified the loading flag Removed unnecessary asyncs Improved the soft scrolling on the new messages Re-named the method to generalize Simplified utilities for easier replacement Updated styles for the chat component Extended the tests coverage of AiGenie component Removed style changes to minimze the scope Tested the utilities Updated tests for AiGenie component
-
- Apr 14, 2023
-
-
Jacques Erasmus authored
Uses single flag from the backend to check if ai features are available
-
- Apr 12, 2023
-
-
This commit makes sure the AiGenie component is renderd on the blob content viewer only when: - licensed feature `explain_code`, and - feature flag `explain_code_snippet` are enabled
-
This way we can enable feature flag for all forks of a single project. For example, to all forks of gitlab-org/gitlab
-
- Apr 03, 2023
-
-
Changelog: fixed
-
- Mar 26, 2023
-
-
Merge branch 'security-388962-ambiguous-branch-name-tree-view-simple' into 'master' See merge request gitlab-org/security/gitlab!3115 Changelog: security
-
- Mar 23, 2023
-
-
Changelog: other
-
- Feb 16, 2023
-
-
Vitali Tatarintev authored
Fix offenses in controllers and controllers' specs Contributes to #239356
-
- Nov 23, 2022
-
-
Jacques Erasmus authored
Removed lazy_load_commits feature flag Changelog: performance
-
- Nov 22, 2022
-
-
Contributes to: #376180 Changelog: other
-
- Aug 16, 2022
-
-
Add blame link and hover state for the line Changelog:fixed
-
- Jul 13, 2022
-
-
Removes references to the blob refactor feature flag Changelog: changed
-
- May 06, 2022
-
-
Kamil Trzciński authored
This removes all `default_enabled: :yaml | true | false`
-
- Mar 23, 2022
-
-
Jacques Erasmus authored
Removed the new_dir_modal feature flag Changelog: removed
-
- Feb 17, 2022
-
-
Add a dropdown based consolidated button to edit blobs in Web IDE, single file editor and GitPod Changelog: added
-
- Jan 18, 2022
-
-
Removes the stub for refactor_blob_viewer
-
- Jan 17, 2022
-
-
Jacques Erasmus authored
Add missing decorator + selectors to fix sourcegraoh ingtegration
-
- Jan 11, 2022
-
-
Jacques Erasmus authored
Pushes the highlight_js FF to the frontend
-