- 19 Sep, 2019 40 commits
-
-
Clement Ho authored
Improve tracking performance and simplify tracking implementations See merge request gitlab-org/gitlab!15759
-
Jeremy Jackson authored
This restructures how tracking is implemented and will enable better tracking on DOM changes as it eliminates the need to re-look up elements.
-
Nick Thomas authored
Add first_parent to find_commits See merge request gitlab-org/gitlab!16822
-
Lin Jen-Shin authored
Support IS_GITLAB_EE switch in Rails config See merge request gitlab-org/gitlab!17212
-
Clement Ho authored
Enable ESLint rules to discourage jQuery Ajax See merge request gitlab-org/gitlab!16643
-
Winnie Hellmann authored
-
Mek Stittri authored
Update to the new hostname for sentry.gitlab.net. See merge request gitlab-org/gitlab!17272
-
Winnie Hellmann authored
-
Stan Hu authored
Add timeouts for each RPC call See merge request gitlab-org/gitlab!16926
-
Rémy Coutable authored
Remove failing spec from memory_killer_spec.rb Closes #32342 See merge request gitlab-org/gitlab!17270
-
Achilleas Pipinellis authored
Fix instructions regarding `npm publish` registry See merge request gitlab-org/gitlab!16990
-
James Tharpe authored
-
Kushal Pandya authored
Extracts collapsible logic to a component See merge request gitlab-org/gitlab!17219
-
-
Stan Hu authored
This spec was redundant to another spec and caused failures in CI because `rss_within_range?` was returning `nil`, which caused `restart_sidekiq` to run and issue signals to kill processes. Closes https://gitlab.com/gitlab-org/gitlab/issues/32342
-
Yorick Peterse authored
Disable scheduling of productivity analytics See merge request gitlab-org/gitlab!17253
-
Robert Speicher authored
Modify the CI config to support security branches See merge request gitlab-org/gitlab!17082
-
Johan Henkens authored
-
Kamil Trzciński authored
Use monotonic time in Sidekiq daemon memory killer See merge request gitlab-org/gitlab!17209
-
Yorick Peterse authored
Update canonical source repo links in README.md See merge request gitlab-org/gitlab!17214
-
Jean du Plessis authored
-
Filipa Lacerda authored
Fix broken doc links from autodevops settings page See merge request gitlab-org/gitlab!17232
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Walmyr Lima e Silva Filho authored
Make project private to avoid spam on issues See merge request gitlab-org/gitlab!17235
-
Sanad Liaquat authored
This is needed for staging env where we have Akismet for spam detection
-
Achilleas Pipinellis authored
Add docs for dast domain validation See merge request gitlab-org/gitlab!16680
-
-
Clement Ho authored
Replace _.findWhere() with _.find() See merge request gitlab-org/gitlab!17105
-
Winnie Hellmann authored
-
Marin Jankovski authored
Upgrade Gitaly to v1.65.0 See merge request gitlab-org/gitlab!17135
-
GitalyBot authored
-
Paul Slaughter authored
Explicitly import gl_dropdown See merge request gitlab-org/gitlab!16907
-
Filipa Lacerda authored
-
Kushal Pandya authored
Merge branch '13570-add-error-handling-for-reporting-on-groups-which-have-no-plan-for-cycle-analytics' into 'master' Resolve "Add error handling for reporting on groups which have no plan for cycle analytics" Closes #13570 See merge request gitlab-org/gitlab!16099
-
Brandon Labuschagne authored
Only groups on a silver / premium tier or above, where the user has reporter access or greater are able to have access to cycle analytics. This change presents the user with a relevant error message.
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Yorick Peterse authored
This migration times out on both GitLab's staging and production environments, even when an index is added for the columns used. As we are nearing release day we have decided to turn this migration into a noop for the time being. The background migration is not removed as some jobs may have been scheduled (especially in dev environments). Keeping this code allows those jobs to finish, and allows us to reschedule it in the future if needed.
-
Kushal Pandya authored
Deprecate old GlModal component See merge request gitlab-org/gitlab!16945
-
Winnie Hellmann authored
Replaces ~/vue_shared/components/gl_modal.vue with ~/vue_shared/components/deprecated_modal_2.vue
-