summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix currently invalid po filesbvl-fix-invalid-po-filesBob Van Landuyt2017-07-246-19/+17
|
* Merge branch 'fix-old-ci-api' into 'master'Grzegorz Bizon2017-07-222-1/+67
|\ | | | | | | | | | | | | Fix support for old CI API when image or services are not specified Closes #35421 See merge request !13023
| * Fix support for old CI API when image or services are not specifiedfix-old-ci-apiKamil Trzcinski2017-07-222-1/+67
| |
* | Merge branch 'short-circuit-coverage-with-empty-regex' into 'master'Grzegorz Bizon2017-07-224-5/+32
|\ \ | | | | | | | | | | | | Short-circuit build coverage extraction for empty regexes See merge request !13015
| * | Short-circuit build coverage extraction for empty regexesNick Thomas2017-07-224-5/+32
|/ /
* | Update VERSION to 9.5.0-prev9.5.0.preJames Edwards-Jones2017-07-221-1/+1
| |
* | Update CHANGELOG.md for 9.4.0James Edwards-Jones2017-07-22179-723/+187
| | | | | | [ci skip]
* | Merge branch 'zj-pipeline-badge-improvements' into 'master'Grzegorz Bizon2017-07-2215-114/+159
|\ \ | | | | | | | | | | | | | | | | | | Pipeline badge improvements Closes #15582 and #20961 See merge request !12966
| * | Port spinach tests to rspec feature specszj-pipeline-badge-improvementsZ.J. van de Weg2017-07-213-64/+61
| | | | | | | | | | | | | | | | | | | | | Logic is the same, just now ported, while this feature was being improved anyway in this branch. Resolves #20961
| * | Reword success to passing for pipeline badgesZ.J. van de Weg2017-07-215-3/+22
| | |
| * | Rename build to pipeline for status badgesZ.J. van de Weg2017-07-2112-54/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First commit in probably 2, for resolve gitlab-org/gitlab-ce#15582. This commit is renaming files and classes from build to pipeline. Also wording is editted to pipeline. Given `pipeline` had more characters than `build`, I've made the field a bit wider. The width now matchers the one for the coverage badge, so they look nice when in a table format, or in a list. As soon as this commit is merged to master, and released, the build.svg is deprecated, meaning that all users which already placed a badge should update it. However, to make sure it keeps working tests are added for this case.
* | | Merge branch '35368-fix-gcovr-regexp-matching' into 'master'Grzegorz Bizon2017-07-222-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix the gcovr coverage regex by removing line separators before scanning Closes #35368 See merge request !13025
| * | | Fix the gcovr coverage regex by removing line separators before scanningNick Thomas2017-07-212-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RE2 differs from Ruby in handling multiple-line strings. The string "foo\n" will not match the regular expression "foo$" unless multi-line mode is enabled (and it's off by default). Since we're already scanning the build trace line by line (and so multi-line coverage regular expressions won't work), we can fix this by removing the line separator before scanning the string.
* | | | Merge branch '35178-remember-me-in-omniauth-box-seems-too-close-to-icons' ↵Clement Ho2017-07-212-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' add margin above Remember Me for social login Closes #35178 See merge request !12957
| * | | | add padding above Remember Me for social login35178-remember-me-in-omniauth-box-seems-too-close-to-iconsSimon Knox2017-07-202-3/+3
| | | | | | | | | | | | | | | | | | | | also fix case
* | | | | Merge branch 'dz-sidekiq-remove-queue' into 'master'Sean McGivern2017-07-211-0/+7
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Update sidekiq style guide with rename/remove queue instructions Closes #34223 See merge request !13009
| * | | | Capitalize Sidekiq word in dev docDmitriy Zaporozhets2017-07-211-1/+1
| | | | |
| * | | | Update sidekiq_style_guide.md with removing or renaming queues instructionsdz-sidekiq-remove-queueDmitriy Zaporozhets2017-07-211-0/+7
| | |/ / | |/| |
* | | | Merge branch 'harishsr-fix-typo-in-ldap-docs' into 'master'Drew Blessing2017-07-211-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix typo in the LDAP docs missing a required colon See merge request !12973
| * | | | Fix typo in the LDAP docs missing a required colonHarish Ramachandran2017-07-191-1/+1
| | | | |
* | | | | Merge branch '35236-svg-logo' into 'master'Phil Hughes2017-07-213-4/+17
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use custom font SVG for logo Closes #35236 See merge request !13018
| * | | | | Use custom font SVG for logoAnnabel Dunstone Gray2017-07-213-4/+17
| | | | | |
* | | | | | Merge branch '35367-speedup-lint-javascript-report-job' into 'master'Kamil Trzciński2017-07-211-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the `lint:javascript:report` job depends on `setup-test-env` only Closes #35367 See merge request !12998
| * | | | | | Make the lint:javascript:report job depends on setup-test-env only35367-speedup-lint-javascript-report-jobRémy Coutable2017-07-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'breadcrumbs-px-height' into 'master'Phil Hughes2017-07-211-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Add 1px to breadcrumbs min height See merge request !13020
| * | | | | | Add 1px to breadcrumbs min heightAnnabel Dunstone Gray2017-07-211-1/+1
| | | | | | |
* | | | | | | Merge branch 'gitaly-tree-entries' into 'master'Rémy Coutable2017-07-215-33/+108
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Incorporate CommitService.GetTreeEntries Gitaly call Closes gitaly#372 See merge request !12941
| * | | | | | | Incorporate CommitService.GetTreeEntries Gitaly callgitaly-tree-entriesAlejandro Rodríguez2017-07-205-33/+108
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch '34549-extract-devise-mappings-into-helper' into 'master'Rémy Coutable2017-07-216-6/+32
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test helper Closes #34549 See merge request !12742
| * | | | | | | Extract "@request.env['devise.mapping'] = Devise.mappings[:user]" to a test ↵Jacopo2017-07-206-6/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | helper Extracted `@request.env['devise.mapping'] = Devise.mappings[:user]` and `Rails.application.env_config['devise.mapping'] = Devise.mappings[:user]` in our tests into the helper method `set_devise_mapping`
* | | | | | | | Merge branch 'rs-move-mr-slash-command-spec-from-issues' into 'master'Rémy Coutable2017-07-212-26/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move a spec related to merge requests out of a feature related to issues See merge request !13002
| * | | | | | | | Move a spec related to merge requests out of a feature related to issuesrs-move-mr-slash-command-spec-from-issuesRobert Speicher2017-07-202-26/+18
| | | | | | | | |
* | | | | | | | | Merge branch 'feature/migrate-commit-find-all-to-gitaly' into 'master'Robert Speicher2017-07-216-64/+130
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Commit.find_all to Gitaly Closes gitaly#396 See merge request !12934
| * | | | | | | | Migrate Gitlab::Git::Commit.find_all to Gitalyfeature/migrate-commit-find-all-to-gitalyAhmad Sherif2017-07-206-64/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes gitaly#396
* | | | | | | | | Merge branch 'improve-ee-compat-check' into 'master'Robert Speicher2017-07-211-6/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Developer can just download the patch from the `ee_compat_check` job's artifact See merge request !12967
| * | | | | | | | | Developer can just download the patch from the `ee_compat_check` job's artifactimprove-ee-compat-checkRémy Coutable2017-07-191-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Merge branch '28975-recommend-using-v4-api-on-slash-command-integrations' ↵Robert Speicher2017-07-213-3/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Recommend V4 API usage on chat slash command integrations Closes #28975 See merge request !12954
| * | | | | | | | | | Recommend using V4 API on chat slash command integrations28975-recommend-using-v4-api-on-slash-command-integrationsOswaldo Ferreira2017-07-193-3/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge branch ↵Robert Speicher2017-07-212-20/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '34788-testenv-doesn-t-update-the-component-correctly-when-a-branch-is-specified' into 'master' Improve version handling on component install tasks Closes #34788 See merge request !13006
| * | | | | | | | | | | Improve version handling on component install tasks34788-testenv-doesn-t-update-the-component-correctly-when-a-branch-is-specifiedAlejandro Rodríguez2017-07-202-20/+4
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue where, when using branch versions, the component wouldn't be updated after the first branch checkout. We also save one step, since checking out the FETCH_HEAD with `-f` already does what `reset --hard` did.
* | | | | | | | | | | Merge branch 'fix-re2-infinite-loop-nick' into 'security-9-3'Sean McGivern2017-07-213-8/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix an infinite loop in Gitlab:UntrustedRegexp See merge request !2146
* | | | | | | | | | | Merge branch 'fix/gb/qa/fix-new-project-selectors' into 'master'Rémy Coutable2017-07-215-12/+25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix new project selectors in GitLab QA Closes gitlab-qa#57 See merge request !13012
| * | | | | | | | | | | Fix new project selectors in GitLab QAfix/gb/qa/fix-new-project-selectorsGrzegorz Bizon2017-07-215-12/+25
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'docs/gb/update-background-migrations-development-docs' into ↵Sean McGivern2017-07-211-0/+36
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Extend background migration development guidelines See merge request !12988
| * | | | | | | | | | | | Copy-edit background migrations guidelinesGrzegorz Bizon2017-07-211-7/+13
| | | | | | | | | | | | |
| * | | | | | | | | | | | Extend background migration development guidelinesGrzegorz Bizon2017-07-201-0/+30
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'dz-update-grape' into 'master'Sean McGivern2017-07-2123-9/+35
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update grape gem See merge request !12992
| * | | | | | | | | | | | Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-2023-9/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | | | | | | Merge branch ↵Rémy Coutable2017-07-211-7/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '34995_add_traditional_chinese_in_taiwan_translations_of_pipeline_schedules' into 'master' Add Traditional Chinese in Taiwan translations of Pipeline Schedules Closes #34995 See merge request !12982
| * | | | | | | | | | | | | Add Traditional Chinese in Taiwan translations of Pipeline SchedulesHuang Tao2017-07-211-7/+26
|/ / / / / / / / / / / / /