summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updates wordingdocs-fl-define-vuejs-expert-roleFilipa Lacerda2018-09-261-3/+3
|
* Defines Vue.js Expert RoleFilipa Lacerda2018-09-261-0/+8
| | | | Currently we have a vue.js expert role that is not defined By defining this role we can improve our Vue and Vuex code.
* Merge branch 'patch-29' into 'master'Rémy Coutable2018-09-261-1/+1
|\ | | | | | | | | Docs: Update deploy token example to use https See merge request gitlab-org/gitlab-ce!21720
| * Update deploy token example to use httpsClayton Carter2018-09-131-1/+1
| |
* | Merge branch 'patch-24' into 'master'Rémy Coutable2018-09-261-1/+2
|\ \ | | | | | | | | | | | | docs: link to repo check failures See merge request gitlab-org/gitlab-ce!21829
| * | docs: link to repo check failuresBen Bodenmiller2018-09-201-1/+2
| | |
* | | Merge branch '51839-remove-sorting-on-project-tags' into 'master'Nick Thomas2018-09-264-10/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Preserve order of project tags list Closes #51839 See merge request gitlab-org/gitlab-ce!21897
| * | | Preserve order of project tags listDennis Tang2018-09-264-10/+13
|/ / /
* | | Merge branch 'fix-gitlab-capitalization-translations-ce' into 'master'Rémy Coutable2018-09-2610-33/+33
|\ \ \ | | | | | | | | | | | | | | | | Correct GitLab capitalization in CE Translation files See merge request gitlab-org/gitlab-ce!21832
| * | | Correct GitLab capitalizations in translationsMarcel Amirault2018-09-2010-33/+33
| | | |
* | | | Merge branch '49329-mr-show-commit-details' into 'master'Phil Hughes2018-09-2616-10/+420
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Resolve "Commit details are not displayed when reviewing an MR commit by commit" See merge request gitlab-org/gitlab-ce!21784
| * | | | Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter2018-09-2616-10/+420
|/ / / /
* | | | Merge branch 'merge-cpp-junit-documentation-update' into 'master'Rémy Coutable2018-09-261-0/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Added cpp documentation for junit integration. See merge request gitlab-org/gitlab-ce!21916
| * | | | Added cpp documentation for junit integration. Shaun Burns2018-09-251-0/+21
| | | | |
* | | | | Merge branch 'tc-fix-rails5-subquery-selfjoin' into 'master'Douwe Maan2018-09-261-1/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work around a bug in Rails 5, where LIMIT causes trouble Closes #51729 See merge request gitlab-org/gitlab-ce!21879
| * | | | | Work around a bug in Rails 5, where LIMIT causes troubletc-fix-rails5-subquery-selfjoinToon Claes2018-09-251-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original code caused Rails to generate invalid SQL. The problem lays in the `.arel` method in `ActiveRecord::Relation`. When there was a `limit` on the relation, the `LIMIT` statement was taken over to Arel, but the value wasn't. ```ruby relation = Event.limit(2) relation.to_sql #=> "SELECT `events`.* FROM `events` LIMIT 2" relation.arel.to_sql #=> "SELECT `events`.* FROM `events` LIMIT ?" ``` Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51729
* | | | | | Merge branch 'patch-28' into 'master'Phil Hughes2018-09-261-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix board list vertical scroll bar always shows up See merge request gitlab-org/gitlab-ce!20481
| * | | | | | fix board list vertical scroll bar always shows upEmeryao2018-07-091-1/+1
| | | | | | |
* | | | | | | Merge branch 'jivl-glui-link' into 'master'4037-add-group-level-wikiClement Ho2018-09-252-8/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Add link component from gitlab-ui See merge request gitlab-org/gitlab-ce!21803
| * | | | | | Add link component from gitlab-uiJose Ivan Vargas2018-09-252-8/+17
|/ / / / / /
* | | | | | Merge branch 'leipert-dedupe-dependencies-2018-09-25' into 'master'Mike Greiling2018-09-251-346/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21908
| * | | | | | Dedupe frontend dependenciesleipert-dedupe-dependencies-2018-09-25Lukas Eipert2018-09-251-346/+34
| | | | | | |
* | | | | | | Merge branch 'add-gitlab-ui-skeleton-loading' into 'master'Mike Greiling2018-09-2512-222/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add gitlab-ui skeleton loading See merge request gitlab-org/gitlab-ce!21871
| * | | | | | | Add gitlab-ui skeleton loadingClement Ho2018-09-2512-222/+31
|/ / / / / / /
* | | | | | | Merge branch 'docs/zj-update-repository-lang' into 'master'Achilleas Pipinellis2018-09-251-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update doc/user/project/repository/index.md See merge request gitlab-org/gitlab-ce!21898
| * | | | | | | Update doc/user/project/repository/index.mddocs/zj-update-repository-langZeger-Jan van de Weg2018-09-251-1/+3
| | | | | | | |
* | | | | | | | Merge branch '51316-qa-fix-transient-fork-spec-failure' into 'master'Rémy Coutable2018-09-253-4/+44
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Troubleshoot "Transient failure in qa/specs/features/project/fork_project_spec.rb" See merge request gitlab-org/gitlab-ce!21858
| * | | | | | | | Assert successful sign in after registration51316-qa-fix-transient-fork-spec-failureMark Lapierre2018-09-253-4/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `.has_personal_area?` waits for sign in but does not ensure that it's successful. Raise an exception if not successful so we can capture a screenshot at the point of failure Adds a workaround and code to help troubleshoot why a new user doesn't stay signed in after loading a project page.
* | | | | | | | | Merge branch 'frozen-string-app-controller-more' into 'master'Stan Hu2018-09-2552-1/+108
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable more frozen string in app/controllers/ See merge request gitlab-org/gitlab-ce!21873
| * | | | | | | | | Enable more frozen string in app/controllers/gfyoung2018-09-2352-1/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables frozen string for the following: * app/controllers/dashboard/**/*.rb * app/controllers/explore/**/*.rb * app/controllers/google_api/**/*.rb * app/controllers/groups/**/*.rb * app/controllers/import/**/*.rb * app/controllers/instance_statistics/**/*.rb * app/controllers/ldap/**/*.rb * app/controllers/oauth/**/*.rb * app/controllers/profiles/**/*.rb Partially addresses #47424.
* | | | | | | | | | Merge branch 'follow-up-geo-sync-disabled-wikis' into 'master'Douglas Barbosa Alexandre2018-09-2511-99/+11
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6906 See merge request gitlab-org/gitlab-ce!21903
| * | | | | | | | | | Geo: sync disabled wikis. Stage 2follow-up-geo-sync-disabled-wikisValery Sizov2018-09-2511-99/+11
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We started syncing all the wiki regardless of the fact it's disabled or not. We couldn't do that in one stage because of needing of smoth update and deprecating things. This is the second stage that finally removes unused columns in the geo_node_status table.
* | | | | | | | | | Merge branch 'fix-committer-typo' into 'master'Rémy Coutable2018-09-255-7/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix committer typo Closes #51808 See merge request gitlab-org/gitlab-ce!21899
| * | | | | | | | | | Fix committer typoGeorge Tsiolis2018-09-255-7/+12
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'leipert-fix-mr-widget-header-margins' into 'master'Annabel Dunstone Gray2018-09-252-25/+40
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix margins in merge request header Closes #51726 See merge request gitlab-org/gitlab-ce!21878
| * | | | | | | | | | | Fix merge request header marginsleipert-fix-mr-widget-header-marginsLukas Eipert2018-09-252-25/+40
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ce-improve-review-apps' into 'master'Douglas Barbosa Alexandre2018-09-256-0/+459
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE] Improve review apps See merge request gitlab-org/gitlab-ce!21087
| * | | | | | | | | | | | [CE] Port review apps file to CEce-improve-review-appsRémy Coutable2018-09-256-0/+459
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | Merge branch 'fa-handle_invalid_utf8_errors' into 'master'Stan Hu2018-09-255-0/+73
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Render 412 when invalid UTF-8 is passed as parameter See merge request gitlab-org/gitlab-ce!21774
| * | | | | | | | | | | | Render 412 for invalid UTF-8 parametersfa-handle_invalid_utf8_errorsFelipe Artur2018-09-225-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renders 412 error page when invalid UTF-8 is passed as parameters in controllers.
* | | | | | | | | | | | | Merge branch 'osw-clean-up-phase-for-diff-files-removal' into 'master'Yorick Peterse2018-09-252-0/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add clean-up phase for ScheduleDiffFilesDeletion migration Closes #51469 See merge request gitlab-org/gitlab-ce!21734
| * | | | | | | | | | | | | Add clean-up phase for ScheduleDiffFilesDeletionOswaldo Ferreira2018-09-252-0/+28
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Process any remaining ScheduleDiffFilesDeletion workers and remove temporary added index.
* | | | | | | | | | | | | Merge branch 'ml-qa-register-ldap' into 'master'Dan Davison2018-09-255-8/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QA: Allow registration when LDAP is enabled See merge request gitlab-org/gitlab-ce!21846
| * | | | | | | | | | | | | Allow registration when LDAP is enabledml-qa-register-ldapMark Lapierre2018-09-245-8/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the login page object and related code so that a user can be registered when LDAP is enabled
* | | | | | | | | | | | | | Merge branch 'enable-force-write-auth-keys-restore' into 'master'Nick Thomas2018-09-253-3/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the ability to use the force env for rebuilding authorized_keys during a restore See merge request gitlab-org/gitlab-ce!21896
| * | | | | | | | | | | | | | Enable write to auth_keys file during restoreCindy Pallares2018-09-253-3/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fast lookup of authorized SSH keys in the database was ported to CE in v10.4. This change adds the option to enable the setting via the restore rake task and assumes yes if the force env variable is set.
* | | | | | | | | | | | | | | Merge branch 'ide-remove-stage-buttons' into 'master'Filipa Lacerda2018-09-256-69/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove stage/unstage buttons from IDE commit list items Closes #51695 See merge request gitlab-org/gitlab-ce!21845
| * | | | | | | | | | | | | | | Fixed alignment of changed icon in commit headide-remove-stage-buttonsPhil Hughes2018-09-251-0/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Updated specs to account for removed buttonsPhil Hughes2018-09-214-65/+2
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Remove stage/unstage buttons from IDE commit list itemsPhil Hughes2018-09-201-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51695