- 11 Aug, 2020 40 commits
-
-
Dallas Reedy authored
-
Jan Provaznik authored
Fix URLs of issues in VSA dashboard Closes #225625 See merge request gitlab-org/gitlab!38703
-
Vitali Tatarintev authored
Adds BE graphql for DAG See merge request gitlab-org/gitlab!36900
-
Laura Montemayor authored
* Stages, jobs, and groups
-
Tanya Pazitny authored
Fix edit_dashboard_enabled interaction on specs See merge request gitlab-org/gitlab!39203
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!39221
-
Markus Koller authored
Fix gradle uploads and snapshot versions See merge request gitlab-org/gitlab!38338
-
Tim Rizzi authored
Where the first upload (`maven-metadata.xml` file with verison) would not create properly the package with the version set. Co-Authored-By: Sara Ahbabou <sahbabou@gitlab.com>
-
Imre Farkas authored
Refactor `Issuable::Clone::BaseService` to use services See merge request gitlab-org/gitlab!38646
-
Luke Duncalfe authored
Previously Issuable::Clone::BaseService copied an issuable notes, award emoji, and award emoji on the issuable notes to another issue through Issuable::Clone::ContentRewriter. In order to implement https://gitlab.com/gitlab-org/gitlab/-/issues/13426 in future, we need to be able to copy design notes and their award emoji independently of Issuable::Clone::ContentRewriter which was highly-coupled to issuables. Issuable::Clone::BaseService now calls new services: - Notes::CopyService - AwardEmoji::CopyService - ContentRewriterService Which contain re-usable logic to perform those actions.
-
Shinya Maeda authored
Audit failed login from OAuth provider See merge request gitlab-org/gitlab!38473
-
Amy Qualls authored
Docs: Update page to add redirect See merge request gitlab-org/gitlab!39125
-
Robert Speicher authored
Add k8s gauge metrics dashboard template See merge request gitlab-org/gitlab!39156
-
Robert Speicher authored
Add slack unfurl support for /search See merge request gitlab-org/gitlab!38699
-
Dmitry Gruzd authored
This change adds meta tags for slack link unfurling using page_description and page_card_attributes methods.
-
Nick Thomas authored
Add alert url into issue markdown See merge request gitlab-org/gitlab!38649
-
Imre Farkas authored
Stub feature flags earlier See merge request gitlab-org/gitlab!38659
-
Alex Pooley authored
Feature flags are stubbed as true by default during tests. The stub creation can occur after spec code has already executed. This MR stubs all feature flags to true before any spec code can execute.
-
GitLab Release Tools Bot authored
-
Nicolò Maria Mezzopera authored
Enable sast_configuration_ui feature flag by default See merge request gitlab-org/gitlab!39085
-
Mark Florian authored
This enables the [SAST Configuration UI][1] by default, and adds documentation for it. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/231357. [1]: https://gitlab.com/groups/gitlab-org/-/epics/3659
-
Marcin Sedlak-Jakubowski authored
Note that orphan_job_artifact_files does not work on object storage See merge request gitlab-org/gitlab!38667
-
Ben Bodenmiller authored
-
Magdalena Frankiewicz authored
Add changelog entry
-
Enrique Alcántara authored
Update dependency @gitlab/ui to v18.6.0 See merge request gitlab-org/gitlab!39091
-
Enrique Alcántara authored
Update Toast UI to ^2.3.1 See merge request gitlab-org/gitlab!39202
-
Natalia Tepluhina authored
Alert To Do UI Closes #222359 See merge request gitlab-org/gitlab!38595
-
David O'Regan authored
We now allow to Add A To Do button to have its Mark as done status via the alert API
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!39210
-
Sanad Liaquat authored
Avoid using non-essential frequently-changing command Closes #235179 See merge request gitlab-org/gitlab!39173
-
Nicolò Maria Mezzopera authored
Merge branch '231373-update-security-configuration-page-to-link-to-sast-configuration-ui' into 'master' Update Security Configuration page to link to SAST Configuration UI See merge request gitlab-org/gitlab!38810
-
Mark Florian authored
This modifies the Security Configuration page for a project to display a link to the SAST Configuration UI for eligible projects. Roughly speaking, that means projects without an existing CI file. Future iterations will [expand][1] the scope of eligible projects. This is implemented behind the `sast_configuration_ui` feature flag, which will be removed or enabled by default in https://gitlab.com/gitlab-org/gitlab/-/issues/231357. Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/231373. [1]: https://gitlab.com/gitlab-org/gitlab/-/issues/228959
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Olena Horal-Koretska authored
Update error tracking utilities See merge request gitlab-org/gitlab!39190
-
GitLab Release Tools Bot authored
-
Lin Jen-Shin authored
Quarantine flaky N+1 system test See merge request gitlab-org/gitlab!39176
-
James Lopez authored
Replace legacy github client in GitHub Controller See merge request gitlab-org/gitlab!38915
-
Kushal Pandya authored
Add new `createFlash` function that takes an object Closes #229100 See merge request gitlab-org/gitlab!38373
-
Ezekiel Kigbo authored
The new function takes an object as its parameter. Add additional specs
-