summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Fix spelling and grammatical errors.realtime-methods-docsJacob Schatz2017-03-161-1/+1
|
* Add Server issues 429 Too Many Requests disable polling.Jacob Schatz2017-03-161-1/+2
|
* Fix up suggestions on content changes.Jacob Schatz2017-03-161-2/+2
|
* Add docs for realtime polling for the frontend.Jacob Schatz2017-03-161-0/+14
|
* remove all references to the .es6 in our config files and documentationremove-es6-extension-configurationMike Greiling2017-03-151-2/+2
|
* Fix typo in doc/development/polling.md: `If-None-Modified` -> `If-None-Match`fix-polling-docRémy Coutable2017-03-151-3/+3
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'sh-expand-on-definition-of-done' into 'master' Stan Hu2017-03-141-0/+41
|\ | | | | | | | | Add performance/scalability concerns to CONTRIBUTING.md See merge request !8677
| * Describe polling with ETag cachingsh-expand-on-definition-of-doneAdam Niedzielski2017-03-141-0/+41
| |
* | Merge branch '29326-update-documentation' into 'master' Jacob Schatz2017-03-141-2/+32
|\ \ | | | | | | | | | | | | Adds best practices regarding context and vue to documentation See merge request !9870
| * | Fix bad code example29326-update-documentationFilipa Lacerda2017-03-131-2/+2
| | |
| * | Fix code examples and add code highligthFilipa Lacerda2017-03-101-5/+4
| | |
| * | Adds best practices regarding context and vue to documentationFilipa Lacerda2017-03-101-1/+32
| |/
* | Merge branch 'rs-good-changelog-bad-changelog' into 'master' Rémy Coutable2017-03-141-24/+65
|\ \ | | | | | | | | | | | | Expand the changelog documentation See merge request !9774
| * | Expand the changelog documentationrs-good-changelog-bad-changelogRobert Speicher2017-03-131-24/+65
| | | | | | | | | | | | | | | | | | | | | Adds examples of what should and should not get a changelog entry, and examples of good and bad entries. [ci skip]
* | | Merge branch ↵Robert Speicher2017-03-134-1/+35
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | '28492-add-dev-documentation-for-using-the-queryrecorder-in-specs' into 'master' Adds docs for QueryRecorder tests Closes #28492 See merge request !9838
| * | Adds docs for QueryRecorder tests28492-add-dev-documentation-for-using-the-queryrecorder-in-specsJames Edwards-Jones2017-03-134-1/+35
| | |
* | | Adds information about architecture step.Filipa Lacerda2017-03-101-2/+20
| | |
* | | Add confirmation dialogs guidelines in UX copydocs/ux-copy-confirmation-dialogsAchilleas Pipinellis2017-03-091-0/+9
|/ / | | | | | | [ci skip]
* | Merge branch 'etag-notes-polling' into 'master' Sean McGivern2017-03-061-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Use ETag to improve performance of issue notes polling Closes #27582 See merge request !9036
| * | Execute metrics initializer earlieretag-notes-pollingAdam Niedzielski2017-03-011-1/+1
| | | | | | | | | | | | | | | This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware.
* | | Improve EE compatibility MR docs [ci skip] ee-comp-mr-2Adam Niedzielski2017-03-031-1/+4
| | | | | | | | | | | | EE MR should be updated before CE MR is merged. Suggest using "git rerere".
* | | Merge branch 'api-v4-doc' into 'master' Douwe Maan2017-03-011-8/+8
|\ \ \ | | | | | | | | | | | | | | | | Use v4 endpoint in API docs See merge request !9631
| * | | Use v4 endpoint in API docsapi-v4-docRobert Schilling2017-03-011-8/+8
| |/ /
* | | Persona imagesSarah O'Donnell2017-03-013-2/+2
|/ /
* | Add newline to end of frontend.md.patch-14Bryce Johnson2017-02-281-1/+1
| |
* | Document use of AirBnb js styleguide and eslint.Bryce Johnson2017-02-281-0/+5
| |
* | Clarify when to create EE compatibility MR in code review processAdam Niedzielski2017-02-281-0/+6
| |
* | Add MockCiService integrationmock-ci-serviceEric Eastwood2017-02-241-1/+2
| | | | | | | | | | | | MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9250/ See https://gitlab.com/madlittlemods/gl-mock-ci-service
* | Update users.mdSarah O'Donnell2017-02-231-17/+17
| |
* | Merge branch 'add-approving-license-process' into 'master' Clement Ho2017-02-211-0/+7
|\ \ | | | | | | | | | | | | | | | | | | Add process for requesting approval for licenses Closes gitlab-com/organization#22 See merge request !9242
| * | Add process for requesting approval for licensesadd-approving-license-processClement Ho2017-02-171-0/+7
| | |
* | | Merge branch 'ux-guide-add-personas' into 'master' Régis Freyd (GitLab)2017-02-204-11/+159
|\ \ \ | | | | | | | | | | | | | | | | UX Guide: Add personas See merge request !9390
| * | | [ci skip] UX Guide: Add personasAllison Whilden2017-02-204-11/+159
| | | |
* | | | Merge branch 'rs-document-timecop' into 'master' Rémy Coutable2017-02-201-0/+19
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Document Timecop usage for time-sensitive tests See merge request !9383
| * | | Document Timecop usage for time-sensitive testsrs-document-timecopRobert Speicher2017-02-201-0/+19
| | | |
* | | | Merge branch 'pedro-fix-line-ending' into 'master' Clement Ho2017-02-201-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix wrong line ending [ci-skip] See merge request !9270
| * | | | Fix wrong line ending [ci-skip]pedro-fix-line-endingPedro Moreira da Silva2017-02-171-1/+1
| |/ / /
* | | | Merge branch 'link-to-rspec-features-docs' into 'master' Rémy Coutable2017-02-201-0/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Add link to external documentation of rspec-rails feature specs See merge request !8973
| * | | Add more links in the Features/Integration testing documentationRichard Macklin2017-02-131-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Move the rspec-rails feature spec link to the Features/Integration section - Mention and link to capybara and poltergeist there as well [ci skip]
| * | | Add link to external documentation of rspec-rails feature specsRichard Macklin2017-02-031-1/+3
| | |/ | |/| | | | | | | [ci skip]
* | | Document better the CE -> EE mergedocument-ce-to-eeRémy Coutable2017-02-161-9/+16
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Do not use single quote in headings as it breaks docs.gitlab.comAchilleas Pipinellis2017-02-161-4/+4
| | | | | | | | | | | | [ci skip]
* | | Clean up terms used for issues. Use New instead of Add.pedro-issue-terminologyPedro Moreira da Silva2017-02-155-36/+22
| | |
* | | Rename builds to jobs in docsAchilleas Pipinellis2017-02-151-1/+1
| |/ |/| | | | | [ci skip]
* | Fix UX Guide apostrophe use for singular common nounspatch-12Pedro Moreira da Silva2017-02-131-192/+192
| |
* | Merge branch 'replace-teaspoon-references' into 'master' Clement Ho2017-02-103-21/+14
|\ \ | | | | | | | | | | | | | | | | | | Replace teaspoon references with Karma Closes gitlab-com/gitlab-docs#68 See merge request !9011
| * | Replace teaspoon references with Karmareplace-teaspoon-referencesClement Ho2017-02-103-21/+14
| | |
* | | moved hyperlink reference section at the end of the contentNur Rony2017-02-101-41/+43
| | |
* | | fixes frontend doc broken linkNur Rony2017-02-101-1/+1
|/ /
* | Fix broken links to docsAchilleas Pipinellis2017-02-061-3/+3
| | | | | | | | [ci skip]