summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Add dynamic timer for delayed jobs in job listwinh-job-list-dynamic-timerWinnie Hellmann2018-11-011-0/+16
|
* Merge branch '52382-filter-milestone-api-none-any' into 'master'Sean McGivern2018-11-011-2/+2
|\ | | | | | | | | | | | | Resolve "Filter by `None`/`Any` for milestone in issues/mrs API" Closes #52382 See merge request gitlab-org/gitlab-ce!22637
| * Update search bar token for None and AnyHeinrich Lee Yu2018-11-011-2/+2
| |
* | Merge branch 'gt-update-typos-in-comments-and-specs' into 'master'Achilleas Pipinellis2018-11-016-7/+7
|\ \ | |/ |/| | | | | Fix typos in comments and specs See merge request gitlab-org/gitlab-ce!22683
| * Fix typos in comments and specsGeorge Tsiolis2018-11-016-7/+7
| |
* | Merge branch 'prettify-all-remaining-things' into 'master'Filipa Lacerda2018-10-3162-1593/+1797
|\ \ | | | | | | | | | | | | Prettify remaining files with differences in CE and EE See merge request gitlab-org/gitlab-ce!22702
| * | Fix eslint violationsMike Greiling2018-10-311-1/+1
| | |
| * | Prettify remaining files with differences in CE and EEMike Greiling2018-10-3162-1592/+1796
| | |
* | | Rename @gitlab-org/gitlab-svgs to @gitlab/svgsleipert-migrate-gitlab-svgsLukas Eipert2018-10-312-2/+2
|/ /
* | Merge branch 'gl-ui-pagination' into 'master'Phil Hughes2018-10-312-2/+4
|\ \ | | | | | | | | | | | | Remove gitlab-ui's pagination from global See merge request gitlab-org/gitlab-ce!22704
| * | Remove gitlab-ui's pagination from globalgl-ui-paginationClement Ho2018-10-302-2/+4
| | |
* | | Remove gitlab-ui's modal from globalClement Ho2018-10-313-8/+13
| | |
* | | Merge branch 'gt-fix-ide-typos-in-props' into 'master'Phil Hughes2018-10-314-7/+7
|\ \ \ | | | | | | | | | | | | | | | | Fix typos in IDE props See merge request gitlab-org/gitlab-ce!22685
| * | | Fix typos in IDE propsGeorge Tsiolis2018-10-304-7/+7
| | |/ | |/|
* | | Adds required prop to the post merge pipeline53386-broken-masterFilipa Lacerda2018-10-311-0/+1
| | | | | | | | | | | | | | | | | | Two different MRs updating the same code were merged and this was not caught prior to merge. This MR adds the missing prop to the post merge pipeline
* | | Merge branch ↵Filipa Lacerda2018-10-313-2/+18
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | '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
| * | Fix rspec error text regexMatija Čupić2018-10-241-1/+2
| | |
| * | Regenerates pot filesFilipa Lacerda2018-10-241-3/+2
| | | | | | | | | | | | Makes documentation path a required prop
| * | Updates CI/CD documentation link in MR widgetFilipa Lacerda2018-10-243-3/+18
| | |
| * | Fix the troubleshooting docs linkMatija Čupić2018-10-242-3/+2
| | |
| * | Add docs linkMatija Čupić2018-10-242-1/+3
| | |
| * | Change CI status error messageMatija Čupić2018-10-241-1/+1
| | |
* | | Resolve "Create new group: Rename form fields and update UI"Martin Wortschack2018-10-301-5/+7
| | |
* | | Merge branch 'sh-fix-search-relative-urls' into 'master'Clement Ho2018-10-301-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix search "all in GitLab" not working with relative URLs Closes #53259 See merge request gitlab-org/gitlab-ce!22644
| * | | Fix search "all in GitLab" not working with relative URLssh-fix-search-relative-urlsStan Hu2018-10-281-2/+2
| | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53259
* | | | Merge branch 'fl-missing-i18n' into 'master'Mike Greiling2018-10-305-15/+18
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Adds missing i18n to pipelines table See merge request gitlab-org/gitlab-ce!22690
| * | | | Adds missing i18n to pipelines tablefl-missing-i18nFilipa Lacerda2018-10-305-15/+18
| | | | |
* | | | | Merge branch '53227-empty-list' into 'master'Phil Hughes2018-10-302-24/+47
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Resolve "Empty list for links to changed pages in Review App from MR Widget" Closes #53227 See merge request gitlab-org/gitlab-ce!22665
| * | | | Prevents review app to render an empty dropdown.Filipa Lacerda2018-10-302-24/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-7/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-7/+3
| | | | | |
* | | | | | Fixes diff discussions not being fully removedmr-diff-discussion-deletionPhil Hughes2018-10-302-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-303-3/+3
| |_|_|_|/ |/| | | |
* | | | | Adding tests for filtering activities/comments in issuesRamya Authappan2018-10-301-4/+3
| | | | |
* | | | | Merge remote-tracking branch 'origin/master' into dev-masterJan Provaznik2018-10-3014-46/+46
|\ \ \ \ \
| * | | | | Update gitlab-ui to 1.9.0Clement Ho2018-10-2914-46/+46
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'origin/master' into dev-masterDJ Mountney2018-10-29116-1562/+1932
|\ \ \ \ \ | |/ / / /
| * | | | Fix broken "Show whitespace changes" button on MR "Changes" tabJacques Erasmus2018-10-291-6/+6
| | | | |
| * | | | Remove all tables from Pipeline page when there is no job for the PipelineTakuya Noguchi2018-10-291-1/+1
| | | | |
| * | | | Merge branch 'ce-7103-show-milestone-dates-within-tooltips' into 'master'Phil Hughes2018-10-292-20/+40
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 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-292-20/+40
| | | |/ / | | |/| |
| * | | | post merge pipeline and environments statusAlessio Caiazza2018-10-294-25/+95
| | | | |
| * | | | Merge branch '52383-ui-filter-assignee-none-any' into 'master'Sean McGivern2018-10-291-1/+6
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Add None/Any options for assignee in search bar Closes #52383 See merge request gitlab-org/gitlab-ce!22599
| | * | | Add None/Any options for assignee in search barHeinrich Lee Yu2018-10-261-1/+6
| | | | |
| * | | | 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-26285-4714/+6034
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | # 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
| | | | | | |