- 03.07.2019 36 коммитов
-
-
Winnie Hellmann создал
-
Winnie Hellmann создал
-
Achilleas Pipinellis создал
Update api docs to finish aligning EE and CE docs See merge request gitlab-org/gitlab-ce!29852
-
Marcel Amirault создал
Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
-
Nick Thomas создал
Remove old migration specs that violate FactoriesInMigrationSpecs See merge request gitlab-org/gitlab-ce!30280
-
Sean McGivern создал
Add Redis call details in Peek performance bar See merge request gitlab-org/gitlab-ce!30191
-
-
Jason Goodman создал
Add released_at field to releases API Add released_at column to releases table Return releases to the API sorted by released_at
-
Phil Hughes создал
Resolve "Multiple discussions per line in merge request diffs" Closes #32452 See merge request gitlab-org/gitlab-ce!28748
-
-
Paul Slaughter создал
Replace slugifyWithHyphens with improved slugify text util See merge request gitlab-org/gitlab-ce!30172
-
Luke Ward создал
-
-
John Skarbek создал
This bolsters the information in this document, based on questions recently raised in issue: https://gitlab.com/gitlab-org/release/framework/issues/378
-
Kushal Pandya создал
Remove istanbul JavaScript package Closes #63971 See merge request gitlab-org/gitlab-ce!30232
-
Jan Provaznik создал
Fix order-dependent Gitaly specs failing Closes #64006 See merge request gitlab-org/gitlab-ce!30282
-
Evan Read создал
Docs: Fix markdown to reduce number of kramdown warnings (part 1b) Closes #64055 See merge request gitlab-org/gitlab-ce!30246
-
-
Kushal Pandya создал
Don't let logged out user do manual order See merge request gitlab-org/gitlab-ce!30264
-
Tim Zallmann создал
Vue-i18n: autofix for app/assets/javascripts/ide directory See merge request gitlab-org/gitlab-ce!29967
-
Stan Hu создал
Since Redis timings appear to be increasing in production, this change makes it easier to see what exactly which queries are being called and where. This is done by prepending modules in peek-redis to store the call details. This commit redact values for all SET commands (e.g. HMSET, GETSET, etc.).
-
Stan Hu создал
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 создал
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 создал
Docs update for visibility restriction on GitLab.com Closes gitlab-ee#12501 See merge request gitlab-org/gitlab-ce!30203
-
Jeremy Watson создал
-
Evan Read создал
Add `--globoff` flag to the curl command for Jobs API. See merge request gitlab-org/gitlab-ce!30118
-
Evan Read создал
Docs: Clean up markdown spacing in geo docs See merge request gitlab-org/gitlab-ce!30112
-
-
Dan Davison создал
Wait for 'Uninstall' when installing Prometheus See merge request gitlab-org/gitlab-ce!30251
-
Peter Leitzen создал
Prometheus is uninstallable so waiting won't see 'Install' at all. We'll see 'Uninstall' instead.
-
Evan Read создал
Docs/Comments only: Better autodevops customization documentation See merge request gitlab-org/gitlab-ce!30247
-
Dylan Griffith создал
This will make it more obvious to anyone looking to customize these files what the source code actually is.
-
Evan Read создал
Update doc/user/project/merge_requests/squash_and_merge.md See merge request gitlab-org/gitlab-ce!30103
-
John Woods создал
-
Clement Ho создал
Fix typo in updateResolvableDiscussionsCounts action See merge request gitlab-org/gitlab-ce!30278
-
Winnie Hellmann создал
-
- 02.07.2019 4 коммита
-
-
Kamil Trzciński создал
Use separate Prometheus metrics dirs in dev/test Closes #63869 See merge request gitlab-org/gitlab-ce!30253
-
-
-
Stan Hu создал
Include username in auth log Closes #62756 See merge request gitlab-org/gitlab-ce!29821
-