Commits on Source (81)
-
Daniel Tian authored
-
Max Woolf authored
This reduced average run time from ~8sec to ~1.5sec
-
Katherine Okpara authored
-
Justin Boyson authored
-
Brett Walker authored
in markdown fields. Supports - ` backtick - ‘ single quotes - “ double quotes - _ underscore (wraps the text in the markdown italic character) - * asterisk (wraps the text in the markdown bold characters, **) - [ brackets - < angle brackets - ( parentheses
-
Brett Walker authored
for specific text area
-
Jarek Ostrowski authored
MR: !40634
-
Tiger Watson authored
-
Mark Lapierre authored
- Remove duplicate file - Remove duplicate RSpec config - Use safe navigation to avoid NilClass error
-
Nicolas Dular authored
-
Savas Vedova authored
- Update tests
-
Kamil Trzciński authored
This fixes a problem where a full application restart is required: - for a change - for a addition - for an update of `definition.rb`
-
derek-knox authored
Additionally cleanup tests to differentiate between yaml content and front matter (default), toml, and json
-
Aishwarya Subramanian authored
Adds ability for group owners and admins to edit push rules for a group.
-
Thong Kuah authored
Because we run ActiveJob inline in test env, there is probably no need to have code reloading for this while specs are running. This removes frequent calls to FileUpdateCheker#updated? which is slow on macOS.
-
Philip Cunningham authored
Switches over to DastScannerProfileID instead of ID in DastScannerProfileType and Mutations::DastSiteProfiles::Create.
-
Mark Lapierre authored
-
Ben Bodenmiller authored
-
Manoj M J authored
This change allows users with expired passswords to sign out
-
GitLab Release Tools Bot authored
-
Mehmet Emin INAC authored
Since ActiveRecord is instantiating the objects directly by calling `.allocate` on the model classes, mocking with `next_instance_of` mock helpers is not possible as it is depending on the `.new` method being called. To make it possible to mock next instance of ActiveRecord models, we had to implement a new set of mock helpers which rely on the `.allocate` method to be called.
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Adds an index on these 2 columns ahead of removing a similar index on merge_request_id and code_owner, as the code_owner column is slated for removal
-
Toon Claes authored
Merge branch '230835-add-index-of-merge_request_id-on-approval-merge-request-rules-table' into 'master' Add index of merge_request_id and rule_type Closes #230835 See merge request !40556
-
This commit adds the comment count to the MR Analytics Throughput Chart
-
Phil Hughes authored
Add comment count to MR Analytics Throughput table See merge request !40589
-
Phil Hughes authored
Fix usage of MAX_LINES_TO_BE_RENDERED See merge request !40741
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request !40936
-
Phil Hughes authored
Fix top position of diff file search Closes #233002 See merge request !40634
-
🤖 GitLab Bot 🤖 authored
-
Bob Van Landuyt authored
Fix the `_next_instance_of` mock helpers See merge request !40763
-
Phil Hughes authored
Improve error message when creating issue See merge request !40525
-
Vitaly Slobodin authored
Updated SSE front matter language support Closes #241000 See merge request !40718
-
Phil Hughes authored
Make vulnerability list columns have consistent widths See merge request !40561
-
This commit updates two dropdown components to not submit their parent forms when Enter is pressed inside the dropdown search boxes.
-
Denys Mishunov authored
Prevent form submission on Enter in dropdown search fields See merge request !40011
-
This change adds passing message from GraphQL API when Adding Project to Security Dashboard fails.
-
Phil Hughes authored
Pass error message from GraphQL for Add Project to Security Dashbard See merge request !40692
-
-
Natalia Tepluhina authored
Highlight currently focused/viewed file in file tree See merge request !27937
-
Markus Koller authored
Resolve "User cannot sign out of GitLab once admin resets their password." See merge request !40830
-
This moves the following things to Core: - Jira DVCS Connector - Jira Connect App - Usage ping for those two features and removes any license check related to them. Co-authored-by:
Craig Norris <cnorris@gitlab.com>
-
Heinrich Lee Yu authored
Move Jira Development Panel integration to Core [RUN AS-IF-FOSS] See merge request !40485
-
Lin Jen-Shin authored
Add `wait_for_requests` to a test in `spec/features/issues/user_views_issue_spec.rb` Closes #241123 See merge request !40874
-
Sarah Groff Hennigh-Palermo authored
Update dependency @gitlab/ui to v20.13.0 See merge request !40931
-
-
Fabio Pitino authored
Adjust badge key text and width limits Closes #231238 See merge request !40199
-
- Show different copy in OverrideDropdown depending on value of integrationLevel as "group" / "instance". - Add specs and constants.js file.
-
Simon Knox authored
Update copy in OverrideDropdown to allow inheriting from group See merge request !40482
-
Manoj M J authored
This change resets password_expires_at after a successful password reset by the user via the “forgot password” mechanism
-
Markus Koller authored
Merge branch '241818-simplify-password-reset-flow-for-a-user-whose-password-has-been-changed-by-the-admin' into 'master' Remove the expiry on user passwords after a user resets their password See merge request !40712
-
Vitali Tatarintev authored
Improve spec performance of EE::AuditEventService See merge request !40711
-
-
Vitaly Slobodin authored
Migrate Bootstrap button to GitLab UI in Comments Closes #229285 See merge request !39992
-
-
Simon Knox authored
Migrate test report summary back button Closes #219803 See merge request !40450
-
Heinrich Lee Yu authored
Clarify wide/small table rubocop definitions See merge request !40800
-
Markus Koller authored
Reduce number of records for task list spec See merge request !40323
-
Rémy Coutable authored
API to edit group push rules See merge request !40136
-
Peter Leitzen authored
Fix SameSite=None incompatible check not working See merge request !40899
-
Rémy Coutable authored
Skip ActiveJob reloading callback in test env See merge request !40840
-
-
Rémy Coutable authored
Detect matching EE and FOSS tests based on MR changes See merge request !40576
-
Simon Knox authored
Fixed: Surround selected text with typed backtick or single quote in markdown fields See merge request !37151
-
Rémy Coutable authored
Typo fix See merge request !40925
-
GitLab Release Tools Bot authored
-
Vitali Tatarintev authored
Add global_id field to DastScannerProfiles See merge request !40225
-
Shinya Maeda authored
Support hot-reloading of feature flags See merge request gitlab-org/gitlab!40854
-
This MR introduces a new service which will be used to remove expired pipeline artifacts.
-
Shinya Maeda authored
Remove expired pipeline artifacts See merge request !39882
-
For now we will store status whether user has the epic swimlane collapsed or not.
-
Heinrich Lee Yu authored
Create table for persisting epic swimlane collapsed status Closes #240947 See merge request !40360
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!40959
-
Nick Thomas authored
-
Dan Davison authored
Fix Web IDE fork e2e test Closes #243677 See merge request !40924
-
Mayra Cabrera authored
Actionable insights: fixed typo and added the "label" quick action See merge request !40745
-
Dan Davison authored
Tidy up Monitor shared context Closes #241546 See merge request !40807
-
Add option to not overwrite values, but instead gather them into an array, so we can handle queries with array values
-
Olena Horal-Koretska authored
Feat(queryToObject): add option to handle arrays See merge request !40855
-
Sean McGivern authored
Update Workhorse to v8.44.0 See merge request !40970
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab/ci/rails.gitlab-ci.yml 3 additions, 5 deletions.gitlab/ci/rails.gitlab-ci.yml
- .gitlab/ci/rules.gitlab-ci.yml 10 additions, 1 deletion.gitlab/ci/rules.gitlab-ci.yml
- .gitlab/ci/setup.gitlab-ci.yml 31 additions, 0 deletions.gitlab/ci/setup.gitlab-ci.yml
- .gitlab/issue_templates/actionable_insight.md 2 additions, 2 deletions.gitlab/issue_templates/actionable_insight.md
- .haml-lint_todo.yml 2 additions, 2 deletions.haml-lint_todo.yml
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- GITLAB_WORKHORSE_VERSION 1 addition, 1 deletionGITLAB_WORKHORSE_VERSION
- app/assets/javascripts/diffs/components/app.vue 1 addition, 1 deletionapp/assets/javascripts/diffs/components/app.vue
- app/assets/javascripts/diffs/components/diff_file_header.vue 4 additions, 0 deletionsapp/assets/javascripts/diffs/components/diff_file_header.vue
- app/assets/javascripts/diffs/components/diff_file_row.vue 22 additions, 2 deletionsapp/assets/javascripts/diffs/components/diff_file_row.vue
- app/assets/javascripts/diffs/components/tree_list.vue 2 additions, 1 deletionapp/assets/javascripts/diffs/components/tree_list.vue
- app/assets/javascripts/diffs/constants.js 0 additions, 1 deletionapp/assets/javascripts/diffs/constants.js
- app/assets/javascripts/diffs/store/actions.js 10 additions, 6 deletionsapp/assets/javascripts/diffs/store/actions.js
- app/assets/javascripts/diffs/store/modules/diff_state.js 1 addition, 0 deletionsapp/assets/javascripts/diffs/store/modules/diff_state.js
- app/assets/javascripts/diffs/store/mutation_types.js 1 addition, 1 deletionapp/assets/javascripts/diffs/store/mutation_types.js
- app/assets/javascripts/diffs/store/mutations.js 3 additions, 1 deletionapp/assets/javascripts/diffs/store/mutations.js
- app/assets/javascripts/diffs/store/utils.js 0 additions, 3 deletionsapp/assets/javascripts/diffs/store/utils.js
- app/assets/javascripts/integrations/edit/components/override_dropdown.vue 13 additions, 1 deletion...cripts/integrations/edit/components/override_dropdown.vue
- app/assets/javascripts/integrations/edit/constants.js 17 additions, 0 deletionsapp/assets/javascripts/integrations/edit/constants.js