haystack / murmur

A mailing list designed to reduce noise and encourage sharing
25 stars 13 forks source link

Doc mavo #256

Closed dillzhang closed 5 years ago

dillzhang commented 5 years ago

Side bar and hrefs are now dynamically generated. The sidebar uses JS and will run after mavo generates the docs.

karger commented 5 years ago

This is a really Gianni's commit message!  In general it's nice to commit in smaller pieces.

On Mar 10, 2019, 3:13 PM, at 3:13 PM, Dillon Zhang notifications@github.com wrote:

Side bar and hrefs are now dynamically generated. The sidebar uses JS and will run after mavo generates the docs. You can view, comment on, or merge this pull request online at:

https://github.com/haystack/murmur/pull/256

-- Commit Summary --

  • Fix move functions
  • Safe add notes
  • Update example code
  • Update shortcuts example
  • Update example
  • Get note edit
  • Mark processed emails
  • Fix indentation
  • Fix var name
  • Fix get note to a list
  • handling when email get deleted
  • add_gmail_labels
  • Add labels
  • send function
  • Override _labels
  • send function logging
  • Default argument
  • Fix remove gmail labels
  • Argument
  • Debug non-unicode
  • Edit the example script
  • Has label
  • Argument
  • Set mode error handling
  • Change title and logo
  • Forgot s
  • Polish UI
  • Show demo to only unauthorized users
  • Load jquery first before other jquery libraries
  • Add versioned jquery-ui for yours
  • Show now at demo
  • Return the value
  • Add autosend test cases
  • Change encoding of commands
  • Remove unnecessary ()
  • Decode strings at commands
  • Separate Youps engine code from murmur code
  • Decode users' code to utf-8
  • Print line number for exception
  • Save file as encoded
  • Adding comments and removing * notations
  • added comments to pile and printing rfc822
  • Merge pull request #2 from soyapark-kaist/luke/encoding
  • Resolve conflict
  • Merge branch 'master' into imap
  • Merge pull request #3 from soyapark-kaist/imap
  • Update README.md
  • Add contact entity
    • Add message, thread entity & Separate YoUPS schema into different file
  • Indent fix
  • Fix indentation 2
  • Fix primary key
  • define mysql db name
  • Indent
  • Indent 2
  • Add init file for model reg
  • Add to model folder
  • Merge pull request #14 from soyapark/message-entity
  • Change static folder name
  • Add separate container for print log
  • Fix default mode
  • Celery init
  • Change a broker to rabbitMQ
  • Add test tasks
  • Djcelery init
  • indent
  • Test task
  • Move file visible to celery
  • Namespace issue
  • Try add periodic task
  • Python module namespace
  • Test periodic task
  • Can't be serialized
  • Don't pass not serializable things
  • Print out results from the task
  • Code object serialize
  • Adjust son args
  • Implement remove_periodic_task
  • Unpack a Json to get a imap account id
  • Merge pull request #15 from soyapark/address-book
  • Merge branch 'master' into setinterval
  • Add status_msg which tells which is running currently
  • Fix status msg formatting
  • Pass status_msg through
  • Fix UI for showing running status
  • Remove main cog, bug add cog per each status msg
  • Handling null document
  • Remove empty status msg
  • Create api.json for YoUPS user API docs
  • Update the ousrce of API link to internal source
  • Change interface behavior of running
  • first step in logging
  • testing
  • logging test
  • logging test and comments
  • removed more prints
  • removed broken code
  • logging test
  • starting the models
  • Started implementing models Simplified Requirements.txt
  • simplified imports
  • starting to write folder searching algorithm
  • Add folder schema
  • Folder scraping
  • Define model internal method for folder model
  • starting to write syncing code
  • Made folder container for each tab
  • Update folder schema following Luke's folder model
  • Merge branch 'luke/logging' into folder
  • Remove my Folder data model since Luke already make it
  • Updated Schema and syncing
  • Merge branch 'luke/logging' into folder
  • Merge pull request #32 from soyapark/folder
  • fix indentation issue remove duplicate fields
  • fix message import
  • fix message import
  • fix mode_folder foreign key
  • fix key length issue
  • fix text indexing issue
  • fix max key legnth issue
  • We still need login_imap. It does reverse action of authenticate
  • we should see cache refreshes occuring
  • fix used before initialized issues
  • fix variable errors
  • Merge pull request #33 from soyapark/tidy_login_imap
  • broke old code but should be testable
  • log error
  • not seeing logs
  • not seeing gmail folder
  • not seeing gmail folder
  • not seeing gmail folder
  • not seeing gmail folder
  • not seeing gmail folder
  • starting algo again
  • starting algo again
  • add is_selectable attribute to folder_schema
  • starting viewing messages
  • starting viewing messages
  • fix bug
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • Arrival msg event setup
  • Merge into
  • Merge branch 'setinterval' into event_queue
  • fix invalid reference
  • testing accessing all data
  • testing accessing all data without macro
  • Initial code for msg arrival trigger
  • Merge conflict
  • Add imapaccount status_msg
  • Quick change for run_mailbot
  • Pass list safe
  • Pop from event queue
  • Duplicate save prevent handling
  • Django object filter fix
  • Fix folder name sql utf issue
  • Handle if there is no action for new message arrival
  • Add some logging
  • Log out after mailbox
  • Handle new message event?
  • Pass kwargs for run_interpret
  • Fix typo
  • Try encoding code object using pickle
  • Change back to marshal
  • Pickle decrypt code at sandbox
  • use pickle to store on database
  • Tidy on_new_msg_arrival
  • Change function name
  • Change set_interval similar to on_message_arrival
  • Celery passing around only serializable args
  • Change back to array args
  • testing contacts and evenlope data
  • fix invalid import
  • add concept of contacts and some helper methods
  • add helper method to contact, potentially created circular import
  • fix circular import
  • fix null name
  • fix null address
  • fix null address
  • Add interval callback to Action model
  • fix null subject
  • fix null subject
  • fix null subject
  • Add celery documents and done!
  • Polish comments
  • Update README.md
  • try to fix database encoding
  • fix utf8 issues in database
  • fix utf8 issues in database
  • fix utf8 issues in database
  • Reflecting Luke's comments
  • Merge remote-tracking branch 'origin/event_queue' into event_queue
  • add more helpers to message
  • formatting
  • Merge pull request #40 from soyapark/luke/helpers
  • remove false positive critical log
  • Merge branch 'event_queue' into luke/logging
  • Merge pull request #41 from soyapark/luke/logging
  • Resolve MessageSchema.date not null issue
  • Add Luke's encoding util function and use it to save users' code
  • Fix encoding when saving users' code
  • Update docs.html
  • feat(docs): create dynamic sidebar
  • refactor(docs): move sidebar js

