Commits on Source (56)
-
Sean Arnold authored
Changed: added
-
Sean Arnold authored
-
Sean Arnold authored
Update specs and translations
-
Sean Arnold authored
Make link open in new tab
-
Sean Arnold authored
-
Sean Arnold authored
-
Sean Arnold authored
-
Lin Jen-Shin authored
Also add a test for #eql?
-
Sean Arnold authored
-
Tristan Read authored
-
Furkan Ayhan authored
When fetching total-branches, it needs to call Gitaly. And sometimes, Gitaly returns error. This commit fixes it by checking if the repository exists. Changelog: fixed
-
Sean Arnold authored
-
Marius Bobin authored
Changelog: other
-
Phil Hughes authored
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 #324854
-
Savas Vedova authored
Use a specific error message for each field instead of using a generic one for everyone.
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Miguel Rincon authored
This change moves a few pagination and lists reusable logic to a utils file that can be tested in a isolation.
-
Florie Guibert authored
No user facing changes
-
Florie Guibert authored
Review feedback
-
Sean Arnold authored
-
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.
-
Changelog: fixed
-
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.
-
Jan Provaznik authored
Owners of personal projects to have OWNER access level See merge request !78193
-
-
Fiona Neill authored
Update instructions for adding a member/group See merge request !80618
-
GitLab Release Tools Bot authored
-
Jan Provaznik authored
Fix use of ActiveRecord::Base in RepositoryCheck See merge request !80432
-
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.
-
Miguel Rincon authored
Add helpers to init GlToggle instances See merge request !80293
-
Sean Arnold authored
[graphql] Move graphql_name call to beginning of class See merge request !80525
-
Vasilii Iakliushin authored
Contributes to #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.
-
-
Achilleas Pipinellis authored
doc: Fix URLs broken by master branches being renamed to main See merge request !68708
-
Sincheol (David) Kim authored
Make sure #eql? will not raise when type unmatched See merge request !80376
-
Natalia Tepluhina authored
Allow urlText to be saved on metric images See merge request !79811
-
Kushal Pandya authored
Added merge policy for design collection See merge request !80705
-
Brandon Labuschagne authored
Refactor runner utils functions See merge request !80592
-
Overrides the default units formatter with a custom function to ensure decimals are preserved instead of being converted to engineering units Changelog: fixed EE: true
-
release-tools approver bot authored
Update Gitaly version See merge request !80709
-
GitLab Release Tools Bot authored
[ci skip]
-
Vasilii Iakliushin authored
Handle Gitaly error on fetching total-branches for pipeline editor See merge request !80467
-
Lin Jen-Shin authored
ci: Use the trigger keyword for CNG downstream pipelines See merge request !71185
-
Grzegorz Bizon authored
Backfill CI queuing tables See merge request !80172
-
-
Marcin Sedlak-Jakubowski authored
Remove Feature Flag for Planning Hierarchy Docs See merge request !80697
-
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>
-
Phil Hughes authored
Add escalation policy dropdown to incidents sidebar See merge request !79803
-
Add a button that leads the user back to the vulnerability report page when clicked.
-
Kushal Pandya authored
Add cancel button See merge request gitlab-org/gitlab!80608
-
Brandon Labuschagne authored
Fix unit display for VSA charts See merge request !80707
-
Natalia Tepluhina authored
Skip shared group validation for the approval form See merge request !80655
-
Kushal Pandya authored
Added attention requested filter See merge request !74800
-
Natalia Tepluhina authored
Rephrase error messages See merge request !80601
-
Kushal Pandya authored
Issue boards - Fetch recent boards in GraphQL See merge request !80353
Showing
- .gitlab/ci/cng.gitlab-ci.yml 47 additions, 6 deletions.gitlab/ci/cng.gitlab-ci.yml
- .gitlab/ci/docs.gitlab-ci.yml 2 additions, 2 deletions.gitlab/ci/docs.gitlab-ci.yml
- .gitlab/ci/qa.gitlab-ci.yml 2 additions, 2 deletions.gitlab/ci/qa.gitlab-ci.yml
- .gitlab/ci/rails.gitlab-ci.yml 1 addition, 1 deletion.gitlab/ci/rails.gitlab-ci.yml
- .gitlab/ci/review-apps/main.gitlab-ci.yml 43 additions, 5 deletions.gitlab/ci/review-apps/main.gitlab-ci.yml
- .gitlab/ci/rules.gitlab-ci.yml 1 addition, 1 deletion.gitlab/ci/rules.gitlab-ci.yml
- .rubocop_todo/database/multiple_databases.yml 0 additions, 1 deletion.rubocop_todo/database/multiple_databases.yml
- CHANGELOG.md 11 additions, 0 deletionsCHANGELOG.md
- GITALY_SERVER_VERSION 1 addition, 1 deletionGITALY_SERVER_VERSION
- app/assets/javascripts/boards/components/boards_selector.vue 21 additions, 33 deletionsapp/assets/javascripts/boards/components/boards_selector.vue
- app/assets/javascripts/boards/graphql/group_recent_boards.query.graphql 14 additions, 0 deletions...ascripts/boards/graphql/group_recent_boards.query.graphql
- app/assets/javascripts/boards/graphql/project_recent_boards.query.graphql 14 additions, 0 deletions...cripts/boards/graphql/project_recent_boards.query.graphql
- app/assets/javascripts/boards/index.js 0 additions, 1 deletionapp/assets/javascripts/boards/index.js
- app/assets/javascripts/boards/mount_multiple_boards_switcher.js 0 additions, 1 deletion...sets/javascripts/boards/mount_multiple_boards_switcher.js
- app/assets/javascripts/filtered_search/add_extra_tokens_for_merge_requests.js 15 additions, 0 deletions...ts/filtered_search/add_extra_tokens_for_merge_requests.js
- app/assets/javascripts/filtered_search/available_dropdown_mappings.js 5 additions, 0 deletions...avascripts/filtered_search/available_dropdown_mappings.js
- app/assets/javascripts/filtered_search/constants.js 1 addition, 1 deletionapp/assets/javascripts/filtered_search/constants.js
- app/assets/javascripts/lib/graphql.js 3 additions, 0 deletionsapp/assets/javascripts/lib/graphql.js
- app/assets/javascripts/runner/components/runner_list.vue 3 additions, 23 deletionsapp/assets/javascripts/runner/components/runner_list.vue
- app/assets/javascripts/runner/components/runner_projects.vue 2 additions, 11 deletionsapp/assets/javascripts/runner/components/runner_projects.vue