Robert Autenrieth
b98fe6312f
Navigator: Update readme files
...
The files contained outdated information on
building and publishing Navigator.
2019-04-05 12:10:55 +02:00
Neil Mitchell
5c2680afbe
Merge pull request #234 from digital-asset/HOTFIX-remove-changelogs
...
Issue #233 remove changelogs
2019-04-05 10:21:13 +01:00
Stefano Baghino
f275b0c471
Add verbosity option for Java codegen ( #218 )
...
Allows users to supply the argument -V or --verbosity with a number from 0 to 4 for additional logging.
Also, the first and last log message is logged as a warning, when it really
should just be on INFO level.
2019-04-05 10:54:42 +02:00
Stefano Baghino
fa575978cd
Merge pull request #241 from digital-asset/document-js-install
...
Document IDE support for language-support/js
2019-04-05 18:28:51 +11:00
Remy
7a5dc1ba18
minor README.md improvment ( #228 )
...
* add a more visible link to www.daml.com
* add a short description about what is daml.
2019-04-05 08:55:39 +02:00
Stefano Baghino
da93a86104
Document IDE support for language-support/js
...
Closes #67
2019-04-05 14:00:33 +11:00
Shayne Fletcher
02bcaf2cb1
Merge pull request #208 from digital-asset/disjunction-choice-test
...
Add test for disjunction choices
2019-04-04 17:07:17 -04:00
Brian Healey
55fb9a9baf
#233 remove changelogs from bazel files
2019-04-04 16:51:56 -04:00
moritzkiefer-da
f4a9e94f0d
Dev env fixes ( #232 )
...
* Fix curl in dev-env
Curl ends up in the bin output so we need to symlink to
dade-exec-nix-bin-tool.
* Add cc to dev-env
2019-04-04 16:46:06 -04:00
Beth Aitman
35a84c362d
Correct details about what bazel is doing ( #227 )
2019-04-04 22:18:06 +02:00
Brian Healey
0205a1a932
#233 remove changelogs
2019-04-04 16:08:52 -04:00
Anup Kalburgi
fef6720eac
migrate command ( #217 )
2019-04-04 14:55:54 -04:00
Leonid Shlyapnikov
2517fdcb2f
Merge pull request #220 from digital-asset/leo-1123-dar-reader
...
DarReader fat dar support
2019-04-04 14:19:17 -04:00
moritzkiefer-da
1f821953e8
Bump timeout of daml-ref-daml-test ( #225 )
...
This tests seems to timeout on CI sometimes so let’s increase the timeout.
2019-04-04 19:58:56 +02:00
Robin Krom
b1ff51cbd7
Merge pull request #194 from digital-asset/fix_ghc_test_package_db
...
language: fix: package db was always set to daml-lf 1.2 in tests
2019-04-04 19:55:28 +02:00
Fran
dcc8e51085
Fix issues with daml-assistant CLI. ( #223 )
...
* Make daml-asisstant forward --help as intended.
* Refactor command-line parser in daml-assistant.
* Fix issues with daml-assistant CLI.
* Misalign things for Martin.
2019-04-04 19:40:38 +02:00
Leonid Shlyapnikov
e655aae9e3
add fat dar support to DarReader, #109
2019-04-04 12:29:28 -04:00
Moritz Kiefer
a7b282b32d
Release 0.12.1
...
0.12.0 didn’t pass on CI due to unrelated changes so here’s another attempt.
2019-04-04 17:14:35 +01:00
Robin Krom
fcdd0d5ea6
language: fix: package db was always set to daml-lf 1.2 in tests
...
The way the options were constructed in the ghc tests set the package
database always to the daml-lf 1.2 version.
2019-04-04 18:13:26 +02:00
Gary Verhaegen
98a22e95d2
Merge pull request #222 from digital-asset/fix-dev-env-push
...
Fix dev env push
2019-04-04 17:09:30 +01:00
Martin Huschenbett
1b20693911
Add test for disjunction choices
...
We add a new test for disjunction choices which uses our custom surface
syntax. It follows the example in the blog post announcing disjunction
choices, which is still under review.
We also remove the old tests for flexible controllers. The test for
DAML-LF 1.1 is not run anymore anyway and the test for DAML-LF 1.2 does not
use our custom surface syntax but the type class implementation underlying
it.
2019-04-04 18:08:31 +02:00
Beth Aitman
40ad0026ba
Tidying up the README ( #196 )
...
* Tidying up the README
* Tidying contributing page as well
* Apply review suggestion
Co-Authored-By: bethaitman-da <42940582+bethaitman-da@users.noreply.github.com>
* Address more review comments
* Address review comment
2019-04-04 18:04:12 +02:00
Florian Klink
1301a004a8
ci/dev-env-push: use "".format() instead of %
2019-04-04 17:47:40 +02:00
Florian Klink
b3fc3d3cb6
ci/dev-env-push: revert f-string usage
...
This might be run with a python3 different from the one provided by
dev-env, and not support f-strings yet.
2019-04-04 17:47:40 +02:00
Moritz Kiefer
d299b23852
Release 0.12.0
...
This should hopefully fix navigator in the quickstart example.
2019-04-04 15:49:05 +01:00
Gary Verhaegen
1d508d89d5
Merge pull request #205 from digital-asset/changelog-fontend-config
...
Update release notes and instructions for updating release notes
2019-04-04 15:43:28 +01:00
Bernhard Elsner
1efedd8a76
Change all list numbers to 1s in Readme.md
2019-04-04 16:40:37 +02:00
Bernhard Elsner
e2524806ac
Incorporate Robert's suggestion
2019-04-04 16:40:36 +02:00
Bernhard Elsner
029c2a84a4
Update Readme.md with instructions for release notes
2019-04-04 16:40:36 +02:00
Bernhard Elsner
14cc757b13
Update docs preview script
2019-04-04 16:40:36 +02:00
Bernhard Elsner
d03c24262f
Update release notes for Navigator changes
2019-04-04 16:40:36 +02:00
Robert Autenrieth
874e4d5b89
Navigator: Add frontend-config version 2.0 ( #202 )
...
* Navigator: Add frontend-config version 2.0
New major version to reflect the recent breaking
changes to DAML-LF types and values.
* Fix sorting of Navigator columns in docs template
2019-04-04 16:36:51 +02:00
Francesco Mazzoli
86ea27c200
remove CODEOWNERS, for now (see #31 )
2019-04-04 16:20:07 +02:00
Francesco Mazzoli
9c7357c7de
update all references of old repo to new repo
2019-04-04 16:20:07 +02:00
Florian Klink
f0e1b3e3e0
Update ci/build-unix.yml
...
Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2019-04-04 16:16:40 +02:00
Florian Klink
2cd3dcb385
Update ci/dev-env-push.py
...
Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2019-04-04 16:16:40 +02:00
Florian Klink
a0992cedcc
Update ci/build.sh
...
Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2019-04-04 16:16:40 +02:00
Florian Klink
3ae87ce775
Update ci/dev-env-push.py
...
Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2019-04-04 16:16:40 +02:00
Florian Klink
b49b669ad5
Update ci/build.sh
...
Co-Authored-By: zimbatm <zimbatm@zimbatm.com>
2019-04-04 16:16:40 +02:00
zimbatm
4e7cba018d
fixup! Merge pull request #193 from digital-asset/fixing-sandbox-port-inconsistencies
2019-04-04 16:16:40 +02:00
zimbatm
77c5a4fb4e
ci: restore caching on non-forks
2019-04-04 16:16:40 +02:00
Francisco Mota
9c044b0c26
Add progress bar to daml install over http.
2019-04-04 15:17:38 +02:00
Tom Payne
c9147ed0da
Fix repo path
2019-04-04 14:34:31 +02:00
Francesco Mazzoli
4d11dc8928
test divulgence in sandbox, see #164
2019-04-04 14:25:57 +02:00
Gabor Aranyossy
3c2ee2601d
Merge pull request #193 from digital-asset/fixing-sandbox-port-inconsistencies
...
fixes inconsistent Sandbox port references
2019-04-04 13:52:27 +02:00
zimbatm
ff1c17fd4e
ci: disable credentials for now
...
if forked, the value is `$(SECRET_NAME)` which isn't handled right now
2019-04-04 13:26:26 +02:00
Gabor Aranyossy
ab72aab696
fixes inconsistent help about Sandbox port
...
changing ports to use 6865 everywhere
no need for default ports
addressing missed outdated ports
changed more ports from 7600 to 6865
dealt with more 8080s
2019-04-04 13:03:48 +02:00
moritzkiefer-da
5df52fa68b
Merge pull request #188 from digital-asset/release-process
...
Document release process
2019-04-04 12:32:15 +02:00
Moritz Kiefer
4a51320ec2
Document release process
2019-04-04 11:56:07 +02:00
Digital Asset GmbH
05e691f558
open-sourcing daml
2019-04-04 09:33:38 +01:00