- 11 Oct, 2019 40 commits
-
-
Fatih Acet authored
Moves the license compliance reports to the Backend Closes #32030 See merge request gitlab-org/gitlab!17905
-
Sam Beckham authored
- Adds actions and mutations to fetch the new endpoint - Conditionally fetches the old or new reports dependant on a feature flag - Tells the LC getter to fetch the new report if it's there, and the old one if not. - Adds a bit of a hack to morph the new data in to the old format (temporarily) - Pulls in the proper polling endpoints - Adds tests for all the above
-
Nick Thomas authored
Revert "Merge branch 'multi-select-move' into 'master'" See merge request gitlab-org/gitlab!18458
-
Bob Van Landuyt authored
Merge branch '30112-private-internal-sub-group-email-notifications-not-sent-when-mentioned-in-mr-description' into 'master' Fix notifications for private group mentions in Issues, Notes, and MRs Closes #30112 See merge request gitlab-org/gitlab!18183
-
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
-
Kushal Pandya authored
This reverts merge request !16317
-
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
-
Eugenia Grieff authored
- Send notifications when a private group is mentioned in the title or description of and issue or merge request - Do not create a new todo for group members when editing a note where a private group was mentioned
-
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
-