summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Move workflow/importing/ to user/project/import/docs/importing-refactorAchilleas Pipinellis2017-08-1731-517/+525
|
* Merge branch '34643-fix-project-path-slugify' into 'master'Rémy Coutable2017-08-166-7/+39
|\ | | | | | | | | | | | | Fix CI_PROJECT_PATH_SLUG slugify Closes #34643 See merge request !13350
| * Fix CI_PROJECT_PATH_SLUG slugifyvanadium232017-08-156-7/+39
| |
* | Merge branch 'rs-redis-config-paths' into 'master'Douwe Maan2017-08-165-16/+19
|\ \ | | | | | | | | | | | | | | | | | | Don't depend on `Rails` for Redis configuration file paths Closes #36514 See merge request !13575
| * | Don't depend on `Rails` for Redis configuration file pathsrs-redis-config-pathsRobert Speicher2017-08-155-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `Rails` object was not always available in all tasks that require Redis access, such as `mail_room`, so the constant pointing to the configuration path was never defined, but we still attempted to access it in `config_file_name`, resulting in a `NameError` exception. Further, there was no benefit to defining these paths in a constant to begin with -- they're only accessed in one place, and it was within the class where they were being defined. We can just provide them at run-time instead. Further _still_, we were calling `File.expand_path` on the absolute path returned by `Rails.root.join`, which was rather pointless.
* | | Merge branch '34533-speed-up-project-creation' into 'master'Douwe Maan2017-08-164-15/+55
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Speed up project creation by inlining repository creation Closes #34533 See merge request !13529
| * | | Speed up project creation by inlining repository creationNick Thomas2017-08-154-15/+55
| | | |
* | | | Merge branch '36465-duplicate-events' into 'master'Douwe Maan2017-08-165-2/+63
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't create event in Merge Request Create Service Closes #36465 See merge request !13566
| * | | | Don't create event in Merge Request Create ServiceJarka Kadlecova2017-08-165-2/+63
|/ / / /
* | | | Merge branch 'safari-fly-out-fix' into 'master'Tim Zallmann2017-08-167-530/+548
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the fly-out menu in the sidebar not displaying in Safari Closes #36441 See merge request !13445
| * | | | Fix the fly-out menu in the sidebar not displaying in Safarisafari-fly-out-fixPhil Hughes2017-08-157-530/+548
| | | | |
* | | | | Merge branch 'doc-group-issues-filtered-search' into 'master'Achilleas Pipinellis2017-08-162-0/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add documentation for groups issue filtered search Closes #36377 See merge request !13572
| * | | | | Add documentation for groups issue filtered searchClement Ho2017-08-162-0/+8
|/ / / / /
* | | | | Merge branch 'fix-autocomplete-group' into 'master'Phil Hughes2017-08-161-0/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix username autocomplete group name with no avatar alignment Closes #36502 See merge request !13578
| * | | | | Fix username autocomplete group name with no avatar alignmentfix-autocomplete-groupClement Ho2017-08-151-0/+10
| | | | | |
* | | | | | Merge branch 'jej-fix-protected-tags-typo' into 'master'Grzegorz Bizon2017-08-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 'Projected tags' typo in protected_tags_spec.rb See merge request !13576
| * | | | | | Fix 'Projected tags' typo in protected_tags_spec.rbjej-fix-protected-tags-typoJames Edwards-Jones2017-08-151-1/+1
| | | | | | |
* | | | | | | Merge branch '36405-fix-mysql-timestamp-columns' into 'master'Stan Hu2017-08-151-0/+30
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure MySQL would not use CURRENT_TIMESTAMP as the default for timestamp columns Closes #36405 See merge request !13560
| * | | | | | Make sure MySQL would not use CURRENT_TIMESTAMP36405-fix-mysql-timestamp-columnsLin Jen-Shin2017-08-151-0/+30
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | for timestamp columns magically. See: https://gitlab.com/gitlab-org/gitlab-ce/issues/36405
* | | | | | Merge branch 'repo-fixes' into 'master'Fatih Acet2017-08-1535-437/+516
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Many Repo Fixes See merge request !13432
| * | | | | Many Repo FixesJacob Schatz2017-08-1535-437/+516
|/ / / / /
* | | | | Merge branch '36134_confi_touch_up' into 'master'Jacob Schatz2017-08-151-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use border radius scss vars See merge request !13360
| * | | | | use border radisu scss var36134_confi_touch_upRegis2017-08-071-2/+2
| | | | | |
* | | | | | Merge branch '33329-tech-article-deploying-maven-artifacts' into 'master'Marcia Ramos2017-08-157-4/+285
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Tech article: Deploying Maven artifacts" Closes #33329 See merge request !11955
| * | | | | | link article from CI indexMarcia Ramos2017-08-151-1/+2
| | | | | | |
| * | | | | | link tech articles from the landing pageMarcia Ramos2017-08-151-0/+1
| | | | | | |
| * | | | | | new articles come firstMarcia Ramos2017-08-151-1/+1
| | | | | | |
| * | | | | | fix relative linkMarcia Ramos2017-08-151-1/+1
| | | | | | |
| * | | | | | fix date formatMarcia Ramos2017-08-153-3/+3
| | | | | | |
| * | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵Marcia Ramos2017-08-1571-101/+510
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 33329-tech-article-deploying-maven-artifacts
| * | | | | | | Update publication dateFabio Busatto2017-08-151-1/+1
| | | | | | | |
| * | | | | | | Copyedit Artifactory and GitLab articleAchilleas Pipinellis2017-08-152-77/+109
| | | | | | | |
| * | | | | | | Rename Artifactory and GitLab article fileAchilleas Pipinellis2017-08-152-0/+0
| | | | | | | |
| * | | | | | | Merge branch 'master' into 33329-tech-article-deploying-maven-artifactsAchilleas Pipinellis2017-08-151112-13960/+24155
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Update index.mdFabio Busatto2017-08-031-1/+1
| | | | | | | |
| * | | | | | | Update index.mdFabio Busatto2017-08-031-4/+5
| | | | | | | |
| * | | | | | | Update index.mdFabio Busatto2017-08-031-1/+1
| | | | | | | |
| * | | | | | | Update index.mdFabio Busatto2017-08-031-5/+12
| | | | | | | |
| * | | | | | | Update index.mdFabio Busatto2017-08-031-13/+15
| | | | | | | |
| * | | | | | | Merge branch 'master' into 33329-tech-article-deploying-maven-artifactsbikebilly2017-08-034446-49475/+113743
| |\ \ \ \ \ \ \
| * | | | | | | | Update index.mdFabio Busatto2017-08-031-1/+1
| | | | | | | | |
| * | | | | | | | Update index.mdFabio Busatto2017-08-031-70/+56
| | | | | | | | |
| * | | | | | | | Update password optionsFabio Busatto2017-07-251-2/+2
| | | | | | | | |
| * | | | | | | | Add ConclusionFabio Busatto2017-07-211-7/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix styling
| * | | | | | | | Update index.mdFabio Busatto2017-07-031-9/+9
| | | | | | | | |
| * | | | | | | | Update index.mdFabio Busatto2017-06-291-3/+3
| | | | | | | | |
| * | | | | | | | Update index.mdFabio Busatto2017-06-291-3/+3
| | | | | | | | |
| * | | | | | | | Update index.mdFabio Busatto2017-06-281-10/+10
| | | | | | | | |
| * | | | | | | | Update index.mdFabio Busatto2017-06-281-16/+22
| | | | | | | | |
| * | | | | | | | Update index.mdFabio Busatto2017-06-281-7/+21
| | | | | | | | |