- 11 Oct, 2019 40 commits
-
-
Sean McGivern authored
Update Workhorse to v8.14.0 See merge request gitlab-org/gitlab!18455
-
Sean McGivern authored
Identify secure jobs in a pipeline See merge request gitlab-org/gitlab!17568
-
Mayra Cabrera authored
Fix error where helper was incorrectly returning `true` See merge request gitlab-org/gitlab!18231
-
Rubén Dávila authored
Helper was incorrectly returning `true` when user was moving from Step 2 (Lead generation) to Step 3 (Selection of namespace). When landing at Step 3. `trial_result` is `nil` so helper show return `false`.
-
Achilleas Pipinellis authored
Add more details to the Praefect setup docs Closes gitaly#2073 See merge request gitlab-org/gitlab!18447
-
Zeger-Jan van de Weg authored
As a team, we tried to setup Praefect and noticed lots of details were missing from the docs. This change improves it a bit, though potentially not enough. Closes https://gitlab.com/gitlab-org/gitaly/issues/2073
-
Mayra Cabrera authored
Add instance security dashboard permissions See merge request gitlab-org/gitlab!17908
-
Avielle Wolfe authored
So long as the right license is there, any logged in user should be able to view the dashboard. https://gitlab.com/gitlab-org/gitlab/issues/33831
-
Nick Thomas authored
-
Martin Wortschack authored
Fix spacing with big line numbers See merge request gitlab-org/gitlab!18438
-
Kamil Trzciński authored
Fix Sidekiq job total CPU time Closes #31887 See merge request gitlab-org/gitlab!17501
-
Kamil Trzciński authored
Fix daemon memory killer busy loop risk See merge request gitlab-org/gitlab!17888
-
Dmitriy Zaporozhets authored
Describe what means 'definition of done' for Regressions and Bugs See merge request gitlab-org/gitlab!18446
-
Kamil Trzciński authored
-
Kamil Trzciński authored
Docs: Clarify that cache scope is at the project level. See merge request gitlab-org/gitlab!18278
-
James Tharpe authored
-
Nick Thomas authored
Extend group IP restriction to Git activity Closes #32113 See merge request gitlab-org/gitlab!16980
-
Gosia Ksionek authored
-
Sanad Liaquat authored
Skip test instead of quarantine Closes #33854 See merge request gitlab-org/gitlab!18433
-
Achilleas Pipinellis authored
Document available container scanning options Closes #10123 See merge request gitlab-org/gitlab!17964
-
Adam Cohen authored
-
Dmitriy Zaporozhets authored
JIRA Service: Improve username/email validation See merge request gitlab-org/gitlab!18397
-
Grzegorz Bizon authored
Import improve project update See merge request gitlab-org/gitlab!18007
-
Achilleas Pipinellis authored
Update links in /university /pages /gitlab-basics, etc. See merge request gitlab-org/gitlab!18234
-
Marcel Amirault authored
Update links in /university, /pages, /gitlab-basics and others, to fix 404'ing links and redirections
-
Kushal Pandya authored
Multi select drag/drop in Issue Board See merge request gitlab-org/gitlab!16317
-
Qingyu Zhao authored
When measure Sidekiq job CPU time usage, `Process.times` is wrong because it counts all threads CPU time in current Sidekiq proces. Use `Process.clock_gettime(Process::CLOCK_THREAD_CPUTIME_ID)` instead Removed `system_s`, `user_s`, and `child_s` - since we can not get these values for the job thread. Added `cpu_s`, this is CPU time used by the job thread, including system time and user time
-
Qingyu Zhao authored
StandardError will cause busy loop in start_working. Simple fix is to always `sleep` first in each loop iteration
-
Arturo Herrero authored
-
Arturo Herrero authored
It's a good UX practice to remove leading and trailing whitespaces for the username/email fields.
-
Kushal Pandya authored
Fix erroneous "No activities found" message Closes #27118 See merge request gitlab-org/gitlab!18434
-
Filipa Lacerda authored
Add skeleton for code analytics See merge request gitlab-org/gitlab!18266
-
Brandon Labuschagne authored
This commit adds the base component as well as the initial Vuex store setup code. There is a single test which confirms that the component is able to render.
-
Filipa Lacerda authored
In job log, fixes the margin between the line number and the log line
-
Sean McGivern authored
Track self describing events Closes #13297 See merge request gitlab-org/gitlab!18188
-
Thong Kuah authored
bin/secpick: Check existence of `license.rb` to differentiate between `ee` and `foss` repos See merge request gitlab-org/gitlab!18376
-
Stan Hu authored
If the number of activities on the page were less than the limit (20), the pager would display the set of activities but also insert a "No activities found" banner underneath. This was happening because the pager attempted to load more data because it thought it needed to display more information in the window. This commit fixes the problem by disabling the pager if the number of activities received is less than the total limit. Closes https://gitlab.com/gitlab-org/gitlab/issues/27118
-
Kushal Pandya authored
Notebook rendering: handle metadata.scrolled See merge request gitlab-org/gitlab!15687
-
Remi Rampin authored
-
Kushal Pandya authored
Update GitLab Packages See merge request gitlab-org/gitlab!18004
-