summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add shared getFileExtension helper methodrepo-fixes-eEric Eastwood2017-08-142-2/+7
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146854
* Remove unused repo store keysEric Eastwood2017-08-142-17/+1
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37147332
* Add comment about why we need to stop parsing JSONEric Eastwood2017-08-141-0/+1
| | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146815 See https://gitlab.slack.com/archives/C0GQHHPGW/p1501779964878178
* Use single js- wrapper class to show/hideEric Eastwood2017-08-144-8/+10
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37146360
* Scroll total scroll width instead of fixed valueEric Eastwood2017-08-141-1/+1
| | | | | | | Fixed value could potentially be not enough Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145886
* Switch single fa icon generation to inlineEric Eastwood2017-08-141-5/+1
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145729
* Remove duplicate setting of variableEric Eastwood2017-08-141-1/+0
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37145640
* Reset monacoLoading on failureEric Eastwood2017-08-141-1/+4
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37144070
* Remove overflow tabs logic (no longer used)Eric Eastwood2017-08-143-26/+3
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143794
* Remove loading state from repo_tabEric Eastwood2017-08-142-23/+8
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143710
* Make close/changed icon more accessibleEric Eastwood2017-08-141-2/+17
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143527
* Use promise syntax with Helper.getContentEric Eastwood2017-08-143-12/+13
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143217
* Split out linkClicked and add testsEric Eastwood2017-08-142-24/+69
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37143174
* Use v-else instead of duplicating logicEric Eastwood2017-08-142-4/+18
| | | | | Fix http://192.168.1.135:3000/gitlab-org/gitlab-ce/blob/master/app/assets/javascripts/broadcast_message.js
* Move syntax highlighting into a methodEric Eastwood2017-08-101-2/+8
| | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12198#note_37142936
* Merge branch '36039-document-new-all-in-one-helm-chart-docs' into 'master'Achilleas Pipinellis2017-08-104-12/+182
|\ | | | | | | | | | | | | Document new all-in-one Helm chart - docs Closes #36039 See merge request !13333
| * Document new all-in-one Helm chart - docsJoshua Lambert2017-08-104-12/+182
|/
* Merge branch 'docs/add-toc' into 'master'Achilleas Pipinellis2017-08-101-0/+4
|\ | | | | | | | | Start using 'toc' in yaml frontmatter to explicitly disable it See merge request !13310
| * Start using 'toc' in yaml frontmatter to explicitly disable itdocs/add-tocAchilleas Pipinellis2017-08-041-0/+4
| | | | | | | | See https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/107
* | Merge branch '29811-fix-line-number-alignment' into 'master'Annabel Dunstone Gray2017-08-102-1/+5
|\ \ | | | | | | | | | | | | | | | | | | Fix line numbers not matching up to code in code viewer. Closes #29811 See merge request !13403
| * | Fix line numbers not matching up to code in code viewer.Trevor Flynn2017-08-102-1/+5
|/ /
* | Merge branch 'remove-affix-issuable-sidebar-new-nav' into 'master'Filipa Lacerda2017-08-102-1/+4
|\ \ | | | | | | | | | | | | Remove affix plugin from issuable sidebar with new navigation See merge request !13449
| * | Remove affix plugin from issuable sidebar with new navigationremove-affix-issuable-sidebar-new-navPhil Hughes2017-08-102-1/+4
| | | | | | | | | | | | This isn't required with the new navigation as it is always position fixed so we are just creating a scroll event listener that will never actually do anything
* | | Merge branch '36158-new-issue-button' into 'master'Phil Hughes2017-08-103-3/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Render new issue link in failed job as a regular link instead of a UJS one Closes #36158 See merge request !13450
| * | | Render new issue link in failed job as a regular link instead of a UJS one36158-new-issue-buttonFilipa Lacerda2017-08-103-3/+7
| | | |
* | | | Merge branch 'db-changes-mr-template' into 'master'Rémy Coutable2017-08-101-0/+73
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Added a template for database changes See merge request !12355
| * | | | Added a template for database changesYorick Peterse2017-08-101-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This template includes a rather large (but fairly easy to follow) checklist. This checklist should hopefully take away quite a bit of work from database specialists by requiring authors to provide all the necessary info. [ci skip]
* | | | | Merge branch 'mk-fix-case-insensitive-redirect-matching' into 'master'Sean McGivern2017-08-104-27/+73
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Fix conflicting redirect search See merge request !13357
| * | | | Fix stylemk-fix-case-insensitive-redirect-matchingMichael Kozono2017-08-091-3/+3
| | | | |
| * | | | Remove unnecessary work for MySQLMichael Kozono2017-08-081-1/+9
| | | | |
| * | | | Add changelog entryMichael Kozono2017-08-081-0/+4
| | | | |
| * | | | Fix conflicting redirect searchMichael Kozono2017-08-083-27/+61
| | | | |
* | | | | Merge branch '36185-or-separator' into 'master'Phil Hughes2017-08-102-5/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aligns OR separater to center properly Closes #36185 See merge request !13446
| * | | | | Fix linter error36185-or-separatorFilipa Lacerda2017-08-101-1/+1
| | | | | |
| * | | | | Aligns OR separater to center properlyFilipa Lacerda2017-08-102-5/+9
| | |_|/ / | |/| | |
* | | | | Merge branch '35342-re2-in-upgrade-docs' into 'master'Rémy Coutable2017-08-106-0/+53
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Include RE2 in the upgrade docs See merge request !13448
| * | | | | Include RE2 in the upgrade docsNick Thomas2017-08-106-0/+53
| | |_|/ / | |/| | |
* | | | | Merge branch 'remove-unused-redirect_to_external_issue_tracker' into 'master'Rémy Coutable2017-08-101-12/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove unused `redirect_to_external_issue_tracker` method See merge request !13444
| * | | | | Remove unused `redirect_to_external_issue_tracker` methodMehdi Lahmam2017-08-101-12/+0
| | |/ / / | |/| | | | | | | | | | | | | Its usage has been removed at 2fa22a0729.
* | | | | Merge branch 'jarv/update-gemfile-lock' into 'master'Rémy Coutable2017-08-101-0/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Updating Gemfile.lock for rubocop-rspec dependecy. See merge request !13410
| * | | | Updating Gemfile.lock for rubocop-rspec dependecy.jarv/update-gemfile-lockJohn Jarvis2017-08-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GDK pipeline is failing with this error: ``` Downloading rubocop-rspec-1.15.1 revealed dependencies not in the API or the lockfile (rubocop (>= 0.42.0)). Either installing with `--full-index` or running `bundle update rubocop-rspec` should fix the problem. ``` Updated lockfile by running the bundle update. `gdk install` works now.
* | | | | Merge branch 'gitlab-infrastructure-archive-route-quick-fix' into 'master'Rémy Coutable2017-08-101-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | alternative route for download archive See merge request !13439
| * | | | | alternative route for download archivehaseeb2017-08-101-0/+3
|/ / / / /
* | | | | Merge branch 'fixed-sticky-stats-box-commit-view' into 'master'Filipa Lacerda2017-08-106-14/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix the sticky changes bar on commits page See merge request !13343
| * | | | | Fix the sticky changes bar on commits pagefixed-sticky-stats-box-commit-viewPhil Hughes2017-08-096-14/+23
| | | | | |
* | | | | | Merge branch 'fly-out-fix-hiding' into 'master'Filipa Lacerda2017-08-102-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed display styles when hiding the fly out navigation Closes #36224 See merge request !13431
| * | | | | | Removed display styles when hiding the fly out navigationfly-out-fix-hidingPhil Hughes2017-08-092-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #36224
* | | | | | | Merge branch 'fix-update-guide-with-missing-i18n-section' into 'master'Rémy Coutable2017-08-101-0/+4
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | Add missing command to compile GetText files See merge request !13437
| * | | | | | Add missing command to compile GetText filesfix-update-guide-with-missing-i18n-sectionRubén Dávila2017-08-091-0/+4
| | | | | | |
* | | | | | | Merge branch 'gitaly-repository-exists' into 'master'32665-make-project-and-features-visibility-settings-less-confusingSean McGivern2017-08-092-20/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename RPC 'Exists' to 'RepositoryExists' See merge request !13277