Commit Graph

11314 Commits

Author SHA1 Message Date
Min RK
d2916c9a81
Merge pull request #4073 from 1kastner/patch-1
Add info about messaging specs
2018-10-10 11:23:27 +02:00
GALISSON Victor
c588951c90
Update to nbjs.po
Suppressed some capital letters because doesn't look right in French
Changed "De Confiance" to "Fiable" because the formulation is odd, "De Confiance" sounds a bit like "Is Trusted" , when "Fiable" can directly be translated to "Trusted" (and therefore the change from "Sans confiance" to "Non Fiable")
Changed from "de" to "du" when it was uncorrectly used
2018-10-10 11:23:04 +02:00
Min RK
4135e3ffe7
Merge pull request #4063 from kevin-bates/log-status-type
Include status types when logging activity
2018-10-10 11:19:27 +02:00
Matthias Bussonnier
b71c05dc17
Merge pull request #4061 from kara71/fix-fr-translations
Fixed French translations in nbjs.po
2018-10-09 08:17:08 -07:00
bhansa
3ca5f16ff0 improved color contrast for file menus 2018-10-09 16:54:04 +05:30
agatheliguori
9c1309210c Fixed french translation mistakes and normalized capitalization 2018-10-07 19:13:10 +02:00
Mathis Hammel
6126f78381 Fixed two remaining wrong translations 2018-10-07 18:21:33 +02:00
1kastner
9b7312d330
Add info about messaging specs
I found it very useful to read https://jupyter-client.readthedocs.io/en/stable/messaging.html in order to understand what is happening here. What do you think?
2018-10-07 17:57:57 +02:00
Kevin Bates
23e74dcdfa Include status types when logging activity
Recently I needed to troubleshoot kernel responses and found it helpful
to distinguish status types (busy vs. idle) - thought others might find
it useful as well.

