summaryrefslogtreecommitdiff
path: root/spec/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Replaced the remaining code-fork iconsjivl-general-icons-2Jose Ivan Vargas2017-12-191-2/+2
|
* Remove related links in MR widget when empty stateClement Ho2017-12-192-0/+41
|
* Merge branch 'ph-es-notes-module' into 'master'Filipa Lacerda2017-12-183-16/+11
|\ | | | | | | | | Export and use Notes ES module See merge request gitlab-org/gitlab-ce!15953
| * Merge branch 'master' into 'ph-es-notes-module'ph-es-notes-modulePhil Hughes2017-12-186-11/+161
| |\ | | | | | | | | | # Conflicts: # app/assets/javascripts/main.js
| * | Export and use Notes ES modulePhil Hughes2017-12-153-16/+11
| | |
* | | Translate date ranges on contributors pageWinnie Hellmann2017-12-181-0/+26
| | |
* | | Move dateTickFormat to separate moduleWinnie Hellmann2017-12-183-9/+52
| | |
* | | Add createDateTimeFormat to format dates based on localeWinnie Hellmann2017-12-181-0/+43
| |/ |/|
* | Merge branch 'ph-even-more-es-modules' into 'master'Filipa Lacerda2017-12-184-8/+4
|\ \ | | | | | | | | | | | | Exported JS classes as modules See merge request gitlab-org/gitlab-ce!15960
| * | Exported JS classes as modulesph-even-more-es-modulesPhil Hughes2017-12-154-8/+4
| |/
* | Merge branch '38019-hide-runner-token' into 'master'Clement Ho2017-12-151-0/+146
|\ \ | | | | | | | | | | | | | | | | | | Hide runner token in CI/CD settings page Closes #38019 See merge request gitlab-org/gitlab-ce!15918
| * | Hide runner token in CI/CD settings page38019-hide-runner-tokenEric Eastwood2017-12-151-0/+146
| |/ | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38019
* | Merge branch '38239-update-toggle-design' into 'master'Filipa Lacerda2017-12-151-3/+11
|\ \ | |/ |/| | | | | | | | | Update feature toggle design to use icons and make it i18n friendly Closes #38239 See merge request gitlab-org/gitlab-ce!15904
| * Update tests for toggle design changeKushal Pandya2017-12-151-3/+11
| |
* | Export JS classes as modulesph-more-es-modulesPhil Hughes2017-12-154-11/+3
| | | | | | | | #38869
* | Converted JS modules into exported modulesph-es-modulesPhil Hughes2017-12-141-2/+2
| |
* | Merge branch '38869-datetime' into 'master'Tim Zallmann2017-12-145-101/+99
|\ \ | | | | | | | | | | | | Export date utility functions as ES6 modules See merge request gitlab-org/gitlab-ce!15782
| * \ Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-1314-246/+363
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (85 commits) Export old code into es6 modules Use relative URL for projects to avoid storing domains Fix spec by avoiding monkeypatching Return the noteable in Note#touch_noteable add CHANGELOG.md entry for !15889 fix broken empty state assets for environment monitoring page removed tab indexes from tag form Refactor entrypoint override docs Present member collection at the controller level Adds i18n check the import_status field before doing SQL operations to check the import url Fix rubocop offence Fix entrypoint overriding documentation Remove unnecessary js-issuable-edit Use memoization for commits on diffs Move Repository#write_ref to Git::Repository#write_ref Treat empty markdown and html strings as valid cached text, not missing cache that needs to be updated Center cluster title Remove noisy notification from QA base page Remove unused page from hashed storage QA scenario ...
| * \ \ Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-1129-71/+239
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (112 commits) small change to make less conflict with EE version Add cop for use of remove_column Resolve merge conflicts with dev.gitlab.org/master after security release add index for doc/administration/operations/ Remove RubySampler#sample_objects for performance as well Bugfix: User can't change the access level of an access requester Add spec for removing issues.assignee_id updated imports Keep track of storage check timings Remove a header level in the new 'Automatic CE->EE merge' doc Improve down step of removing issues.assignee_id column Fix specs after removing assignee_id field Remove issues.assignee_id column Resolve conflicts in app/models/user.rb Fix image view mode Do not raise when downstream pipeline is created Remove the need for destroy and add a comment in the spec Use build instead of create in importer spec Simplify normalizing of paths Remove allocation tracking code from InfluxDB sampler for performance ...
| * \ \ \ Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-071-2/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (82 commits) Docs: add EEU tier to the landing page CE backport of ProtectedBranches API changes Support uploads for groups Update pipeline create chain Prometheus metric Don't set timeago title to what was already there. Resolve "Display member role per project" The API isn't using the appropriate services for managing forks Add chevron to create dropdown on repository page Rename GKE as Kubernetes Engine Fix specs for MySQL Fix broken tests Refactor banzai to support referencing from group context Fix specs after rebase Prevent dups when using StringIO for binary reads Bump redis-rails to 5.0.2 to get redis-store security updates add note on deploying Pages to a private network Bump GITLAB_SHELL_VERSION Updates the dropdown to match the docs and remove old hack of stop event propagation Move invalid builds counter out of the transaction Add invalid builds counter metric to stage seeds class ...
| * | | | | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-075-101/+99
| | | | | |
* | | | | | Merge branch 'winh-unify-modals' into 'master'Filipa Lacerda2017-12-134-21/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify dialog modal/popup dialog/confirmation dialog/modal to modal See merge request gitlab-org/gitlab-ce!15865
| * | | | | | Rename recaptcha-dialog to recaptcha-modalWinnie Hellmann2017-12-122-5/+5
| | | | | | |
| * | | | | | Rename popup-dialog to modalWinnie Hellmann2017-12-122-16/+16
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '33926-update-issuable-icons' into 'master'Annabel Dunstone Gray2017-12-131-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update issuable status icons Closes #33926 See merge request gitlab-org/gitlab-ce!15898
| * | | | | | Update issuable status icons33926-update-issuable-iconsEric Eastwood2017-12-131-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33926 Changed file icons already addressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15367
* | | | | | Merge branch 'new-nav-tech-debt' into 'master'Phil Hughes2017-12-131-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Remove page-with-new-nav class See merge request gitlab-org/gitlab-ce!15819
| * | | | | Rename page-with-sidebar to layout-pagenew-nav-tech-debtAnnabel Dunstone Gray2017-12-081-1/+1
| | | | | |
* | | | | | Export old code into es6 modulesFilipa Lacerda2017-12-132-40/+38
| |/ / / / |/| | | |
* | | | | Merge branch '37619-fix-vue-typeerror-not-failing-the-build' into 'master'Filipa Lacerda2017-12-123-165/+254
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop "ERROR: TypeError{}" from being logged to the console and fail tests Closes #37619 See merge request gitlab-org/gitlab-ce!15830
| * | | | | Use shared interceptor in note specs37619-fix-vue-typeerror-not-failing-the-buildEric Eastwood2017-12-112-205/+215
| | | | | |
| * | | | | Try to clean up legit Vue error that was patched overEric Eastwood2017-12-102-22/+91
| | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/37619#note_50422859
| * | | | | Add Vue errorHandlor to remove rogue logged TypeErrorsEric Eastwood2017-12-101-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/37619#note_50422859
* | | | | | Merge branch '40997-pipeline-null' into 'master'Phil Hughes2017-12-121-0/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checks for null in job tooltip title Closes #40997 See merge request gitlab-org/gitlab-ce!15869
| * | | | | | Check for null in job tooltip title40997-pipeline-nullFilipa Lacerda2017-12-111-0/+31
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '39608-comment-on-image-discussions-tab-alignment' into 'master'Tim Zallmann2017-12-121-8/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix comment on image discussion icon alignment (update icons) Closes #39608 See merge request gitlab-org/gitlab-ce!15760
| * | | | | | Fix comment on image discussion icon alignment39608-comment-on-image-discussions-tab-alignmentEric Eastwood2017-12-081-8/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39608 Use SVG icons to avoid having to position things See https://gitlab.com/gitlab-org/gitlab-ce/issues/39608#note_50088917
* | | | | | Merge branch 'issue-note-rename' into 'master'Fatih Acet2017-12-116-9/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | rename remaining issue_ prefixed files See merge request gitlab-org/gitlab-ce!15818
| * | | | | | rename remaining issue_ prefixed filesissue-note-renameSimon Knox2017-12-096-9/+9
| | | | | | |
* | | | | | | Merge branch 'backport-epic-in-issue' into 'master'Jacob Schatz2017-12-112-24/+30
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Backport epic in issue See merge request gitlab-org/gitlab-ce!15799
| * | | | | | Backport epic in issueepic-in-issuebackport-epic-in-issueClement Ho2017-12-072-24/+30
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'url-utility-es-module' into 'master'Filipa Lacerda2017-12-1119-63/+68
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved URL utility methods into exported es modules See merge request gitlab-org/gitlab-ce!15783
| * \ \ \ \ \ Merge branch 'master' into 'url-utility-es-module'Phil Hughes2017-12-116-3/+137
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | | | | | | | | | # Conflicts: # app/assets/javascripts/issue_show/components/app.vue
| * | | | | | fix missed gl.utils.visitUrl spyPhil Hughes2017-12-081-2/+2
| | | | | | |
| * | | | | | remove utl util imports from boards specsPhil Hughes2017-12-083-3/+0
| | | | | | |
| * | | | | | use exported methods instead of gl.utilsPhil Hughes2017-12-0816-58/+66
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch '35724-animate-sidebar' into 'master'Filipa Lacerda2017-12-111-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Animate contextual sidebar; change class names for easier readability Closes #35724 See merge request gitlab-org/gitlab-ce!15797
| * | | | | | Animate contextual sidebar; change class names for easier readabilityAnnabel Dunstone Gray2017-12-071-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'note-preview' into 'security-10-2'Fatih Acet2017-12-081-0/+15
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prevent potential XSS when editing comment See merge request gitlab/gitlabhq!2238 (cherry picked from commit 80ed6d25a46c0f70ec8baea78b5777118d63876c) 7480e462 prevent potential XSS when editing comment
* | | | | Merge branch '38032-deploy-markers-should-be-more-verbose' into 'master'Mike Greiling2017-12-083-3/+46
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Resolve "Deploy markers should be more verbose" Closes #38032 See merge request gitlab-org/gitlab-ce!15641