- 03 Sep, 2020 40 commits
-
-
Nicolas Dular authored
By calling the original method, we can make sure that the types are correct. Snowplow is using a type checking gem that would otherwise throw an exception in runtime. This is something we want to catch in tests. Replace the AsyncEmitter with Emitter. We want to avoid AsyncEmitter because it does some work in a separate thread, and we want any failures to occur in the same thread as the test.
-
Rémy Coutable authored
Fix Style/PerlBackrefs cop See merge request gitlab-org/gitlab!41246
-
Rajendra Kadam authored
This fixes the Style/PerlBackrefs cop
-
Rémy Coutable authored
Fix Style/EmptyLambdaParameter cop See merge request gitlab-org/gitlab!41248
-
Rajendra Kadam authored
This MR fixes the cop for files
-
Rémy Coutable authored
Remove Summary heading from auto-generated incidents See merge request gitlab-org/gitlab!41043
-
Tristan Read authored
-
Heinrich Lee Yu authored
Revert "Merge branch 'cc-add-ci-merge-request-description' into 'master'" See merge request gitlab-org/gitlab!41268
-
Illya Klymov authored
Replace v-html with v-safe-html in issuable.vue See merge request gitlab-org/gitlab!41202
-
Nicolò Maria Mezzopera authored
Un-nest sidebar under .context-header div in sec See merge request gitlab-org/gitlab!41176
-
Stan Hu authored
This reverts merge request !40771
-
Tim Zallmann authored
Add snowplow events for clicking search suggestions Closes #241055 See merge request gitlab-org/gitlab!40822
-
Jan Provaznik authored
Add epic_id param to issue update graphQL mutation See merge request gitlab-org/gitlab!38678
-
Igor Drozdov authored
docs: use pre-built docker image for lsif-go See merge request gitlab-org/gitlab!40680
-
Nicolò Maria Mezzopera authored
Replace deprecated-button with button in commits_header.vue Closes #219902 See merge request gitlab-org/gitlab!38805
-
Natalia Tepluhina authored
Migrating from Vue event hub to mitt See merge request gitlab-org/gitlab!41160
-
Sanad Liaquat authored
Use a more specific QA selector name See merge request gitlab-org/gitlab!41231
-
Mikhail Mazurskiy authored
Reasons: - Building master from scratch is not reproducible as repository is being developed - go get is a way to add dependencies in Go. So if the project is written in Go dependency conflict might suddenly occur. See https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent/-/merge_requests/68#note_401431566
-
Heinrich Lee Yu authored
remove attempt_group_search_optimizations feature flag See merge request gitlab-org/gitlab!40881
-
Evan Read authored
Update Ruby and Git version on README See merge request gitlab-org/gitlab!41240
-
Tan Le authored
-
Dylan Griffith authored
This MR adds the required data-track events as described in https://docs.gitlab.com/ee/development/telemetry/snowplow.html#tracking-in-haml-or-vue-templates in order to allow us to measure usage of the search autocomplete feature. These search autocomplete links are rendered by the deprecated_jquery_dropdown so we needed to extend this class to pass the relevant attributes down to where the link is created.
-
Kushal Pandya authored
Implement creation flow in policy editor See merge request gitlab-org/gitlab!40566
-
Kushal Pandya authored
Network policy editor drawer See merge request gitlab-org/gitlab!40810
-
Gabriel Mazetto authored
Group and limit pipeline warnings See merge request gitlab-org/gitlab!39634
-
Payton Burdette authored
Group pipeline warnings, make them collapisible using summary element. Add cap for how many warning can be displayed
-
gaga5lala authored
-
James Fargher authored
Unify burnup and burndown chart license checks Closes #241371 See merge request gitlab-org/gitlab!40941
-
Ray Paik authored
docs: Fix typos in Development Testing Guide See merge request gitlab-org/gitlab!41237
-
Mark Chao authored
Remove track_resource_milestone_change_events flag See merge request gitlab-org/gitlab!40946
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
James Fargher authored
Remove reorder_designs feature flag See merge request gitlab-org/gitlab!40866
-
Marcel Amirault authored
Docs: change formatting of Dockerfile to be consistent See merge request gitlab-org/gitlab!41161
-
Marcel Amirault authored
Docs: change from example.gitlab.com to gitlab.example.com See merge request gitlab-org/gitlab!41177
-
Marcel Amirault authored
Docs: fix inconsistent capitalization of "Job" and "Project" in examples See merge request gitlab-org/gitlab!41173
-
Heinrich Lee Yu authored
Remove nil attributes for CiliumNetworkPolicy See merge request gitlab-org/gitlab!41008
-
Zamir Martins Filho authored
Nil attributes whether ingress or egress will fail API for update
-
Vitali Tatarintev authored
Stop clearing memoization of `licensed_feature_available` in CORE See merge request gitlab-org/gitlab!41144
-
Marcel Amirault authored
Docs: fix syntax error in `artifacts:untracked` example See merge request gitlab-org/gitlab!41180
-
Marcel Amirault authored
Docs: fix incomplete sentence See merge request gitlab-org/gitlab!41157
-