- 23 Oct, 2019 40 commits
-
-
Jan Provaznik authored
Improve our Sidekiq testing best practices See merge request gitlab-org/gitlab!19008
-
Rémy Coutable authored
Fix broken master due to Sidekiq usage See merge request gitlab-org/gitlab!19022
-
Heinrich Lee Yu authored
We switched to Sidekiq.fake when running tests but this test needs the worker to run inline
-
Tom Atkins authored
Adding status mirroring to the CI/CD reference See merge request gitlab-org/gitlab!19007
-
Ash McKenzie authored
Tracking experimental signup flow See merge request gitlab-org/gitlab!17521
-
Rémy Coutable authored
Resolve "Fully revert privacy update banner as redundant to ToS" Closes #34570 See merge request gitlab-org/gitlab!18900
-
Doug Stull authored
- Since we already have a terms of service that handles the privacy policy updates, this code can be removed.
-
Alex Buijs authored
-
nelbacha authored
-
Nourdin el Bacha authored
-
Rémy Coutable authored
Fix failing spec ScheduleFixGitlabComPagesAccessLevel Closes #34758 See merge request gitlab-org/gitlab!19002
-
Jan Provaznik authored
We recently switched from inline to fake mode for sidekiq, so the MR which introduced this change also changed existing sidekiq specs to use inline explicitly, but this failing spec was merged meantime.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nourdin el Bacha authored
-
Nourdin el Bacha authored
-
Stan Hu authored
Record latencies for sidekiq failures Closes gitlab-com/gl-infra/scalability#46 See merge request gitlab-org/gitlab!18909
-
Sean McGivern authored
Document finding objects by id in GraphQL See merge request gitlab-org/gitlab!18648
-
Bob Van Landuyt authored
We prefer not exposing a database ID directly.
-
James Lopez authored
Sort vulnerabilities for pipeline dashboard See merge request gitlab-org/gitlab!18863
-
Can Eldem authored
Consider enum values rather than string Added further test
-
Kamil Trzciński authored
Inherit children epics start and due dates See merge request gitlab-org/gitlab!14366
-
Alexandru Croitor authored
Epic would now inherit start_date or end_date from its related issues milestone dates or from child epic depending on which one gives the wider time spread. Uses a single update statement to update start_date, due_date, start_date_sourcing_milestone_id, start_date_sourcing_epic_id, due_date_sourcing_milestone_id, due_date_sourcing_epic_id Epic inherited dates update for multiple epics moved to an async worker Update epic dates in batches Add foreign key constraints and indexes on start_date_sourcing_epic_id and due_date_sourcing_epic_id https://gitlab.com/gitlab-org/gitlab-ee/issues/7332
-
Achilleas Pipinellis authored
Documentation: Update webhooks.md: clarify the risk / attack scenario concerning web hooks See merge request gitlab-org/gitlab!18203
-
Gerrit Hannaert authored
Update webhooks.md: damn browser or web IDE added 2 new whitespaces when fixing wrapping, removed whitespace again
-
Achilleas Pipinellis authored
Docs: Update Gitaly Server docs to use `git_data_dirs` See merge request gitlab-org/gitlab!18640
-
Will Chandler authored
-
Sean McGivern authored
Extract Merge Requests System Note Service See merge request gitlab-org/gitlab!18160
-
Sean McGivern authored
Fix for #33792, users can filter by bad author name and search term in group issues and MRs Closes #33792 See merge request gitlab-org/gitlab!18508
-
Jesse Hall authored
-
Achilleas Pipinellis authored
Update license compliance configuration documentation See merge request gitlab-org/gitlab!18695
-
Walmyr Lima e Silva Filho authored
Creating a maven package test Closes gitlab-org/quality/testcases#219 See merge request gitlab-org/gitlab!18786
-
Tomislav Nikić authored
Created a working maven package test that creates a package that is pushed to the internal gitlab package repository.
-
Martin Wortschack authored
Snowplow - setUserId to User.id if available for gitlab.com Closes telemetry#97 and telemetry#57 See merge request gitlab-org/gitlab!14182
-
Ash McKenzie authored
For gitlab.com only. Snowplow: :individual_tracking feature Add in new tracking module methodology
-
Ash McKenzie authored
Get rid of namespace exist? calls entirely Closes #33463 See merge request gitlab-org/gitlab!18611
-
Rémy Coutable authored
Remove dead code See merge request gitlab-org/gitlab!18896
-
Achilleas Pipinellis authored
Add Consul Upgrade Documentation See merge request gitlab-org/gitlab!18778
-
Robert Marshall authored
- Adds documentation for what to do during Consul Upgrades. Related https://gitlab.com/gitlab-org/omnibus-gitlab/issues/2906Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Rémy Coutable authored
Clarify we skip nil environment when cleaning up See merge request gitlab-org/gitlab!18989
-
Jan Provaznik authored
Change Sidekiq testing mode to `fake` instead of `inline` See merge request gitlab-org/gitlab!15479
-