- 11 Sep, 2019 40 commits
-
-
Thong Kuah authored
Separate feature flag for each analytics feature Closes #14671 See merge request gitlab-org/gitlab-ee!16102
-
Adam Hegyi authored
- Adding Analytics module to keep track of analytics feature flags. - Check feature flag in analytics controllers. - Enable Analytics workspace when at least one analytics feature is enabled
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Geo: Exit LogCursor if it has been failing for too long Closes #14627 and #14944 See merge request gitlab-org/gitlab-ee!16408
-
Annabel Dunstone Gray authored
Resolve "Snippet title whitespace" Closes #67248 See merge request gitlab-org/gitlab-ce!32877
-
Marcel van Remmerden authored
-
GitLab Bot authored
-
Mayra Cabrera authored
Add source and merge_request fields to pipeline event webhook Closes #63338 See merge request gitlab-org/gitlab-ce!32373
-
Bian Jiaping authored
-
Tanya Pazitny authored
Added tests for Container Scanning Closes gitlab-org/quality/testcases#130 and gitlab-org/quality/testcases#126 See merge request gitlab-org/gitlab-ee!15785
-
Aleksandr Soborov authored
Updated fixture to produce Container Scanning reports Updated QA selectors as needed
-
GitLab Bot authored
-
Mayra Cabrera authored
Update documentation for GitHub integration See merge request gitlab-org/gitlab-ce!32385
-
Marius Bobin authored
Update docs to reflect the new default behavior for status check names
-
Mayra Cabrera authored
Make "Static status check names" default for GitHub integration See merge request gitlab-org/gitlab-ee!15737
-
Marius Bobin authored
default GitHubService#static_context to true for new integrations
-
GitLab Bot authored
-
Kamil Trzciński authored
Use `ChronicDuration` in a thread-safe way See merge request gitlab-org/gitlab-ce!32817
-
Aleksei Lipniagov authored
Replace 'chronic_duration' to 'gitlab_chronic_duration', to make relevant method calls thread-safe.
-
GitLab Bot authored
-
Rémy Coutable authored
Fix review pipeline needs blocking scheduled deploys Closes #26893 and gitlab-ee#26893 See merge request gitlab-org/gitlab-ce!32925
-
Michael Kozono authored
-
Mike Greiling authored
Add missing `render_gfm` import to files See merge request gitlab-org/gitlab-ce!32830
-
Illya Klymov authored
-
GitLab Bot authored
-
Mike Greiling authored
Replacing vue-resource with axios in Markdown field Closes #61385 See merge request gitlab-org/gitlab-ce!32742
-
Winnie Hellmann authored
-
Mike Greiling authored
Replacing vue-resource with axios in Markdown field (EE-port) See merge request gitlab-org/gitlab-ee!16220
-
Winnie Hellmann authored
(cherry picked from commit 1dd7adc634e214208b0502f47116d6559dc471b0)
-
Clement Ho authored
Add webpack memory test to CI Closes #65698 See merge request gitlab-org/gitlab-ce!31537
-
Mike Greiling authored
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
Prevent project's approval rules having same name See merge request gitlab-org/gitlab-ee!16216
-
Douglas Barbosa Alexandre authored
Add rake task `db:obsolete_ignored_columns` See merge request gitlab-org/gitlab-ce!32904
-
Peter Leitzen authored
Show a list of obsolete `ignored_columns`
-
Robert Speicher authored
Resolve "Productivity Analytics MVC" Closes #12217 and #12079 See merge request gitlab-org/gitlab-ee!14772
-
Michael Kozono authored
-
Michael Kozono authored
- Rename run_once! to find_and_handle_events! - Extract loop contents into run_once! - Reuse sleep_break in arbitrary_sleep - Remove now-redundant exit? check - Use exit! to set @exit due to error - Now we can avoid calling run! in specs to avoid excessive stubbing
-
Michael Kozono authored
If the first error was over 30 minutes ago, and there were no successes after that, then the next error will cause the loop to exit.
-
GitLab Bot authored
-