- 19 Aug, 2020 40 commits
-
-
Lin Jen-Shin authored
Merge branch '231407-review-deploy-job-failed-with-failed-to-disable-sign-up-but-was-actually-disabled' into 'master' Resolve "review-deploy job failed with failed to disable sign up, but was actually disabled" Closes #231407 See merge request gitlab-org/gitlab!38066
-
Mayra Cabrera authored
Implement RSpec helper to load migration files See merge request gitlab-org/gitlab!39112
-
Mehmet Emin INAC authored
The `require_migration!` helper method can be used to require migration files in our specs.
-
Imre Farkas authored
Use `let_it_be` in todos_finder_spec See merge request gitlab-org/gitlab!39806
-
Douglas Barbosa Alexandre authored
[Related Issues to core] Change `related_issues` license feature to `blocked_issues` See merge request gitlab-org/gitlab!39662
-
Suzanne Selhorn authored
Correct links to use gitlab.example.com See merge request gitlab-org/gitlab!39880
-
Amy Qualls authored
Fix links so they don't imply actual GitLab URLs, but instead use variants of example.com.
-
Amy Qualls authored
Docs: Updated URL to `gitlab.example.com` See merge request gitlab-org/gitlab!39872
-
Douglas Barbosa Alexandre authored
Geo: Apply selective sync to container repo updates Closes #233514 See merge request gitlab-org/gitlab!39663
-
Sean McGivern authored
Revert !38925 Improve errors on metrics dashboard config viewer See merge request gitlab-org/gitlab!39869
-
Sarah Groff Hennigh-Palermo authored
Update gldeprecatedbutton to glbutton in CI Variables list Closes #219762 See merge request gitlab-org/gitlab!38757
-
Marcel Amirault authored
Using new tertiary category to get borderless style
-
Mike Jang authored
Resolve "Document OmniAuth/Social sign-in password security" See merge request gitlab-org/gitlab!39413
-
Achilleas Pipinellis authored
Docs improvement for dealing with lost secrets files Closes #207193 and #31089 See merge request gitlab-org/gitlab!39536
-
Andreas Brandl authored
Add pipeline_artifacts_size to ProjectStatistics See merge request gitlab-org/gitlab!39607
-
Rémy Coutable authored
Set a 4 hours timeout for the `package-and-qa` job Closes #238563 See merge request gitlab-org/gitlab!39824
-
Douglas Barbosa Alexandre authored
Use correct order when repositioning existing designs See merge request gitlab-org/gitlab!39826
-
Sanad Liaquat authored
Replace click_body with native mouse pointer move and click events See merge request gitlab-org/gitlab!39816
-
Nicolò Maria Mezzopera authored
Fix(mergeUrlparams): handle arrays gracefully See merge request gitlab-org/gitlab!39629
-
Michael Lunøe authored
Ensuring that mergeUrlParams handles arrays to mitigate problems when using this utility to merge parameters that includes array values Related issue: https://gitlab.com/gitlab-org/gitlab/-/issues/232465 Related merge request: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39588
-
Suzanne Selhorn authored
Related to: https://gitlab.com/gitlab-org/gitlab/-/issues/238621
-
Nick Thomas authored
Fix performance of save designs service spec See merge request gitlab-org/gitlab!39739
-
Alex Kalderimis authored
This involves resetting the repo to blank manually between examples, but saves about 30% of the spec runtime
-
Mikołaj Wawrzyniak authored
This reverts merge request !38925
-
Andrew Fontaine authored
Use GraphQL to get list of vulnerable projects for group See merge request gitlab-org/gitlab!38878
-
Alan (Maciej) Paruszewski authored
This change changes the API that loads vulnerable projects for group security dashboard to use new vulnerabilityGrades type.
-
Andrew Fontaine authored
Replace deprecated-button - shared runner minutes Closes #219784 See merge request gitlab-org/gitlab!39393
-
Vitali Tatarintev authored
Add Basic Redis HLL module See merge request gitlab-org/gitlab!39689
-
Rémy Coutable authored
Quarantining noisy QA tests See merge request gitlab-org/gitlab!39835
-
Markus Koller authored
Unpositioned designs are sorted by ID, so we need to explictly specify that order when calling `move_nulls_to_end`. We also always need to reload the design objects in case their position was changed in the DB by the `move_nulls_to_end` call.
-
Douglas Barbosa Alexandre authored
Memoize $name_includes? methods for set caches See merge request gitlab-org/gitlab!39710
-
Markus Koller authored
Refactor ExtractsRef#extracts_ref to be clearer Closes #233471 See merge request gitlab-org/gitlab!39827
-
alinamihaila authored
-
alinamihaila authored
-
alinamihaila authored
-
alinamihaila authored
- Add track_event method - Add unique_events method - Adjust existing UniqueVisits class and tests - Add known_events.yml file - Fix usage_data tests - Add missing event - Add tests for HLLRedisCounter - Use Date.current, add comments
-
Sean McGivern authored
This method has grown a lot over time. One thing that makes the control flow quite confusing is that we don't return early, but always do something with the `pair` variable at the end of the method. Splitting this method into two methods means that we can return early from the core logic, making that part easier to understand, while doing our final string manipulation in the calling method.
-
Mayra Cabrera authored
Modify import order for filter_bar_spec to fix eslint error Closes #238598 See merge request gitlab-org/gitlab!39851
-
Sean McGivern authored
Swap process book-keeping to UNLINK See merge request gitlab-org/gitlab!39699
-
Enrique Alcántara authored
Replace fa-power-off icon with GitLab SVG power icon Closes #225889 See merge request gitlab-org/gitlab!39330
-