Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds pagination to pipelines table in merge request page28249-add-pagination | Filipa Lacerda | 2018-10-31 | 1 | -0/+23 |
| | |||||
* | Merge branch ↵ | Filipa Lacerda | 2018-10-31 | 2 | -1/+11 |
|\ | | | | | | | | | | | | | | | | | '41545-gitlab-merge-request-status-could-not-connect-to-the-ci-server-please-check-your-settings-and-try-again' into 'master' Resolve "Reword error message for internal CI unknown pipeline status" Closes #53056 See merge request gitlab-org/gitlab-ce!22474 | ||||
| * | Regenerates pot files | Filipa Lacerda | 2018-10-24 | 2 | -1/+11 |
| | | | | | | | | Makes documentation path a required prop | ||||
| * | Change CI status error message | Matija Čupić | 2018-10-24 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '53227-empty-list' into 'master' | Phil Hughes | 2018-10-30 | 2 | -0/+58 |
|\ \ | | | | | | | | | | | | | | | | | | | Resolve "Empty list for links to changed pages in Review App from MR Widget" Closes #53227 See merge request gitlab-org/gitlab-ce!22665 | ||||
| * | | Runs prettier on changed files53227-empty-list | Filipa Lacerda | 2018-10-30 | 1 | -1/+1 |
| | | | |||||
| * | | Prevents review app to render an empty dropdown. | Filipa Lacerda | 2018-10-30 | 2 | -0/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | When a deployment has no files to show in the dropdown we fallback to the regular single button for the review app link. This commit moves the review app link into a component since it's used twice. | ||||
* | | | Merge branch 'winh-pipeline-actions-dynamic-timer' into 'master' | Filipa Lacerda | 2018-10-30 | 1 | -1/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | Add dynamic timer for delayed jobs in pipelines list See merge request gitlab-org/gitlab-ce!22621 | ||||
| * | | | Add dynamic timer for delayed jobs in pipelines listwinh-pipeline-actions-dynamic-timer | Winnie Hellmann | 2018-10-29 | 1 | -1/+5 |
| | | | | |||||
* | | | | Fixes diff discussions not being fully removedmr-diff-discussion-deletion | Phil Hughes | 2018-10-30 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a bug where a discussion on a none changed line would not get fully removed and therefore leave the comment row empty. This was caused by the discussiob being added to the right when it shouldnt of been This also fixes a very rare edge case where discussions would get added twice to diff lines causing a Vue rendering warning Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53317 | ||||
* | | | | Renaming Secret Variables in the codebase | Marcel Amirault | 2018-10-30 | 1 | -3/+3 |
| | | | | |||||
* | | | | Delete job_spec.js | Winnie Hellmann | 2018-10-29 | 1 | -265/+0 |
| |/ / |/| | | |||||
* | | | Fix broken "Show whitespace changes" button on MR "Changes" tab | Jacques Erasmus | 2018-10-29 | 2 | -1/+167 |
| | | | |||||
* | | | Merge branch 'ce-7103-show-milestone-dates-within-tooltips' into 'master' | Phil Hughes | 2018-10-29 | 1 | -16/+6 |
|\ \ \ | | | | | | | | | | | | | | | | | CE Backport: Show actual Milestone dates within tooltips for Milestones in Epics sidebar See merge request gitlab-org/gitlab-ce!22653 | ||||
| * | | | Update tooltip for when no date is present, port back EE changesce-7103-show-milestone-dates-within-tooltips | Kushal Pandya | 2018-10-29 | 1 | -16/+6 |
| | | | | |||||
* | | | | post merge pipeline and environments status | Alessio Caiazza | 2018-10-29 | 2 | -61/+269 |
|/ / / | |||||
* | | | Resolve "No longer require a deploy to start Prometheus monitoring" | Peter Leitzen | 2018-10-26 | 1 | -0/+16 |
|/ / | |||||
* | | Update content of visible tooltips | Winnie Hellmann | 2018-10-26 | 1 | -9/+30 |
| | | |||||
* | | Merge branch '52115-Link-button-in-markdown-editor-should-recognize-URLs' ↵ | Phil Hughes | 2018-10-26 | 1 | -0/+27 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 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 URLs | Johann Hubert Sonntagbauer | 2018-10-24 | 1 | -0/+27 |
| | | | |||||
* | | | Fix stage dropdown rendering only in English | Filipa Lacerda | 2018-10-26 | 2 | -4/+5 |
| | | | |||||
* | | | Add validation for date strings passed to GlCountdownwinh-countdown-component | Winnie Hellmann | 2018-10-25 | 1 | -2/+16 |
| | | | |||||
* | | | Add reusable component for counting down | Winnie Hellmann | 2018-10-25 | 1 | -0/+63 |
| | | | |||||
* | | | Add calculateRemainingMilliseconds() helper function | Winnie Hellmann | 2018-10-25 | 1 | -0/+18 |
| | | | |||||
* | | | Move datetime_utility_spec.js to correct location | Winnie Hellmann | 2018-10-25 | 1 | -0/+0 |
| | | | |||||
* | | | Merge branch '53055-combine-date-util-functions' into 'master' | Filipa Lacerda | 2018-10-25 | 3 | -162/+160 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 disables | Kushal Pandya | 2018-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Formats the file to match Prettier rules Removes all blacklisted ESLint rules | ||||
| * | | | Add pretty_time methods | Kushal Pandya | 2018-10-25 | 2 | -135/+134 |
| | | | | | | | | | | | | | | | | | | | | Adds methods from `app/assets/javascripts/lib/utils/pretty_time.js` and deletes the file | ||||
| * | | | Add pikaday parsing methods | Kushal Pandya | 2018-10-25 | 2 | -27/+26 |
| | |/ | |/| | | | | | | | | | | Adds methods from `app/assets/javascripts/lib/utils/datefix.js` and deletes the files | ||||
* | | | Merge branch 'mr-diff-data' into 'master' | Filipa Lacerda | 2018-10-25 | 2 | -48/+31 |
|\ \ \ | | | | | | | | | | | | | | | | | Impove diff discussion data See merge request gitlab-org/gitlab-ce!22491 | ||||
| * | | | Fixed action & mutation specs | Phil Hughes | 2018-10-25 | 2 | -44/+29 |
| | | | | |||||
| * | | | Impove diff discussion datamr-diff-data | Phil Hughes | 2018-10-24 | 2 | -7/+5 |
| | | | | | | | | | | | | | | | | Pre-request to https://gitlab.com/gitlab-org/gitlab-ce/issues/48956 | ||||
* | | | | Move job stuck status to backend | Steve Azzopardi | 2018-10-25 | 2 | -67/+113 |
| |/ / |/| | | |||||
* | | | Merge branch 'fix/limit-flash-notice-width' into 'master' | Phil Hughes | 2018-10-24 | 1 | -2/+2 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Limit flash notice width for fixed layout and improve spacing for fluid layout Closes #32868 See merge request gitlab-org/gitlab-ce!16482 | ||||
| * | | Limit flash notice width on fixed and fluid layout | George Tsiolis | 2018-10-23 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'mr-file-list' into 'master' | Filipa Lacerda | 2018-10-24 | 3 | -2/+128 |
|\ \ | |/ |/| | | | | | | | | | Add list mode to file browser in diffs Closes #51859 See merge request gitlab-org/gitlab-ce!22191 | ||||
| * | Fixed failing specs | Phil Hughes | 2018-10-23 | 3 | -12/+40 |
| | | | | | | | | Added tests to file row truncated text computed prop | ||||
| * | Add list mode to file browser in diffs | Phil Hughes | 2018-10-23 | 2 | -0/+98 |
| | | | | | | | | | | | | | | | | | | | | | | This adds toggle buttons to switch between file & tree list. For file list, it renders the truncated paths with the ellipsis at the start of the path. When focusing the input, it hides the toggle buttons. On blur, the buttons get shown again. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51859 | ||||
* | | Update Todo icons in collapsed sidebar for Issues and MRs | Kushal Pandya | 2018-10-23 | 1 | -4/+8 |
| | | |||||
* | | Resolve "Filter discussion (tab) by comments or activity in issues and merge ↵ | Oswaldo Ferreira | 2018-10-23 | 3 | -2/+76 |
|/ | | | | requests" | ||||
* | Extract JobContainerItem component | Winnie Hellmann | 2018-10-22 | 2 | -1/+76 |
| | |||||
* | Frontend: Review app changes | Filipa Lacerda | 2018-10-22 | 3 | -37/+200 |
| | |||||
* | Remove base64 encoding from files that contain plain text | Jacques Erasmus | 2018-10-22 | 1 | -23/+17 |
| | |||||
* | Merge branch 'jivl-fix-bar-char-transient-spec-failure' into 'master' | Filipa Lacerda | 2018-10-19 | 1 | -6/+0 |
|\ | | | | | | | | | | | | | Fix transient failure from the bar_chart.vue component Closes gitlab-ee#8062 See merge request gitlab-org/gitlab-ce!22495 | ||||
| * | Fix transient failure from the bar_chart.vue component | Jose Vargas | 2018-10-19 | 1 | -6/+0 |
| | | |||||
* | | Merge branch 'gt-remove-empty-spec-describe-blocks' into 'master' | Clement Ho | 2018-10-19 | 3 | -14/+0 |
|\ \ | |/ |/| | | | | | | | | | Remove empty spec describe blocks Closes #52842 See merge request gitlab-org/gitlab-ce!22451 | ||||
| * | Remove empty spec describe blocks | George Tsiolis | 2018-10-18 | 3 | -14/+0 |
| | | |||||
* | | Change markdown header tab anchor links to buttons | George Tsiolis | 2018-10-19 | 1 | -1/+1 |
| | | |||||
* | | Fixed merge request fill tree not respecting fluid width | Phil Hughes | 2018-10-19 | 1 | -0/+8 |
|/ | | | | | | | This fixes a bug where the merge request fill tree would not respect the users fluid width preference. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52916 | ||||
* | Fixes broken test in master for ci status bagde | Filipa Lacerda | 2018-10-18 | 1 | -1/+1 |
| |