-- File Changes --

M .gitignore (13) M README.md (72) A api.json (291) A browser/imap.py (478) A browser/models/init.py (0) A browser/models/contact.py (45) A browser/models/event.py (60) A browser/models/event_data.py (56) A browser/models/folder.py (353) A browser/models/mailbox.py (136) A browser/models/message.py (164) D browser/templates/.DS_Store (0) M browser/templates/murmur/login_email.html (2) M browser/templates/registration/login.html (5) A browser/templates/youps/base.html (96) A browser/templates/youps/docs.html (135) A browser/templates/youps/login_email.html (312) M browser/views.py (136) M celeryconfig.py (7) M engine/google_auth.py (226) M engine/main.py (26) A engine/youps.py (267) M http_handler/init.py (5) A http_handler/celery_init.py (18) M http_handler/settings.py (112) A http_handler/static/css/youps/docs/fonts/LibreBodoniBold.ttf (0) A http_handler/static/css/youps/docs/fonts/LibreBodoniRegular.ttf (0) A http_handler/static/css/youps/docs/fonts/mavo-icons.woff (0) A http_handler/static/css/youps/docs/style.css (665) A http_handler/static/css/youps/docs/style.scss (730) A http_handler/static/css/youps/libs/codemirror.css (346) A http_handler/static/css/youps/libs/docs.css (271) A http_handler/static/css/youps/libs/fontawesome-all.min.css (5) A http_handler/static/css/youps/libs/jquery.switchButton.css (44) A http_handler/static/css/youps/libs/prism.css (228) A http_handler/static/css/youps/libs/sandbox.css (105) A http_handler/static/css/youps/libs/show-hint.css (36) A http_handler/static/css/youps/style.css (195) A http_handler/static/images/icons/terminal.png (0) D http_handler/static/javascript/murmur/login_imap.js (47) D http_handler/static/javascript/third-party/.DS_Store (0) D http_handler/static/javascript/third-party/noty/.DS_Store (0) D http_handler/static/javascript/third-party/noty/layouts/.DS_Store (0) A http_handler/static/javascript/youps/addon/comment/comment.js (209) A http_handler/static/javascript/youps/addon/comment/continuecomment.js (78) A http_handler/static/javascript/youps/addon/dialog/dialog.css (32) A http_handler/static/javascript/youps/addon/dialog/dialog.js (157) A http_handler/static/javascript/youps/addon/display/autorefresh.js (47) A http_handler/static/javascript/youps/addon/display/fullscreen.css (6) A http_handler/static/javascript/youps/addon/display/fullscreen.js (41) A http_handler/static/javascript/youps/addon/display/panel.js (123) A http_handler/static/javascript/youps/addon/display/placeholder.js (63) A http_handler/static/javascript/youps/addon/display/rulers.js (51) A http_handler/static/javascript/youps/addon/edit/closebrackets.js (194) A http_handler/static/javascript/youps/addon/edit/closetag.js (175) A http_handler/static/javascript/youps/addon/edit/continuelist.js (89) A http_handler/static/javascript/youps/addon/edit/matchbrackets.js (145) A http_handler/static/javascript/youps/addon/edit/matchtags.js (66) A http_handler/static/javascript/youps/addon/edit/trailingspace.js (27) A http_handler/static/javascript/youps/addon/fold/brace-fold.js (105) A http_handler/static/javascript/youps/addon/fold/comment-fold.js (59) A http_handler/static/javascript/youps/addon/fold/foldcode.js (152) A http_handler/static/javascript/youps/addon/fold/foldgutter.css (20) A http_handler/static/javascript/youps/addon/fold/foldgutter.js (146) A http_handler/static/javascript/youps/addon/fold/indent-fold.js (48) A http_handler/static/javascript/youps/addon/fold/markdown-fold.js (49) A http_handler/static/javascript/youps/addon/fold/xml-fold.js (182) A http_handler/static/javascript/youps/addon/hint/anyword-hint.js (41) A http_handler/static/javascript/youps/addon/hint/css-hint.js (60) A http_handler/static/javascript/youps/addon/hint/html-hint.js (348) A http_handler/static/javascript/youps/addon/hint/javascript-hint.js (155) A http_handler/static/javascript/youps/addon/hint/show-hint.js (432) A http_handler/static/javascript/youps/addon/hint/sql-hint.js (286) A http_handler/static/javascript/youps/addon/hint/xml-hint.js (110) A http_handler/static/javascript/youps/addon/lint/coffeescript-lint.js (47) A http_handler/static/javascript/youps/addon/lint/css-lint.js (40) A http_handler/static/javascript/youps/addon/lint/html-lint.js (53) A http_handler/static/javascript/youps/addon/lint/javascript-lint.js (63) A http_handler/static/javascript/youps/addon/lint/json-lint.js (37) A http_handler/static/javascript/youps/addon/lint/lint.css (73) A http_handler/static/javascript/youps/addon/lint/lint.js (252) A http_handler/static/javascript/youps/addon/lint/yaml-lint.js (41) A http_handler/static/javascript/youps/addon/merge/merge.css (113) A http_handler/static/javascript/youps/addon/merge/merge.js (1001) A http_handler/static/javascript/youps/addon/mode/loadmode.js (64) A http_handler/static/javascript/youps/addon/mode/multiplex.js (123) A http_handler/static/javascript/youps/addon/mode/multiplex_test.js (33) A http_handler/static/javascript/youps/addon/mode/overlay.js (90) A http_handler/static/javascript/youps/addon/mode/simple.js (216) A http_handler/static/javascript/youps/addon/runmode/colorize.js (40) A http_handler/static/javascript/youps/addon/runmode/runmode-standalone.js (158) A http_handler/static/javascript/youps/addon/runmode/runmode.js (72) A http_handler/static/javascript/youps/addon/runmode/runmode.node.js (197) A http_handler/static/javascript/youps/addon/scroll/annotatescrollbar.js (122) A http_handler/static/javascript/youps/addon/scroll/scrollpastend.js (48) A http_handler/static/javascript/youps/addon/scroll/simplescrollbars.css (66) A http_handler/static/javascript/youps/addon/scroll/simplescrollbars.js (152) A http_handler/static/javascript/youps/addon/search/jump-to-line.js (49) A http_handler/static/javascript/youps/addon/search/match-highlighter.js (165) A http_handler/static/javascript/youps/addon/search/matchesonscrollbar.css (8) A http_handler/static/javascript/youps/addon/search/matchesonscrollbar.js (97) A http_handler/static/javascript/youps/addon/search/search.js (252) A http_handler/static/javascript/youps/addon/search/searchcursor.js (289) A http_handler/static/javascript/youps/addon/selection/active-line.js (72) A http_handler/static/javascript/youps/addon/selection/mark-selection.js (119) A http_handler/static/javascript/youps/addon/selection/selection-pointer.js (98) A http_handler/static/javascript/youps/addon/tern/tern.css (87) A http_handler/static/javascript/youps/addon/tern/tern.js (718) A http_handler/static/javascript/youps/addon/tern/worker.js (44) A http_handler/static/javascript/youps/addon/wrap/hardwrap.js (144) A http_handler/static/javascript/youps/bootstrap.bundle.min.js (7) A http_handler/static/javascript/youps/codemirror.js (9657) A http_handler/static/javascript/youps/console/DAT.GUI.min.js (53) A http_handler/static/javascript/youps/console/backbone-localStorage.min.js (8) A http_handler/static/javascript/youps/console/backbone.min.js (33) A http_handler/static/javascript/youps/console/jquery.min.js (4) A http_handler/static/javascript/youps/console/lettering.js (66) A http_handler/static/javascript/youps/console/prettify.js (28) A http_handler/static/javascript/youps/console/sandbox-console.js (411) A http_handler/static/javascript/youps/console/underscore.min.js (27) A http_handler/static/javascript/youps/demo.css (227) A http_handler/static/javascript/youps/fontawesome-all.min.js (5) A http_handler/static/javascript/youps/jquery-ui.min.js (12) A http_handler/static/javascript/youps/jquery.switchButton.js (306) A http_handler/static/javascript/youps/login_imap.js (607) A http_handler/static/javascript/youps/prism.js (7) A http_handler/static/javascript/youps/python.js (334) A http_handler/static/javascript/youps/sidebar.js (40) A http_handler/tasks.py (107) M http_handler/urls.py (12) A requirements.dev.txt (10) M requirements.txt (44) M schema/init.py (4) M schema/models.py (27) A schema/youps.py (258) A smtp_handler/Pile.py (477) M smtp_handler/main.py (98) A smtp_handler/management/commands/mailbot.py (110) A smtp_handler/management/commands/polling.py (124) A smtp_handler/management/commands/youps_test.py (47) A smtp_handler/settings.py (0) M smtp_handler/utils.py (55)

