- 02 Apr, 2019 2 commits
-
-
Evan Read authored
Docs: Fix anchor to deprecated variables doc See merge request gitlab-org/gitlab-ce!26788
-
Marcel Amirault authored
-
- 01 Apr, 2019 38 commits
-
-
Mike Lewis authored
Refactor and restructure environments page See merge request gitlab-org/gitlab-ce!26400
-
Mike Lewis authored
Refactor and fix pipeline schedules See merge request gitlab-org/gitlab-ce!26756
-
Evan Read authored
-
Nick Thomas authored
Allow streaming io objects into Gitaly See merge request gitlab-org/gitlab-ce!26738
-
Fatih Acet authored
Fail Jest tests for unhandled Promise rejections Closes #56053 See merge request gitlab-org/gitlab-ce!26424
-
Fatih Acet authored
Update border radius of form controls and remove space above page titles See merge request gitlab-org/gitlab-ce!24497
-
Clement Ho authored
Add jQuery matchers to Jest Closes #59637 See merge request gitlab-org/gitlab-ce!26722
-
Winnie Hellmann authored
-
Bob Van Landuyt authored
This allows us to set the encoding of an IO passed without reading it into memory. This is useful if we want to stream files into Gitaly. Like we do when uploading a new file to the repository.
-
Douglas Barbosa Alexandre authored
Force a full GC after importing a project Closes #59477 See merge request gitlab-org/gitlab-ce!26803
-
Douglas Barbosa Alexandre authored
Add # frozen_string_literal to spec/workers See merge request gitlab-org/gitlab-ce!26790
-
Douglas Barbosa Alexandre authored
Remove find all tags feature flag See merge request gitlab-org/gitlab-ce!26746
-
Robert Speicher authored
Refactor the pipeline feature spec Closes #59747 See merge request gitlab-org/gitlab-ce!26822
-
Douglas Barbosa Alexandre authored
Fix Container Scanning for Kubernetes Runners Closes gitlab-ee#5763 and gitlab-ee#6636 See merge request gitlab-org/gitlab-ce!26793
-
Marcia Ramos authored
Add details for the first proof reader request See merge request gitlab-org/gitlab-ce!26812
-
Douwe Maan authored
Allow extra permissions in Project & Issue GraphQL types See merge request gitlab-org/gitlab-ce!26818
-
Thong Kuah authored
Adds `# frozen_string_literal: true` to spec/workers ruby files
-
Stan Hu authored
During a project import, it's possible that new branches are created by the importer to handle pull requests that have been created from forked projects, which would increment the `pushes_since_gc` value via `HousekeepingService.increment!` before a full garbage collection gets to run. This causes HousekeepingService to skip the full `git gc` and move to the incremental repack mode. To ensure that a garbage collection is run to pack refs and objects, explicitly execute the task. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
-
Nick Thomas authored
Include cluster domain in Project Clusters API Closes #59441 See merge request gitlab-org/gitlab-ce!26735
-
Mayra Cabrera authored
Domain was introduced on 11.8 and was not included on the Project Cluster API. With this change user will be able to include domain when adding and updating a cluster. Domain will also be included on the GET calls. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59441
-
Douglas Barbosa Alexandre authored
Check mergeability in merge to ref service See merge request gitlab-org/gitlab-ce!26757
-
Douglas Barbosa Alexandre authored
Disable inaccessible navigation links upon archiving a project Closes #58793 See merge request gitlab-org/gitlab-ce!26020
-
Lin Jen-Shin authored
Document ApplicationRecord / pluck_primary_key Closes #59690 See merge request gitlab-org/gitlab-ce!26764
-
Clement Ho authored
Fix bug where clicking file header in diff refreshes page Closes #57669 See merge request gitlab-org/gitlab-ce!26422
-
Nick Thomas authored
Fix MergeRequest#has_commits? nil comparison Closes #59547 See merge request gitlab-org/gitlab-ce!26828
-
Francisco Javier López authored
-
Grzegorz Bizon authored
Add # frozen_string_literal to spec/models See merge request gitlab-org/gitlab-ce!26791
-
Bob Van Landuyt authored
This makes sure we load the page as part of the spec, instead of a before block. So we could still perform setup inside shared examples, avoiding failures caught by data being wrongly cached when loading the page multiple times during a single spec
-
Grzegorz Bizon authored
Dry up and remove responsibilities from services Closes #58646 See merge request gitlab-org/gitlab-ce!26731
-
João Cunha authored
- Dry create_service.rb and update_service.rb duplicated code - Remove known list of applications responsibility from services - Refactor the complex builders->builder call from base_service.rb
-
Phil Hughes authored
Fix styleling for `app/assets/stylesheets/framework/markdown_area.scss` See merge request gitlab-org/gitlab-ce!26768
-
Stan Hu authored
Update lfs_administration.md to add new line in order to have table draw properly See merge request gitlab-org/gitlab-ce!26827
-
Rick Heil authored
-
Kushal Pandya authored
Display link to next to note in text email See merge request gitlab-org/gitlab-ce!26695
-
Sanad Liaquat authored
Fix typo in QA auto_devops spec See merge request gitlab-org/gitlab-ce!26809
-
Filipa Lacerda authored
-
Douwe Maan authored
Fix API /project/:id/branches not returning correct merge status Closes #56250 See merge request gitlab-org/gitlab-ce!26785
-
Sean McGivern authored
add a uniq constraints on issues and mrs labels See merge request gitlab-org/gitlab-ce!25435
-