summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Allow query param scope for /issues API endpointtc-issue-api-assigneeToon Claes2017-07-241-4/+5
|
* Add author_id & assignee_id param to /issues APIToon Claes2017-07-241-0/+5
| | | | Allow issues filtering on `author_id` and `assignee_id`.
* Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-245-2/+20
|
* Merge branch 'fix/use-another-gitaly-feature-name-for-workhorse-send-blob' ↵Robert Speicher2017-07-241-1/+1
|\ | | | | | | | | | | | | into 'master' Use a unique feature name for Workhorse send blob migration See merge request !13031
| * Use a unique feature name for Workhorse send blob migrationfix/use-another-gitaly-feature-name-for-workhorse-send-blobAhmad Sherif2017-07-241-1/+1
| |
* | Merge branch '31533-usage-data-projects-stats' into 'master'Sean McGivern2017-07-241-2/+13
|\ \ | | | | | | | | | | | | | | | | | | Add Slack and JIRA services counts to Usage Data Closes #31533 See merge request !12974
| * | Add Slack and JIRA services counts to Usage Data31533-usage-data-projects-statsJarka Kadlecova2017-07-241-2/+13
| |/
* | Merge branch '33097-issue-tracker' into 'master'Sean McGivern2017-07-246-16/+24
|\ \ | | | | | | | | | | | | | | | | | | Associate Issues tab only with internal issues tracker Closes #33097 See merge request !12130
| * | Support both internal and external issue trackersJarka Kadlecova2017-07-246-16/+24
| |/
* | Upgrade the re2 gem to 1.1.0Nick Thomas2017-07-241-27/+3
| |
* | Add space between words in language dropdownFilipa Lacerda2017-07-241-3/+3
|/
* Merge branch 'fix-old-ci-api' into 'master'Grzegorz Bizon2017-07-221-1/+1
|\ | | | | | | | | | | | | Fix support for old CI API when image or services are not specified Closes #35421 See merge request !13023
| * Fix support for old CI API when image or services are not specifiedfix-old-ci-apiKamil Trzcinski2017-07-221-1/+1
| |
* | Short-circuit build coverage extraction for empty regexesNick Thomas2017-07-222-2/+7
| |
* | Merge branch 'zj-pipeline-badge-improvements' into 'master'Grzegorz Bizon2017-07-223-13/+14
|\ \ | | | | | | | | | | | | | | | | | | Pipeline badge improvements Closes #15582 and #20961 See merge request !12966
| * | Reword success to passing for pipeline badgesZ.J. van de Weg2017-07-211-1/+2
| | |
| * | Rename build to pipeline for status badgesZ.J. van de Weg2017-07-213-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First commit in probably 2, for resolve gitlab-org/gitlab-ce#15582. This commit is renaming files and classes from build to pipeline. Also wording is editted to pipeline. Given `pipeline` had more characters than `build`, I've made the field a bit wider. The width now matchers the one for the coverage badge, so they look nice when in a table format, or in a list. As soon as this commit is merged to master, and released, the build.svg is deprecated, meaning that all users which already placed a badge should update it. However, to make sure it keeps working tests are added for this case.
* | | Fix the gcovr coverage regex by removing line separators before scanningNick Thomas2017-07-211-0/+1
| |/ |/| | | | | | | | | | | | | | | | | RE2 differs from Ruby in handling multiple-line strings. The string "foo\n" will not match the regular expression "foo$" unless multi-line mode is enabled (and it's off by default). Since we're already scanning the build trace line by line (and so multi-line coverage regular expressions won't work), we can fix this by removing the line separator before scanning the string.
* | Merge branch 'gitaly-tree-entries' into 'master'Rémy Coutable2017-07-212-24/+60
|\ \ | | | | | | | | | | | | | | | | | | Incorporate CommitService.GetTreeEntries Gitaly call Closes gitaly#372 See merge request !12941
| * | Incorporate CommitService.GetTreeEntries Gitaly callgitaly-tree-entriesAlejandro Rodríguez2017-07-202-24/+60
| |/
* | Merge branch 'feature/migrate-commit-find-all-to-gitaly' into 'master'Robert Speicher2017-07-213-11/+61
|\ \ | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Commit.find_all to Gitaly Closes gitaly#396 See merge request !12934
| * | Migrate Gitlab::Git::Commit.find_all to Gitalyfeature/migrate-commit-find-all-to-gitalyAhmad Sherif2017-07-203-11/+61
| |/ | | | | | | Closes gitaly#396
* | Merge branch 'improve-ee-compat-check' into 'master'Robert Speicher2017-07-211-6/+7
|\ \ | | | | | | | | | | | | Developer can just download the patch from the `ee_compat_check` job's artifact See merge request !12967
| * | Developer can just download the patch from the `ee_compat_check` job's artifactimprove-ee-compat-checkRémy Coutable2017-07-191-6/+7
| | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | Merge branch ↵Robert Speicher2017-07-211-7/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '34788-testenv-doesn-t-update-the-component-correctly-when-a-branch-is-specified' into 'master' Improve version handling on component install tasks Closes #34788 See merge request !13006
| * | | Improve version handling on component install tasks34788-testenv-doesn-t-update-the-component-correctly-when-a-branch-is-specifiedAlejandro Rodríguez2017-07-201-7/+2
| | |/ | |/| | | | | | | | | | | | | | | | Fixes an issue where, when using branch versions, the component wouldn't be updated after the first branch checkout. We also save one step, since checking out the FETCH_HEAD with `-f` already does what `reset --hard` did.
* | | Merge branch 'fix-re2-infinite-loop-nick' into 'security-9-3'Sean McGivern2017-07-211-7/+22
| | | | | | | | | | | | | | | Fix an infinite loop in Gitlab:UntrustedRegexp See merge request !2146
* | | Merge branch 'dz-update-grape' into 'master'Sean McGivern2017-07-2121-0/+28
|\ \ \ | |/ / |/| | | | | | | | Update grape gem See merge request !12992
| * | Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-2021-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | New version of the gem returns 200 status code on delete with content instead of 204 so we explicitly set status code to keep existing behavior Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Wrong data type when testing webhooksAlexander Randa2017-07-202-0/+24
| | |
* | | Merge branch 'feature/send-diff-limits-to-gitaly' into 'master'Robert Speicher2017-07-204-24/+60
|\ \ \ | | | | | | | | | | | | | | | | Migrate DiffCollection limiting logic to Gitaly See merge request !12867
| * | | Migrate DiffCollection limiting logic to Gitalyfeature/send-diff-limits-to-gitalyAhmad Sherif2017-07-194-24/+60
| | | |
* | | | Merge branch 'migration-status' into 'master'Rémy Coutable2017-07-201-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add option to specify migration status on at the migration site See merge request !12976
| * | | | Add option to specify migration status on at the migration sitemigration-statusAndrew Newdigate2017-07-191-2/+2
| |/ / /
* | | | Merge branch 'fix/gb/fix-container-registry-tag-routing' into 'master'Kamil Trzciński2017-07-201-5/+11
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Fix docker tag reference routing constraints Closes #35220 and gitlab-com/support-forum#2246 See merge request !12961
| * | | Add a test for container repository name regexpGrzegorz Bizon2017-07-191-0/+4
| | | |
| * | | Fix docker tag reference routing constraintsGrzegorz Bizon2017-07-191-5/+7
| | | |
* | | | Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński2017-07-202-4/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to auto retry a failed CI/CD job Closes #3442 See merge request !12909
| * | | | Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon2017-07-191-1/+1
| | | | |
| * | | | Add a new `retry` CI/CD configuration keywordGrzegorz Bizon2017-07-172-4/+9
| | | | |
* | | | | Merge branch 'backstage/gb/build-stage-id-ref-bg-migration-cleanup' into ↵Yorick Peterse2017-07-201-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Implement build stage_id reference migration clean up Closes #34893 See merge request !12785
| * \ \ \ \ Merge branch 'master' into backstage/gb/build-stage-id-ref-bg-migration-cleanupbackstage/gb/build-stage-id-ref-bg-migration-cleanupGrzegorz Bizon2017-07-1916-63/+247
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (59 commits) Resolve "Clarify k8s service keys" Add Portuguese Brazil translations of Commits Page & Pipeline Charts Add Japanese Translation to i18n Update Prometheus gem to version that explicitly calls `munmap` Simplify width for dropdown-menu on mobile Update CHANGELOG.md for 9.3.7 Remove developer documentation about not describing symbols Incorporate Gitaly's Commits#between RPC Adapt to new Gitaly commit message format Remove transitions on nav link hover Provide option to trigger build only for official CE and EE repos in .com Fix queries duration sorting in Performance Bar Rename Project nav items Add structured logging for Rails processes Disable Rails logging in CI test environments Fix download artifacts button alignment Update avatar border to be opaque for better stacking Fixed typos Fix typos Fix external issue trackers redirect ... Conflicts: db/schema.rb
| * | | | | | Remove obsolete argument from bg migrations codeGrzegorz Bizon2017-07-181-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3'Douwe Maan2017-07-193-4/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 24570 use re2 for user supplied regexp 9 3 See merge request !2129
* | | | | | Merge branch '34563-usage-ping-github' into 'master'Sean McGivern2017-07-191-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add github imported projects count to usage data Closes #34563 See merge request !12959
| * | | | | Add github imported projects count to usage data34563-usage-ping-githubJarka Kadlecova2017-07-191-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch '35034-fix-unstranslated-visibility-levels' into 'master'Robert Speicher2017-07-191-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always return the translated level name. Closes #35034 See merge request !12852
| * | | | | Always return the translated level name.35034-fix-unstranslated-visibility-levelsRuben Davila2017-07-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are many places that expect the `.level_name` method to return the translated level name.
* | | | | | Merge branch 'htve/gitlab-ce-34880_add_ukrainian_translations_to_i18n'Rémy Coutable2017-07-191-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | See merge request !12744. Signed-off-by: Rémy Coutable <remy@rymai.me>
| * | | | | add ukrainian translations to i18n黄涛2017-07-101-0/+1
| | | | | |