Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix spelling and grammatical errors.realtime-methods-docs | Jacob Schatz | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | Add Server issues 429 Too Many Requests disable polling. | Jacob Schatz | 2017-03-16 | 1 | -1/+2 |
| | |||||
* | Fix up suggestions on content changes. | Jacob Schatz | 2017-03-16 | 1 | -2/+2 |
| | |||||
* | Add docs for realtime polling for the frontend. | Jacob Schatz | 2017-03-16 | 1 | -0/+14 |
| | |||||
* | remove all references to the .es6 in our config files and documentationremove-es6-extension-configuration | Mike Greiling | 2017-03-15 | 1 | -2/+2 |
| | |||||
* | Fix typo in doc/development/polling.md: `If-None-Modified` -> `If-None-Match`fix-polling-doc | Rémy Coutable | 2017-03-15 | 1 | -3/+3 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'sh-expand-on-definition-of-done' into 'master' | Stan Hu | 2017-03-14 | 1 | -0/+41 |
|\ | | | | | | | | | Add performance/scalability concerns to CONTRIBUTING.md See merge request !8677 | ||||
| * | Describe polling with ETag cachingsh-expand-on-definition-of-done | Adam Niedzielski | 2017-03-14 | 1 | -0/+41 |
| | | |||||
* | | Merge branch '29326-update-documentation' into 'master' | Jacob Schatz | 2017-03-14 | 1 | -2/+32 |
|\ \ | | | | | | | | | | | | | Adds best practices regarding context and vue to documentation See merge request !9870 | ||||
| * | | Fix bad code example29326-update-documentation | Filipa Lacerda | 2017-03-13 | 1 | -2/+2 |
| | | | |||||
| * | | Fix code examples and add code highligth | Filipa Lacerda | 2017-03-10 | 1 | -5/+4 |
| | | | |||||
| * | | Adds best practices regarding context and vue to documentation | Filipa Lacerda | 2017-03-10 | 1 | -1/+32 |
| |/ | |||||
* | | Merge branch 'rs-good-changelog-bad-changelog' into 'master' | Rémy Coutable | 2017-03-14 | 1 | -24/+65 |
|\ \ | | | | | | | | | | | | | Expand the changelog documentation See merge request !9774 | ||||
| * | | Expand the changelog documentationrs-good-changelog-bad-changelog | Robert Speicher | 2017-03-13 | 1 | -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 Speicher | 2017-03-13 | 4 | -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-specs | James Edwards-Jones | 2017-03-13 | 4 | -1/+35 |
| | | | |||||
* | | | Adds information about architecture step. | Filipa Lacerda | 2017-03-10 | 1 | -2/+20 |
| | | | |||||
* | | | Add confirmation dialogs guidelines in UX copydocs/ux-copy-confirmation-dialogs | Achilleas Pipinellis | 2017-03-09 | 1 | -0/+9 |
|/ / | | | | | | | [ci skip] | ||||
* | | Merge branch 'etag-notes-polling' into 'master' | Sean McGivern | 2017-03-06 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | Use ETag to improve performance of issue notes polling Closes #27582 See merge request !9036 | ||||
| * | | Execute metrics initializer earlieretag-notes-polling | Adam Niedzielski | 2017-03-01 | 1 | -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-2 | Adam Niedzielski | 2017-03-03 | 1 | -1/+4 |
| | | | | | | | | | | | | EE MR should be updated before CE MR is merged. Suggest using "git rerere". | ||||
* | | | Merge branch 'api-v4-doc' into 'master' | Douwe Maan | 2017-03-01 | 1 | -8/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | Use v4 endpoint in API docs See merge request !9631 | ||||
| * | | | Use v4 endpoint in API docsapi-v4-doc | Robert Schilling | 2017-03-01 | 1 | -8/+8 |
| |/ / | |||||
* | | | Persona images | Sarah O'Donnell | 2017-03-01 | 3 | -2/+2 |
|/ / | |||||
* | | Add newline to end of frontend.md.patch-14 | Bryce Johnson | 2017-02-28 | 1 | -1/+1 |
| | | |||||
* | | Document use of AirBnb js styleguide and eslint. | Bryce Johnson | 2017-02-28 | 1 | -0/+5 |
| | | |||||
* | | Clarify when to create EE compatibility MR in code review process | Adam Niedzielski | 2017-02-28 | 1 | -0/+6 |
| | | |||||
* | | Add MockCiService integrationmock-ci-service | Eric Eastwood | 2017-02-24 | 1 | -1/+2 |
| | | | | | | | | | | | | MR: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9250/ See https://gitlab.com/madlittlemods/gl-mock-ci-service | ||||
* | | Update users.md | Sarah O'Donnell | 2017-02-23 | 1 | -17/+17 |
| | | |||||
* | | Merge branch 'add-approving-license-process' into 'master' | Clement Ho | 2017-02-21 | 1 | -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-process | Clement Ho | 2017-02-17 | 1 | -0/+7 |
| | | | |||||
* | | | Merge branch 'ux-guide-add-personas' into 'master' | Régis Freyd (GitLab) | 2017-02-20 | 4 | -11/+159 |
|\ \ \ | | | | | | | | | | | | | | | | | UX Guide: Add personas See merge request !9390 | ||||
| * | | | [ci skip] UX Guide: Add personas | Allison Whilden | 2017-02-20 | 4 | -11/+159 |
| | | | | |||||
* | | | | Merge branch 'rs-document-timecop' into 'master' | Rémy Coutable | 2017-02-20 | 1 | -0/+19 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Document Timecop usage for time-sensitive tests See merge request !9383 | ||||
| * | | | Document Timecop usage for time-sensitive testsrs-document-timecop | Robert Speicher | 2017-02-20 | 1 | -0/+19 |
| | | | | |||||
* | | | | Merge branch 'pedro-fix-line-ending' into 'master' | Clement Ho | 2017-02-20 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix wrong line ending [ci-skip] See merge request !9270 | ||||
| * | | | | Fix wrong line ending [ci-skip]pedro-fix-line-ending | Pedro Moreira da Silva | 2017-02-17 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'link-to-rspec-features-docs' into 'master' | Rémy Coutable | 2017-02-20 | 1 | -0/+8 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Add link to external documentation of rspec-rails feature specs See merge request !8973 | ||||
| * | | | Add more links in the Features/Integration testing documentation | Richard Macklin | 2017-02-13 | 1 | -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 specs | Richard Macklin | 2017-02-03 | 1 | -1/+3 |
| | |/ | |/| | | | | | | | [ci skip] | ||||
* | | | Document better the CE -> EE mergedocument-ce-to-ee | Rémy Coutable | 2017-02-16 | 1 | -9/+16 |
| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Do not use single quote in headings as it breaks docs.gitlab.com | Achilleas Pipinellis | 2017-02-16 | 1 | -4/+4 |
| | | | | | | | | | | | | [ci skip] | ||||
* | | | Clean up terms used for issues. Use New instead of Add.pedro-issue-terminology | Pedro Moreira da Silva | 2017-02-15 | 5 | -36/+22 |
| | | | |||||
* | | | Rename builds to jobs in docs | Achilleas Pipinellis | 2017-02-15 | 1 | -1/+1 |
| |/ |/| | | | | | [ci skip] | ||||
* | | Fix UX Guide apostrophe use for singular common nounspatch-12 | Pedro Moreira da Silva | 2017-02-13 | 1 | -192/+192 |
| | | |||||
* | | Merge branch 'replace-teaspoon-references' into 'master' | Clement Ho | 2017-02-10 | 3 | -21/+14 |
|\ \ | | | | | | | | | | | | | | | | | | | Replace teaspoon references with Karma Closes gitlab-com/gitlab-docs#68 See merge request !9011 | ||||
| * | | Replace teaspoon references with Karmareplace-teaspoon-references | Clement Ho | 2017-02-10 | 3 | -21/+14 |
| | | | |||||
* | | | moved hyperlink reference section at the end of the content | Nur Rony | 2017-02-10 | 1 | -41/+43 |
| | | | |||||
* | | | fixes frontend doc broken link | Nur Rony | 2017-02-10 | 1 | -1/+1 |
|/ / | |||||
* | | Fix broken links to docs | Achilleas Pipinellis | 2017-02-06 | 1 | -3/+3 |
| | | | | | | | | [ci skip] |