- 09 Aug, 2021 40 commits
-
-
Nick Thomas authored
The CommitsBetween RPC is deprecated in favour of the new ListCommits RPC, so switch to that. ListCommits has a working pagination implementation, so this change helps us to reduce the number of commits we pull from Gitaly.
-
Nick Thomas authored
Unlike the CommitsBetween RPC, the ListCommits RPC will issue an error if an unknown or invalid revision is given as an argument. This should generally be fine in production, where (e.g.) attempting to view changes on a branch that has just been deleted can justifiably error out. In the test suite, we use stub revisions a lot, and where these get to Gitlab::Git::Commit.between, they cause an error in previously-passing specs. We don't rely on the result of `between` in any of these specs, so we just need to fix the tests not to trigger the behaviour.
-
Sean McGivern authored
Fix preloading unrelated associations for CommitStatus See merge request gitlab-org/gitlab!67439
-
Natalia Tepluhina authored
Refactor and enable package files in package details See merge request gitlab-org/gitlab!67674
-
Nicolò Maria Mezzopera authored
-
Phil Hughes authored
Fix issue reordering in issues page refactor See merge request gitlab-org/gitlab!67684
-
Savas Vedova authored
Fix space in punctuation for Cloud License See merge request gitlab-org/gitlab!67742
-
Sean McGivern authored
Use specialized service to refresh authorizations when a member is added/removed/updated in a project See merge request gitlab-org/gitlab!67477
-
Sean McGivern authored
Refactor show_plans helper See merge request gitlab-org/gitlab!67675
-
Diana Zubova authored
-
Bob Van Landuyt authored
New Crowdin translations - 03 August 2021 See merge request gitlab-org/gitlab!67425
-
GitLab Crowdin Bot authored
-
Sean McGivern authored
Change Finding Evidence Supporting Messages to array See merge request gitlab-org/gitlab!67620
-
Sean McGivern authored
Fix `StoreReportService` by falling back to find by location approach See merge request gitlab-org/gitlab!67568
-
Alex Kalderimis authored
Get branches from rules using rule_index for security policy See merge request gitlab-org/gitlab!67607
-
Sashi Kumar Kumaresan authored
This change gets the branches from the security policy by using the rule_index column in OrchestrationPolicyRuleSchedule. The branches could also contain wilcards and it should be used to get the matching branches. EE: true Changelog: fixed
-
Achilleas Pipinellis authored
Add deployment_id to deployment payloads (#332819) See merge request gitlab-org/gitlab!67577
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!67751
-
Achilleas Pipinellis authored
Docs: Update reference architecture gpt test link text See merge request gitlab-org/gitlab!67550
-
Mark Florian authored
Placeholder for "Number of employees" in trial form See merge request gitlab-org/gitlab!67688
-
Vitaly Slobodin authored
Display subtotal and tax line in Subscription Purchase See merge request gitlab-org/gitlab!67429
-
Angelo Gulina authored
-
Mark Florian authored
Update dependency @gitlab/ui to v32.1.0 See merge request gitlab-org/gitlab!67721
-
Achilleas Pipinellis authored
Updated nav to standards See merge request gitlab-org/gitlab!67699
-
Achilleas Pipinellis authored
Move restore for source install below others See merge request gitlab-org/gitlab!67702
-
Achilleas Pipinellis authored
Updated task steps to match standards See merge request gitlab-org/gitlab!67704
-
Achilleas Pipinellis authored
Fix typos and update table in upgrade docs See merge request gitlab-org/gitlab!67714
-
Greg Myers authored
-
Ramya Authappan authored
Enable Deprecation Toolkit for qa tests See merge request gitlab-org/gitlab!67042
-
Nick Thomas authored
Force tmp/tests/gitlab_workhorse/config_path configuration to always recreate See merge request gitlab-org/gitlab!67730
-
Alex Kalderimis authored
Revert Dependency Proxy permission See merge request gitlab-org/gitlab!67696
-
Mark Florian authored
Display subtotal and tax line in CI Minutes Purchase See merge request gitlab-org/gitlab!67479
-
Angelo Gulina authored
Changelog: changed EE: true
-
Alex Kalderimis authored
Fix feature flag check for security policy project See merge request gitlab-org/gitlab!67654
-
Sashi Kumar Kumaresan authored
This change fixes a bug due to checking feature flag for the newly created security policy project rather than the target project. EE: true Changelog: fixed
-
Illya Klymov authored
Emit events in Vue with single arg instead of multiple in roadmap_shell.vue See merge request gitlab-org/gitlab!67241
-
Natalia Tepluhina authored
Enable delete of package in refactored package details See merge request gitlab-org/gitlab!67604
-
Nicolò Maria Mezzopera authored
-
Natalia Tepluhina authored
Use shallowMount in dast_site_validation_modal_spec See merge request gitlab-org/gitlab!67605
-
GitLab Release Tools Bot authored
-