summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Adds pagination to pipelines table in merge request page28249-add-paginationFilipa Lacerda2018-10-311-0/+23
|
* Merge branch ↵Filipa Lacerda2018-10-312-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 filesFilipa Lacerda2018-10-242-1/+11
| | | | | | | | Makes documentation path a required prop
| * Change CI status error messageMatija Čupić2018-10-241-1/+1
| |
* | Merge branch '53227-empty-list' into 'master'Phil Hughes2018-10-302-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-listFilipa Lacerda2018-10-301-1/+1
| | |
| * | Prevents review app to render an empty dropdown.Filipa Lacerda2018-10-302-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 Lacerda2018-10-301-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-timerWinnie Hellmann2018-10-291-1/+5
| | | |
* | | | Fixes diff discussions not being fully removedmr-diff-discussion-deletionPhil Hughes2018-10-301-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 codebaseMarcel Amirault2018-10-301-3/+3
| | | |
* | | | Delete job_spec.jsWinnie Hellmann2018-10-291-265/+0
| |/ / |/| |
* | | Fix broken "Show whitespace changes" button on MR "Changes" tabJacques Erasmus2018-10-292-1/+167
| | |
* | | Merge branch 'ce-7103-show-milestone-dates-within-tooltips' into 'master'Phil Hughes2018-10-291-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-tooltipsKushal Pandya2018-10-291-16/+6
| | | |
* | | | post merge pipeline and environments statusAlessio Caiazza2018-10-292-61/+269
|/ / /
* | | Resolve "No longer require a deploy to start Prometheus monitoring"Peter Leitzen2018-10-261-0/+16
|/ /
* | Update content of visible tooltipsWinnie Hellmann2018-10-261-9/+30
| |
* | Merge branch '52115-Link-button-in-markdown-editor-should-recognize-URLs' ↵Phil Hughes2018-10-261-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 URLsJohann Hubert Sonntagbauer2018-10-241-0/+27
| | |
* | | Fix stage dropdown rendering only in EnglishFilipa Lacerda2018-10-262-4/+5
| | |
* | | Add validation for date strings passed to GlCountdownwinh-countdown-componentWinnie Hellmann2018-10-251-2/+16
| | |
* | | Add reusable component for counting downWinnie Hellmann2018-10-251-0/+63
| | |
* | | Add calculateRemainingMilliseconds() helper functionWinnie Hellmann2018-10-251-0/+18
| | |
* | | Move datetime_utility_spec.js to correct locationWinnie Hellmann2018-10-251-0/+0
| | |
* | | Merge branch '53055-combine-date-util-functions' into 'master'Filipa Lacerda2018-10-253-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 disablesKushal Pandya2018-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | Formats the file to match Prettier rules Removes all blacklisted ESLint rules
| * | | Add pretty_time methodsKushal Pandya2018-10-252-135/+134
| | | | | | | | | | | | | | | | | | | | Adds methods from `app/assets/javascripts/lib/utils/pretty_time.js` and deletes the file
| * | | Add pikaday parsing methodsKushal Pandya2018-10-252-27/+26
| | |/ | |/| | | | | | | | | | Adds methods from `app/assets/javascripts/lib/utils/datefix.js` and deletes the files
* | | Merge branch 'mr-diff-data' into 'master'Filipa Lacerda2018-10-252-48/+31
|\ \ \ | | | | | | | | | | | | | | | | Impove diff discussion data See merge request gitlab-org/gitlab-ce!22491
| * | | Fixed action & mutation specsPhil Hughes2018-10-252-44/+29
| | | |
| * | | Impove diff discussion datamr-diff-dataPhil Hughes2018-10-242-7/+5
| | | | | | | | | | | | | | | | Pre-request to https://gitlab.com/gitlab-org/gitlab-ce/issues/48956
* | | | Move job stuck status to backendSteve Azzopardi2018-10-252-67/+113
| |/ / |/| |
* | | Merge branch 'fix/limit-flash-notice-width' into 'master'Phil Hughes2018-10-241-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 layoutGeorge Tsiolis2018-10-231-2/+2
| |/
* | Merge branch 'mr-file-list' into 'master'Filipa Lacerda2018-10-243-2/+128
|\ \ | |/ |/| | | | | | | | | Add list mode to file browser in diffs Closes #51859 See merge request gitlab-org/gitlab-ce!22191
| * Fixed failing specsPhil Hughes2018-10-233-12/+40
| | | | | | | | Added tests to file row truncated text computed prop
| * Add list mode to file browser in diffsPhil Hughes2018-10-232-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 MRsKushal Pandya2018-10-231-4/+8
| |
* | Resolve "Filter discussion (tab) by comments or activity in issues and merge ↵Oswaldo Ferreira2018-10-233-2/+76
|/ | | | requests"
* Extract JobContainerItem componentWinnie Hellmann2018-10-222-1/+76
|
* Frontend: Review app changesFilipa Lacerda2018-10-223-37/+200
|
* Remove base64 encoding from files that contain plain textJacques Erasmus2018-10-221-23/+17
|
* Merge branch 'jivl-fix-bar-char-transient-spec-failure' into 'master'Filipa Lacerda2018-10-191-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 componentJose Vargas2018-10-191-6/+0
| |
* | Merge branch 'gt-remove-empty-spec-describe-blocks' into 'master'Clement Ho2018-10-193-14/+0
|\ \ | |/ |/| | | | | | | | | Remove empty spec describe blocks Closes #52842 See merge request gitlab-org/gitlab-ce!22451
| * Remove empty spec describe blocksGeorge Tsiolis2018-10-183-14/+0
| |
* | Change markdown header tab anchor links to buttonsGeorge Tsiolis2018-10-191-1/+1
| |
* | Fixed merge request fill tree not respecting fluid widthPhil Hughes2018-10-191-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 bagdeFilipa Lacerda2018-10-181-1/+1
|