- 03 Jul, 2019 18 commits
-
-
Jan Provaznik authored
Fix order-dependent Gitaly specs failing Closes #64006 See merge request gitlab-org/gitlab-ce!30282
-
Evan Read authored
Docs: Fix markdown to reduce number of kramdown warnings (part 1b) Closes #64055 See merge request gitlab-org/gitlab-ce!30246
-
Marcel Amirault authored
Add backticks around square brackets, or fix links, as necessary.
-
Kushal Pandya authored
Don't let logged out user do manual order See merge request gitlab-org/gitlab-ce!30264
-
Tim Zallmann authored
Vue-i18n: autofix for app/assets/javascripts/ide directory See merge request gitlab-org/gitlab-ce!29967
-
Stan Hu authored
If `spec/tasks/gitlab/cleanup_rake_spec.rb` preceded any of the Gitaly request specs, it would import the `cleanup.rake` and the global function `limit`. For some reason, the Protobuf implementation would use the global function instead of the getter method. For example: ``` def limit puts "hi" end req = Gitaly::WikiGetAllPagesRequest.new req.send(:limit) hi => nil ``` To fix this problem, access the field value using the [] operator instead. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/64006
-
Evan Read authored
Update job_artifacts.md to reflect change: https://gitlab.com/gitlab-org/gitlab-ce/issues/31771 See merge request gitlab-org/gitlab-ce!30175
-
Evan Read authored
Docs update for visibility restriction on GitLab.com Closes gitlab-ee#12501 See merge request gitlab-org/gitlab-ce!30203
-
Jeremy Watson authored
-
Evan Read authored
Add `--globoff` flag to the curl command for Jobs API. See merge request gitlab-org/gitlab-ce!30118
-
Evan Read authored
Docs: Clean up markdown spacing in geo docs See merge request gitlab-org/gitlab-ce!30112
-
Marcel Amirault authored
Spacing following lists should be 2 spaces, and 3 for numbered lists
-
Dan Davison authored
Wait for 'Uninstall' when installing Prometheus See merge request gitlab-org/gitlab-ce!30251
-
Peter Leitzen authored
Prometheus is uninstallable so waiting won't see 'Install' at all. We'll see 'Uninstall' instead.
-
Evan Read authored
Docs/Comments only: Better autodevops customization documentation See merge request gitlab-org/gitlab-ce!30247
-
Dylan Griffith authored
This will make it more obvious to anyone looking to customize these files what the source code actually is.
-
Evan Read authored
Update doc/user/project/merge_requests/squash_and_merge.md See merge request gitlab-org/gitlab-ce!30103
-
John Woods authored
-
- 02 Jul, 2019 22 commits
-
-
Clement Ho authored
Fix typo in updateResolvableDiscussionsCounts action See merge request gitlab-org/gitlab-ce!30278
-
Winnie Hellmann authored
-
Kamil Trzciński authored
Use separate Prometheus metrics dirs in dev/test Closes #63869 See merge request gitlab-org/gitlab-ce!30253
-
Stan Hu authored
Use PostgreSQL 9.6.11 in CI tests See merge request gitlab-org/gitlab-ce!30270
-
Stan Hu authored
Include username in auth log Closes #62756 See merge request gitlab-org/gitlab-ce!29821
-
Mayra Cabrera authored
Fetches user based on the value of 'rack.attack.match_discriminator' Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
-
Mayra Cabrera authored
Custom username for deploy tokens See merge request gitlab-org/gitlab-ce!29639
-
Krasimir Angelov authored
This new attribute is optional and used when set instead of the default format `gitlab+deploy-token-#{id}`. Empty usernames will be saved as null in the database. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50228.
-
Mayra Cabrera authored
Jekyll Pages template: LC_ALL=C.UTF-8 See merge request gitlab-org/gitlab-ce!29907
-
Rajat Jain authored
Add a check for logged out user in the manual order so that they don't see an flash message when they try to reorder issues.
-
Kamil Trzciński authored
Start UnicornSampler in master process Closes #63830 See merge request gitlab-org/gitlab-ce!30215
-
Jan Provaznik authored
Using `on_master_start` assures that the sampler is started in master process and not in worker processes.
-
Pat Myron authored
-
Phil Hughes authored
Backports css class used in EE specs Closes gitlab-ee#12534 See merge request gitlab-org/gitlab-ce!30258
-
Phil Hughes authored
Removes EE differences for app/views/groups/settings/_general.html.haml Closes gitlab-ee#12537 See merge request gitlab-org/gitlab-ce!30257
-
Mek Stittri authored
Reconcile our team, group label definitions with our organization structure See merge request gitlab-org/gitlab-ce!29714
-
Mek Stittri authored
-
Dmitriy Zaporozhets authored
Use title and description fields for issue trackers Closes #63690 See merge request gitlab-org/gitlab-ce!30096
-
Rémy Coutable authored
Cache Flipper persisted names directly to local memory storage See merge request gitlab-org/gitlab-ce!30265
-
Stan Hu authored
Prefer offline install for yarn See merge request gitlab-org/gitlab-ce!30267
-
Aleksei Lipniagov authored
Store Sidekiq and Web server metrics from Prometheus in separate directories in `development` and `test` environments.
-
Paul Slaughter authored
Add @pslaughter to CODEOWNERS See merge request gitlab-org/gitlab-ce!30252
-