Dotowane szkolenia
Dzień dobry, Prowadzimy rekrutację na dotowane zajęcia o zróżnicowanej tematyce, mające charakter zamknięty, dla podmiotów gospodarczych i instytucji budżetowych w całej Polsce. Wspólnie z Fundacją Centrum Rozwoju Biznesu proponujemy zajęcia dotowane od 40% do nawet 80%. Uczestnicy pokrywają tylko pozostałą część wydatków. Bez zbędnych formalności i wymagań, do których przyzwyczaiły nas dotacje unijne. Korzystamy wyłącznie z doświadczonych trenerów, praktyków i ekspertów w swoich dziedzinach. Staramy się aby tematyka, przykłady i materiały dydaktyczne były zawsze aktualne, odpowiadające na bieżące potrzeby edukacyjne klientów. Jeżeli temat Państwa zainteresował, to proszę odpowiedzieć na tego maila wpisując w treści akceptację - wtedy przekażę więcej informacji. z poważaniem, Kamil Muszyński Aby nie otrzymywać podobnych zapytań proszę o informację zwrotną. Usunę kontakt do Państwa z bazy.
Salsa "Emails on push" send only mails for tags
Hi, (hopefully) all repositories of the Debian Med team have set Emails on push trigger in the integration settings. It is configured for both Triggers Push Event will be triggered by a push to the repository) Tag push Event will be triggered when a new tag is pushed to the repository This worked since we moved to Salsa but since some weeks only "Tag push" is triggering any mails. Did I missed something that the behavious on push events had changed or is this a bug on Salsa which I should report? Kind regards Andreas. -- http://fam-tille.de
Re: Salsa "Emails on push" send only mails for tags
On 2/24/20 4:04 PM, Andreas Tille wrote: > This worked since we moved to Salsa but since some weeks only > "Tag push" is triggering any mails. Did I missed something > that the behavious on push events had changed or is this a bug > on Salsa which I should report? You need to reconfigure the service. I used the REST API to set the configuration again after which the emails for commits worked again. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
Re: Salsa "Emails on push" send only mails for tags
On Mon, Feb 24, 2020 at 04:07:37PM +0100, Sebastiaan Couwenberg wrote: > On 2/24/20 4:04 PM, Andreas Tille wrote: > > This worked since we moved to Salsa but since some weeks only > > "Tag push" is triggering any mails. Did I missed something > > that the behavious on push events had changed or is this a bug > > on Salsa which I should report? > > You need to reconfigure the service. I used the REST API to set the > configuration again after which the emails for commits worked again. Would you mind sharing the code you used? Is that rest of configuration needed for every single repository or per team? Thanks a lot Andreas. -- http://fam-tille.de
Re: Salsa "Emails on push" send only mails for tags
On 2/24/20 4:40 PM, Andreas Tille wrote: > On Mon, Feb 24, 2020 at 04:07:37PM +0100, Sebastiaan Couwenberg wrote: >> On 2/24/20 4:04 PM, Andreas Tille wrote: >>> This worked since we moved to Salsa but since some weeks only >>> "Tag push" is triggering any mails. Did I missed something >>> that the behavious on push events had changed or is this a bug >>> on Salsa which I should report? >> >> You need to reconfigure the service. I used the REST API to set the >> configuration again after which the emails for commits worked again. > > Would you mind sharing the code you used? https://salsa.debian.org/debian-gis-team/scripts/blob/master/salsa-configure-repositories.pl Edit line 506 to: if(!$data->{active} || 1) { Hack out any features you don't want to configure, the script defaults to configure everything as expected for repos of the Debian GIS team. So set the group, email, and IRC channel accordingly: ./salsa-configure-repositories.pl \ -n 0 \ -G \ -e \ -i > Is that rest of configuration needed for every single repository or > per team? Yes, every repo needs to be configured. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1
Re: Salsa "Emails on push" send only mails for tags
Fyi: https://salsa.debian.org/salsa/support/issues/195 On Mon, 24 Feb 2020, 4:05 pm Andreas Tille, wrote: > Hi, > > (hopefully) all repositories of the Debian Med team have set >Emails on push > trigger in the integration settings. It is configured for both > > > Triggers >Push > Event will be triggered by a push to the repository) >Tag push > Event will be triggered when a new tag is pushed to the repository > > > This worked since we moved to Salsa but since some weeks only > "Tag push" is triggering any mails. Did I missed something > that the behavious on push events had changed or is this a bug > on Salsa which I should report? > > Kind regards > > Andreas. > > -- > http://fam-tille.de > >
Bug#952459: ITP: proj-data -- Cloud-optimized GeoTIFF datum grids for PROJ
Package: wnpp Severity: wishlist Owner: Bas Couwenberg * Package name: proj-data Version : 1.0~rc1 Upstream Author : PROJ Developers * URL : https://github.com/OSGeo/PROJ-data * License : public-domain Programming Lang: N/A Description : Cloud-optimized GeoTIFF datum grids for PROJ proj-data-grids provides datum grids for PROJ in cloud-optimized GeoTIFF format. . These grids are also available via the CDN: . https://cdn.proj.org . This package can be used to reduce the need for the CDN. PROJ 7 really wants these grids to be available. The package will be maintained within the Debian GIS team along with PROJ.
Bug#952487: ITP: analizo -- multi-language source code analysis toolkit
Package: wnpp Severity: wishlist Owner: Joenio Costa * Package name: analizo Version : 1.23.0 Upstream Author : Joenio Costa * URL : http://www.analizo.org * License : GPL-3+ Programming Lang: Perl Description : multi-language source code analysis toolkit Analizo is a suite of source code analysis tools, aimed at being language-independent and extensible, analizo parses source code in multiple languages and report useful information about it, such as module dependency, source code metrics and more. . Analizo uses doxyparse to parse the source code, and is currently tested and expected to work well with C, C++, Java and C# source code. The plan is maintain it as part of the Debian Perl Group umbrella.
Bug#952490: ITP: golang-github-google-wire -- Compile-time Dependency Injection for Go
Package: wnpp Severity: wishlist Owner: Anthony Fok * Package name: golang-github-google-wire Version : 0.4.0-1 Upstream Author : The Wire Authors, Google LLC * URL : https://github.com/google/wire * License : Apache-2.0 Programming Lang: Go Description : Compile-time Dependency Injection for Go Wire: Automated Initialization in Go . Wire is a code generation tool that automates connecting components using dependency injection. Dependencies between components are represented in Wire as function parameters, encouraging explicit initialization instead of global variables. Because Wire operates without runtime state or reflection, code written to be used with Wire is useful even for hand-written initialization. . For an overview, see the introductory blog post https://blog.golang.org/wire Reason for packaging: Required by hugo >= 0.56.0, and Google's wire command may be helpful too. Note: An existing Debian go-wire package of the Tendermint project also provides /usr/bin/wire, but actually Tendermint upgraded and renamed the project from Go-Wire to Go-Amino back in April 2018. I will reach out to go-wire’s original packager Alessio Treglia to migrate Debian’s go-wire to go-amino too. So there should be no conflict or namespace clash with Google’s Wire.