- 15 Mar, 2022 40 commits
-
-
Jose Ivan Vargas authored
Style more Markdown in email notifications See merge request gitlab-org/gitlab!78604
-
Pavel Shutsin authored
Remove calls to deprecated `to_graphql` See merge request gitlab-org/gitlab!82739
-
Peter Hegman authored
Refactor environment scope to use constants See merge request gitlab-org/gitlab!82847
-
Andrew Fontaine authored
On environments, only 2 scopes are valid: available and stopped. If an invalid scope is passed via the query params, the controller attempted to use it and would return a 500 error. This behaviour is still useful for the JSON API, and so we only fetch the environments if the format is JSON. However, as the environments are fetched via API after the HTML is returned, there's no need to query the environments when the format is HTML, meaning no need to use the scope. This stops invalid query params (like ?scope=foo) from returning a 500 error. To stop the resultant API calls from failing, we can check to see if the requested scope is valid. If it is not, default to the available scope. Changelog: fixed
-
Luke Duncalfe authored
Fix sourcegraph breaking on project resolve endpoint See merge request gitlab-org/gitlab!82447
-
Paul Slaughter authored
- https://gitlab.com/gitlab-org/gitlab/-/issues/351058 - It does this by moving projects#resolve to its own controller. - Now the ProjectsController can assume :namespace_id exists in the route. Changelog: fixed
-
Markus Koller authored
Experiment Clean up: change_continuous_onboarding_link_urls See merge request gitlab-org/gitlab!80906
-
Craig Norris authored
Update doc/development/documentation/index.md See merge request gitlab-org/gitlab!81550
-
Craig Norris authored
-
Heinrich Lee Yu authored
Remove block_project_serialization feature flag See merge request gitlab-org/gitlab!82866
-
Achilleas Pipinellis authored
Update the docs to recommend GET See merge request gitlab-org/gitlab!82913
-
Fabian Zimmer authored
-
Nick Gaskill authored
Document Container, Cluster scanning required architecture See merge request gitlab-org/gitlab!82862
-
Alex Kalderimis authored
Filter archived issues / MRs from GraphQL See merge request gitlab-org/gitlab!82673
-
Gabriel Mazetto authored
Fix test failure of spec/services/notification_service_spec.rb See merge request gitlab-org/gitlab!82694
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!82915
-
Craig Norris authored
Update doc/development/documentation/index.md See merge request gitlab-org/gitlab!81555
-
Yash authored
-
Marcin Sedlak-Jakubowski authored
Update phrasing about users for Service Ping registration See merge request gitlab-org/gitlab!82912
-
Fiona Neill authored
-
Jan Provaznik authored
Expose iteration property for issues API See merge request gitlab-org/gitlab!82813
-
Eulyeon Ko authored
Changelog: added EE: true
-
Craig Norris authored
Propose test for generic subheadings See merge request gitlab-org/gitlab!82331
-
Amy Qualls authored
Subheadings matching this rule should be rewritten because they are unhelpful or generic.
-
Sam Figueroa authored
We're promoting the winning candidate of the experiment called change_continuous_onboarding_link_urls experiment. With exception of the pipeline link the changed URLs proved to increase engagement with our product. Implementation notes: - We are moving part of the action items to paths now dependent on the project that will passed to the LearnGitlabHelper. It no longer needs issue IDs for those new paths. - Clean up for experiment: change_continuous_onboarding_link_urls Make the URLs from the experiment candidate the new normal with exception of the pipeline link. - Remove openInNewTab attribute for securityScanEnabled - By promoting the change_continuous_onboarding_link_urls experiment the securityScanEnabled action no longer has a documentation URL and doesn't need to open in a new tab anymore. (Sidenote this experiment was making it inconsistent for the candidate since it wasn't a documentation link anymore, since adding the openInNewTab attrbute) - LearnGitlabSectionLink now accepts the openInNewTab as a prop as well as the configuration in the constant. This means it can be passed down from the backend without needing to edit the config. - Remove the config file for the experimental feature flag change_continuous_onboarding_link_urls - Remove artifacts from change_continuous_onboarding_link_urls experiment from components, specs, and snapshots. - refs: https://gitlab.com/gitlab-org/gitlab/-/issues/349804 https://gitlab.com/gitlab-org/gitlab/-/issues/352066 https://gitlab.com/gitlab-org/gitlab/-/issues/352066 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80906#note_865463051 https://gitlab.com/gitlab-org/gitlab/-/merge_requests/80906#note_865577627 Changelog: changed
-
Marius Bobin authored
Create new CI report keyword `coverage_report` See merge request gitlab-org/gitlab!82671
-
Andrew Fontaine authored
Add `Enterprise` filter to members search bar See merge request gitlab-org/gitlab!82059
-
Pavel Shutsin authored
Consistently load backup manifest See merge request gitlab-org/gitlab!82879
-
Heinrich Lee Yu authored
This makes the argument easier to understand
-
Heinrich Lee Yu authored
Adds the arguments when included since these are expected to be always present for group issuables
-
Heinrich Lee Yu authored
Adds a non_archived option to group issues / MRs in GraphQL. By default, archived objects are not included to match the behavior in the REST API and UI. Changelog: added
-
Stan Hu authored
Update to the latest commonmarker 0.23.4 See merge request gitlab-org/gitlab!82851
-
GitLab Release Tools Bot authored
-
Grzegorz Bizon authored
Upgrade GitLab Pages to 1.56.0 See merge request gitlab-org/gitlab!82901
-
Igor Drozdov authored
Merge/squash commit templates: add %{all_commits} variable See merge request gitlab-org/gitlab!81097
-
Natalia Tepluhina authored
Add Related Epics support within epics See merge request gitlab-org/gitlab!81119
-
Kushal Pandya authored
Adds frontend support for Related Epics with categories `Relates to`, `Blocks`, & `Is blocked by` within an existing epic.
-
Brett Walker authored
V2 of the graphql gem will no longer support the to_graphql method. Start removing any calls to it
-
Robert May authored
Use batches for pull request import jobs See merge request gitlab-org/gitlab!82891
-
Kushal Pandya authored
Migrate last push alert to use global_alert partial See merge request gitlab-org/gitlab!82825
-