summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adds namespace information to project endpoint39858-add-group-owned-info-to-projects-apiMayra Cabrera2019-04-185-4/+76
| | | | | | | | | | | - Namespace now return avatar_url and web_url - NamespaceBasic entity was modified to include avatar_url and web_url, information is fetched differently depending if the Namespace is a user or a group Includes documentation changes Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/39858
* Merge branch '48431-width' into 'master'Kushal Pandya2019-04-163-1/+24
|\ | | | | | | | | | | | | Hide overflow in scoped labels Closes #48431 See merge request gitlab-org/gitlab-ce!27362
| * Hide overflow in scoped labelsRajat Jain2019-04-163-1/+24
| | | | | | | | | | | | Scoped labels overflew in all the places because of lack of restriction on `max-width`. This commit introduces the same limits on width we have inplace for regular labels
* | Merge branch 'mc/feature/custom-metrics-ce' into 'master'Kamil Trzciński2019-04-169-28/+58
|\ \ | | | | | | | | | | | | Backport metrics report type See merge request gitlab-org/gitlab-ce!26798
| * | Backport changes from EEMatija Čupić2019-04-169-28/+58
| | | | | | | | | | | | | | | This backports the changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10452
* | | Merge branch 'update-migration-docs' into 'master'Marcia Ramos2019-04-161-3/+23
|\ \ \ | | | | | | | | | | | | | | | | Update migration docs See merge request gitlab-org/gitlab-ce!27261
| * | | Update migration docsMichael Leopard2019-04-161-3/+23
|/ / /
* | | Merge branch 'patch-38' into 'master'Marcia Ramos2019-04-161-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Docs: Complete "Repository storage" directions See merge request gitlab-org/gitlab-ce!27346
| * | | Complete "Repository storage" directionsKatrin Leinweber2019-04-131-2/+2
| | |/ | |/|
* | | Merge branch '60533-tooltip-for-view-file-shows-raw-html' into 'master'Kushal Pandya2019-04-162-3/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Tooltip for "View file" shows raw HTML" Closes #60533 See merge request gitlab-org/gitlab-ce!27398
| * | | Fix showing HTML content in view file tooltip60533-tooltip-for-view-file-shows-raw-htmlFatih Acet2019-04-162-3/+4
| | | |
* | | | Merge branch '59570-move-quick-action' into 'master'Sean McGivern2019-04-163-120/+92
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract move quick action spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26907
| * | | | Extract move quick action spec to shared example59570-move-quick-actionAlexandru Croitor2019-04-153-120/+92
| | | | |
* | | | | Merge branch 'rewind-iid-on-pipelines' into 'master'Sean McGivern2019-04-167-18/+188
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewind iid on pipelines Closes #59362 See merge request gitlab-org/gitlab-ce!26490
| * | | | | Rewind IID on Ci::Pipelinesrewind-iid-on-pipelinesKamil Trzciński2019-04-167-18/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If no pipeline is created we currently have IID gap. This is due to fact that we generate IID not on save, but rather ahead of time. This results, us, losing IIDs.
* | | | | | Merge branch '58748-update-nodejs-to-10.15.3' into 'master'Kamil Trzciński2019-04-162-3/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Node.js to 10.15.3 in CI template for Hexo See merge request gitlab-org/gitlab-ce!25943
| * | | | | | Update node.js to 10.15.3 in CI template for HexoTakuya Noguchi2019-03-102-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | Merge branch 'mw-i18n-app-misc' into 'master'Sean McGivern2019-04-168-15/+48
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Externalize several strings in controllers/services/presenters See merge request gitlab-org/gitlab-ce!27390
| * | | | | | | Externalize several strings inMartin Wortschack2019-04-168-15/+48
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - app/services - app/controllers - app/presenters
* | | | | | | Merge branch 'downloading-expired-artifacts' into 'master'Grzegorz Bizon2019-04-164-12/+51
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't render artifact download links for builds with expired artifacts See merge request gitlab-org/gitlab-ce!26753
| * | | | | | | use cleaner expectation matchers from Capybaradrew cimino2019-04-121-8/+5
| | | | | | | |
| * | | | | | | Don't render artifact download links on the project tags page for builds ↵drew cimino2019-04-124-12/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with expired artifacts
* | | | | | | | Merge branch '53138-add-metrics-usage-ping' into 'master'Grzegorz Bizon2019-04-163-0/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds instance metrics to usage ping Closes #53138 See merge request gitlab-org/gitlab-ce!27238
| * | | | | | | | Use Gitlab::Metrics methods for checking if metrics are enabled53138-add-metrics-usage-pingRyan Cobb2019-04-111-2/+2
| | | | | | | | |
| * | | | | | | | Adds changelog entryRyan Cobb2019-04-101-0/+5
| | | | | | | | |
| * | | | | | | | Adds instance metrics to usage pingRyan Cobb2019-04-102-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds influxdb_metrics_enabled and prometheus_metrics_enabled to usage ping.
* | | | | | | | | Merge branch 'winh-boards-store' into 'master'Phil Hughes2019-04-162-1/+19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove EE-specific code from boards store (CE-backport) See merge request gitlab-org/gitlab-ce!26924
| * | | | | | | | | Copy boards store changes from EEwinh-boards-storeWinnie Hellmann2019-04-101-1/+11
| | | | | | | | | |
| * | | | | | | | | Import BoardsStoreEE conditionallyWinnie Hellmann2019-04-102-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (cherry picked from commit d79e06149136f01d2a3fce328791bcf70d31c0df)
* | | | | | | | | | Merge branch 'mw-i18n-quick-actions' into 'master'Dmitriy Zaporozhets2019-04-165-57/+222
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Externalize strings in lib/gitlab/quick_actions See merge request gitlab-org/gitlab-ce!27369
| * | | | | | | | | Externalize strings in lib/gitlab/quick_actionsmw-i18n-quick-actionsMartin Wortschack2019-04-155-57/+222
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Externalize strings for desc and explanation - Update PO file
* | | | | | | | | | Merge branch 'ce-4681-autosave' into 'master'Kushal Pandya2019-04-169-4/+150
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Autosave description in epics See merge request gitlab-org/gitlab-ce!27296
| * | | | | | | | | | Autosave description in epicsRajat Jain2019-04-169-4/+150
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
* | | | | | | | | | Merge branch 'bw-query_graphql_field-enhancement' into 'master'Dmitriy Zaporozhets2019-04-162-2/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow arrays to be specified for fields in graphql_query_for Closes #60238 See merge request gitlab-org/gitlab-ce!27142
| * | | | | | | | | | Allow arrays to specify fields graphql_query_forbw-query_graphql_field-enhancementBrett Walker2019-04-112-2/+3
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'helm_uninstall_command' into 'master'Sean McGivern2019-04-164-0/+161
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helm DeleteCommand See merge request gitlab-org/gitlab-ce!27348
| * | | | | | | | | | | Implement commands to uninstall cluster applicationshelm_uninstall_commandThong Kuah2019-04-164-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the backend part which just allows uninstalling Prometheus for now.
* | | | | | | | | | | | Merge branch 'jramsay/notes-api-pagination-docs' into 'master'Achilleas Pipinellis2019-04-162-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add pagination to notes and discussions docs Closes #51616 See merge request gitlab-org/gitlab-ce!27401
| * | | | | | | | | | | | Add pagination to notes and discussions docsJames Ramsay2019-04-152-0/+14
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ci-lint-ssl-error' into 'master'Kamil Trzciński2019-04-163-1/+30
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reporting SSL certificate verify errors in CI external config See merge request gitlab-org/gitlab-ce!26750
| * | | | | | | | | | | | catching and cleanly reporting SSL errors in Ci::Config::External::Processordrew cimino2019-04-153-1/+30
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'docs-move-content-from-handbook-and-improve' into 'master'60556-docs-feedback-remove-specific-cntlm-proxy-example-definitionsAchilleas Pipinellis2019-04-162-123/+132
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Development docs: move some docs content from Handbook and improve content/headings See merge request gitlab-org/gitlab-ce!27399
| * | | | | | | | | | | | Development docs: move some docs content from Handbook and improve ↵Mike Lewis2019-04-162-123/+132
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | content/headings
* | | | | | | | | | | | Merge branch '60026-group-member-count-bg' into 'master'Fatih Acet2019-04-152-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add badge-pill class on group member count Closes #60026 See merge request gitlab-org/gitlab-ce!27019
| * | | | | | | | | | | | Add badge-pill class on group member count60026-group-member-count-bgPaul Gascou-Vaillancourt2019-04-122-1/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'renovate/gitlab-ui-3.x' into 'master'Fatih Acet2019-04-152-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dependency @gitlab/ui to ^3.3.0 See merge request gitlab-org/gitlab-ce!27321
| * | | | | | | | | | | | | Update dependency @gitlab/ui to ^3.3.0Lukas 'Eipi' Eipert2019-04-122-5/+5
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'docs/restructure-review-apps-docs' into 'master'Mike Lewis2019-04-152-99/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor review apps doco and CI landing page See merge request gitlab-org/gitlab-ce!26886
| * | | | | | | | | | | | | | Refactor review apps doco and CI landing pageEvan Read2019-04-152-99/+62
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'sh-fix-merge-requests-api-remove-branch-param' into 'master'Michael Kozono2019-04-154-2/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix remove_source_branch merge request API handling Closes #60530 See merge request gitlab-org/gitlab-ce!27392