- 02 Oct, 2019 10 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
This change is to clarify that we are not only rebuilding the uploader but also fetching and caching the file locally, which is an expensive operation.
-
Gabriel Mazetto authored
Each transfer code will handle local and remote in a slightly different way. This changes make sure we are switching from one mode to the other.
-
Gabriel Mazetto authored
Extract local and remote attributes to its own method
-
Gabriel Mazetto authored
Our current specs base are in many cases, not testing uploads correctly. There are many variations on how uploads behave, depending on which Uploader and which model it is related to, but because our test cases have mocked important pieces, it was never testing them. This fixes that by removing mocks and making the required adjustments.
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
This allows Geo to transfer files from primary to the secondary, with both sides using Object Storage. We only initiate a transfer of files in Object Storage if the Geo node is configured to do so.
-
Gabriel Mazetto authored
Specs now use stub_request instead of the multiple mocks it was using before, so we can actually test the correct behavior
-
Gabriel Mazetto authored
Changed BaseTransfer method signature to use named parameters, so we could use optional ones in the future. Result now informs when an unsuccessful transfer was skipped before even trying or not
-
Mayra Cabrera authored
Fix master: FactoryBot dynamic attribute See merge request gitlab-org/gitlab!17974
-
- 01 Oct, 2019 30 commits
-
-
Gabriel Mazetto authored
Static attributes are deprecated in FactoryBot 4.x and removed on 5.x. https://thoughtbot.com/blog/deprecating-static-attributes-in-factory_bot-4-11
-
Michael Kozono authored
Add script to start sidekiq without pid file Closes gitlab-development-kit#494 See merge request gitlab-org/gitlab!17676
-
Robert Speicher authored
Upgrade factory_bot to latest 5.1.0 See merge request gitlab-org/gitlab!17941
-
Evan Read authored
Clarify details about merge only if pipeline succeeds feature Closes #28886 See merge request gitlab-org/gitlab!17736
-
Marcel Amirault authored
Explain that disabling CI/CD pipelines does not disable only allow MRs to merge if pipeline succeeds, as this can also be used by Jenkins integrations. Also updates the screenshot and cleans up surrounding text.
-
Walmyr Lima e Silva Filho authored
Update new test to use let variables to follow our testing best practices See merge request gitlab-org/gitlab!17946
-
Robert Speicher authored
let_it_be for spec/controllers See merge request gitlab-org/gitlab!17680
-
Robert Speicher authored
Fetch payload body from params[:notification] See merge request gitlab-org/gitlab!17673
-
Paul Slaughter authored
Banners should only be dismissable by clicking x button See merge request gitlab-org/gitlab!17642
-
Fatih Acet authored
if you click anywhere of the Flash banner, it will be dismissed. This UX improvement changes the default behavior. Flash banners will only be dismissable with by clicking the x button. This will also fix the UX issue around trying to c/p error messages.
-
Mayra Cabrera authored
Count unique users for more accurate SMAU reporting - Create See merge request gitlab-org/gitlab!15686
-
Alex Buijs authored
Added usage activity data for the create stage
-
Paul Slaughter authored
Use Feature Flags Plugin for FF Permissions See merge request gitlab-org/gitlab!17541
-
Stan Hu authored
Extend attributes returned by graphql query for issues Closes #20718 See merge request gitlab-org/gitlab!17802
-
Gabriel Mazetto authored
Static attributes are deprecated in FactoryBot 4.x and removed on 5.x. https://thoughtbot.com/blog/deprecating-static-attributes-in-factory_bot-4-11
-
Mayra Cabrera authored
Add service to help fetch Security CI Report See merge request gitlab-org/gitlab!17755
-
Tetiana Chupryna authored
Remove public send and pass relation
-
Gabriel Mazetto authored
-
Robert Speicher authored
Lower search results limit to 100 See merge request gitlab-org/gitlab!17876
-
Francisco Javier López authored
-
Andrew Fontaine authored
No more accessing the global object!
-
Stan Hu authored
Fix permissions for group milestones See merge request gitlab-org/gitlab!17783
-
Felipe Artur authored
Group milestones permissions were being delegated to project and returning false for `:read_milestone` ability.
-
Alexandru Croitor authored
In order to support realtime sidebars and continue to complete the GraphQL API, added additional attributes to be returned for IssueType. https://gitlab.com/gitlab-org/gitlab/issues/20718
-
Paul Slaughter authored
Remove duplicate primary button in dashboard snippets See merge request gitlab-org/gitlab!17709
-
Paul Slaughter authored
Resolve "Remove gap at the top of expandable code diff blocks" Closes #32192 See merge request gitlab-org/gitlab!17026
-
Mike Greiling authored
Removes the thin white gap at the top of the diff code blocks which was added to preserve column sizes when diff expansion rows would use `colspan` in the first row. https://gitlab.com/gitlab-org/gitlab/merge_requests/17026
-
Walmyr Lima authored
-
Mayra Cabrera authored
New usage_activity_by_stage for UsageData - Plan See merge request gitlab-org/gitlab!14666
-
Ash McKenzie authored
Added usage_statistics concern with scope for models
-