-
Updated
Jun 5, 2020 - C#
cds
Here are 69 public repositories matching this topic...
It wasn't immediately clear in the spec how to differentiate between suggestions to replace a resource with something new vs. adding an additional action while leaving the current resource in place. Isaac confirmed that replace is handled with a delete +create. It would be good to include an example of this in the spec.
-
Updated
May 4, 2020 - Jupyter Notebook
-
Updated
May 19, 2020 - PHP
-
Updated
Jun 2, 2020 - C#
-
Updated
Mar 31, 2020 - CSS
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
May 12, 2020 - Perl
Add OpenGraph metadata to videos in order to improve Facebook/Twitter sharing (and in general SEO).
An example from the current CDS:
<meta content="Title" property="og:title" />
<meta content="website" property="og:type" />
<meta content="https://cds.cern.ch/record/XXXX" property="og:url" />
<meta property="og:video:height" content="YYY" />
<meta property="og:video:width" content="ZZ
-
Updated
Jun 1, 2020 - C#
-
Updated
May 19, 2020 - TypeScript
-
Updated
May 30, 2020 - TypeScript
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
May 20, 2020 - JavaScript
-
Updated
Jun 2, 2020 - JavaScript
Expand test cases
STU4B#131 recommends continuing to expand test cases in the specification. There was not time to expand the test cases prior to publication of this ballot cycle, so this issue is logged to track additional updates to the test cases to cover the rest of the specification as part of continued STU testing.
-
Updated
Nov 28, 2017 - Python
Hi Max,
I'm currently trying to get the Alpha up and running. My progress is good so far, I can not find the Yeoman generator though. I did search yeoman.io and "yo" for "Common Data Service", is that correct?
Regards
Sven
Recommend hiding on mobile view or removing accessibility-wheel-logo.png from all views on basis of interruption to readability and limited informational value.
-
Updated
Feb 7, 2020 - PHP
-
Updated
May 29, 2020 - HTML
-
Updated
Apr 10, 2019
-
Updated
Mar 17, 2019 - Rust
-
Updated
Nov 29, 2019
Improve this page
Add a description, image, and links to the cds topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cds topic, visit your repo's landing page and select "manage topics."



The CqlTranslator constructor takes multiple parameters (in addition to the CqlTranslator.Options enumeration) that affect output. Consolidate these parameters into a CqlTranslationOptions class that better supports description of all the options, rather than just those characterized in the enumeration.