summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch ↵Kamil Trzciński2017-09-061-0/+11
|\ | | | | | | | | | | | | | | | | 'fix/sm/33281-activerecord-recordinvalid-when-build-has-nil-protected' into 'master' Fix 422 error when retry job Closes #33281 See merge request !14082
| * Fix specShinya Maeda2017-09-071-1/+1
| |
| * Use before_save :set_protectedShinya Maeda2017-09-061-0/+11
| |
* | Merge branch 'anakashima/gitlab-ce-fix_wiki_toc_indent' into 'master'Sean McGivern2017-09-061-0/+36
|\ \ | | | | | | | | | | | | Wiki table of contents are now properly nested to reflect header level See merge request !13909
| * | Space before closing braceRobert Speicher2017-09-061-2/+2
| | |
| * | Refactor TableOfContentsFilter's nested table of contentsRobert Speicher2017-09-061-30/+34
| | | | | | | | | | | | Most of the logic is now self-contained within the `HeaderNode` class.
| * | Fix indentation level in Wiki's TOC items to regard header levelAkihiro Nakashima2017-09-061-6/+38
| | |
* | | Merge branch 'feature/migrate-branch-operations-to-gitaly' into 'master'37407-error-500-when-creating-a-project-createservice-returns-a-nil-objectRobert Speicher2017-09-062-30/+57
|\ \ \ | | | | | | | | | | | | | | | | Migrate creating/deleting a branch to Gitaly See merge request !13864
| * | | Migrate creating/deleting a branch to Gitalyfeature/migrate-branch-operations-to-gitalyAhmad Sherif2017-09-062-30/+57
| | | |
* | | | Merge branch ↵Douwe Maan2017-09-064-50/+186
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '34509-improves-markdown-rendering-performance-for-commits-list' into 'master' Resolve "Projects::CommitsController#show is slow partially due to SQL queries" Closes #34509 See merge request !13762
| * | | | Adds cacheless render to Banzai object render34509-improves-markdown-rendering-performance-for-commits-listTiago Botelho2017-09-064-50/+186
| | | | |
* | | | | Merge branch '35161_first_time_contributor_badge' into 'master'Sean McGivern2017-09-064-8/+97
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | First time contributor badge Closes #35161 See merge request !13902
| * | | | fix the failing spec35161_first_time_contributor_badgemicael.bergeron2017-09-061-2/+2
| | | | |
| * | | | add controller specmicael.bergeron2017-09-063-24/+25
| | | | | | | | | | | | | | | | | | | | also fix some code styling issues
| * | | | remove lintmicael.bergeron2017-09-061-2/+2
| | | | |
| * | | | rework the contributor badgemicael.bergeron2017-09-061-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | - only show in merge-requests - show as a little glyph
| * | | | round of fixes after code reviewmicael.bergeron2017-09-062-19/+42
| | | | |
| * | | | WIP: refactor the first-contributor to Issuablemicael.bergeron2017-09-062-71/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
| * | | | fix #35161, add a first-time contributor badgemicael.bergeron2017-09-061-0/+65
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a new badge will be added when an user that doesn't yet have any merged merge request is discussing on either issues or merge requests that he created. this is indented for people to use extra care when discussing with a new contributor.
* | | | Merge branch '35441-fix-division-by-zero' into 'master'Robert Speicher2017-09-061-10/+17
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix division by zero for blame age map Closes #35441 See merge request !13803
| * | | | Refactor blame helper age class testsJeff Stubler2017-09-051-22/+15
| | | | |
| * | | | Fix division by zero for blame age mapJeff Stubler2017-08-241-1/+15
| | | | |
* | | | | Merge branch 'url-sanitizer-fixes' into 'master'Douwe Maan2017-09-061-50/+129
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix problems sanitizing URLs with empty passwords Closes gitlab-ee#3352 See merge request !14083
| * | | | | Remove blank passwords from sanitized URLsNick Thomas2017-09-061-51/+129
| | | | | |
| * | | | | Backport EE fixes to Gitlab::UrlSanitizer to CENick Thomas2017-09-061-0/+1
| | | | | |
* | | | | | Merge branch 'feature/gb/download-single-job-artifact-using-api' into 'master'Kamil Trzciński2017-09-063-15/+151
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API endpoint for downloading a single job artifact Closes #37196 See merge request !14027
| * \ \ \ \ \ Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into ↵Grzegorz Bizon2017-09-0690-2620/+9396
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/gb/download-single-job-artifact-using-api * commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d': (210 commits)
| * | | | | | | Fix artifacts controller specsGrzegorz Bizon2017-09-061-8/+0
| | | | | | | |
| * | | | | | | Extract job artifacts API code to a separate fileGrzegorz Bizon2017-09-061-2/+3
| | | | | | | |
| * | | | | | | Do not require API authentication if artifacts are publicGrzegorz Bizon2017-09-051-7/+38
| | | | | | | |
| * | | | | | | Do not use artifacts metadata to access single artifactGrzegorz Bizon2017-09-051-8/+0
| | | | | | | |
| * | | | | | | Extract a class that represents artifacts file pathGrzegorz Bizon2017-09-051-0/+64
| | | | | | | |
| * | | | | | | Use API helper to send artifact file through WorkhorseGrzegorz Bizon2017-09-051-3/+2
| | | | | | | |
| * | | | | | | Set project / pipeline before context in job API specsGrzegorz Bizon2017-09-041-2/+2
| | | | | | | |
| * | | | | | | Add API endpoint for downloading single job artifactGrzegorz Bizon2017-09-041-0/+57
| | | | | | | |
* | | | | | | | Merge branch 'tc-test-admin-log-links' into 'master'Dmitriy Zaporozhets2017-09-061-3/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put Admin loggers in before_action for easier overriding in EE See merge request !14081
| * | | | | | | | Put loggers in before_action for easier overriding in EEtc-test-admin-log-linksToon Claes2017-09-061-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it easier to override the set of loggers, by putting them in a separate method. Also modify spec so it tests for links, instead of checking for regular text.
* | | | | | | | | Merge branch '35942_api_binary_encoding' into 'master'Sean McGivern2017-09-062-0/+25
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API fix for non UTF-8 data Closes #35942 See merge request !14038
| * | | | | | | | | [ci-skip] spec for an instance method35942_api_binary_encodingmicael.bergeron2017-09-061-1/+1
| | | | | | | | | |
| * | | | | | | | | renames ambiguous methods and add specmicael.bergeron2017-09-061-0/+6
| | | | | | | | | |
| * | | | | | | | | add .json_safe_diff specmicael.bergeron2017-09-061-0/+19
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'generalize-profile-updates' into 'master'Douwe Maan2017-09-065-24/+307
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Profile updates from providers See merge request !12968
| * | | | | | | | | Profile updates from providersAlexander Keramidas2017-09-065-24/+307
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'breadcrumbs-improvements' into 'master'Filipa Lacerda2017-09-064-12/+7
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to breadcrumbs Closes #35269 and #36460 See merge request !13582
| * | | | | | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-0618-294/+813
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-055-13/+152
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fixed karma specPhil Hughes2017-09-051-1/+10
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-0525-209/+1497
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | removed comment from helper specPhil Hughes2017-09-051-1/+0
| | | | | | | | | | | |
| * | | | | | | | | | | Merge branch 'master' into breadcrumbs-improvementsPhil Hughes2017-09-0527-1956/+6332
| |\ \ \ \ \ \ \ \ \ \ \