summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Add animation performance guide to frontend docsdocs-anim-perfSimon Knox2018-02-201-0/+12
|
* Merge branch 'docs/rs-changelog-doc-links' into 'master'Rémy Coutable2018-02-191-2/+2
|\ | | | | | | | | Update two links in the changelog developer docs See merge request gitlab-org/gitlab-ce!17220
| * Update two links in the changelog developer docsdocs/rs-changelog-doc-linksRobert Speicher2018-02-181-2/+2
| |
* | Update all articles with the new layout (meta data from the frontmatter)docs-articles-layout-frontmatterMarcia Ramos2018-02-161-12/+19
|/ | | | Context: https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/182
* Merge branch 'docs-axios' into 'master'Filipa Lacerda2018-02-161-0/+3
|\ | | | | | | | | Add axios to frontend docs as the default network request library See merge request gitlab-org/gitlab-ce!17165
| * Add axios to frontend docs as the default network request librarydocs-axiosClement Ho2018-02-151-0/+3
| |
* | Improve error handling for Gitlab::Profiler and improve doc about providing ↵update-profiler-docs-explaining-how-to-provide-userDylan Griffith2018-02-161-0/+11
|/ | | | a user
* Add new modal Vue componentwinh-new-modal-componentWinnie Hellmann2018-02-144-34/+66
|
* Merge branch 'feature-flags-for-user-apps' into 'master'Achilleas Pipinellis2018-02-141-1/+6
|\ | | | | | | | | clarify what kind of feature flags we support See merge request gitlab-org/gitlab-ce!17113
| * clarify what kind of feature flags we supportJob van der Voort2018-02-141-1/+6
| |
* | Fix punctuation and address feedbackjramsay-i18n-proofreader-process-docsJames Ramsay2018-02-132-6/+8
| |
* | Add clearer proofreader process to docsJames Ramsay2018-02-132-27/+48
|/
* Merge branch 'whitelisting' into 'master'Yorick Peterse2018-02-131-3/+2
|\ | | | | | | | | Remove Sentry reporting for query limiting See merge request gitlab-org/gitlab-ce!17092
| * Remove Sentry reporting for query limitingYorick Peterse2018-02-131-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using Sentry, while useful, poses two problems you have to choose from: 1. All errors are reported separately, making it easy to create issues but also making it next to impossible to see other errors (due to the sheer volume of threshold errors). 2. Errors can be grouped or merged together, reducing the noise. This however also means it's (as far as I can tell) much harder to automatically create GitLab issues from Sentry for the offending controllers. Since both solutions are terrible I decided to go with a third option: not using Sentry for this at all. Instead we'll investigate using Prometheus alerts and Grafana dashboards for this, which has the added benefit of being able to more accurately measure the behaviour over time. Note that throwing errors in test environments is still enabled, and whitelisting is still necessary to prevent that from happening (and that in turn still requires that developers create issues).
* | Merge branch 'ce-rc/move-all-ee-specs-to-ee-specs' into 'master'Robert Speicher2018-02-132-4/+7
|\ \ | | | | | | | | | | | | Port spec/fixtures/api/schemas/deployment.json from EE See merge request gitlab-org/gitlab-ce!17090
| * | Port some RuboCop and doc changes from EERémy Coutable2018-02-132-4/+7
| |/ | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Update sidekiq_style_guide.mddocument-all-queues-ymlDylan Griffith2018-02-131-2/+2
| |
* | Document all_queues.yml in sidekiq_style_guide.mdDylan Griffith2018-02-131-0/+3
|/
* Merge branch 'doc-improve-side-effects-block' into 'master'Phil Hughes2018-02-091-2/+31
|\ | | | | | | | | Improve docs about allowing some side effects on the constructor See merge request gitlab-org/gitlab-ce!17027
| * Fix english in style_guide_js.mddoc-improve-side-effects-blockFilipa Lacerda2018-02-091-2/+2
| |
| * Improve docs about allowing some side effects on the constructorFilipa Lacerda2018-02-091-2/+31
| |
* | Update vue component naming guidelinesGeorge Tsiolis2018-02-081-5/+5
|/
* Merge branch 'bvl-pot-merge-conflicts-docs' into 'master'Achilleas Pipinellis2018-02-081-0/+3
|\ | | | | | | | | Add a note about merge conflicts in `gitlab.pot` See merge request gitlab-org/gitlab-ce!16971
| * Add a note about merge conflicts in `gitlab.pot`bvl-pot-merge-conflicts-docsBob Van Landuyt2018-02-071-0/+3
| |
* | Merge branch 'bvl-fix-concurrent-fork-network-migrations' into 'master'42861-include-external-files-in-gitlab-ci-yml-move-from-eep-to-ceYorick Peterse2018-02-081-0/+12
|\ \ | | | | | | | | | | | | | | | | | | Fix concurrent fork network migrations Closes #41487 See merge request gitlab-org/gitlab-ce!16988
| * | [docs] Info rescheduling background migrationsbvl-fix-concurrent-fork-network-migrationsBob Van Landuyt2018-02-081-0/+12
| | |
* | | Update style_guide_scss.mdSimon Knox2018-02-081-0/+2
|/ /
* | Translate issuable sidebar34416-issue-i18nJarka Kadlecová2018-02-071-0/+2
|/
* update docShinya Maeda2018-02-061-2/+2
|
* Merge branch 'query-counts' into 'master'Rémy Coutable2018-02-052-0/+66
|\ | | | | | | | | Track and act upon the number of executed SQL queries See merge request gitlab-org/gitlab-ce!16466
| * Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-012-0/+66
| | | | | | | | | | | | | | | | | | | | | | This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
* | port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-011-7/+97
|/
* Improve doc/development/automatic_ce_ee_merge.mdRémy Coutable2018-02-011-8/+23
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add note within ux documentation that further changes should be made within ↵ux-guide-deprecationtauriedavis2018-01-241-0/+2
| | | | the design.gitlab project
* Merge branch 'winh-axios-mock-restore' into 'master'Filipa Lacerda2018-01-241-1/+1
|\ | | | | | | | | Use restore() instead of reset() for removing axios MockAdapter See merge request gitlab-org/gitlab-ce!16647
| * Use restore() instead of reset() for removing axios MockAdapterwinh-axios-mock-restoreWinnie Hellmann2018-01-231-1/+1
| |
* | Document advantages of axios-mock-adapterWinnie Hellmann2018-01-231-3/+16
|/
* Merge branch 'add-js-note-live-debug' into 'master'Rémy Coutable2018-01-231-0/+2
|\ | | | | | | | | Add note about live_debug only working on javascript enabled specs See merge request gitlab-org/gitlab-ce!16625
| * Add note about live_debug only working on javascript enabled specsadd-js-note-live-debugClement Ho2018-01-221-0/+2
| |
* | Merge branch 'add-profiler-to-application' into 'master'Stan Hu2018-01-222-11/+37
|\ \ | |/ |/| | | | | Add Gitlab::Profiler for profiling from a console or runner See merge request gitlab-org/gitlab-ce!16552
| * Add bin/profile-url tool and docsadd-profiler-to-applicationSean McGivern2018-01-192-11/+37
| |
* | Merge branch 'patch-28' into 'master'Achilleas Pipinellis2018-01-191-1/+0
|\ \ | | | | | | | | | | | | Update best_practices.md See merge request gitlab-org/gitlab-ce!16579
| * | Update best_practices.mdAnwar El Wakil2018-01-191-1/+0
| |/ | | | | Remove duplicate list item in "General Guidelines" Section.
* | Merge branch 'spelling' into 'master'Achilleas Pipinellis2018-01-1910-12/+12
|\ \ | | | | | | | | | | | | doc: Spelling fixes See merge request gitlab-org/gitlab-ce!16575
| * | doc: Spelling fixesVille Skyttä2018-01-1910-12/+12
| |/
* | Fixes mistake in change log doc.Tom Bosmans2018-01-181-2/+2
|/
* Merge branch 'master' into 'master'docs-comm-article-phoenix-app-gitlab-ciRémy Coutable2018-01-161-1/+1
|\ | | | | | | | | Fix typo in doc_styleguide.md See merge request gitlab-org/gitlab-ce!16481
| * Fix typo in doc_styleguide.mdMica2018-01-151-1/+1
| |
* | Docs: document new redirect for Disqus commentsMarcia Ramos2018-01-162-5/+53
|/
* Add some more docs to doc/development/utilities.md1819-override-ceLin Jen-Shin2018-01-122-1/+49
|