summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | Automatically navigate to last board visitedBrett Walker2018-10-2619-5/+558
|/ / / / / / / /
* | | | | | | | Merge branch 'docs/onlychanges' into 'master'Grzegorz Bizon2018-10-261-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvement to ci/yaml documentation See merge request gitlab-org/gitlab-ce!22613
| * | | | | | | | Update README.mdLukas Schneider2018-10-261-0/+2
| |/ / / / / / /
* | | | | | | | Merge branch '52545-guest-create-issue-in-group-board' into 'master'Sean McGivern2018-10-267-16/+43
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Adding issues from group/project board is not allowed for project-level users" See merge request gitlab-org/gitlab-ce!22557
| * | | | | | | | Extract complex condition to computed propHeinrich Lee Yu2018-10-262-1/+4
| | | | | | | | |
| * | | | | | | | Simplify query and add tests for authorization changeHeinrich Lee Yu2018-10-262-11/+18
| | | | | | | | |
| * | | | | | | | Update boards issue creation authorizationHeinrich Lee Yu2018-10-261-1/+8
| | | | | | | | |
| * | | | | | | | Add changelog entryHeinrich Lee Yu2018-10-261-0/+5
| | | | | | | | |
| * | | | | | | | Always show new issue in Open listHeinrich Lee Yu2018-10-262-10/+15
| | | | | | | | |
| * | | | | | | | Fix project selector to show only projects with issuesHeinrich Lee Yu2018-10-261-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch '52384-api-filter-assignee-none-any' into 'master'Sean McGivern2018-10-2612-25/+183
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Filter by `None`/`Any` for assignee_id in issues/mrs API" Closes #52384 See merge request gitlab-org/gitlab-ce!22598
| * | | | | | | | Support lowercase none / anyHeinrich Lee Yu2018-10-264-9/+21
| | | | | | | | |
| * | | | | | | | Refactor api validator to separate classHeinrich Lee Yu2018-10-264-8/+77
| | | | | | | | |
| * | | | | | | | Add changelog entryHeinrich Lee Yu2018-10-261-0/+5
| | | | | | | | |
| * | | | | | | | Add documentationHeinrich Lee Yu2018-10-262-6/+6
| | | | | | | | |
| * | | | | | | | Apply similar change to MRs APIHeinrich Lee Yu2018-10-265-2/+27
| | | | | | | | |
| * | | | | | | | Issues API: Add None/Any option to assignee_idHeinrich Lee Yu2018-10-265-18/+65
| |/ / / / / / /
* | | | | | | | Merge branch 'bvl-preload-user-status-for-events' into 'master'Sean McGivern2018-10-264-1/+22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preload user status for label events Closes #53164 See merge request gitlab-org/gitlab-ce!22609
| * | | | | | | | Preload user status for label eventsBob Van Landuyt2018-10-254-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes sure the user_status for the user of a label event is preloaded. Otherwise it would not be rendered in the fake system note.
* | | | | | | | | Merge branch 'avoid-lock-when-introduce-new-failure-reason' into 'master'Kamil Trzciński2018-10-264-3/+16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support backward compatibility when introduce new failure reason See merge request gitlab-org/gitlab-ce!22566
| * | | | | | | | | Support backward compatibility when introduce new failure reasonShinya Maeda2018-10-264-3/+16
|/ / / / / / / / /
* | | | | | | | | Merge branch '52115-Link-button-in-markdown-editor-should-recognize-URLs' ↵Phil Hughes2018-10-263-0/+49
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Link button in markdown editor recognize URLs Closes #52115 See merge request gitlab-org/gitlab-ce!22547
| * | | | | | | | | Link button in markdown editor recognize URLsJohann Hubert Sonntagbauer2018-10-243-0/+49
| | | | | | | | | |
* | | | | | | | | | Merge branch '53133-jobs-list' into 'master'Phil Hughes2018-10-267-14/+18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stage dropdown rendering only in English Closes #53133 See merge request gitlab-org/gitlab-ce!22604
| * | | | | | | | | | Fix stage dropdown rendering only in EnglishFilipa Lacerda2018-10-267-14/+18
|/ / / / / / / / / /
* | | | | | | | | | Merge branch '51306-fix-inaccessible-dropdown-for-codeless-projects' into ↵Phil Hughes2018-10-262-2/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix inaccessible dropdown for code-less projects Closes #51306 See merge request gitlab-org/gitlab-ce!22137
| * | | | | | | | | | Fix inaccessible dropdown for code-less projectsJacques Erasmus2018-10-262-2/+7
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'remove-unnecessary-css' into 'master'Phil Hughes2018-10-261-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove .katex-display from selector See merge request gitlab-org/gitlab-ce!22580
| * | | | | | | | | Remove .katex-display from selectorremove-unnecessary-cssAnnabel Dunstone Gray2018-10-241-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'an-multithreading' into 'master'Robert Speicher2018-10-2523-75/+966
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Puma in GDK and rack server lifecycle event abstractions Closes #52762 See merge request gitlab-org/gitlab-ce!22372
| * | | | | | | | | | Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-2523-75/+966
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
* | | | | | | | | | | Merge branch 'ml-qa-repo-logging' into 'master'Robert Speicher2018-10-254-7/+17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable debug logging of Git commands and output See merge request gitlab-org/gitlab-ce!22608
| * | | | | | | | | | | Re-enable debug logging of Git commands and outputml-qa-repo-loggingMark Lapierre2018-10-254-7/+17
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch '40372-prometheus-dashboard-broken-on-firefox' into 'master'Clement Ho2018-10-252-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Prometheus dashboard broken on Firefox" Closes #40372 See merge request gitlab-org/gitlab-ce!22400
| * | | | | | | | | | | | Fix prometheus graphs in firefox40372-prometheus-dashboard-broken-on-firefoxAdriel Santiago2018-10-242-2/+8
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch '52993-ldap-rename_provider-rake-task-broken' into 'master'Nick Thomas2018-10-252-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "LDAP rename_provider rake task broken" Closes #52993 See merge request gitlab-org/gitlab-ce!22582
| * | | | | | | | | | | | | Use gitlab_environment for ldap rake task52993-ldap-rename_provider-rake-task-brokenCindy Pallares2018-10-252-1/+6
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'winh-countdown-component' into 'master'Clement Ho2018-10-254-0/+156
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add reusable component for counting down See merge request gitlab-org/gitlab-ce!22499
| * | | | | | | | | | | | | | Add validation for date strings passed to GlCountdownwinh-countdown-componentWinnie Hellmann2018-10-252-6/+23
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add reusable component for counting downWinnie Hellmann2018-10-252-0/+109
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Add calculateRemainingMilliseconds() helper functionWinnie Hellmann2018-10-252-0/+30
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Move datetime_utility_spec.js to correct locationWinnie Hellmann2018-10-251-0/+0
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '51826-single-product-defintion-qa' into 'master'Douglas Barbosa Alexandre2018-10-2534-620/+540
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always use `attribute` to define the product Closes gitlab-qa#235 and #51826 See merge request gitlab-org/gitlab-ce!22327
| * | | | | | | | | | | | | | | Always use `attribute` to define the productLin Jen-Shin2018-10-2534-620/+540
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'jramsay-42673-commit-tooltip' into 'master'Douwe Maan2018-10-252-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add title to commit links in list view Closes #42673 See merge request gitlab-org/gitlab-ce!22585
| * | | | | | | | | | | | | | Add title to commit links in list viewJames Ramsay2018-10-252-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The short commit message may be truncated making the truncated portion unreadable. The title of the link should be the commit message so that the commit message is shown when hovering the commit message anchor. Closes gitlab-org/gitlab-ce#42673
* | | | | | | | | | | | | | | Merge branch 'prettify-all-the-things-3' into 'master'Tim Zallmann2018-10-2546-780/+1001
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prettify all the things (part 3) See merge request gitlab-org/gitlab-ce!22251
| * | | | | | | | | | | | | | | Prettify app/assets/javascripts/pagesprettify-all-the-things-3Mike Greiling2018-10-1746-780/+1001
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch '49565-ssh-push-mirroring' into 'master'Robert Speicher2018-10-255-0/+374
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport SSH host key detection code to CE See merge request gitlab-org/gitlab-ce!22577
| * | | | | | | | | | | | | | Backport SSH host key detection code to CENick Thomas2018-10-255-0/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This functionality is needed for SSH push mirroring support, which is a CE feature.