- 03 Sep, 2018 18 commits
-
-
Francisco Javier López authored
-
Achilleas Pipinellis authored
Add updated ce images to kubernetes install doc See merge request gitlab-org/gitlab-ce!21418
-
Achilleas Pipinellis authored
Docs port ee community contributions See merge request gitlab-org/gitlab-ce!21311
-
Rémy Coutable authored
Update gitlab_chart.md to fix example domain spelling missing "l" See merge request gitlab-org/gitlab-ce!21462
-
Nick Thomas authored
Use sample data if repo has no commit in ChatService Closes #50564 See merge request gitlab-org/gitlab-ce!21440
-
Sean McGivern authored
Use a serializer to render diff lines Closes #48084 See merge request gitlab-org/gitlab-ce!21260
-
Douwe Maan authored
Bump unauthenticated session time from 1 hour to 2 hours Closes #50393 See merge request gitlab-org/gitlab-ce!21453
-
Sean McGivern authored
Disable the Sidekiq Admin Rack session See merge request gitlab-org/gitlab-ce!21441
-
Rémy Coutable authored
Run the review-docs-cleanup jobs for gitlab-org repos only Closes #50936 See merge request gitlab-org/gitlab-ce!21463
-
Rémy Coutable authored
Fix typo See merge request gitlab-org/gitlab-ce!21455
-
Sean McGivern authored
Enable `Lint/UselessAssignment` for haml-lint See merge request gitlab-org/gitlab-ce!21457
-
Rémy Coutable authored
Fix importers not assigning a new default group Closes #50110 See merge request gitlab-org/gitlab-ce!21456
-
Sean McGivern authored
[QA] Remove the :core tag since we're not using it anymore See merge request gitlab-org/gitlab-ce!21436
-
Phil Hughes authored
Adds Vuex store for the job log page See merge request gitlab-org/gitlab-ce!21312
-
-
Phil Hughes authored
Exclude frontend development dependencies from license restrictions See merge request gitlab-org/gitlab-ce!21430
-
Dmitriy Zaporozhets authored
Merge branch '50853-vendor-auto-devops-gitlab-ci-yml-to-resolve-redeploying-deleted-app-gives-helm-error' into 'master' Vendor Auto-DevOps.gitlab-ci.yml to resolve "Redeploying deleted app gives helm error" Closes #50853 See merge request gitlab-org/gitlab-ce!21429
-
Grzegorz Bizon authored
Add basic QA test for testing attachment uploads Closes #49957 See merge request gitlab-org/gitlab-ce!21300
-
- 02 Sep, 2018 2 commits
-
-
Stan Hu authored
-
Takuya Noguchi authored
-
- 01 Sep, 2018 7 commits
-
-
Adam John authored
-
Grzegorz Bizon authored
Add spec to ensure MR diffs are highlighted Closes #50793 See merge request gitlab-org/gitlab-ce!21410
-
Robert Speicher authored
-
Robert Speicher authored
During https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19766, several usages of these helper methods were mistakenly changed to instead assign to a (completely unused) local variable. When `page_title` was misused, for example, this resulted in the page no longer having a custom title set.
-
Robert Speicher authored
-
Robert Speicher authored
Add default parameter to branches API Closes #32877 See merge request gitlab-org/gitlab-ce!21294
-
Robert Speicher authored
Move fixture_path out of support/rspec file which is used by fast_spec_helper Closes #50365 See merge request gitlab-org/gitlab-ce!21240
-
- 31 Aug, 2018 13 commits
-
-
Robert Speicher authored
Allow auth via JWT (always false in CE) See merge request gitlab-org/gitlab-ce!21038
-
Stan Hu authored
The Bitbucket Server as well as other importers pass in a group name to be created (assuming the user has permission) and attempt to dedupe that with an existing group. However, the group *name* is not guaranteed to be unique, but the *path* is. Closes #50110
-
Robert Speicher authored
Fix "Confidential comments" button not saving in project hooks Closes #50440 See merge request gitlab-org/gitlab-ce!21289
-
Lyle authored
-
Stan Hu authored
GitLab already has its own session store, so this extra Sidekiq session is unnecessary. In addition, the GitLab session store properly sets the Secure flag, unlike the default Rack session. CSRF protection in the Sidekiq /admin page continues to work with the existing GitLab session. See https://github.com/mperham/sidekiq/pull/3183 for more details. Part of #49120
-
Felipe Artur authored
-
Stan Hu authored
Users who have their system clocks configured inconsistently due to Daylight Savings may see a GitLab session cookie that immediately expires, resulting in a 422 error. To avoid these errors, we can bump the unauthenticated session time from 1 hour to 2 hours so they have time to login and get the default 7-day session. Closes #50393
-
Douwe Maan authored
Changes update_column to update_attributes in ProjectTreeRestorer#restore_project by using timeless to maintain the current timestamps Closes #47765 See merge request gitlab-org/gitlab-ce!21242
-
Douwe Maan authored
Remove feature flag from BackgroundMigrationWorker See merge request gitlab-org/gitlab-ce!21404
-
Douwe Maan authored
Fix git submodule link for subgroup projects with relative path Closes #37356 See merge request gitlab-org/gitlab-ce!21154
-
Filipa Lacerda authored
Fixed IDE file row jumping into view on hover Closes #50751 See merge request gitlab-org/gitlab-ce!21403
-
Phil Hughes authored
Resolve "Persistent banner creates problem for web ide" Closes #46591 See merge request gitlab-org/gitlab-ce!21283
-
Paul Slaughter authored
-