summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implement polling (frontend)cluster-environments-pollingjerasmus2019-09-093-25/+17
| | | | Implemented the frontend polling
* Cluster Environments integrationThong Kuah2019-09-097-1/+78
| | | | Integration of Cluster environments
* Merge branch 'docs-realign-danger-doc' into 'master'Evan Read2019-09-091-1/+1
|\ | | | | | | | | Bring typo fix from EE into CE See merge request gitlab-org/gitlab-ce!32808
| * Bring typo fix from EE into CEMarcel Amirault2019-09-091-1/+1
|/
* Merge branch 'reduce-parse-options-complexity' into 'master'Ash McKenzie2019-09-091-8/+12
|\ | | | | | | | | | | | | Refactor parse_options() in push_options.rb Closes #67091 See merge request gitlab-org/gitlab-ce!32756
| * Refactor parse_options() in push_options.rbreduce-parse-options-complexityChristian Couder2019-09-071-8/+12
| | | | | | | | | | | | This improves code quality by reducing Cognitive Complexity. This fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/67091
* | Merge branch ↵Ash McKenzie2019-09-0928-39/+732
|\ \ | | | | | | | | | | | | | | | | | | '51123-error-500-viewing-admin-page-due-to-statement-timeout-on-counting-total-notes-again' into 'master' Resolve "Add Widget for statistics in Admin/Dashboard page" See merge request gitlab-org/gitlab-ce!32449
| * | Application Statistics APIManoj MJ2019-09-0928-39/+732
|/ / | | | | | | | | This change implements Application Statistics API
* | Merge branch 'docs-chmod-imgs' into 'master'Evan Read2019-09-093-0/+0
|\ \ | | | | | | | | | | | | Chmod 644 on 3 images See merge request gitlab-org/gitlab-ce!32806
| * | Chmod 644 on 3 imagesMarcel Amirault2019-09-093-0/+0
|/ /
* | Merge branch 'docs-group-level-jupyterhub' into 'master'Evan Read2019-09-091-3/+5
|\ \ | | | | | | | | | | | | Document JupyterHub is available for group-level clusters See merge request gitlab-org/gitlab-ce!32718
| * | Document JupyterHub is available for group-level clustersdocs-group-level-jupyterhubJames Fargher2019-09-061-3/+5
| | |
* | | Merge branch 'docs/standardise_punctuation' into 'master'Evan Read2019-09-091-4/+4
|\ \ \ | | | | | | | | | | | | | | | | Standardised punctuation at end of sentences See merge request gitlab-org/gitlab-ce!32723
| * | | Standardised punctuation at end of sentencesRussell Dickenson2019-09-091-4/+4
|/ / /
* | | Merge branch 'docs-api-divergence' into 'master'Evan Read2019-09-092-3/+3
|\ \ \ | | | | | | | | | | | | | | | | Bring typo fix over from EE See merge request gitlab-org/gitlab-ce!32802
| * | | Bring typo fix over from EEMarcel Amirault2019-09-092-3/+3
|/ / /
* | | Merge branch 'docs/remove-unwanted-spaces-plantuml' into 'master'Evan Read2019-09-091-2/+2
|\ \ \ | | | | | | | | | | | | | | | | Fix issue causing linting test failures See merge request gitlab-org/gitlab-ce!32801
| * | | Fix issue causing linting test failuresRussell Dickenson2019-09-091-2/+2
|/ / /
* | | Merge branch 'docs-add-auto-sign-in-omniauth-blunceford' into 'master'Evan Read2019-09-081-0/+30
|\ \ \ | | | | | | | | | | | | | | | | Add auto_sign_in_with_provider info to OmniAuth doc See merge request gitlab-org/gitlab-ce!32416
| * | | Add auto_sign_in_with_provider info to OmniAuth docBlair Lunceford2019-09-081-0/+30
|/ / /
* | | Merge branch 'patch-71' into 'master'Evan Read2019-09-081-1/+16
|\ \ \ | | | | | | | | | | | | | | | | fix for #60120 See merge request gitlab-org/gitlab-ce!30199
| * | | fix for #60120Daniel Le Berre2019-09-081-1/+16
|/ / /
* | | Merge branch 'docs-qa-readme-ref' into 'master'Dan Davison2019-09-081-3/+1
|\ \ \ | | | | | | | | | | | | | | | | Replace GDK ref See merge request gitlab-org/gitlab-ce!32621
| * | | Replace GDK refDan Davison2019-09-081-3/+1
|/ / /
* | | Merge branch 'bump-fog-google' into 'master'Stan Hu2019-09-082-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bump fog-google to support ADC auth on GCP Closes gitlab-ee#14810 See merge request gitlab-org/gitlab-ce!32775
| * | | Bump fog-google to support ADC auth on GCPMaxim Ivanov2019-09-062-3/+3
| | | |
* | | | Merge branch 'remove-unnecessary-freeze-in-app-helpers' into 'master'Stan Hu2019-09-081-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Avoid calling freeze on already frozen strings in app/helpers See merge request gitlab-org/gitlab-ce!32789
| * | | | Avoid calling freeze on already frozen strings in app/helpersdineshpanda2019-09-041-3/+3
| | | | |
* | | | | Merge branch 'kamil-refactor-import-structure' into 'master'Stan Hu2019-09-0814-587/+580
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Normalize import_export structure See merge request gitlab-org/gitlab-ce!32704
| * | | | | Normalize import_export structurekamil-refactor-import-structureKamil Trzciński2019-09-0614-587/+580
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings a significant refactor to how we handle `import_export.yml`, merge it with EE and how we handle that for reader and saver. This is meant to simplify the code, and remove a ton of conditions to handle different models of the structure. This is also meant to prepare the structure to extend it much easier, like adding `preload:` or additional object types when needed. This does not change the behavior of import/export, rather unifies and simplifies the current implementation.
* | | | | | Merge branch 'patch-73' into 'master'Marcia Ramos2019-09-071-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated description in the Gitlab Prometheus metrics section See merge request gitlab-org/gitlab-ce!32280
| * | | | | | Updated description in the Gitlab Prometheus metrics sectionEtienne Baqué2019-09-071-3/+3
|/ / / / / /
* | | | | | Merge branch '63044-add-prom-proxies-ce' into 'master'Kamil Trzciński2019-09-072-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add method to authorize reading from prometheus proxy Closes #63044 See merge request gitlab-org/gitlab-ce!32305
| * | | | | | Add method to authorize reading from prometheus proxyRyan Cobb2019-09-072-0/+5
|/ / / / / /
* | | | | | Merge branch 'ecdsa_pages_certificates' into 'master'Michael Kozono2019-09-077-4/+198
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to load ECDSA certificates for pages domains See merge request gitlab-org/gitlab-ce!32393
| * | | | | | Allow to load ECDSA certificates for pages domainsVladimir Shushlin2019-09-077-4/+198
|/ / / / / / | | | | | | | | | | | | | | | | | | Just replace RSA.new with PKey.read
* | | | | | Merge branch 'weimeng-fix-burndown-x-offset' into 'master'Mike Greiling2019-09-062-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE Backport: Fix x-axis burndown chart offset by timezone See merge request gitlab-org/gitlab-ce!32754
| * | | | | | Add timezone-mock packageweimeng-fix-burndown-x-offsetWei-Meng Lee2019-09-062-0/+6
| | | | | | |
* | | | | | | Merge branch 'keyboard-shortcuts-2' into 'master'Paul Slaughter2019-09-0610-353/+348
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve Keyboard shortcut help screen Closes #65367 See merge request gitlab-org/gitlab-ce!31642
| * | | | | | | Update keyboard shortcuts modal and docMarcel Amirault2019-09-0610-353/+348
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing shortcuts, remove shortcuts that don't exist, and reorder as needed
* | | | | | | Merge branch 'sh-fix-captcha-state-pollution-spec' into 'master'Mayra Cabrera2019-09-061-7/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix order-dependent spec failures with reCAPTCHA Closes #67133 See merge request gitlab-org/gitlab-ce!32771
| * | | | | | Fix order-dependent spec failures with reCAPTCHAsh-fix-captcha-state-pollution-specStan Hu2019-09-061-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | spec/controllers/registrations_controller_spec.rb polluted the test environment by changing the Recaptcha configuration. We now stub the controller's `verify_recaptcha` method instead of doing that. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/67133
* | | | | | | Merge branch 'update-rouge' into 'master'Stan Hu2019-09-063-3/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update rouge to v3.10.0 See merge request gitlab-org/gitlab-ce!32745
| * | | | | | | Update rouge to v3.10.0Camil Staps2019-09-063-3/+8
| |/ / / / / /
* | | | | | | Merge branch 'docs-update-mr-documentation-template' into 'master'Achilleas Pipinellis2019-09-061-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note about permissions in Doc MR template See merge request gitlab-org/gitlab-ce!32755
| * | | | | | | Add note about permissions in Doc MR templateTetiana Chupryna2019-09-061-0/+1
|/ / / / / / /
* | | | | | | Merge branch 'docs-typo' into 'master'Achilleas Pipinellis2019-09-061-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Fix typo in "Description templates" See merge request gitlab-org/gitlab-ce!32757
| * | | | | | | Fix typoStefan Schmalzhaf2019-09-061-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'qa/e2e-tests-for-multiple-boards-on-group-level' into 'master'Walmyr Lima e Silva Filho2019-09-062-3/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update view for testability See merge request gitlab-org/gitlab-ce!32644
| * | | | | | | | Update views for testabilityqa/e2e-tests-for-multiple-boards-on-group-levelWalmyr Lima2019-09-052-3/+4
| | | | | | | | |