An error occurred fetching the project authors.
- 31 Jul, 2020 1 commit
-
-
Phil Hughes authored
-
- 30 Jul, 2020 3 commits
-
-
Dmytro Zaporozhets (DZ) authored
Show few sample graphs for users based on analytics events of last 30 days Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
rpereira2 authored
-
Miguel Rincon authored
Adds a new empty page at: `/metrics/panel/new` behind a feature flag `metrics_dashboard_new_panel_page`. The page is empty while more functionality is added to it. When feature flag is disabled, return 404 if the path param :page is not blank.
-
- 29 Jul, 2020 2 commits
-
-
Scott Stern authored
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/199718
-
- 28 Jul, 2020 1 commit
-
-
Tristan Read authored
-
- 27 Jul, 2020 3 commits
-
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/-/issues/230511
-
Alexandru Croitor authored
After https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/12566 most route helpers methods do not need to take project.namespace as a parameter and should be enogh to pass only project. Removing the need to pass project.namespace helps to reduce some cases where N+1 is generated due to project.namespace.becomes(Namespace) creating a new instance of the namepsace thus not making use of eager loaded associations
-
Dmytro Zaporozhets authored
First code to get product analytics working. Display response. Small fix. Fixes DZ recommended. Got it working. Add go components. Make SQL functionality. No longer temp so they show up. Drop the table before creating. Basic sql functionality. New examples. All SQL funtionality in the webserver. Can detect both parameters. DB passing works. Add note about users. Got into the db. Made the table. Got it working front to back. Got it working front to back. Got a graph working. Rename Go app. Made configurable. Make port configurable. Working page. Don't hardcode the number of groups. Split the pages up. Forgot to add files. Made a migration to store data. Fixed a ton of definitions. Clearup of Go code. More atrributes. make on for strings Add features. New version breaks things. Update the tracker. Sort latest first. Add echart and stuff still to parse. Switch to Echarts. Rename. Reformat. Save the actual version. Add an extra graphs. Still works. Nice graphs. Add javascript tracker to enable the product analytics. Sanetize and use local url of rails app. Make tracker random to reset platform and appid. Cleanup and load testing. Change db model name and limit rows on index page. Add more attributes. Add index. Show more graphs. Fix graphs. Switch to ActiveRecord. Added scopes. Scoped standardized. Limit time range. Add seed data. Rename graphs to users. Add an activity graph. No idea what this sql file did. Moved to https://gitlab.com/gitlab-org/snowplow-go-collector Add docs. First stab at a test. Specs for every action. Fix navigation test. Fix a bunch of rubocop errors. Move search to the model. Fix all rubocop tests. Add translated strings. Make rubocop happy. Move tracker under - to prevent namespace conflicts. Let specs ignore _id columns. Add missing string literal. Add migration helpers for concurrent index Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 Jul, 2020 1 commit
-
-
Francisco Javier López authored
In this commit we change the existing behavior when embeding a snippet, and now we show all files in the snippet instead of just one.
-
- 23 Jul, 2020 1 commit
-
-
Igor Drozdov authored
It enables merge_ref_head_comments FF by default
-
- 22 Jul, 2020 2 commits
-
-
pburdette authored
Flip off feature flag becuase gitlab-ci.yml configs are acting up.
-
Olena Horal-Koretska authored
-
- 21 Jul, 2020 1 commit
-
-
Alex Kalderimis authored
This is the first step towards `UserAccess` being truly polymorphic. It should accept any `HasRepository` instance.
-
- 20 Jul, 2020 5 commits
-
-
Kerri Miller authored
Removes the use_legacy_codeowner_validations feature flag
-
Payton Burdette authored
Refactor the new pipeline form from HAML to Vue.
-
Vitali Tatarintev authored
Use non-legacy scoped URL format for PagerDuty webhook
-
Justin Ho authored
Feature flag `integration_form_refactor` has been enabled by default in 13.2 and can now be removed. This removes the ff in both the backend and frontend.
-
Giorgenes Gelatti authored
- Move controllers, views and specs to core. - Enables packages in core for everyone. - Remove Gitlab.ee? checks for package. - Move packages_enabled in project entity to core - Move project#has_package? specs to core - Move project#has_package? to core - Fix package js paths
-
- 17 Jul, 2020 6 commits
-
-
Miguel Rincon authored
We should allow refresh rate feature to be disabled via feature flag. Enabling refresh rate for all user might have impact in performance if too many of them enable it. We want to release this feature and monitor it's behavior.
-
Phil Hughes authored
-
Illya Klymov authored
Introduce lazy loading of all groups except own namespace
-
André Luís authored
-
Vitali Tatarintev authored
Rolls out PagerDuty incident integration
-
Pavel Shutsin authored
Analytics endpoint should return graceful error message when it fails with query timeout
-
- 16 Jul, 2020 3 commits
-
-
André Luís authored
Basically we want to avoid adding the diffs_metadata.json request to startup.js if the page is not rendering the Changes tab right away.
-
Arturo Herrero authored
This sets the admin integration object to used in the view and ensures that parameters relating to the admin integration sent from the frontend are handled properly. Co-authored-by: Lukas Eipert <leipert@gitlab.com> Co-authored-by: Justin Ho Tuan Duong <hduong@gitlab.com>
-
Mikolaj Wawrzyniak authored
We should allow users to brows logs of gitlab managed apps inside logs explorer. To do that we need to use correct namespace and allow users to select right cluster.
-
- 15 Jul, 2020 4 commits
-
-
Shinya Maeda authored
This commit adds an extention to the pipeline creation service
-
Vitali Tatarintev authored
-
Sarah Groff Hennigh-Palermo authored
-
Alexandru Croitor authored
Replace jira_integration FF check with jira_issues_integration licenced feature flag, so that we have a single FF for the feature.
-
- 14 Jul, 2020 4 commits
-
-
Luke Duncalfe authored
The Confluence nav item now links to a landing page for the user. https://gitlab.com/gitlab-org/gitlab/-/issues/220934
-
Vitali Tatarintev authored
Rename PagerDuty webhook URL to /incindents/pagerduty
-
Phil Hughes authored
This adds a user preference to view diffs file-by-file instead of viewing all the diff files in one big list. This helps with performance on large merge request, but it can also be handy sometimes to view merge requests file-by-file instead of in a full list of files. The option to enable this feature is inside of user prefences. For now this is also behind a feature flag so we can roll this out safely. https://gitlab.com/gitlab-org/gitlab/-/issues/222790
-
Arturo Herrero authored
-
- 13 Jul, 2020 3 commits
-
-
Vitali Tatarintev authored
Add ability to reset a PagerDuty token
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
Introduce a new endpoint which PagerDuty will use to send us webhook notifications about incidents
-