summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add two more project templateszj-add-two-more-project-templatesZ.J. van de Weg2017-08-157-4/+13
* Merge branch 'docs-jira' into 'master'Douwe Maan2017-08-152-2/+6
|\
| * Replace jira_service_page.pngdocs-jiraVictor Wu2017-08-111-0/+0
| * JIRA docsVictor Wu2017-08-111-2/+6
* | Merge branch 'malformed-submodule' into 'master'Douwe Maan2017-08-157-4/+16
|\ \
| * | Handle missing .gitmodules when getting submodule urlsmalformed-submoduleJacob Vosmaer2017-08-147-4/+16
* | | Merge branch 'winh-gpg-status-spinners' into 'master'Phil Hughes2017-08-156-2/+79
|\ \ \
| * | | Display GPG status loading spinner only when Ajax request is madeWinnie Hellmann2017-08-156-2/+79
|/ / /
* | | Merge branch 'fix-broadcast-messages-migration' into 'master'Douwe Maan2017-08-151-1/+13
|\ \ \
| * | | Remove invalid broadcast messages before migratingfix-broadcast-messages-migrationYorick Peterse2017-08-141-1/+13
* | | | Merge branch 'forks-count-cache' into 'master'Douwe Maan2017-08-1514-1/+141
|\ \ \ \
| * | | | Cache the number of forks of a projectforks-count-cacheYorick Peterse2017-08-1414-1/+141
* | | | | Merge branch '36398-update-our-auto-deploy-docs-to-include-monitoring-docs' i...Achilleas Pipinellis2017-08-153-1/+26
|\ \ \ \ \
| * | | | | Add auto-monitoring docs to auto-deploy pageJoshua Lambert2017-08-153-1/+26
|/ / / / /
* | | | | Merge branch 'fix-edit-merge-request-button-case' into 'master'Phil Hughes2017-08-156-13/+18
|\ \ \ \ \
| * | | | | Fix edit merge request button inconsistent letter casingClement Ho2017-08-156-13/+18
|/ / / / /
* | | | | Merge branch '34533-speed-up-group-project-authorizations' into 'master'Douwe Maan2017-08-156-10/+88
|\ \ \ \ \
| * | | | | Speed up Group#user_ids_for_project_authorizationsNick Thomas2017-08-146-10/+88
* | | | | | Merge branch '34371-pipeline-schedule-vue-files' into 'master'Phil Hughes2017-08-155-52/+67
|\ \ \ \ \ \
| * | | | | | Adds line to the end of the file34371-pipeline-schedule-vue-filesFilipa Lacerda2017-08-141-1/+1
| * | | | | | Move callout to vue file and remove svg from data function to improve perform...Filipa Lacerda2017-08-145-52/+67
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'docs-correct-filetree' into 'master'Achilleas Pipinellis2017-08-1528-213/+187
|\ \ \ \ \ \
| * | | | | | update remaining links for add-user.mddocs-correct-filetreeMarcia Ramos2017-08-142-3/+3
| * | | | | | add file finder to repo indexMarcia Ramos2017-08-141-0/+6
| * | | | | | delete duplicate contentMarcia Ramos2017-08-143-47/+3
| * | | | | | move "share projects with groups" docsMarcia Ramos2017-08-149-49/+54
| * | | | | | link file moved to members/index from project's indexMarcia Ramos2017-08-141-1/+5
| * | | | | | move doc from /workflow/ to /project/Marcia Ramos2017-08-1415-114/+117
* | | | | | | Merge branch 'update-vue-docs' into 'master'Stan Hu2017-08-151-0/+17
|\ \ \ \ \ \ \
| * | | | | | | Update docs with Javascript accord.Jacob Schatz2017-08-151-0/+17
|/ / / / / / /
* | | | | | | Merge branch 'repo-fixes-e' into 'master'Jacob Schatz2017-08-1415-116/+149
|\ \ \ \ \ \ \
| * | | | | | | Add shared getFileExtension helper methodrepo-fixes-eEric Eastwood2017-08-142-2/+7
| * | | | | | | Remove unused repo store keysEric Eastwood2017-08-142-17/+1
| * | | | | | | Add comment about why we need to stop parsing JSONEric Eastwood2017-08-141-0/+1
| * | | | | | | Use single js- wrapper class to show/hideEric Eastwood2017-08-144-8/+10
| * | | | | | | Scroll total scroll width instead of fixed valueEric Eastwood2017-08-141-1/+1
| * | | | | | | Switch single fa icon generation to inlineEric Eastwood2017-08-141-5/+1
| * | | | | | | Remove duplicate setting of variableEric Eastwood2017-08-141-1/+0
| * | | | | | | Reset monacoLoading on failureEric Eastwood2017-08-141-1/+4
| * | | | | | | Remove overflow tabs logic (no longer used)Eric Eastwood2017-08-143-26/+3
| * | | | | | | Remove loading state from repo_tabEric Eastwood2017-08-142-23/+8
| * | | | | | | Make close/changed icon more accessibleEric Eastwood2017-08-141-2/+17
| * | | | | | | Use promise syntax with Helper.getContentEric Eastwood2017-08-143-12/+13
| * | | | | | | Split out linkClicked and add testsEric Eastwood2017-08-142-24/+69
| * | | | | | | Use v-else instead of duplicating logicEric Eastwood2017-08-142-4/+18
| * | | | | | | Move syntax highlighting into a methodEric Eastwood2017-08-101-2/+8
* | | | | | | | Merge branch 'bvl-use-no-wrap-for-pot-file' into 'master'Rubén Dávila2017-08-1417-221/+167
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove `\n` from translationsbvl-use-no-wrap-for-pot-fileBob Van Landuyt2017-08-1417-221/+167
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch '36378-error-raising-expectation-in-spec-fix' into 'master'Robert Speicher2017-08-141-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix positive raise_error expectation without specifying the error type expect...36378-error-raising-expectation-in-spec-fixTiago Botelho2017-08-141-2/+2