- 10 Feb, 2020 40 commits
-
-
Chad Woolley authored
Upgrade 'caniuse-lite' indirect dependency. When the 'caniuse-lite' dependency is more than 6 months old, it starts showing a warning that it is outdated. This related MR (https://gitlab.com/gitlab-org/gitlab/-/merge_requests/23030) avoids this in some cases, but not others (e.g. RubyMine linting integration). To avoid the warning in all cases, we need to update it every six months. But, it's an indirect dependency, so the upgrade can't be done via a straightforward 'yarn upgrade' Instead, in order upgrade it, you must use this approach (https://github.com/yarnpkg/yarn/issues/4986): 1. Delete the 'caniuse-lite' entry from 2. Re-run 'yarn install'
-
Peter Leitzen authored
Fix command-line profiling with ruby-prof See merge request gitlab-org/gitlab!24555
-
Stan Hu authored
Use Bundler 1.17.3 for tooling/overcommit/gems.locked See merge request gitlab-org/gitlab!24787
-
Peter Leitzen authored
Add structured app logs to admin/logs See merge request gitlab-org/gitlab!24614
-
Robert Speicher authored
Add context to the StuckCiJobsWorker See merge request gitlab-org/gitlab!24693
-
Walmyr Lima e Silva Filho authored
Remove reliable tag from another test See merge request gitlab-org/gitlab!24790
-
Douglas Barbosa Alexandre authored
Modify HamService to use AkismetMethods See merge request gitlab-org/gitlab!24633
-
Martin Wortschack authored
Resolve "Move Merge Request from right sidebar of Web IDE to bottom bar" See merge request gitlab-org/gitlab!24746
-
Aakriti Gupta authored
-
Walmyr Lima authored
-
Sean McGivern authored
-
Stan Hu authored
ruby-prof v1.0 changed the interface of `RubyProf::AbstractPrinter` from `method_name` to `method_location`. This fixes an unknown method error when using `Gitlab::Profiler.print_by_total_time` as documented in https://docs.gitlab.com/ee/development/profiling.html.
-
Nick Thomas authored
Code Nav PoC: API for fetching code-nav info See merge request gitlab-org/gitlab!23674
-
Rémy Coutable authored
Add spec to test import->export equivalence Closes #39543 See merge request gitlab-org/gitlab!23338
-
Marcel Amirault authored
Added note for kubernetes executor services support See merge request gitlab-org/gitlab!22530
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Georgi N. Georgiev authored
-
Natalia Tepluhina authored
Add new basic registry explorer app See merge request gitlab-org/gitlab!23153
-
Nicolò Maria Mezzopera authored
- store - router - basic pages - haml entrypoints - js entry points - feature flag - update list code to not overlap
-
Andreas Brandl authored
Include `license_scanning` to Ci::Build index See merge request gitlab-org/gitlab!24090
-
Tetiana Chupryna authored
-
Igor Drozdov authored
This MR provides API for fetching code navigation info from the stored LSIF data
-
Sean McGivern authored
Set 1MB limit for reactive cache data Closes gitlab-com/gl-infra/infrastructure#8744 See merge request gitlab-org/gitlab!21871
-
Kushal Pandya authored
Fixes new directory not working corretly Closes #202656 See merge request gitlab-org/gitlab!24705
-
Rémy Coutable authored
Don't run rspec for QA only changes Closes #204735 See merge request gitlab-org/gitlab!24778
-
Walmyr Lima e Silva Filho authored
Remove reliable tag from specific test See merge request gitlab-org/gitlab!24779
-
Marcia Ramos authored
Docs: Add search support for protected branches API See merge request gitlab-org/gitlab!24138
-
Grzegorz Bizon authored
Update last_activity_on field on every REST API request See merge request gitlab-org/gitlab!21725
-
Andy Soiron authored
It updates User#last_activity_on, on every API request when user is logged in and last_activity_on is a date earlier than today
-
Bob Van Landuyt authored
Rename `HamService.mark_as_ham!` to `execute` See merge request gitlab-org/gitlab!24650
-
James Lopez authored
Fix rails 6 content type deprecation warnings See merge request gitlab-org/gitlab!24680
-
Bob Van Landuyt authored
This adds context to the jobs scheduled from the StuckCiJobsWorker. Which include: - ExpireJobCacheWorker - StageUpdateWorker - BuildFinishedWorker - PipelineProcessWorker - PipelineUpdateWorker - BuildHooksWorker - BuildQueueWorker - Deployments::FinishedWorker - Ci::ResourceGroups::AssignResourceFromResourceGroupWorker
-
Walmyr Lima authored
-
Shinya Maeda authored
Port `trigger` keyword to Core (3/4) - move downstream pipeline creation See merge request gitlab-org/gitlab!24391
-
Fabio Pitino authored
Move most of the model and specs
-
Kushal Pandya authored
Remove whitespace from repository controls Closes #201755 See merge request gitlab-org/gitlab!24350
-
David Fernandez authored
DEPRECATION WARNING: Rails 6.1 will return Content-Type header without modification. If you want just the MIME type, please use `#media_type` instead.
-
Lin Jen-Shin authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab/issues/202656
-
Alessio Caiazza authored
Explain cron-workers that don't need context See merge request gitlab-org/gitlab!24494
-