summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Add Kubernetes logs to monitoring UITiger2019-05-271-1/+2
|
* Merge branch '30138-display-cycle-analytics-issue' into 'master'Sean McGivern2019-05-271-2/+3
|\ | | | | | | | | | | | | Display and logic improvements for cycle analytics Closes #30138 See merge request gitlab-org/gitlab-ce!28507
| * Rephrase specs description for cycle analytics30138-display-cycle-analytics-issueMałgorzata Ksionek2019-05-271-1/+1
| |
| * Add specs for median serializingMałgorzata Ksionek2019-05-231-0/+1
| |
| * Change to_i method to to_f methodMałgorzata Ksionek2019-05-211-2/+2
| | | | | | | | | | | | In order to stop showing 'Not enough data' in cycle analytics view Remove puts from the file
* | Add no-tabs class and externalize stringsMartin Wortschack2019-05-272-12/+12
| | | | | | | | | | | | | | - Add .no-tabs to login-box - Externalize strings in common signup box - Leverage render_if_exists - Update PO file
* | Merge branch ↵Grzegorz Bizon2019-05-271-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '57825-moving-an-issue-results-in-broken-image-links-in-comments' into 'master' Resolve "Moving an issue results in broken image links in comments" Closes #57825 See merge request gitlab-org/gitlab-ce!28654
| * \ Merge branch 'master' into ↵57825-moving-an-issue-results-in-broken-image-links-in-commentsegrieff2019-05-2760-270/+512
| |\ \ | | | | | | | | | | | | 57825-moving-an-issue-results-in-broken-image-links-in-comments
| * | | Allow note html to be regenerated from markdownegrieff2019-05-231-0/+1
| | | |
* | | | Merge branch 'js-i18n-board-store' into 'master'Tim Zallmann2019-05-272-2/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | i18n boards store directory See merge request gitlab-org/gitlab-ce!28712
| * | | | I18N boards store directoryjs-i18n-board-storeBrandon Labuschagne2019-05-272-2/+5
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | Merge branch ↵Filipa Lacerda2019-05-271-11/+20
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '61144-style-secondary-button-type-to-be-aligned-with-pattern-library' into 'master' Resolve "Style secondary button type to be aligned with pattern library" See merge request gitlab-org/gitlab-ce!27920
| * | | | Bring secondary button styles to design standard61144-style-secondary-button-type-to-be-aligned-with-pattern-libraryScott Hampton2019-05-241-11/+20
| | | | | | | | | | | | | | | | | | | | | | | | | Hover, Active, and Focus states have different colors in design. This fix brings those colors up to date.
* | | | | Merge branch '57189-css-label-in-forms-with-bootstrap4' into 'master'Filipa Lacerda2019-05-2717-83/+123
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug candidates of forms on Bootstrap Grid system Closes #57189 See merge request gitlab-org/gitlab-ce!24885
| * | | | | Fix col-sm-* in forms to keep layoutTakuya Noguchi2019-05-2717-83/+123
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | Merge branch 'parent-row-repo-list' into 'master'Filipa Lacerda2019-05-272-0/+43
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Added parent table row to files table See merge request gitlab-org/gitlab-ce!28658
| * | | | | Added parent row link to files tablePhil Hughes2019-05-242-0/+43
| | |/ / / | |/| | |
* | | | | Add changelog entryJacques Erasmus2019-05-276-11/+123
| | | | | | | | | | | | | | | | | | | | Added a changelog entry for the feature
* | | | | Add expand/collapse buttonAdriel Santiago2019-05-273-2/+6
| | | | | | | | | | | | | | | | | | | | Add ability to expand/collapse error tracking settings
* | | | | Add Object.entries polyfill for IE11 compatibilityPaul Gascou-Vaillancourt2019-05-271-0/+1
| | | | |
* | | | | Add support for toggling masked on UIexplicit_masked_qaThong Kuah2019-05-271-1/+1
| |/ / / |/| | | | | | | | | | | | | | | | | | | In addition to API, add support for toggling mased on UI too. (Though fabricate_via_browser_ui is private)
* | | | Merge branch 'js-i18n-u' into 'master'Clement Ho2019-05-242-15/+26
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | I18N JS files starting with u See merge request gitlab-org/gitlab-ce!28177
| * | | | I18N JS files starting with ujs-i18n-uBrandon Labuschagne2019-05-232-15/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | Merge branch '58632-fix-mr-widget-padding' into 'master'Mike Greiling2019-05-243-37/+45
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix MR widget padding Closes #58632 See merge request gitlab-org/gitlab-ce!28472
| * | | | Fix MR widget padding58632-fix-mr-widget-paddingHeinrich Lee Yu2019-05-203-37/+45
| | | | | | | | | | | | | | | | | | | | Align elements horizontally and add missing bottom padding
* | | | | Merge branch 'ce-jej/group-saml-cleans-up-identity' into 'master'Mayra Cabrera2019-05-241-0/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Adds Identity#for_user for use in an EE MR See merge request gitlab-org/gitlab-ce!28697
| * | | | | Adds Identity#for_user for use in an EE MRce-jej/group-saml-cleans-up-identityJames Edwards-Jones2019-05-241-0/+1
| | | | | |
* | | | | | Merge branch 'vue-repo-list-backend-frontend' into 'master'Filipa Lacerda2019-05-248-70/+194
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pull files for repository tree from GraphQL API See merge request gitlab-org/gitlab-ce!28638
| * | | | | | Pull files for repository tree from GraphQL APIPhil Hughes2019-05-248-70/+194
| | | | | | |
* | | | | | | Merge branch '60778-input-text-height' into 'master'Filipa Lacerda2019-05-242-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix height of input groups Closes #61304, #61303, #59254, and #60778 See merge request gitlab-org/gitlab-ce!28495
| * | | | | | Fix height of input groups60778-input-text-heightAnnabel Dunstone Gray2019-05-202-0/+5
| | | | | | |
* | | | | | | Add support for second `config` paramkp-add-graphql-full-config-supportKushal Pandya2019-05-241-4/+4
| | | | | | |
* | | | | | | Prevent icons from shrinking in User popover when contents exceed containerKushal Pandya2019-05-241-3/+7
| | | | | | |
* | | | | | | Merge branch 'vrt-mr-update-ce-backport' into 'master'Phil Hughes2019-05-242-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conformance MR for Update Visual Review Toolbar to post to MRs See merge request gitlab-org/gitlab-ce!28687
| * | | | | | | Add changes to match eevrt-mr-update-ce-backportsarahghp2019-05-232-2/+2
| | | | | | | |
* | | | | | | | Merge branch '38561-border-radii' into 'master'Phil Hughes2019-05-243-1/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix border radii on diff files and repo files Closes #38483 and #38561 See merge request gitlab-org/gitlab-ce!28675
| * | | | | | | | Fix border radii on diff files and repo files38561-border-radiiAnnabel Dunstone Gray2019-05-233-1/+9
| | | | | | | | |
* | | | | | | | | Move avatar related styles to components directoryJacques Erasmus2019-05-244-38/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved all avatar related styles to the components directory
* | | | | | | | | Merge branch ↵Filipa Lacerda2019-05-242-12/+7
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '59987-move-sign-in-2fa-on-users-sign_in-above-intro-content-on-mobile' into 'master' Resolve "Move sign-in/2FA on users/sign_in above intro content on mobile" Closes #59987 See merge request gitlab-org/gitlab-ce!28360
| * | | | | | | | | Prioritize login form on mobile breakpoint59987-move-sign-in-2fa-on-users-sign_in-above-intro-content-on-mobileDennis Tang2019-05-162-12/+7
| | | | | | | | | |
* | | | | | | | | | Merge branch 'js-18n-batch-comments' into 'master'Kushal Pandya2019-05-241-2/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | i18n of batch_comments directory See merge request gitlab-org/gitlab-ce!28178
| * | | | | | | | | | I18N of batch_comments directoryjs-18n-batch-commentsBrandon Labuschagne2019-05-211-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | | | | | | | Remove un-used methodsThong Kuah2019-05-241-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These two methods were used in emitting AUTO_DEVOPS_DOMAIN which has now been dropped.
* | | | | | | | | | | Stop emitting AUTO_DEVOPS_DOMAIN Ci variableThong Kuah2019-05-242-30/+1
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update documentation to reflect removal
* | | | | | | | | | Internationalisation of lib directoryBrandon Labuschagne2019-05-232-14/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
* | | | | | | | | | Fixes issue height of detail-page-headerErik van der Gaag2019-05-231-1/+0
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | detail-page-header-body class was making the height of the header 1 pixel too big to fit evenly
* | | | | | | | | Merge branch '59026-replace-favicon' into 'master'Phil Hughes2019-05-231-0/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new favicon for canary from next.gitlab.com Closes #59026 See merge request gitlab-org/gitlab-ce!28601
| * | | | | | | | | Add new favicon59026-replace-faviconJarek Ostrowski2019-05-231-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changelog Added wrong favicon
* | | | | | | | | | Merge branch '61880-download-btn-group' into 'master'Phil Hughes2019-05-231-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Group download buttons in a .btn-group Closes #61880 See merge request gitlab-org/gitlab-ce!28599
| * | | | | | | | | | Group download buttons in a .btn-group61880-download-btn-groupAnnabel Dunstone Gray2019-05-231-1/+1
| | | | | | | | | | |