-- Patch Links --

https://github.com/haystack/murmur/pull/256.patch https://github.com/haystack/murmur/pull/256.diff

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/haystack/murmur/pull/256

soyapark commented 5 years ago

yes! We've been committing small pieces but we just accidentally push to a Murmur, not YoUPS which makes the commit looks really gigantic. (and we cancelled it and push it to YoUPS)

On Sun, Mar 10, 2019 at 3:38 PM David Karger notifications@github.com wrote:

This is a really Gianni's commit message! In general it's nice to commit in smaller pieces.

On Mar 10, 2019, 3:13 PM, at 3:13 PM, Dillon Zhang < notifications@github.com> wrote:

Side bar and hrefs are now dynamically generated. The sidebar uses JS and will run after mavo generates the docs. You can view, comment on, or merge this pull request online at:

https://github.com/haystack/murmur/pull/256

-- Commit Summary --

  • Fix move functions
  • Safe add notes
  • Update example code
  • Update shortcuts example
  • Update example
  • Get note edit
  • Mark processed emails
  • Fix indentation
  • Fix var name
  • Fix get note to a list
  • handling when email get deleted
  • add_gmail_labels
  • Add labels
  • send function
  • Override _labels
  • send function logging
  • Default argument
  • Fix remove gmail labels
  • Argument
  • Debug non-unicode
  • Edit the example script
  • Has label
  • Argument
  • Set mode error handling
  • Change title and logo
  • Forgot s
  • Polish UI
  • Show demo to only unauthorized users
  • Load jquery first before other jquery libraries
  • Add versioned jquery-ui for yours
  • Show now at demo
  • Return the value
  • Add autosend test cases
  • Change encoding of commands
  • Remove unnecessary ()
  • Decode strings at commands
  • Separate Youps engine code from murmur code
  • Decode users' code to utf-8
  • Print line number for exception
  • Save file as encoded
  • Adding comments and removing * notations
  • added comments to pile and printing rfc822
  • Merge pull request #2 from soyapark-kaist/luke/encoding
  • Resolve conflict
  • Merge branch 'master' into imap
  • Merge pull request #3 from soyapark-kaist/imap
  • Update README.md
  • Add contact entity
  • Add message, thread entity & Separate YoUPS schema into different file
  • Indent fix
  • Fix indentation 2
  • Fix primary key
  • define mysql db name
  • Indent
  • Indent 2
  • Add init file for model reg
  • Add to model folder
  • Merge pull request #14 from soyapark/message-entity
  • Merge branch 'master' of https://github.com/soyapark/murmur into address-book
  • Change static folder name
  • Add separate container for print log
  • Fix default mode
  • Celery init
  • Change a broker to rabbitMQ
  • Add test tasks
  • Djcelery init
  • indent
  • Test task
  • Move file visible to celery
  • Namespace issue
  • Try add periodic task
  • Python module namespace
  • Test periodic task
  • Can't be serialized
  • Don't pass not serializable things
  • Print out results from the task
  • Code object serialize
  • Adjust son args
  • Implement remove_periodic_task
  • Unpack a Json to get a imap account id
  • Merge pull request #15 from soyapark/address-book
  • Merge branch 'master' into setinterval
  • Add status_msg which tells which is running currently
  • Fix status msg formatting
  • Pass status_msg through
  • Fix UI for showing running status
  • Remove main cog, bug add cog per each status msg
  • Handling null document
  • Remove empty status msg
  • Create api.json for YoUPS user API docs
  • Update the ousrce of API link to internal source
  • Change interface behavior of running
  • first step in logging
  • testing
  • logging test
  • logging test and comments
  • removed more prints
  • removed broken code
  • logging test
  • starting the models
  • Started implementing models Simplified Requirements.txt
  • simplified imports
  • starting to write folder searching algorithm
  • Add folder schema
  • Folder scraping
  • Define model internal method for folder model
  • starting to write syncing code
  • Made folder container for each tab
  • Update folder schema following Luke's folder model
  • Merge branch 'luke/logging' into folder
  • Remove my Folder data model since Luke already make it
  • Updated Schema and syncing
  • Merge branch 'luke/logging' into folder
  • Merge pull request #32 from soyapark/folder
  • fix indentation issue remove duplicate fields
  • fix message import
  • fix message import
  • fix mode_folder foreign key
  • fix key length issue
  • fix text indexing issue
  • fix max key legnth issue
  • We still need login_imap. It does reverse action of authenticate
  • we should see cache refreshes occuring
  • fix used before initialized issues
  • Merge branch 'luke/logging' of https://github.com/soyapark/murmur into tidy_login_imap
  • fix variable errors
  • Merge pull request #33 from soyapark/tidy_login_imap
  • broke old code but should be testable
  • log error
  • not seeing logs
  • not seeing gmail folder
  • not seeing gmail folder
  • not seeing gmail folder
  • not seeing gmail folder
  • not seeing gmail folder
  • starting algo again
  • starting algo again
  • add is_selectable attribute to folder_schema
  • starting viewing messages
  • starting viewing messages
  • fix bug
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • starting viewing messages
  • Arrival msg event setup
  • Merge into
  • Merge branch 'setinterval' into event_queue
  • fix invalid reference
  • testing accessing all data
  • testing accessing all data without macro
  • Initial code for msg arrival trigger
  • Merge conflict
  • Add imapaccount status_msg
  • Quick change for run_mailbot
  • Pass list safe
  • Pop from event queue
  • Duplicate save prevent handling
  • Django object filter fix
  • Fix folder name sql utf issue
  • Handle if there is no action for new message arrival
  • Add some logging
  • Log out after mailbox
  • Handle new message event?
  • Pass kwargs for run_interpret
  • Fix typo
  • Try encoding code object using pickle
  • Change back to marshal
  • Pickle decrypt code at sandbox
  • use pickle to store on database
  • Tidy on_new_msg_arrival
  • Change function name
  • Change set_interval similar to on_message_arrival
  • Celery passing around only serializable args
  • Change back to array args
  • testing contacts and evenlope data
  • fix invalid import
  • add concept of contacts and some helper methods
  • add helper method to contact, potentially created circular import
  • fix circular import
  • fix null name
  • fix null address
  • fix null address
  • Add interval callback to Action model
  • fix null subject
  • fix null subject
  • fix null subject
  • Add celery documents and done!
  • Polish comments
  • Update README.md
  • try to fix database encoding
  • fix utf8 issues in database
  • fix utf8 issues in database
  • fix utf8 issues in database
  • Reflecting Luke's comments
  • Merge remote-tracking branch 'origin/event_queue' into event_queue
  • add more helpers to message
  • formatting
  • Merge pull request #40 from soyapark/luke/helpers
  • remove false positive critical log
  • Merge branch 'event_queue' into luke/logging
  • Merge pull request #41 from soyapark/luke/logging
  • Resolve MessageSchema.date not null issue
  • Add Luke's encoding util function and use it to save users' code
  • Fix encoding when saving users' code
  • Update docs.html
  • feat(docs): create dynamic sidebar
  • refactor(docs): move sidebar js

