summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/main.js
Commit message (Collapse)AuthorAgeFilesLines
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* remove the "test" bundle and apply it conditionally within main.jsremove-test-bundleMike Greiling2018-03-011-2/+5
|
* Add Tip about Push to Create project on New Project pageAndré Luís2018-02-231-8/+2
|
* use DOMContentLoaded event over jQuery .ready to ensure execution ordermore-dispatcher-refactoringMike Greiling2018-02-211-1/+1
|
* Update to jQuery 3.Jacob Schatz2018-02-201-1/+1
|
* Restore feature_highlight code41672-emphasize-gke-cluster-to-new-usersEric Eastwood2018-02-051-0/+1
| | | | | | | From https://gitlab.com/gitlab-org/gitlab-ce/issues/36760 Was reverted in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14373
* ensure dispatcher is run before other DOMContentLoaded handlersMike Greiling2018-02-011-1/+3
|
* Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-107/+94
|
* Remove preview_markdown from the global objJacob Schatz2018-01-091-1/+0
|
* Changed layout_nav to ES modulePhil Hughes2017-12-191-3/+2
|
* Merge branch 'master' into 'ph-es-notes-module'ph-es-notes-modulePhil Hughes2017-12-181-2/+0
|\ | | | | | | # Conflicts: # app/assets/javascripts/main.js
| * Exported JS classes as modulesph-even-more-es-modulesPhil Hughes2017-12-151-2/+0
| |
* | Export and use Notes ES modulePhil Hughes2017-12-151-2/+0
|/
* Export JS classes as modulesph-more-es-modulesPhil Hughes2017-12-151-9/+0
| | | | #38869
* Converted JS modules into exported modulesph-es-modulesPhil Hughes2017-12-141-3/+0
|
* Merge branch '38869-datetime' into 'master'Tim Zallmann2017-12-141-3/+3
|\ | | | | | | | | Export date utility functions as ES6 modules See merge request gitlab-org/gitlab-ce!15782
| * Merge branch 'master' into 38869-datetimeFilipa Lacerda2017-12-131-5/+0
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-111-6/+3
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 ...
| * | | Export date utility functions as ES6 modulesFilipa Lacerda2017-12-071-4/+4
| | | |
* | | | Merge branch 'new-nav-tech-debt' into 'master'Phil Hughes2017-12-131-2/+2
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | 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-2/+2
| |/ /
* | | Export old code into es6 modulesFilipa Lacerda2017-12-131-5/+0
| |/ |/|
* | Merge branch 'master' into 'url-utility-es-module'Phil Hughes2017-12-111-3/+0
|\ \ | | | | | | | | | # Conflicts: # app/assets/javascripts/issue_show/components/app.vue
| * | convert CompareAutocomplete from class definition into simple function call, ↵Mike Greiling2017-11-301-1/+0
| | | | | | | | | | | | remove global export
| * | convert Compare class into ES module import/export syntaxMike Greiling2017-11-301-1/+0
| | |
| * | remove commits.js import form main.js (related to !14735)Mike Greiling2017-11-301-1/+0
| |/
* | use exported methods instead of gl.utilsPhil Hughes2017-12-081-3/+3
|/
* Merge branch 'es-module-copy-to-clipboard' into 'master'Tim Zallmann2017-11-301-1/+0
|\ | | | | | | | | Refactor 'copy-to-clipboard.js' See merge request gitlab-org/gitlab-ce!15531
| * move copy_to_clipboard to behaviors directory as it is needed on all pagesMike Greiling2017-11-281-1/+0
| | | | | | | | [ci-skip]
* | Add checkboxes to automatically run AutoDevops pipelineEric Eastwood2017-11-281-1/+3
|/ | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
* Fixed import of render mermaid & render math methodsPhil Hughes2017-11-221-2/+0
|
* Merge branch 'feature_add_mermaid' into 'master'Phil Hughes2017-11-221-0/+1
|\ | | | | | | | | | | | | Add support of Mermaid Closes #3711 See merge request gitlab-org/gitlab-ce!15107
| * Add support of MermaidVitaliy @blackst0ne Klachkov2017-11-221-0/+1
| |
* | Export code as ES6 modules38869-milestoneFilipa Lacerda2017-11-201-6/+0
| |
* | Merge branch '39167-async-boards-sidebar' into 'master'Sean McGivern2017-11-201-1/+0
|\ \ | | | | | | | | | | | | | | | | | | Make Issue Boards sidebar subscriptions async Closes #39167 and #40094 See merge request gitlab-org/gitlab-ce!15364
| * | Async notification subscriptions in issue boardsEric Eastwood2017-11-201-1/+0
| |/
* | Remove pretty time from main.jsFilipa Lacerda2017-11-201-1/+0
|/
* Exports a couple of project related code as es6 modulesFilipa Lacerda2017-11-171-5/+0
|
* Export project, projectAvatar and projectImport as ES6 modules38869-projectFilipa Lacerda2017-11-131-2/+0
|
* Export text utils as ES6 modulesFilipa Lacerda2017-11-131-1/+0
|
* move to copy_as_gfm to behaviors since it is invoked on every pageMike Greiling2017-11-011-1/+0
|
* Export logo and labels select as ES6 modulesFilipa Lacerda2017-11-011-2/+2
|
* Resolve "Convert fuzzaldrin-plus.js library to be a Yarn managed library"Tim Zallmann2017-11-011-1/+0
|
* Remove issue and issue status select from global namespaceFilipa Lacerda2017-10-301-4/+2
|
* Merge branch 'master' into 38869-importer_statusFilipa Lacerda2017-10-301-2/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (51 commits) Move locked check to a guard-clause Ci::Build tag is a trait instead of an own factory [CE backport] Saved configuration for issue board Use the correct project visibility in system hooks Add changelog more readable changelog Make merge_jid handling less stateful in MergeService Fetch the merged branches at once remove extra whitespace use a delegate for `username` to be more future friendly Merging EE doc into CE add changelog entry Avoid using Rugged in Gitlab::Git::Wiki#preview_slug Cache commits on the repository model Remove groups_select from global namespace & simplifies the code Change default disabled merge request widget message to "Merge is not allowed yet" Semi-linear history merge is now available in CE. Remove repetitive karma spec Improve spec to check hidden component Rename to shouldShowUsername ...
| * Merge branch 'es-module-autosave' into 'master'Filipa Lacerda2017-10-301-1/+0
| |\ | | | | | | | | | | | | Remove Autosave class from global namespace See merge request gitlab-org/gitlab-ce!14856
| | * Merge branch 'master' into 'es-module-autosave'es-module-autosaveMike Greiling2017-10-241-19/+7
| | |\ | | | | | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/issuable_form.js # app/assets/javascripts/notes.js
| | * | remove import from main.jsMike Greiling2017-10-121-1/+0
| | | |
| * | | Remove groups_select from global namespace & simplifies the codeFilipa Lacerda2017-10-271-1/+0
| | |/ | |/|
* | | Remove issuableContext from global namespaceFilipa Lacerda2017-10-261-2/+0
| | |