- 23 Oct, 2019 40 commits
-
-
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.
-
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
-
Ash McKenzie authored
Logs: Rename path to endpoint and use a BE generate path for logs Closes #33537 See merge request gitlab-org/gitlab!18929
-
Filipa Lacerda authored
Productivity Analytics: Use options for stateless data in filter dropdowns component See merge request gitlab-org/gitlab!18798
-
Martin Wortschack authored
-
Patrick Derichs authored
Also move specs Move specs to MergeRequestsService
-
Kushal Pandya authored
Use EpicActionsSplitButton in RelatedItemsTreeHeader Closes #34530 See merge request gitlab-org/gitlab!18936
-
Winnie Hellmann authored
-
Andrew Newdigate authored
Previously, the sidekiq metrics middleware would not record latency and cpu duration metrics for failed sidekiq jobs. This change does two things: 1. Ensures that Sidekiq jobs that fail are also included in latency histograms. 1. Adds a `job_status` label to Sidekiq latency metrics so that failed job latencies can be differentiated from successful jobs.
-
John Cai authored
Also gets rid of all but one call to rm_namespace
-
Achilleas Pipinellis authored
GitLab.com chatops: Any developer can add new members See merge request gitlab-org/gitlab!18971
-
Lin Jen-Shin authored
-
Martin Wortschack authored
Skip feeback on onboarding if tracking is not enabled See merge request gitlab-org/gitlab!18671
-
Doug Stull authored
- we should not ask for feedback if the tracking mechanism is not enabled, or DNT is set in user browser
-
Lin Jen-Shin authored
Add nil check for environment iterator See merge request gitlab-org/gitlab!18956
-