summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix a transient failure in ↵sh-no-cache-populate-migrationRémy Coutable2018-02-121-1/+1
| | | | | | db/post_migrate/20170717111152_cleanup_move_system_upload_folder_symlink.rb where symlink already exists Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use the latest migration in ↵Rémy Coutable2018-02-121-4/+8
| | | | | | | | spec/migrations/rename_reserved_project_names_spec.rb We do that because it's using factories and it's not worth it to get rid of them. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Allow to use the latest migration in migration specsRémy Coutable2018-02-121-1/+7
| | | | | | | This is useful for migration tests that relies on factories and that are very old and/or tedious to modify to not use factories. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Call .reset_column_in_all_models! before migrating in ↵Rémy Coutable2018-02-121-0/+2
| | | | | | MigrationsHelpers.schema_migrate_up! Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use the :migration metadata in migration specsRémy Coutable2018-02-122-5/+6
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Disable caching of tables for migration spec that drops a temporary tableStan Hu2018-02-122-1/+5
| | | | This is to fix job failures, such as https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/51409392.
* Merge branch '4826-geo-wikisyncservice-attempts-to-sync-projects' into 'master'Nick Thomas2018-02-124-2/+76
|\ | | | | | | | | Create an empty wiki when there is no wiki in the gitlab export bundle See merge request gitlab-org/gitlab-ce!17010
| * Create an empty wiki when there is no wiki in the gitlab export bundleValery Sizov2018-02-124-2/+76
|/
* Merge branch 'group-label-page-breadcrumb' into 'master'Phil Hughes2018-02-122-1/+5
|\ | | | | | | | | | | | | Fix breadcrumb on labels page for groups Closes #42909 See merge request gitlab-org/gitlab-ce!17045
| * Revert and remove header_title line from labels issueOnuwa Nnachi Isaac2018-02-123-2/+6
| |
| * Fix breadcrumb on labels page for groupsOnuwa Nnachi Isaac2018-02-092-2/+2
| |
* | Merge branch 'diff-and-gpg-badges-ajax-refactor' into 'master'Phil Hughes2018-02-123-28/+46
|\ \ | | | | | | | | | | | | Replaced use of $.get with axios.get and updated tests See merge request gitlab-org/gitlab-ce!16989
| * | Fixed bug with param configdiff-and-gpg-badges-ajax-refactorConstance Okoghenun2018-02-121-1/+1
| | |
| * | changed params passed to from a string to an objectConstance Okoghenun2018-02-121-2/+3
| | |
| * | Fixed typo, updated test, and removed commented codeConstance Okoghenun2018-02-083-4/+3
| | |
| * | Replaced use of $.get with axios.get and updated testsConstance Okoghenun2018-02-083-28/+46
| | |
* | | Merge branch 'bw-fix-autoload-issue' into 'master'Rémy Coutable2018-02-121-0/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix issue with Gitlab::CurrentSettings and autoload/spring system Closes gitlab-ee#4842 See merge request gitlab-org/gitlab-ce!17037
| * | | make sure there is a dependency on Gitlab::CurrentSettings isbw-fix-autoload-issueBrett Walker2018-02-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue where the Rails autoload system would throw various `Unable to autoload constant` errors (such as `Unable to autoload constant EE::ProjectsHelper`) when using the autoload system (such with `spring` or `reload!` in the rails console. This error was specifically ocurring in the EE code, however, it's seems reasonable to place the fix in CE as a general innoculation.
* | | | Merge branch 'refactor/move-issuable-time-tracker-vue-component' into 'master'Filipa Lacerda2018-02-124-75/+85
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Move IssuableTimeTracker vue component See merge request gitlab-org/gitlab-ce!16948
| * | | | Move IssuableTimeTracker vue componentGeorge Tsiolis2018-02-124-75/+85
| | | | |
* | | | | Merge branch '42928-default-protected-variables-to-off' into 'master'Filipa Lacerda2018-02-124-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Default CI variables to unprotected Closes #42928 See merge request gitlab-org/gitlab-ce!17039
| * | | | | Default CI variables to unprotected42928-default-protected-variables-to-offEric Eastwood2018-02-094-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/42928
* | | | | | Merge branch 'npm-waitforimages' into 'master'Tim Zallmann2018-02-127-149/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update jquery.waitforimages & use npm version See merge request gitlab-org/gitlab-ce!17004
| * | | | | | Update jquery.waitforimages & use npm versionnpm-waitforimagesPhil Hughes2018-02-087-149/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #39072
* | | | | | | Merge branch 'sh-add-login-types-qa' into 'master'Grzegorz Bizon2018-02-125-1/+50
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. standard, LDAP) See merge request gitlab-org/gitlab-ce!17048
| * | | | | | | GitLab QA: Add GITLAB_USER_TYPE to support different login types (e.g. ↵sh-add-login-types-qaStan Hu2018-02-115-1/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | standard, LDAP) GITLAB_USERNAME and GITLAB_PASSWORD may be specified for an LDAP login, but QA scenarios may need to know which type it is in order to log in successfully.
* | | | | | | | Merge branch '42922-environment-name' into 'master'Phil Hughes2018-02-123-11/+29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Add tooltip in enviroments names" Closes #42922 See merge request gitlab-org/gitlab-ce!17029
| * | | | | | | | Adds tooltip for environment name42922-environment-nameFilipa Lacerda2018-02-093-11/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds CSS for child envrionments
* | | | | | | | | Merge branch '42908-rename-scss-files-to-use-snake-case' into 'master'Filipa Lacerda2018-02-129-8/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename .scss files to use snake_case Closes #42908 See merge request gitlab-org/gitlab-ce!17022
| * | | | | | | | | Rename .scss files to use snake_case42908-rename-scss-files-to-use-snake-caseEric Eastwood2018-02-089-8/+8
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/42908
* | | | | | | | | Merge branch '42937-search-api-fix' into 'master'Grzegorz Bizon2018-02-122-4/+24
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API - fix searching in group/project specified by path Closes #42937 See merge request gitlab-org/gitlab-ce!17033
| * | | | | | | | API - fix searching in group/project specified by path42937-search-api-fixJarka Kadlecová2018-02-092-4/+24
| | | | | | | | |
* | | | | | | | | Merge branch 'fix/encoding-to-unsupported-encodings' into 'master'Robert Speicher2018-02-092-3/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return a warning string if we try to encode to unsupported encoding Closes gitlab-development-kit#321 See merge request gitlab-org/gitlab-ce!17038
| * | | | | | | | | Return a warning string if we try to encode to unsupported encodingAhmad Sherif2018-02-092-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes gitlab-development-kit#321
* | | | | | | | | | Merge branch 'winh-remove-confirmation_input' into 'master'Clement Ho2018-02-092-125/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove confirmation_input component See merge request gitlab-org/gitlab-ce!17046
| * | | | | | | | | | Remove confirmation_inputWinnie Hellmann2018-02-092-125/+0
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'rs-pick-security' into 'master'Stan Hu2018-02-0930-130/+651
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pick 10.4.3 fixes into master See merge request gitlab-org/gitlab-ce!17040
| * | | | | | | | | Resolve failures in GitHub-ish import controller specsrs-pick-securityRobert Speicher2018-02-091-4/+4
| | | | | | | | | |
| * | | | | | | | | Remove changelogs for already-released security patchesRobert Speicher2018-02-094-20/+0
| | | | | | | | | |
| * | | | | | | | | Merge branch 'mc/bug/38984-wildcard-protected-tags' into 'security-10-4'Kamil Trzciński2018-02-095-9/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix using wildcards in protected tags to expose protected variables
| * | | | | | | | | Merge branch 'fix/gh-namespace-issue' into 'security-10-4'James Lopez2018-02-096-29/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10.4] Fix GH namespace security issue
| * | | | | | | | | Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into ↵Robert Speicher2018-02-095-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'security-10-4' Restrict Todo API mark_as_done endpoint to the user's todos only
| * | | | | | | | | Merge branch 'fix-mermaid-xss' into 'security-10-4'Douwe Maan2018-02-099-15/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10.4] Fix stored XSS in code blocks
| * | | | | | | | | Merge branch ↵Douwe Maan2018-02-099-75/+410
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibility' into 'security-10-4' [Port for security-10-4]: Makes SnippetFinder ensure feature visibility
* | | | | | | | | Merge branch 'doc-improve-side-effects-block' into 'master'Phil Hughes2018-02-091-2/+31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve docs about allowing some side effects on the constructor See merge request gitlab-org/gitlab-ce!17027
| * | | | | | | | | Fix english in style_guide_js.mddoc-improve-side-effects-blockFilipa Lacerda2018-02-091-2/+2
| | | | | | | | | |
| * | | | | | | | | Improve docs about allowing some side effects on the constructorFilipa Lacerda2018-02-091-2/+31
| | | | | | | | | |
* | | | | | | | | | Merge branch 'sh-add-docker-build-qa' into 'master'Grzegorz Bizon2018-02-091-0/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation on how to build a QA Docker image See merge request gitlab-org/gitlab-ce!17036
| * | | | | | | | | Add documentation on how to build a QA Docker imagesh-add-docker-build-qaStan Hu2018-02-091-0/+10
|/ / / / / / / / /
* | | | | | | | | Merge branch 'qa/gb/do-not-require-test-network-in-pipeline-tests' into 'master'Robert Speicher2018-02-092-2/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not attach runner to a non-exsiting network in QA Closes gitlab-qa#180 See merge request gitlab-org/gitlab-ce!17028