summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge methods between BuildPresenter and Build::Failed status44269-show-failure-reason-on-upgrade-tooltip-of-jobsMayra Cabrera2018-03-269-49/+121
| | | | Gitlab::Ci::Status contain most of the logic, meanwhile BuildPresenter just presents it
* Change tooltip formatMayra Cabrera2018-03-236-21/+48
| | | | | - Display a lowercase tooltip for pipelines (list, minigraphs and job selector) - Include failure reason inside parenthesis for all of scenarios
* Add Gitlab::Ci::Status::.Build::Failed classMayra Cabrera2018-03-2210-35/+135
| | | | | | | This class has two methods: - label to include the failure_reason - matches? Returns true if it's a failed job that is not allowed to fail
* Revert Vue tooltip adaptation and use it correctlyAndré Luís2018-03-222-9/+3
|
* Fix typo on build presenter specMayra Cabrera2018-03-221-1/+1
|
* Add support for html option on vue triggered tooltipsAndré Luís2018-03-221-1/+7
|
* Allow html in the tooltip of CI job status in one more placeAndré Luís2018-03-221-1/+1
|
* Unify retry information in tooltip of job statusAndré Luís2018-03-221-3/+4
|
* Allow html in tooltip of ci status badgeAndré Luís2018-03-221-2/+2
|
* Allow HTML in tooltip of job vue componentAndré Luís2018-03-221-0/+2
|
* Make whole row of Job status activate tooltip and darker bgAndré Luís2018-03-222-3/+3
|
* Allow html within Tooltip for Job status badgeAndré Luís2018-03-222-2/+3
|
* Displays descriptive tooltipMayra Cabrera2018-03-229-17/+90
| | | | | | | | | | | | This is implemented on: - job lists on Pipeline detail view - global job list view. - Merge request widget - Commit widget - Jobs sidebar - Pipeline list Frontend is needed to make the br tag actually work
* Include failure_reason on BuildSerializerMayra Cabrera2018-03-223-1/+26
| | | | | | | - Add a method on Ci::Build presenter to map the failure to an appropriate description Closes #44269
* Merge branch 'ci-pipeline-commit-lookup' into 'master'Kamil Trzciński2018-03-223-5/+10
|\ | | | | | | | | | | | | Use porcelain commit lookup method on CI::CreatePipelineService Closes charts/helm.gitlab.io#291 See merge request gitlab-org/gitlab-ce!17911
| * Use porcelain commit lookup method on CI::CreatePipelineServiceci-pipeline-commit-lookupAlejandro Rodríguez2018-03-223-5/+10
| | | | | | | | | | Before we were using a "plumbing" Gitlab::Git method that does not go through Gitaly migration checking.
* | Merge branch 'prettier-ignore' into 'master'Mike Greiling2018-03-222-73/+57
|\ \ | | | | | | | | | | | | | | | | | | Added prettierignore file Closes #44483 See merge request gitlab-org/gitlab-ce!17907
| * | remove svg.config.js as it no longer existsMike Greiling2018-03-221-1/+1
| | |
| * | Added prettierignore fileprettier-ignorePhil Hughes2018-03-212-73/+57
| | | | | | | | | | | | Closes #44483
* | | Merge branch 'move-concatenate-module-plugin' into 'master'Jacob Schatz2018-03-221-3/+1
|\ \ \ | | | | | | | | | | | | | | | | Disable webpack scope hoisting in development See merge request gitlab-org/gitlab-ce!17942
| * | | enable scope hoisting only in produciton (it interferes with HMR)Mike Greiling2018-03-221-3/+1
| | | |
* | | | Merge branch '44382-ui-breakdown-for-create-merge-request' into 'master'Clement Ho2018-03-223-7/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UI breakdown of message of the last pushed branch for Create merge request Closes #44382 See merge request gitlab-org/gitlab-ce!17821
| * | | | Fix UI breakdown for Create merge request buttonTakuya Noguchi2018-03-233-7/+9
| | | | |
* | | | | Merge branch '43273-fix-double-scrollbar-dropdowns' into 'master'Jacob Schatz2018-03-225-4/+40
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Some dropdowns have two scroll bars." Closes #43273 See merge request gitlab-org/gitlab-ce!17665
| * | | | | Resolve "Some dropdowns have two scroll bars."Dennis Tang2018-03-225-4/+40
|/ / / / /
* | | | | Merge branch '44365-fix-module-reloading' into 'master'Robert Speicher2018-03-221-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix the other "A copy of ..." error for ReadOnly Closes #44365 See merge request gitlab-org/gitlab-ce!17935
| * | | | Force Rails to not complain about reloadingLin Jen-Shin2018-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same strategy with: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17810 See: https://stackoverflow.com/a/29710188/1992201 Frankly I don't really understand how this works and I don't really care either. However I tried it and it does the job. To try this, make sure you have pending migrations, and run the server, hit the site. It would tell you that there's pending migrations, and then run migrations, and then hit the site again. Without this patch, Rails would complain that "A copy of ...", with this patch, it works without problems.
* | | | | Merge branch 'robots-help' into 'master'Robert Speicher2018-03-221-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the /help page in robots.txt Closes #44433 See merge request gitlab-org/gitlab-ce!17928
| * | | | | Add the /help page in robots.txtrobots-helpAchilleas Pipinellis2018-03-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The /help page has docs which we don't want to be crawled as we prefer the docs website instead. Related https://gitlab.com/gitlab-org/gitlab-ce/issues/44433
* | | | | | Merge branch 'bw-tweak-migration-style-guide-docs' into 'master'Robert Speicher2018-03-221-4/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | make a little more obvious what operations might need downtime or enhanced migration techniques See merge request gitlab-org/gitlab-ce!17927
| * | | | | make a little more obvious what operations might need downtime or enhanced ↵Brett Walker2018-03-221-4/+12
|/ / / / / | | | | | | | | | | | | | | | migration techniques
* | | | | Merge branch '44386-better-ux-for-long-name-branches' into 'master'Phil Hughes2018-03-223-72/+95
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Poor UX with branch whose name is very long on Branches Closes #44386 See merge request gitlab-org/gitlab-ce!17832
| * | | | | UX re-design branch items with flexboxTakuya Noguchi2018-03-223-72/+95
| | | | | |
* | | | | | Merge branch 'backport-4006-add-weight-indicator-to-issues-board' into 'master'Clement Ho2018-03-221-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport 4006 add weight indicator to issues board See merge request gitlab-org/gitlab-ce!17923
| * | | | | | backport dependency import change in issue_card_inner.jsbackport-4006-add-weight-indicator-to-issues-boardDennis Tang2018-03-211-2/+2
| | | | | | |
* | | | | | | Merge branch ↵Clement Ho2018-03-224-25/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'leipert-42037-long-instance-names-group-names-covers-namespace-dropdown' into 'master' Prevent overflow of long instance urls during Project creation Closes #42037 See merge request gitlab-org/gitlab-ce!17717
| * | | | | | | Prevent overflow of long instance urls during Project creationLukas Eipert2018-03-224-25/+40
|/ / / / / / /
* | | | | | | Merge branch 'latest-security-to-master-21-03-18' into 'master'Douwe Maan2018-03-2248-135/+543
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce latest security changes to `master` See merge request gitlab-org/gitlab-ce!17905
| * \ \ \ \ \ \ Merge branch 'master' into 'latest-security-to-master-21-03-18'James Lopez2018-03-22219-1250/+2797
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Gemfile # Gemfile.lock
| * | | | | | | | Fixing request options to allow_local_requests with DELETE verblatest-security-to-master-21-03-18Francisco Javier López2018-03-211-1/+1
| | | | | | | | |
| * | | | | | | | Adapting mattermost to the new way of calling HTTPFrancisco Javier López2018-03-211-1/+1
| | | | | | | | |
| * | | | | | | | Merge branch 'fix/auth0-unsafe-login-10-6' into 'security-10-6'James Lopez2018-03-219-55/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [10.6] Fix GitLab Auth0 integration signs in the wrong user See merge request gitlab/gitlabhq!2354
| * | | | | | | | Merge branch 'fj-15329-services-callbacks-ssrf' into 'security-10-6'Douwe Maan2018-03-2139-79/+408
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Server Side Request Forgery in Services and Web Hooks See merge request gitlab/gitlabhq!2337
* | | | | | | | | Merge branch '44453-performance-bar-modalbox' into 'master'Phil Hughes2018-03-223-2/+13
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Performance bar modal box content overflows" Closes #44453 See merge request gitlab-org/gitlab-ce!17889
| * | | | | | | | | Fix class nameFilipa Lacerda2018-03-221-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into '44453-performance-bar-modalbox'44453-performance-bar-modalboxPhil Hughes2018-03-22217-1250/+2795
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/performance_bar/components/detailed_metric.vue
| * | | | | | | | | | Prevent column with smaller width in performance barFilipa Lacerda2018-03-211-2/+1
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into 44453-performance-bar-modalboxFilipa Lacerda2018-03-21155-331/+9448
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Changes empty project avatar to identicon in the IDE Apply NestingDepth (level 5) (framework/dropdowns.scss) Strip any query string parameters from Location headers from lograge Added monitoring docs Resolve "Loss of input text on comments after preview" fixed ide_edit_button not existing Update spec import path for vue mount component helper remove JS for cookie toggle move confirm_danger_modal bindings directly into the only two pages that need it remove un-used IDE helper module fixed SCSS lint updated file references in specs Move IDE to CE Fix test failures with licensee 8.9 refactor ConfirmDangerModal into ES module Update licensee 8.7.0 -> 8.9 Update gettext_i18n_rails_js 1.2.0 -> 1.3
| * | | | | | | | | | Adds a bigger width to the performance bar modal box and breaks the contentFilipa Lacerda2018-03-203-2/+14
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'docs/cache-clear-image' into 'master'Marcia Ramos2018-03-222-8/+10
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add image for clearing the cache docs Closes gitlab-ee#4642 See merge request gitlab-org/gitlab-ce!17932