Entries that previously appeared as...
```
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: execute_input
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: display_data
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: execute_result
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status
```
will now appear as...
```
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status (idle)
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status (busy)
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status (idle)
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status (busy)
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: execute_input
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: display_data
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: execute_result
 activity on 33383dcc-c054-4dc0-b842-16063ea160fe: status (idle)
```
2018-10-04 08:35:48 -07:00
Mathis Hammel
74f08b897c Fixed some translations 2018-10-04 01:17:11 +02:00
Steven Silvester
c2a2bcc4a7
Merge pull request #4041 from arradha/fix/mathjax-codeblocks
Disable math jax inside fenced code blocks (closes #4037)
2018-10-02 04:52:58 -04:00
Steven Silvester
dfcea5b3f7
Merge pull request #4036 from Hyaxia/metrics_terminal
Added metrics for currently running terminals and labeled by type kernels
2018-10-02 04:51:13 -04:00
Steven Silvester
fa7b40be27
Merge pull request #4039 from Carreau/try-fix-attr
try to fix tests
2018-10-02 04:49:38 -04:00
Maxim Vov
4c1d62f3b2 A temporary fix for appveyor tests problem that results in an error:
`RequirementParseError(str(e)) pip._vendor.pkg_resources.RequirementParseError: Invalid requirement, parse error at “’; extra '`
2018-09-30 21:57:38 +03:00
Surya Prakash Susarla
c5d1a08951
Updated .travis.yml for fixing attr
Changed attr value of travis tests to fix the failing tests in PR.
2018-09-29 21:28:25 +05:30
Maxim Vov
f2fdbf929e Added metrics for number of kernels running labeled by type 2018-09-29 16:56:40 +03:00
Surya Prakash Susarla
23114ef44a Changed marked version to 0.5
Changed marked version to 0.5 August release for fixing rendering bugs.
2018-09-27 21:25:24 +05:30
Arjun Radhakrishna
7eb6e29509 Fix spurious newline in expected result 2018-09-26 17:02:06 -07:00
Arjun Radhakrishna
4395a838f6 From #4039: Fix test by pinning attrs to 17.4+ 2018-09-26 16:41:25 -07:00
Maxim Vov
e951fab0db Added docs to the prometheus package and the terminal.api_handlers file. 2018-09-27 01:55:52 +03:00
Arjun Radhakrishna
6fd0a80778 Reformat long string 2018-09-26 15:42:59 -07:00
Arjun Radhakrishna
c5bee3a29d test and fix: disable math inside code blocks 2018-09-26 15:34:56 -07:00
Matthias Bussonnier
96cb061e7b
More descriptive message. 2018-09-26 11:46:14 -07:00
Matthias Bussonnier
02abe9e691 Fix test by pinning attrs to 17.4+ 2018-09-26 11:36:31 -07:00
Matthias Bussonnier
7d211d431e try to fix test 2018-09-26 11:01:32 -07:00
Maxim Vov
7bc7df472c Fixed imports, from static to dynamic. 2018-09-26 18:14:43 +03:00
Maxim Vov
03e5dc00e1 Moved the 'metrics' file to a new package named 'promethues'.
Then split the file into two files, one containing the metrics themselves, the other containing any function that have something to do with prometheus.

Finally, Added new metrics into the prometheus.metrics file that represent the number of running terminals and added the functionality for that metric to be recorded in the terminal.api_handlers file.
2018-09-26 17:15:40 +03:00
Min RK
5711075f0b
Merge pull request #3789 from munkm/pytest
modify contributing instructions to use pytest for testing
2018-09-26 15:26:57 +02:00
Matthias Bussonnier
7e140c5baf When adapting also log the version jupyter_client is expecting.
It's still (IMHO) unclear how the adaptation goes. Like does "adapting
to protocol X.Y.Z." mean the end-result is X.Y.Z or what you
got is X.Y.Z and it's X.Y.W after adaptation.
2018-09-25 20:52:21 -07:00
Steven Silvester
26ec5952a7
Merge pull request #3926 from Carreau/drop-27
Drop 2.7
2018-09-25 06:54:11 -05:00
Min RK
d772277c0b
Merge pull request #3949 from gustavoefeiche/fix-installation
Fix installation script
2018-09-20 09:30:47 +02:00
Gustavo Efeiche
26c73d36d0 Fix issue #3948 2018-09-20 00:18:16 -03:00
Gustavo Efeiche
a8716eb9ac Fix versions mismatch in namespace.js and _version.py 2018-09-20 00:16:42 -03:00
Gustavo Efeiche
e661c7642d Change from 6.0.0dev0 to 6.0.0.dev0 2018-09-20 00:15:58 -03:00
Min RK
b7fdc41ff6 back to dev 2018-09-19 16:37:13 +02:00
Min RK
775cb20de3 minor typos in changelog for 5.7 2018-09-19 16:35:51 +02:00
Min RK
7acb4e047d release 5.7.0 2018-09-19 16:31:30 +02:00
Min RK
5b115c2e90
Merge pull request #3931 from minrk/translate-sdists
include translation sources in sdists
2018-09-19 16:28:24 +02:00
Min RK
ba7aadbf7a note translation inclusions in sdists 2018-09-19 14:57:47 +02:00
Min RK
bb8f63baca include translation sources in sdists 2018-09-18 13:45:33 +02:00
Min RK
33ec6440f8
Merge pull request #3925 from Carreau/package-translations
Try rebuild translation js
2018-09-18 13:37:25 +02:00
Min RK
e78f438e5a invoke setup.py build on appveyor
for better output
2018-09-17 10:34:48 +02:00
Min RK
52ca0d64ca fix installation, invocation of po2json
- no global installation
- invoke with node
2018-09-17 10:33:22 +02:00
Matthias Bussonnier
37f9a41948 Drop 2.7 2018-09-16 23:04:10 +02:00
Matthias Bussonnier
07126ca8a5 one more try 2018-09-16 18:28:33 +02:00
Matthias Bussonnier
d239839e07 Build js translation at build time.
Make sure they are included in sdist/wheel.
2018-09-16 11:55:22 +02:00
Matthias Bussonnier
bb07253ff4
Merge pull request #3888 from JocelynDelalande/jd-french-i18n
Add French translation
2018-09-15 20:00:24 +02:00
Jocelyn Delalande
05f9488232 Fix misc French wordings 2018-09-15 18:12:59 +02:00
Jocelyn Delalande
e1494bb8f8 Rework French wording "Brute NBConvert" → « Texte Brut (pour NBConvert)" 2018-09-15 18:12:59 +02:00
Jocelyn Delalande
db8b03e434 Rework French wording au-dessus/au-dessous → précédent/suivant 2018-09-15 18:12:59 +02:00