summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* Enable Style/Semicolon rubocop style copstyle/enable-semicolon-rubocop-copGrzegorz Bizon2016-06-011-1/+1
| | | | See #17478
* Add Application Setting to configure Container Registry token expire delay ↵Kamil Trzcinski2016-05-311-0/+1
| | | | (default 5min)
* Merge branch 'rubocop/enable-literal-in-condition-cop' into 'master' Robert Speicher2016-05-301-3/+2
|\ | | | | | | | | | | | | | | | | Enable Lint/LiteralInCondition rubocop cop Detects literals used in conditions. See #17478 See merge request !4354
| * Enable Lint/LiteralInCondition rubocop coprubocop/enable-literal-in-condition-copGrzegorz Bizon2016-05-301-3/+2
| | | | | | | | | | | | Checks of literals used in conditions. See #17478
* | Enable Style/WhileUntilDo rubocop style copstyle/enable-while-until-do-rubocop-style-copGrzegorz Bizon2016-05-301-1/+1
|/ | | | See #17478
* Merge branch 'fix/gitlab-importer-issue' into 'master' Robert Speicher2016-05-261-3/+3
|\ | | | | | | | | | | | | | | | | Fix gitlab importer issue Fixed credentials not being called correctly - probably some bad refactoring or search & replace... Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/565 See merge request !4301
| * fix bad refactoring of import data credentialsJames Lopez2016-05-261-3/+3
| |
* | Merge branch 'measure-proxy-timing' into 'master' Yorick Peterse2016-05-261-0/+24
|\ \ | |/ |/| | | | | Measure proxy flight time See merge request !4278
| * Rename metric to 'rails queue duration'Jacob Vosmaer2016-05-261-2/+2
| |
| * Align class name with field nameJacob Vosmaer2016-05-251-1/+1
| |
| * Send data to InfluxDB instead of stdoutJacob Vosmaer2016-05-251-4/+6
| |
| * Measure proxy timing: needs influxdb codeJacob Vosmaer2016-05-241-0/+22
| |
* | Merge branch 'updated-contrib-calendar' into 'master' Jacob Schatz2016-05-251-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | POC: Updated contrib calendar In an effort to cut down the JS file size - i've removed the heatmap calendar used for the contributing calendar on users profiles. We already have d3 on the page so why not use it instead of using a library which uses it? ![Screen_Shot_2016-04-27_at_11.08.41](/uploads/64c40f0c766f800fd0e33ac8be7f9644/Screen_Shot_2016-04-27_at_11.08.41.png) cc. @jschatz1 See merge request !3944
| * | Group the contributing calendar by dayPhil Hughes2016-05-161-1/+1
| | | | | | | | | | | | This aligns the boxes correctly with the day on the left side of the calendar
* | | Merge branch 'fix/import-url-uri-issue' into 'master' Douwe Maan2016-05-251-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for import URL URI problem when URL contains a space Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17559 Prevents an already encoded URL to be encoded again - preventing %20 => %25%20 See merge request !4180
| * | | fix changelog and mergefix/import-url-uri-issueJames Lopez2016-05-231-1/+1
| | | |
* | | | Fix forks creation when visibility level is restrictedissue_10725Felipe Artur2016-05-251-0/+7
| |_|/ |/| |
* | | Enable Performance/RangeInclude cop and fix single offensers-range-includeRobert Speicher2016-05-231-1/+1
|/ /
* | 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-201-0/+56
|\ \
| * | Update API and fetching taskZeger-Jan van de Weg2016-05-201-26/+14
| | |
| * | Backend for a gitignores dropdownZeger-Jan van de Weg2016-05-201-0/+68
| | |
* | | Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-7/+29
|\ \ \ | |/ / |/| | | | | | | | # 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-181-7/+19
| | | | | | | | | | | | Gitlab::Diff::InlineDiff
* | | 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 'migration-helpers' into 'master' Robert Speicher2016-05-191-0/+134
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | 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
| | | | |
| * | | | 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
| | |/ / / | |/| | |
* | | | | Merge branch 'docker-registry-view' into 'master' Kamil Trzciński2016-05-181-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add container registry support Tasks: - [x] Merge docker/distribution authentication service: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3787 - [x] Implement Docker Registry API - [x] Show a list of docker images in GitLab - [x] Remove registry repository on project deletion - [x] Support project rename, move and namespace rename - [x] Use token when connecting the registry - [x] Allow to delete images from GitLab - [x] Support pushing from GitLab CI (gitlab-ci-token / $CI_BUILD_TOKEN) - [x] Support GitLab Runner pulling for public repositories - [ ] Support GitLab Runner pulling for private repositories - [x] Add tests for Docker Registry API - [x] Add tests for a views - [x] Make texts nicer - [x] Implement a backup support - [ ] Create administration documentation https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4141 - [ ] Create user documentation See merge request !4040
| * | | | Merge remote-tracking branch 'origin/master' into docker-registry-viewKamil Trzcinski2016-05-165-63/+105
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-139-16/+17
| |\ \ \ \
| * \ \ \ \ Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-097-26/+165
| |\ \ \ \ \
| * | | | | | WIPKamil Trzcinski2016-05-081-1/+1
| | | | | | |
| * | | | | | Added docker registry viewKamil Trzcinski2016-05-041-0/+4
| | | | | | |
* | | | | | | Merge branch 'fix/import-data-issue' into 'master' Rémy Coutable2016-05-183-17/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create import data in service and fix timing issues when scheduling job Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17401 Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/17376 See merge request !4106
| * \ \ \ \ \ \ Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-05-121-2/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | fix/import-data-issue
| * \ \ \ \ \ \ \ Merge branches 'fix/import-data-issue' and 'master' of ↵James Lopez2016-05-115-8/+6
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gitlab.com:gitlab-org/gitlab-ce into fix/import-data-issue
| * | | | | | | | | create import data in serviceJames Lopez2016-05-103-17/+8
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | fix typo from bad refactoringJames Lopez2016-05-171-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'wiki-fix-reloaded' into 'master' Rémy Coutable2016-05-161-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the relative url prefix for links in Wiki Retry of gitlab-org/gitlab-ce!4026 @rymai !4050 solved all other problems how it looks like. I [tested](https://gitlab.com/artem-forks/gitlab-ce/commit/ff01eca7b559efa7cacf3412aa01cd8ae8a6db7e/builds) this with ruby22 Fixes #17071 See merge request !4131
| * | | | | | | | Use the relative url prefix for links in WikiArtem Sidorenko2016-05-131-1/+1
| | |_|_|_|_|/ / | |/| | | | | |