summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Refactor parallelization implementationMatija Čupić2018-10-271-0/+6
| | | | | * Move the variables to ::Ci::Build#predefined_variables * Tweak pipeline build seed implementation
* Merge branch '51335-fail-early-when-user-cannot-be-identified' into 'master'Douwe Maan2018-10-261-7/+6
|\ | | | | | | | | | | | | User not defined in PostReceive#process_project_changes Closes #51335 See merge request gitlab-org/gitlab-ce!22519
| * Removes idenfitication by commit from Gitlab::Identifier51335-fail-early-when-user-cannot-be-identifiedTiago Botelho2018-10-251-8/+5
| | | | | | | | | | | | | | Before we would need to identify a user when pushing through the GitLab UI. Since this is no longer the case we can remove the identification by commit and instead, use the identify_using_user
| * User not defined in PostReceive#process_project_changesTiago Botelho2018-10-251-5/+7
| | | | | | | | | | | | | | When Gitlab::GitPostReceive#changes_refs is empty user would not get defined and nil would be passed to PostReceive#after_project_changes_hooks which would then throw an error.
* | Merge branch ↵Douwe Maan2018-10-261-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '42790-improve-feedback-for-internal-git-access-checks-timeouts' into 'master' Adds trace of each access check when git push times out Closes #42790 See merge request gitlab-org/gitlab-ce!22265
| * | Adds tracing messages for slow git pushesTiago Botelho2018-10-251-0/+5
| |/ | | | | | | | | | | Whenever a git push takes more than 50 seconds the user will receive a trace from each check performed along with their timings
* | Merge branch 'prettify-all-the-things-4' into 'master'Tim Zallmann2018-10-2642-631/+626
|\ \ | | | | | | | | | | | | Prettify all the things (part 4) See merge request gitlab-org/gitlab-ce!22253
| * \ Merge branch 'master' into 'prettify-all-the-things-4'prettify-all-the-things-4Mike Greiling2018-10-26440-5400/+7396
| |\ \ | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/sidebar/components/time_tracking/collapsed_state.vue
| * | | Prettify sidebar modulesMike Greiling2018-10-1714-254/+258
| | | |
| * | | Prettify registry and reports modulesMike Greiling2018-10-1715-291/+262
| | | |
| * | | Prettify protected_branches and protected_tags modulesMike Greiling2018-10-174-40/+68
| | | |
| * | | Prettify performance_bar notes and profile modulesMike Greiling2018-10-1710-142/+134
| | | |
* | | | Merge branch 'winh-split-merge-request-widget-dependencies' into 'master'Mike Greiling2018-10-269-83/+50
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Resolve circular dependencies in merge request widget See merge request gitlab-org/gitlab-ce!22605
| * | | | Resolve circular dependencies in merge request widgetwinh-split-merge-request-widget-dependenciesWinnie Hellmann2018-10-259-83/+50
| | | | |
* | | | | Resolve "No longer require a deploy to start Prometheus monitoring"Peter Leitzen2018-10-262-3/+7
| | | | |
* | | | | Update content of visible tooltipsWinnie Hellmann2018-10-261-0/+8
| | | | |
* | | | | Automatically navigate to last board visitedBrett Walker2018-10-266-1/+121
| | | | |
* | | | | Merge branch '52545-guest-create-issue-in-group-board' into 'master'Sean McGivern2018-10-264-10/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-261-7/+3
| | | | | |
| * | | | | Update boards issue creation authorizationHeinrich Lee Yu2018-10-261-1/+8
| | | | | |
| * | | | | Always show new issue in Open listHeinrich Lee Yu2018-10-261-8/+7
| | | | | |
| * | | | | 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-262-15/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-261-4/+4
| | | | | |
| * | | | | Apply similar change to MRs APIHeinrich Lee Yu2018-10-261-0/+1
| | | | | |
| * | | | | Issues API: Add None/Any option to assignee_idHeinrich Lee Yu2018-10-262-16/+28
| |/ / / /
* | | | | Merge branch 'bvl-preload-user-status-for-events' into 'master'Sean McGivern2018-10-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Support backward compatibility when introduce new failure reasonShinya Maeda2018-10-261-1/+1
| | | | | |
* | | | | | Merge branch '52115-Link-button-in-markdown-editor-should-recognize-URLs' ↵Phil Hughes2018-10-261-0/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-241-0/+17
| | | | | | |
* | | | | | | Fix stage dropdown rendering only in EnglishFilipa Lacerda2018-10-264-10/+8
| | | | | | |
* | | | | | | Fix inaccessible dropdown for code-less projectsJacques Erasmus2018-10-261-2/+2
| | | | | | |
* | | | | | | 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 '40372-prometheus-dashboard-broken-on-firefox' into 'master'Clement Ho2018-10-251-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-241-2/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'winh-countdown-component' into 'master'Clement Ho2018-10-252-0/+61
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-251-4/+7
| | | | | | | |
| * | | | | | | Add reusable component for counting downWinnie Hellmann2018-10-251-0/+46
| | | | | | | |
| * | | | | | | Add calculateRemainingMilliseconds() helper functionWinnie Hellmann2018-10-251-0/+12
| | | | | | | |
* | | | | | | | Merge branch 'jramsay-42673-commit-tooltip' into 'master'Douwe Maan2018-10-251-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-252-0/+146
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | 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-252-0/+146
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This functionality is needed for SSH push mirroring support, which is a CE feature.
* | | | | | | | Merge branch '53055-combine-date-util-functions' into 'master'Filipa Lacerda2018-10-259-218/+214
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combine all datetime library functions into `datetime_utility.js` This MR moves datetime methods from `app/assets/javascripts/lib/utils/pretty_time.js` & `app/assets/javascripts/lib/utils/datefix.js` into `app/assets/javascripts/lib/utils/datetime_utility.js`. Closes #53055 See merge request gitlab-org/gitlab-ce!22570
| * | | | | | | | Run through Prettier and remove ESLint disablesKushal Pandya2018-10-253-150/+159
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formats the file to match Prettier rules Removes all blacklisted ESLint rules