- 03 Jul, 2019 40 commits
-
-
Dmitriy Zaporozhets authored
Update TODO: allow_collaboration column renaming See merge request gitlab-org/gitlab-ce!30291
-
Sean McGivern authored
rename `discussion` to `thread` Closes #55953 See merge request gitlab-org/gitlab-ce!29553
-
Tomasz Maczukin authored
Fix golint command in Go guide doc to be recursive See merge request gitlab-org/gitlab-ce!30262
-
Victor Zagorodny authored
-
Achilleas Pipinellis authored
Docs: move content to its own doc See merge request gitlab-org/gitlab-ce!30266
-
Marcia Ramos authored
- Move images to each corresponding img/ folder
-
Jan Provaznik authored
Deprecate diverging commit count with max parameter Closes gitaly#1702 See merge request gitlab-org/gitlab-ce!30275
-
Achilleas Pipinellis authored
Gitlab -> GitLab See merge request gitlab-org/gitlab-ce!30234
-
Ben Bodenmiller authored
-
Marin Jankovski authored
-
Marcia Ramos authored
Update Project Aliases API documentation See merge request gitlab-org/gitlab-ce!30288
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Achilleas Pipinellis authored
Update api docs to finish aligning EE and CE docs See merge request gitlab-org/gitlab-ce!29852
-
Marcel Amirault authored
Squashing a few commits and continuing work on merging the 12 api docs that have not been ported to CE yet.
-
Sean McGivern authored
-
Mark Chao authored
-
Sean McGivern authored
-
Nick Thomas authored
Remove old migration specs that violate FactoriesInMigrationSpecs See merge request gitlab-org/gitlab-ce!30280
-
Sean McGivern authored
Add Redis call details in Peek performance bar See merge request gitlab-org/gitlab-ce!30191
-
Nick Thomas authored
Show Upcoming Status for Releases See merge request gitlab-org/gitlab-ce!29577
-
Jason Goodman authored
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 authored
Resolve "Multiple discussions per line in merge request diffs" Closes #32452 See merge request gitlab-org/gitlab-ce!28748
-
Natalia Tepluhina authored
- all commits squashed to make danger review happy
-
Paul Slaughter authored
Replace slugifyWithHyphens with improved slugify text util See merge request gitlab-org/gitlab-ce!30172
-
Luke Ward authored
-
Marin Jankovski authored
Expound backporting a tad bit See merge request gitlab-org/gitlab-ce!29918
-
John Skarbek authored
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 authored
Remove istanbul JavaScript package Closes #63971 See merge request gitlab-org/gitlab-ce!30232
-
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.
-
Patrick Bajao authored
Fix the example for POST /project_aliases since it doesn't need the project_id to be URL encoded.
-
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
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 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
-