summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rs-space-around-keyword' into 'master' Robert Speicher2016-05-231-1/+1
|\ | | | | | | | | | | | | Enable Style/SpaceAroundKeyword cop and fix offenses Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17478 See merge request !4259
| * Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher2016-05-231-1/+1
| |
* | Merge branch 'rs-range-include' into 'master' Robert Speicher2016-05-231-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Enable Performance/RangeInclude cop and fix single offense Ref: https://gitlab.com/gitlab-org/gitlab-ce/issues/17478 See merge request !4255
| * | Enable Performance/RangeInclude cop and fix single offensers-range-includeRobert Speicher2016-05-231-1/+1
| |/
* | Enable Style/DefWithParentheses cop and fix single offenseRobert Speicher2016-05-231-1/+1
|/
* Fix Error 500 in CI charts by gracefully handling commits with no durationsStan Hu2016-05-221-1/+2
| | | | Closes #17730
* Merge branch 'registry_admin_docs' into 'master' Achilleas Pipinellis2016-05-231-0/+53
|\ | | | | | | | | | | | | Docker container registry configuration docs. Part of gitlab-org/omnibus-gitlab!764 and gitlab-org/gitlab-ce!4040 See merge request !4141
| * Add note about port needed in NGINX configAchilleas Pipinellis2016-05-221-0/+2
| |
| * Add NGINX config file for RegistryAchilleas Pipinellis2016-05-221-0/+51
| |
* | Extend comment for migrations helper MySQL fixGrzegorz Bizon2016-05-221-1/+8
| |
* | Add MySQL compatibility fix in migration helpersGrzegorz Bizon2016-05-221-1/+2
|/
* Merge branch 'zj-gitignore-dropdown'Douwe Maan2016-05-205-0/+140
|\
| * Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-5/+5
| |
| * Update API and fetching taskZeger-Jan van de Weg2016-05-202-38/+46
| |
| * Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-205-0/+132
| |
* | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-203-8/+53
|\ \ | | | | | | | | | | | | # Conflicts: # app/services/system_note_service.rb
| * | Reuse existing SCSS variablesadambutler/gitlab-ce-feature/support-diff-of-issue-title-renameRémy Coutable2016-05-181-2/+12
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | Create DiffFilter and change SystemNoteService#change_title to use ↵Adam Butler2016-05-183-8/+43
| | | | | | | | | | | | Gitlab::Diff::InlineDiff
* | | Merge branch 'eReGeBe/gitlab-ce-feature/milestone-md' into 'master' Douwe Maan2016-05-201-1/+43
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement special GitLab markdown reference for milestones https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3453 by @eReGeBe, with two additions: - Move changelog item to 8.8 - Fix cross-project milestone ref with invalid project, like https://gitlab.com/gitlab-org/gitlab-ce/commit/f7348cd348ad8f4a18d74dd668283a4e236f5790 did for labels Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13829 See merge request !3897
| * | Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable2016-05-1868-476/+1200
| |\ \ | | | | | | | | | | | | | | | | | | | | eReGeBe/gitlab-ce-feature/milestone-md Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | Fix cross-project milestone ref with invalid projectDouwe Maan2016-04-231-11/+17
| | | |
| * | | Merge branch 'master' into eReGeBe/gitlab-ce-feature/milestone-mdDouwe Maan2016-04-236-44/+42
| |\ \ \
| * | | | Using project `path_with_namespace` in milestone's cross project references ↵Alejandro Rodríguez2016-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | link text
| * | | | Escaping the `object_link_text` on cross project milestone referencesAlejandro Rodríguez2016-04-201-1/+1
| | | | |
| * | | | Transforming milestones link references to the short reference formAlejandro Rodríguez2016-04-201-0/+5
| | | | |
| * | | | Consistently using iid when treating milestones as referrablesAlejandro Rodríguez2016-04-201-5/+14
| | | | | | | | | | | | | | | | | | | | Also, addint a suffix to the reference text when the milestone is in another project
| * | | | Implementing special GitLab markdown reference for milestonesAlejandro Rodríguez2016-04-201-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | Using the syntax proposed in #13829 [project_reference]%(milestone_id | milestone_name) to get a link to the referred milestone.
* | | | | Merge branch 'feature/runner-config-untagged-jobs' into 'master' Robert Speicher2016-05-193-10/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add config for CI Runner that prevents it from picking untagged jobs Closes #3456 See merge request !4039
| * | | | | Add minor corrections related to config of runnerGrzegorz Bizon2016-05-191-1/+1
| | | | | |
| * | | | | Improve setting default runner attrs when using APIGrzegorz Bizon2016-05-191-2/+5
| | | | | |
| * | | | | Set run untagged option when registering a runnerGrzegorz Bizon2016-05-191-9/+6
| | | | | |
| * | | | | Extend runner options that are configurable via APIGrzegorz Bizon2016-05-192-1/+2
| | | | | |
* | | | | | Merge branch 'fix-generator-templates-directory' into 'master' Jeroen van Baarsen2016-05-192-90/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move generator templates to generator_templates/ See merge request !4217
| * | | | | | Move generator templates to generator_templates/Yorick Peterse2016-05-192-90/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we eager load everything in lib/ putting ERB code in .rb files will result in syntax errors. By moving the templates to ./generator_templates we can work around this.
* | | | | | Merge branch '17464-backport-email-syntax-highlighting' into 'master' Douwe Maan2016-05-191-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Syntax-highlight diffs in push emails ![image](/uploads/8ecbabc65382214b8de63aae24f66cea/image.png) Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 See merge request !4147
| * | | | | | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
* | | | | | | Removed outdated comment from migration helpersfix-migration-helper-commentYorick Peterse2016-05-191-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge branch 'patch-1' into 'master' Rémy Coutable2016-05-191-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed advice on invalid permissions on upload path When running the checks, my upload path has wrong permissions, the advice could not fix it because it does not change the permission of this directory (only sub-directories). ``` Uploads directory setup correctly? ... no Try fixing it: sudo find /home/git/gitlab/public/uploads -type d -not -path /home/git/gitlab/public/uploads -exec chmod 0700 {} \; For more information see: doc/install/installation.md in section "GitLab" Please fix the error above and rerun the checks. ``` Executing this instead fixed the error : ``` sudo chmod 700 /home/git/gitlab/public/uploads ``` See merge request !2948
| * | | | | | Fixed advice on invalid permissions on upload pathJazz2016-05-191-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'migration-helpers' into 'master' Robert Speicher2016-05-193-0/+224
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added helper methods for database migrations These helpers can ultimately be used to write migrations that don't require downtime. See #15464 for more information. See merge request !3860
| * | | | | | Fixed typos in migration templatesmigration-helpersYorick Peterse2016-05-192-2/+2
| | | | | | |
| * | | | | | Remove left-over use of strip_heredocYorick Peterse2016-05-191-1/+1
| | | | | | |
| * | | | | | Removed stray strip_heredoc from migration helpersYorick Peterse2016-05-131-1/+1
| | | | | | |
| * | | | | | Fixed styling per Rubocop pedanticsYorick Peterse2016-05-121-1/+3
| | | | | | |
| * | | | | | Link to migration guide in migration templatesYorick Peterse2016-05-122-0/+6
| | | | | | |
| * | | | | | Added custom migration generator templatesYorick Peterse2016-05-122-0/+84
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to automatically include Gitlab::Database::MigrationHelpers into newly generated migrations.
| * | | | | | Added helper methods for database migrationsYorick Peterse2016-05-121-0/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These helpers can be used to perform migrations without taking down the entire application. For example, the method "add_column_with_default" can be used to add a new column with a default value without locking the entire table.
* | | | | | | Fix warning messages with SVG ALLOWED_ELEMENTSStan Hu2016-05-192-89/+89
| |/ / / / / |/| | | | | | | | | | | | | | | | | Eliminates "warning: already initialized constant Gitlab::Sanitizers::SVG::ALLOWED_ELEMENTS"
* | | | | | Merge branch 'issue_17560' into 'master' Robert Speicher2016-05-191-2/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mask credentials from URL when the import of project has failed. REF: #17560 See merge request !4185
| * | | | | | Mask credentials from URL when import of project has failed.Rubén Dávila2016-05-181-2/+15
| | |/ / / / | |/| | | |