- 05 Feb, 2021 12 commits
-
-
Mike Kozono authored
-
Mike Kozono authored
From `Gitlab::Geo::ReplicableModel` into `Geo::BlobReplicatorStrategy`.
-
Mike Kozono authored
If not checksummable. No behavior change, because exceptions are caught and tracked as failures. This is more explicit than the current logic where the transition to `verification_succeeded` raises an error due to the `nil` checksum.
-
Mike Kozono authored
into `should_primary_verify?`
-
Mike Kozono authored
Because the parent `needs_checksum?` method now checks `verification_enabled?` which is always false for the these replicators.
-
Mike Kozono authored
No behavior change because it only impacts remote files which are not supported yet.
-
Mike Kozono authored
For DRYness. And it removes a tiny bit of required work from the framework doc. I was going to write a centralized `local?` method somewhere but discovered that all `Uploader` classes include `ObjectStorage::Concern` which implements `file_storage?`, which is an equivalent check to these `local?` methods. The `local?` methods are more direct than going through `replicator.carrierwave_uploader`, but this change is safe because we already depend on `replicator.carrierwave_uploader` in the `checksummable?` method.
-
Marcel Amirault authored
Fix a typo in ci/jobs docs See merge request gitlab-org/gitlab!53419
-
Jose Ivan Vargas authored
Merge branch '293719-jira-integration-fe-on-the-pipeline-security-tab-s-vulnerability-list-create-jira-issue-when' into 'master' JIRA Integration - (FE) On the pipeline security tab's vulnerability list, create Jira issue See merge request gitlab-org/gitlab!52990
-
Kerri Miller authored
Add GraphQL mutation for creating Dast::Profiles See merge request gitlab-org/gitlab!51557
-
Stan Hu authored
Update Gitaly version See merge request gitlab-org/gitlab!53418
-
Robert Speicher authored
Kubernetes agent on GitLab.com feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53322
-
- 04 Feb, 2021 28 commits
-
-
Ezekiel Kigbo authored
Fix anchor focus styling for markdown headings See merge request gitlab-org/gitlab!53099
-
Mark Lapierre authored
Rename Gitaly HA to Gitaly Cluster in E2E testing guide See merge request gitlab-org/gitlab!53360
-
Nailia Iskhakova authored
The container name was changed in gitlab-qa
-
Mike Jang authored
Update OKTA integration docs See merge request gitlab-org/gitlab!53128
-
Łukasz Korbasiewicz authored
-
Marcel Amirault authored
Add API content type notice to the docs See merge request gitlab-org/gitlab!53231
-
Dmytro Zaporozhets (DZ) authored
Mention that plain text format will be no longer supported for a majority of API calls. The original support was a necessary evil as a result of library issues. Now when those are reserved we can remove the undocumented and undesired behavior. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Mark Lapierre authored
Resolve "Mermaid Markdown: ER Diagram Does Not Render Attributes" See merge request gitlab-org/gitlab!53123
-
Mayra Cabrera authored
Bump cluster applications to v0.40.0 See merge request gitlab-org/gitlab!53183
-
Dave Pisek authored
* Adds optional chaining when reaching into `this.vulnerability` * Uses `visitUrl` helper from url utils * Updates specs
-
Dave Pisek authored
* Adds shallowMount factory * Uses it in places where possible
-
Dave Pisek authored
-
Dave Pisek authored
-
Dave Pisek authored
* `.trigger` calls are async
-
Dave Pisek authored
* switches from `js-*` hooks to testids * exports i18n translations
-
Dave Pisek authored
-
Dave Pisek authored
-
Dave Pisek authored
* No more mount helper
-
Dave Pisek authored
* Changes about 50% of specs to not rely on the component being mounted via the mount-helper
-
Dave Pisek authored
* Add foundation to refactor specs for moving away from mount helper * Add spec to check the create-jira-issues button has the correct title
-
Dave Pisek authored
* Pushes feature flag to frontend * Adds feature flag check to frontend
-
Dave Pisek authored
Opens new jira issue if the url is present inside the vulnerability
-
Thong Kuah authored
This allows us to rollout KAS progressively for projects
-
Luke Duncalfe authored
Retrieve Dast::Profile in controller See merge request gitlab-org/gitlab!52450
-
Philip Cunningham authored
-
Łukasz Korbasiewicz authored
-
Mayra Cabrera authored
Remove inconsistent index See merge request gitlab-org/gitlab!53189
-
GitLab Release Tools Bot authored
-