-- File Changes --

M .gitignore (13) M README.md (72) A api.json (291) A browser/imap.py (478) A browser/models/init.py (0) A browser/models/contact.py (45) A browser/models/event.py (60) A browser/models/event_data.py (56) A browser/models/folder.py (353) A browser/models/mailbox.py (136) A browser/models/message.py (164) D browser/templates/.DS_Store (0) M browser/templates/murmur/login_email.html (2) M browser/templates/registration/login.html (5) A browser/templates/youps/base.html (96) A browser/templates/youps/docs.html (135) A browser/templates/youps/login_email.html (312) M browser/views.py (136) M celeryconfig.py (7) M engine/google_auth.py (226) M engine/main.py (26) A engine/youps.py (267) M http_handler/init.py (5) A http_handler/celery_init.py (18) M http_handler/settings.py (112) A http_handler/static/css/youps/docs/fonts/LibreBodoniBold.ttf (0) A http_handler/static/css/youps/docs/fonts/LibreBodoniRegular.ttf (0) A http_handler/static/css/youps/docs/fonts/mavo-icons.woff (0) A http_handler/static/css/youps/docs/style.css (665) A http_handler/static/css/youps/docs/style.scss (730) A http_handler/static/css/youps/libs/codemirror.css (346) A http_handler/static/css/youps/libs/docs.css (271) A http_handler/static/css/youps/libs/fontawesome-all.min.css (5) A http_handler/static/css/youps/libs/jquery.switchButton.css (44) A http_handler/static/css/youps/libs/prism.css (228) A http_handler/static/css/youps/libs/sandbox.css (105) A http_handler/static/css/youps/libs/show-hint.css (36) A http_handler/static/css/youps/style.css (195) A http_handler/static/images/icons/terminal.png (0) D http_handler/static/javascript/murmur/login_imap.js (47) D http_handler/static/javascript/third-party/.DS_Store (0) D http_handler/static/javascript/third-party/noty/.DS_Store (0) D http_handler/static/javascript/third-party/noty/layouts/.DS_Store (0) A http_handler/static/javascript/youps/addon/comment/comment.js (209) A http_handler/static/javascript/youps/addon/comment/continuecomment.js (78) A http_handler/static/javascript/youps/addon/dialog/dialog.css (32) A http_handler/static/javascript/youps/addon/dialog/dialog.js (157) A http_handler/static/javascript/youps/addon/display/autorefresh.js (47) A http_handler/static/javascript/youps/addon/display/fullscreen.css (6) A http_handler/static/javascript/youps/addon/display/fullscreen.js (41) A http_handler/static/javascript/youps/addon/display/panel.js (123) A http_handler/static/javascript/youps/addon/display/placeholder.js (63) A http_handler/static/javascript/youps/addon/display/rulers.js (51) A http_handler/static/javascript/youps/addon/edit/closebrackets.js (194) A http_handler/static/javascript/youps/addon/edit/closetag.js (175) A http_handler/static/javascript/youps/addon/edit/continuelist.js (89) A http_handler/static/javascript/youps/addon/edit/matchbrackets.js (145) A http_handler/static/javascript/youps/addon/edit/matchtags.js (66) A http_handler/static/javascript/youps/addon/edit/trailingspace.js (27) A http_handler/static/javascript/youps/addon/fold/brace-fold.js (105) A http_handler/static/javascript/youps/addon/fold/comment-fold.js (59) A http_handler/static/javascript/youps/addon/fold/foldcode.js (152) A http_handler/static/javascript/youps/addon/fold/foldgutter.css (20) A http_handler/static/javascript/youps/addon/fold/foldgutter.js (146) A http_handler/static/javascript/youps/addon/fold/indent-fold.js (48) A http_handler/static/javascript/youps/addon/fold/markdown-fold.js (49) A http_handler/static/javascript/youps/addon/fold/xml-fold.js (182) A http_handler/static/javascript/youps/addon/hint/anyword-hint.js (41) A http_handler/static/javascript/youps/addon/hint/css-hint.js (60) A http_handler/static/javascript/youps/addon/hint/html-hint.js (348) A http_handler/static/javascript/youps/addon/hint/javascript-hint.js (155) A http_handler/static/javascript/youps/addon/hint/show-hint.js (432) A http_handler/static/javascript/youps/addon/hint/sql-hint.js (286) A http_handler/static/javascript/youps/addon/hint/xml-hint.js (110) A http_handler/static/javascript/youps/addon/lint/coffeescript-lint.js (47) A http_handler/static/javascript/youps/addon/lint/css-lint.js (40) A http_handler/static/javascript/youps/addon/lint/html-lint.js (53) A http_handler/static/javascript/youps/addon/lint/javascript-lint.js (63) A http_handler/static/javascript/youps/addon/lint/json-lint.js (37) A http_handler/static/javascript/youps/addon/lint/lint.css (73) A http_handler/static/javascript/youps/addon/lint/lint.js (252) A http_handler/static/javascript/youps/addon/lint/yaml-lint.js (41) A http_handler/static/javascript/youps/addon/merge/merge.css (113) A http_handler/static/javascript/youps/addon/merge/merge.js (1001) A http_handler/static/javascript/youps/addon/mode/loadmode.js (64) A http_handler/static/javascript/youps/addon/mode/multiplex.js (123) A http_handler/static/javascript/youps/addon/mode/multiplex_test.js (33) A http_handler/static/javascript/youps/addon/mode/overlay.js (90) A http_handler/static/javascript/youps/addon/mode/simple.js (216) A http_handler/static/javascript/youps/addon/runmode/colorize.js (40) A http_handler/static/javascript/youps/addon/runmode/runmode-standalone.js (158) A http_handler/static/javascript/youps/addon/runmode/runmode.js (72) A http_handler/static/javascript/youps/addon/runmode/runmode.node.js (197) A http_handler/static/javascript/youps/addon/scroll/annotatescrollbar.js (122) A http_handler/static/javascript/youps/addon/scroll/scrollpastend.js (48) A http_handler/static/javascript/youps/addon/scroll/simplescrollbars.css (66) A http_handler/static/javascript/youps/addon/scroll/simplescrollbars.js (152) A http_handler/static/javascript/youps/addon/search/jump-to-line.js (49) A http_handler/static/javascript/youps/addon/search/match-highlighter.js (165) A http_handler/static/javascript/youps/addon/search/matchesonscrollbar.css (8) A http_handler/static/javascript/youps/addon/search/matchesonscrollbar.js (97) A http_handler/static/javascript/youps/addon/search/search.js (252) A http_handler/static/javascript/youps/addon/search/searchcursor.js (289) A http_handler/static/javascript/youps/addon/selection/active-line.js (72) A http_handler/static/javascript/youps/addon/selection/mark-selection.js (119) A http_handler/static/javascript/youps/addon/selection/selection-pointer.js (98) A http_handler/static/javascript/youps/addon/tern/tern.css (87) A http_handler/static/javascript/youps/addon/tern/tern.js (718) A http_handler/static/javascript/youps/addon/tern/worker.js (44) A http_handler/static/javascript/youps/addon/wrap/hardwrap.js (144) A http_handler/static/javascript/youps/bootstrap.bundle.min.js (7) A http_handler/static/javascript/youps/codemirror.js (9657) A http_handler/static/javascript/youps/console/DAT.GUI.min.js (53) A http_handler/static/javascript/youps/console/backbone-localStorage.min.js (8) A http_handler/static/javascript/youps/console/backbone.min.js (33) A http_handler/static/javascript/youps/console/jquery.min.js (4) A http_handler/static/javascript/youps/console/lettering.js (66) A http_handler/static/javascript/youps/console/prettify.js (28) A http_handler/static/javascript/youps/console/sandbox-console.js (411) A http_handler/static/javascript/youps/console/underscore.min.js (27) A http_handler/static/javascript/youps/demo.css (227) A http_handler/static/javascript/youps/fontawesome-all.min.js (5) A http_handler/static/javascript/youps/jquery-ui.min.js (12) A http_handler/static/javascript/youps/jquery.switchButton.js (306) A http_handler/static/javascript/youps/login_imap.js (607) A http_handler/static/javascript/youps/prism.js (7) A http_handler/static/javascript/youps/python.js (334) A http_handler/static/javascript/youps/sidebar.js (40) A http_handler/tasks.py (107) M http_handler/urls.py (12) A requirements.dev.txt (10) M requirements.txt (44) M schema/init.py (4) M schema/models.py (27) A schema/youps.py (258) A smtp_handler/Pile.py (477) M smtp_handler/main.py (98) A smtp_handler/management/commands/mailbot.py (110) A smtp_handler/management/commands/polling.py (124) A smtp_handler/management/commands/youps_test.py (47) A smtp_handler/settings.py (0) M smtp_handler/utils.py (55)

-- Patch Links --

https://github.com/haystack/murmur/pull/256.patch https://github.com/haystack/murmur/pull/256.diff

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/haystack/murmur/pull/256

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/haystack/murmur/pull/256#issuecomment-471336868, or mute the thread https://github.com/notifications/unsubscribe-auth/AgDwrDjbvOVHVfr8ouU8KIj_wo5v7yHRks5vVV8vgaJpZM4bncYY .

dillzhang commented 5 years ago

Sorry about the confusion. I accidentally pushed to the wrong repo. I have closed the pull request and reopened it on Youps.