Commit Graph

24 Commits

Author SHA1 Message Date
dylant-da
b8f2830e54
Add template for requesting improvements to errors (#16918)
* Add template for requesting improvements to errors

* Default title, labels (devex + language/), add dylant-da as assignee
2023-05-26 12:55:34 +01:00
Stefano Baghino
ccb299afce
Retire changelog entries mechanism (#15423)
* Retire changelog entries mechanism

It is no longer used these days, so it simply imposes unnecessary
work. If it ever becomes useful again, retrieving the relevant
scripts from history should be relatively easy.

* Remove references to `unreleased.sh`

* Re-add `unreleased.sh` for summarization -- feedback from @mziolekda`
2022-11-02 14:58:46 +00:00
Gary Verhaegen
873e7ee8cf
templates: reduce noise (#13536)
CHANGELOG_BEGIN
CHANGELOG_END
2022-04-08 11:14:09 +00:00
Stefano Baghino
2a71b69cef
Minor fixes to issue templates (#12195)
1. Using Markdown headers for sections instead of bold font
2. Removing myself as a default assignee -- I am already subscribed to the firehose and there is nothing to gain for anyone from this

changelog_begin
changelog_end
2021-12-17 17:07:32 +00:00
Moritz Kiefer
af3cd7a3ee
Reduce default assignees (#11219)
Stefano is bored so now he’s responsible for everything

changelog_begin
changelog_end
2021-10-13 08:37:35 +02:00
Gary Verhaegen
ae41aa2c14
releases: check component status page (#11116)
The component status page have been neglected as of late. Craig
suggested adding a step to the release checklist.

CHANGELOG_BEGIN
CHANGELOG_END
2021-10-12 11:46:01 +02:00
Stefano Baghino
6f7ee0b092
Update issue templates (#11181)
* Update issue templates

Add two separate templates for bug reports and feature requests, explicitly ask for the affected Daml version for bug reports.

changelog_begin
changelog_end

* Apply suggestions from code review

Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com>

Co-authored-by: Gary Verhaegen <gary.verhaegen@digitalasset.com>
2021-10-11 09:21:51 +02:00
Bernhard Elsner
cda93db944
Daml case and logo (#8433)
* Replace many occurrences of DAML with Daml

* Update docs logo

* A few more CLI occurrences

CHANGELOG_BEGIN
- Change DAML capitalization and docs logo
CHANGELOG_END

* Fix some over-eager replacements

* A few mor occurrences in md files

* Address comments in *.proto files

* Change case in comments and strings in .ts files

* Revert changes to frozen proto files

* Also revert LF 1.11

* Update get-daml.sh

* Update windows installer

* Include .py files

* Include comments in .daml files

* More instances in the assistant CLI

* some more help texts
2021-01-08 12:50:15 +00:00
Gary Verhaegen
93f449d245
rename master to main (#8245)
As we strive for more inclusiveness, we are becoming less comfortable
with historically-charged terms being used in our everyday work.

This is targeted for merge on Dec 26, _after_ the necessary
corresponding changes at both the GitHub and Azure Pipelines levels.

CHANGELOG_BEGIN

- DAML Connect development is now conducted from the `main` branch,
  rather than the `master` one. If you had any dependency on the
  digital-asset/daml repository, you will need to update this parameter.

CHANGELOG_END
2020-12-27 14:19:07 +01:00
anthonylusardi-da
0ee217cdae
ADD: Change most Slack references to forum references where appropriate (#6071)
* ADD: Change most Slack references to forum references where appropriate

CHANGELOG_BEGIN
Replace references to Slack with references to discuss.daml.com
CHANGELOG_END

* ADD: Change issue template support link from SO to forum

* ADD: Add back Slack links
2020-05-26 09:26:53 -04:00
Gary Verhaegen
89af1550b1
check for changelog (#3963)
* check for changelog
2020-01-07 17:19:50 +01:00
Stefano Baghino
84e6064d51 Remove unreleased.rst (#3547)
* Start working on getting rid of unreleased.rst

Document new process in CONTRIBUTING.md,
.github/pull_request_template.md and unreleased.rst (for good measure)

Report the previous changelog additions here so that they're not lost in
the mist of times.

CHANGELOG_BEGIN

- [DAML Stdlib] Added the ``NumericScale`` typeclass, which improves the type inference for Numeric literals, and helps catch the creation of out-of-bound Numerics earlier in the compilation process.

- [DAML Triggers] ``emitCommands`` now accepts an additional argument
  that allows you to mark contracts as pending. Those contracts will
  be automatically filtered from the result of ``getContracts`` until
  we receive the corresponding completion/transaction.

- [Navigator] Fixed a bug where Navigator becomes unresponsive if the ledger does not contain any DAML packages.

- [Ledger-API] Add field ``gen_map`` in Protobuf definition for ledger
  api values. This field is used to support generic maps, an new
  feature currently in development.  See issue
  https://github.com/digital-asset/daml/pull/3356 for more details
  about generic maps.

  The Ledger API will send no messages where this field is set, when
  using a stable version of DAML-LF.  However the addition of this
  field may cause pattern-matching exhaustive warnings in the code of
  ledger API clients. Those warnings can be safely ignored until
  GenMap is made stable in an upcoming version of DAML-LF.

- [JSON API - Experimental] CLI configuration to enable serving static content as part of the JSON API daemon:
  ``--static-content "directory=/full/path,prefix=static"``
  This configuration is NOT recommended for production deployment. See issue #2782.

- [Extractor] The app can now work against a Ledger API server that requires client authentication. See `issue #3157 <https://github.com/digital-asset/daml/issues/3157>`__.
- [DAML Script] This release contains a first version of an experimental DAML script
   feature that provides a scenario-like API that is run against an actual ledger.
- [DAML Compiler] The default DAML-LF version is now 1.7. You can
  still produce DAML-LF 1.6 by passing ``--target=1.6`` to ``daml
  build``.

- [JSON API - Experimental] The database schema has changed; if using
  ``--query-store-jdbc-config``, you must rebuild the database by adding
  ``,createSchema=true``.
  See `issue #3461 <https://github.com/digital-asset/daml/pull/3461>`_.

- [JSON API - Experimental] Terminate process immediately after creating schema. See issue #3386.

- [DAML Stdlib] ``fromAnyChoice`` and ``fromAnyContractKey`` now take
  the template type into account.

CHANGELOG_END

* Document new release process to gather changelog additions

* Change the release script to ignore unreleased.rst

* Remove spurious unreleased.rst lines

* Transition to use tags

* Document new way to get changelog additions with tags

* Update release/RELEASE.md

Co-Authored-By: Gary Verhaegen <gary.verhaegen@digitalasset.com>

* Address https://github.com/digital-asset/daml/pull/3547#discussion_r348438786

* Document correction process

* Add copyright header to unreleased.sh

* Update CONTRIBUTING.md

Co-Authored-By: Gary Verhaegen <gary.verhaegen@digitalasset.com>

* Modify CONTRIBUTING.md after @garyverhaegen-da's proposal

* Make unreleased.sh run per commit and treat tags as case-insensitive

* Fix documentation for replacements
2019-11-20 15:16:57 +00:00
Martin Huschenbett
a7f57ddd63
Include change management checkbox in PR template (#2318) 2019-07-31 17:36:00 +02:00
Martin Huschenbett
c063b27d70 Remove issue template (#2195)
I don't see any value in having this. People seem to ignore it and I'm
afraid it also puts some people off.
2019-07-17 13:16:19 +00:00
Brian Healey
865d87841d Update issue templates (#1322)
* Update issue templates

* Update bug_report.md

* Update bug_report.md

* Update feature_request.md

* Update bug_report.md

* Update feature_request.md

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/feature_request.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update .github/ISSUE_TEMPLATE/bug_report.md

Co-Authored-By: Beth Aitman <bethaitman@users.noreply.github.com>

* Update bug_report.md

* Update bug_report.md

* Delete feature_request.md

* Update bug_report.md
2019-06-26 15:55:09 +00:00
Stefano Baghino
b2d9095a3c
Move unreleased user-facing features to its own file (#1762)
* Move unreleased user-facing features to its own file

docs/source/support/release-notes.rst unfortunately represents a "global
lock" when it comes to submitting contributions: if another contribution
changed it while another was going through the CI/review process, the
latter would have to go again through the CI build after resolving the
conflict and merging the resulting commit.

The contributors originally tried to address this problem by letting the
system automatically performing this operation, but this failed because
release notes were moved to the wrong section by mistake.

This simple change would allow the contributors to let the system take
care of merging on its own, because existing release notes will no
longer be corrupted by the process.

There is a caveat: the automatic merging could result in invalid RST
(mostly because of missing newlines). This would push the task of
ensuring the release notes are valid RST to the release. I would argue
this can be done quite easily and that this is checked automatically
when rendering RST to HTML, so it could be a nuisance during release but
it would make the day-to-day contributions easier.

* Address https://github.com/digital-asset/daml/pull/1762#issuecomment-503540993

* Address https://github.com/digital-asset/daml/pull/1762#pullrequestreview-251676158

* Address https://github.com/digital-asset/daml/pull/1762#discussion_r295279530

* Remove HEAD section from release-notes.rst

* Address https://github.com/digital-asset/daml/pull/1762#pullrequestreview-251678791

* Address https://github.com/digital-asset/daml/pull/1762#issuecomment-503549896
2019-06-19 16:32:03 +02:00
Francesco Mazzoli
4bf20566e8
add note about security issues in issue template (#503) 2019-04-16 10:20:17 +02:00
zimbatm
7c01a91a24 pull request template: add note on external contributions (#386) 2019-04-11 14:43:51 +02:00
Jonas Chevalier
851881e455
pull-request template: fix relative links (#351)
the relative link was being resolved to
https://github.com/digital-asset/daml/pull/CONTRIBUTING.md on the new
pull request. Point to the absolute URLs instead.
2019-04-10 17:58:25 +02:00
Stefano Baghino
3945c0d9b9
Format PR checklist items as checkboxes (#321) 2019-04-09 14:45:11 +02:00
Stefano Baghino
d07d450f6a
Add PR template (#315)
* Add PR template

* Update .github/pull_request_template.md

Co-Authored-By: stefanobaghino-da <43749967+stefanobaghino-da@users.noreply.github.com>
2019-04-09 14:02:17 +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
Digital Asset GmbH
05e691f558 open-sourcing daml 2019-04-04 09:33:38 +01:00