summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add `sync_status` to the project search partialee-8121-geo-search-barGabriel Mazetto2018-11-011-0/+3
| | | | Sync Status is used in Gitlab EE for Geo
* Merge branch '7864-ee-routes' into 'master'Sean McGivern2018-10-269-13/+99
|\ | | | | | | | | CE: Put EE routes in EE files under EE directories See merge request gitlab-org/gitlab-ce!22376
| * Make it clear that we intent to use | over ||Lin Jen-Shin2018-10-261-2/+3
| |
| * Allow CE do nothing if route doesn't exist7864-ee-routesLin Jen-Shin2018-10-263-6/+8
| |
| * Extract EE only oauth routes and add testsLin Jen-Shin2018-10-263-2/+38
| |
| * Make it possible to add EE only routeLin Jen-Shin2018-10-262-9/+26
| | | | | | | | And if it cannot find any routes, raise an error
| * Put EE routes in EE files under EE directoriesLin Jen-Shin2018-10-266-13/+43
| |
* | Merge branch 'bw-automatically-navigate-to-last-board-visited' into 'master'Nick Thomas2018-10-2619-5/+558
|\ \ | | | | | | | | | | | | Automatically navigate to last board visited See merge request gitlab-org/gitlab-ce!22430
| * | 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
| | | | | | | | |