summaryrefslogtreecommitdiff
path: root/doc/development
Commit message (Collapse)AuthorAgeFilesLines
* Change to new GitLab Runner namedocs/gitlab-runnerAchilleas Pipinellis2017-10-311-1/+1
|
* Merge branch 'update-fe-i18n-guide' into 'master'Filipa Lacerda2017-10-302-10/+34
|\ | | | | | | | | Update i18n in FE docs for marking and interpolation See merge request gitlab-org/gitlab-ce!15020
| * Update i18n in FE docs, marking, interpolationupdate-fe-i18n-guideEric Eastwood2017-10-242-10/+34
| |
* | Merging EE doc into CEdocs-update-ee_features.md-ceLin Jen-Shin2017-10-271-0/+382
|/
* Moves vue resource docs into a new file.Filipa Lacerda2017-10-233-50/+76
| | | | Adds docs regarding handling 204 response
* Merge branch 'feature/reliable-rspec-with-eval-script' into 'master'Rémy Coutable2017-10-201-0/+2
|\ | | | | | | | | Check for element before execute_script See merge request gitlab-org/gitlab-ce!14898
| * Check for element before evaluate_scriptEric Eastwood2017-10-191-0/+2
| | | | | | | | | | Tip from https://robots.thoughtbot.com/write-reliable-asynchronous-integration-tests-with-capybara#directly-interacting-with-javascript
* | Update GraphQL licensing situation in the docsNick Thomas2017-10-181-0/+2
| |
* | Update gitaly.mdZeger-Jan van de Weg2017-10-171-2/+4
| |
* | Update documentationZeger-Jan van de Weg2017-10-171-15/+3
| |
* | Allow testing on Gitaly call countZeger-Jan van de Weg2017-10-161-3/+31
|/ | | | | Previous efforts were aimed at detecting N + 1 queries, general regressions are hard to find and mitigate.
* Merge branch 'evn-add-profiler' into 'master'Stan Hu2017-10-121-0/+10
|\ | | | | | | | | Add link to gitlab-profiler See merge request gitlab-org/gitlab-ce!14775
| * Different wording to make it more generalevn-add-profilerernstvn2017-10-091-3/+3
| |
| * Add link to gitlab-profilerernstvn2017-10-091-0/+10
| |
* | Merge branch 'winh-shorten-inclusive-language-example-docs' into 'master'Achilleas Pipinellis2017-10-121-1/+1
|\ \ | | | | | | | | | | | | Shorten example translation for inclusive language See merge request gitlab-org/gitlab-ce!14833
| * | Shorten example translation for inclusive languagewinh-shorten-inclusive-language-example-docsWinnie Hellmann2017-10-111-1/+1
| | |
* | | Merge branch 'docs/fix-dev-doc' into 'master'Achilleas Pipinellis2017-10-122-1/+6
|\ \ \ | |/ / |/| | | | | | | | Fix a missing link and create a separate "Testing guides" section See merge request gitlab-org/gitlab-ce!14819
| * | Fix a missing link and create a separate "Testing guides" sectiondocs/fix-dev-docRémy Coutable2017-10-112-1/+6
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Add inclusive language to translation guidelineswinh-i18n-inclusive-languageWinnie Hellmann2017-10-111-0/+12
|/ /
* | Refactor the Development documentation, and divide the Testing documentation ↵Rémy Coutable2017-10-1112-871/+1022
| | | | | | | | into multiple pages
* | Make naming imports more clearwinh-clarify-naming-imports-docswinh-clarify-naming-importsWinnie Hellmann2017-10-091-4/+26
|/
* Fix link to new i18n index pageAchilleas Pipinellis2017-10-091-1/+1
|
* Update i18n docsAchilleas Pipinellis2017-10-093-10/+15
|
* Move i18n/introduction to i18n/indexAchilleas Pipinellis2017-10-092-2/+2
|
* Merge branch 'master' into jramsay-4012-improve-internationization-docsAchilleas Pipinellis2017-10-0930-44/+339
|\
| * Remove executable permissions on images to make docs lint happysh-remove-ux-chmod-permissionsStan Hu2017-10-0711-0/+0
| | | | | | | | [ci skip]
| * Create idea of read-only databasetc-geo-read-only-ideaToon Claes2017-10-061-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo secondary node). But in GitLab CE it also might be useful to have the "read-only" idea around. So port it back to GitLab CE. Also having the principle of read-only in GitLab CE would hopefully lead to less errors introduced, doing write operations when there aren't allowed for read-only calls. Closes gitlab-org/gitlab-ce#37534.
| * Added popover paradigm to ux guideDimitrie Hoekstra2017-10-053-0/+31
| |
| * Let fetch_ref pull from Gitaly instead of from diskJacob Vosmaer2017-10-041-1/+1
| |
| * Merge branch '3612-update-script-template-order-in-vue-files' into 'master'Filipa Lacerda2017-10-041-1/+20
| |\ | | | | | | | | | | | | | | | | | | Re-arrange <script> tags before <template> tags in .vue files Closes #38743 See merge request gitlab-org/gitlab-ce!14671
| | * Re-arrange <script> tags before <template> tags in .vue files3612-update-script-template-order-in-vue-filesEric Eastwood2017-10-031-1/+20
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38743
| * | Fix link to Vue.js style guidewinh-vue-styleguide-link-docswinh-vue-styleguide-linkWinnie Hellmann2017-10-031-1/+1
| | |
| * | Merge branch 'winh-sprintf' into 'master'Tim Zallmann2017-10-031-2/+9
| |\ \ | | | | | | | | | | | | | | | | Add basic sprintf implementation to JavaScript See merge request gitlab-org/gitlab-ce!14506
| | * | Add basic sprintf implementation to JavaScriptwinh-sprintfWinnie Hellmann2017-10-031-2/+9
| | | |
| * | | Added skeleton loading paradigm to UX guideDimitrie Hoekstra2017-10-033-1/+28
| | | |
| * | | Add environment variable to bypass n+1Andrew Newdigate2017-09-301-1/+31
| | |/ | |/|
| * | Merge branch '31113-add-guidelines-for-illustrations' into 'master'Mike Greiling2017-09-2915-0/+91
| |\ \ | | | | | | | | | | | | | | | | Guidelines for illustrations See merge request gitlab-org/gitlab-ce!13097
| | * | Add illustration link to ux index pagetauriedavis2017-09-261-0/+5
| | | |
| | * | Fix typo errorsHazel2017-09-221-4/+4
| | | |
| | * | Add the situation of illustration on mobileHazel2017-09-221-0/+3
| | | |
| | * | Add size part to the guidelineHazel2017-09-225-1/+30
| | | |
| | * | Illustration guidelines - Fix grammar error and update images.Hazel2017-09-223-13/+11
| | | |
| | * | Update illustrations.mdHazel Yang2017-09-221-2/+2
| | | |
| | * | Update image size in illustrations.mdHazel Yang2017-09-221-2/+2
| | | |
| | * | Add some images to illustrations.mdHazel Yang2017-09-221-6/+6
| | | |
| | * | Add the images for illustration guidelinesHazel2017-09-229-0/+0
| | | |
| | * | Update illustrations.mdHazel Yang2017-09-221-4/+8
| | | |
| | * | Update illustrations.mdHazel Yang2017-09-221-1/+1
| | | |
| | * | Update illustrations.mdHazel Yang2017-09-221-0/+52
| | | |
| | * | Add new fileHazel Yang2017-09-221-0/+0
| | | |