summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | Merge branch 'dm-relative-url-root-in-development' into 'master'Rémy Coutable2018-05-313-2/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix various bugs related to relative_url_root in development See merge request gitlab-org/gitlab-ce!19213
| * | | | | | | | | | Fix various bugs related to relative_url_root in developmentDouwe Maan2018-05-293-2/+7
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'improve-snippets-docs' into 'master'Achilleas Pipinellis2018-05-311-13/+30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve structure of snippets documentation See merge request gitlab-org/gitlab-ce!19234
| * | | | | | | | | | | Improve structure of snippets documentationAndreas Kämmerle2018-05-311-13/+30
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'add-project-features-docs' into 'master'Achilleas Pipinellis2018-05-311-0/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Wiki and Snippets to project feature overview See merge request gitlab-org/gitlab-ce!19235
| * | | | | | | | | | Add Wiki and Snippets to project feature overviewAndreas Kämmerle2018-05-301-0/+2
| | | | | | | | | | |
* | | | | | | | | | | Update CHANGELOG.md for 10.8.3Mayra Cabrera2018-05-306-26/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | Merge branch '47002-fix-empty-wiki-illustration' into 'master'Clement Ho2018-05-303-6/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update "col-xs" usage to bootstrap4 Closes #47002 See merge request gitlab-org/gitlab-ce!19256
| * | | | | | | | | | | Update "col-xs" usage to bootstrap4Paul Slaughter2018-05-303-6/+6
|/ / / / / / / / / / /
* | | | | | | | | | | Merge branch 'sh-move-blob-data-at-public' into 'master'Robert Speicher2018-05-301-8/+8
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make Repository#blob_data_at a public method See merge request gitlab-org/gitlab-ce!19259
| * | | | | | | | | | | Make Repository#blob_data_at a public methodStan Hu2018-05-301-8/+8
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reduces conflicts with EE, where it is public because it is called in ee/lib/gitlab/ci/external/file/local.rb.
* | | | | | | | | | | Merge branch 'sh-add-usage-ping-api-settings' into 'master'Robert Speicher2018-05-301-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing usage_ping_enabled to API settings See merge request gitlab-org/gitlab-ce!19263
| * | | | | | | | | | | Add missing usage_ping_enabled to API settingsStan Hu2018-05-301-0/+1
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Identified while resolving conflicts in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5906
* | | | | | | | | | | Merge branch 'fix-nbsp-after-sign-in-with-google' into 'master'Filipa Lacerda2018-05-302-2/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix   after sign-in with Google button Closes #45551 See merge request gitlab-org/gitlab-ce!19249
| * | | | | | | | | | | Fix   after sign-in with Google buttonfix-nbsp-after-sign-in-with-googleKamil Trzciński2018-05-302-2/+6
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'leipert-upgrade-eslint' into 'master'Mike Greiling2018-05-3036-774/+615
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade eslint 3 -> 4 Closes #40476 See merge request gitlab-org/gitlab-ce!19182
| * | | | | | | | | | | | Convert spec/javascripts/.eslintrc to yml format as wellLukas Eipert2018-05-302-33/+34
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix last lintsLukas Eipert2018-05-293-10/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | disable no-multi-assignLukas Eipert2018-05-291-1/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix `spaced-comment`Lukas Eipert2018-05-298-13/+15
| | | | | | | | | | | | |
| * | | | | | | | | | | | remove unused createComponentWithMixin from vue spec helpersLukas Eipert2018-05-291-21/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | fix `no-unused-vars`Lukas Eipert2018-05-2918-159/+109
| | | | | | | | | | | | |
| * | | | | | | | | | | | use the old indent-rule for nowLukas Eipert2018-05-291-0/+14
| | | | | | | | | | | | |
| * | | | | | | | | | | | disable no-restricted-globalsLukas Eipert2018-05-291-0/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | disable prefer-destructuring for nowLukas Eipert2018-05-291-0/+3
| | | | | | | | | | | | |
| * | | | | | | | | | | | disable rules that might be conflicting with prettierLukas Eipert2018-05-291-5/+7
| | | | | | | | | | | | |
| * | | | | | | | | | | | disable `function-paren-newline` as it conflicts with prettierLukas Eipert2018-05-291-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Upgrade to eslint `~4.12.1` which is the last known version where the ↵Lukas Eipert2018-05-293-486/+366
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | camelcase bug does not persist
| * | | | | | | | | | | | convert eslintrc to ymlLukas Eipert2018-05-292-56/+53
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '46999-line-profiling-modal-width' into 'master'Clement Ho2018-05-303-8/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Line profiling modal width Closes #46999 See merge request gitlab-org/gitlab-ce!19253
| * | | | | | | | | | | | Fix UI broken in line profiling modal due to Bootstrap 4Takuya Noguchi2018-05-313-8/+7
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '46879-import-project-alignment' into 'master'Clement Ho2018-05-304-65/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "BS4: Import project page is missing margins and wells" Closes #46879 See merge request gitlab-org/gitlab-ce!19215
| * | | | | | | | | | | | Fix import project by url layoutAnnabel Dunstone Gray2018-05-294-65/+63
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'dz-awesome-print-version-unlock' into 'master'Robert Speicher2018-05-302-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove version lock on awesome_print dependency See merge request gitlab-org/gitlab-ce!19232
| * | | | | | | | | | | | Remove version lock on awesome_print dependencyDmitriy Zaporozhets2018-05-302-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | | | Merge branch 'dm-api-projects-members-preload' into 'master'Robert Speicher2018-05-303-16/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only preload member records for the relevant projects/groups/user in projects API See merge request gitlab-org/gitlab-ce!18945
| * | | | | | | | | | | | | Only preload member records for the relevant projects/groups/user in ↵dm-api-projects-members-preloadDouwe Maan2018-05-303-16/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | projects API
* | | | | | | | | | | | | | Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern2018-05-307-73/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace grape-route-helpers with our own grape-path-helpers Closes #45718 See merge request gitlab-org/gitlab-ce!19240
| * | | | | | | | | | | | | | Replace grape-route-helpers with our own grape-path-helpersStan Hu2018-05-307-73/+25
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gem (https://gitlab.com/gitlab-org/grape-path-helpers) makes a number of changes: 1. Brings in @mdelaossa's changes in https://github.com/reprah/grape-route-helpers/pull/21 2. Fixes some broken specs and code for Grape 1.0+ 3. Optimizes the generation of paths by bringing in @dblessing's HashWithIndifferentAccess changes in https://gitlab.com/gitlab-org/gitlab-ce/issues/45718#note_70123793 Closes #45718
* | | | | | | | | | | | | | Merge branch 'sh-simplify-issues-spec' into 'master'Douwe Maan2018-05-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify spec: `2.times.each` -> `2.times` See merge request gitlab-org/gitlab-ce!19242
| * | | | | | | | | | | | | | Simplify spec: `2.times.each` -> `2.times`Stan Hu2018-05-301-1/+1
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'match-any-stable-branch' into 'master'Rémy Coutable2018-05-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consider we might have prefix for stable branches See merge request gitlab-org/gitlab-ce!19237
| * | | | | | | | | | | | | | | Consider we might have prefix for stable branchesLin Jen-Shin2018-05-301-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch ↵Kamil Trzciński2018-05-303-1/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '46917-gitlab-is-not-sending-objectstore-timeout-value-to-workhorse' into 'master' Resolve "gitlab is not sending ObjectStore timeout value to workhorse" Closes #46917 See merge request gitlab-org/gitlab-ce!19201
| * | | | | | | | | | | | | | | Fix missing timeout value in object storage pre-authorization callAlessio Caiazza2018-05-293-1/+10
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'bump-kubeclient-version-3-1-0' into 'master'Rémy Coutable2018-05-303-6/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps kubeclient gem version to 3.1.0 See merge request gitlab-org/gitlab-ce!19199
| * | | | | | | | | | | | | | | | Bumps kubeclient gem version to 3.1.0bump-kubeclient-version-3-1-0Tiago Botelho2018-05-293-6/+11
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'bvl-group-shared-projects-private-api' into 'master'Sean McGivern2018-05-304-1/+92
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add `shared_projects` endpoint Closes #46800 See merge request gitlab-org/gitlab-ce!19141
| * | | | | | | | | | | | | | | | | Add archived param to the json responsebvl-group-shared-projects-private-apiToon Claes2018-05-301-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Fix small typosToon Claes2018-05-292-5/+5
| | | | | | | | | | | | | | | | | |