-
-
Notifications
You must be signed in to change notification settings - Fork 345
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a filter
keyword to install stanzas
#129
Labels
Core (ckan.dll)
Issues affecting the core part of CKAN
Enhancement
New features or functionality
Spec
Issues affecting the spec
Milestone
Comments
pjf
added
Enhancement
New features or functionality
Spec
Issues affecting the spec
★★★
labels
Oct 22, 2014
I'm considering two parts of this:
The expectation is that most common tasks can be done with I imagine we want both of these to be strings or arrays, and we'll skip a file if any filter matches. |
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 30, 2014
They don't do anything yet. For KSP-CKAN#129.
Okay, I'm going to be removing support for bundles as part of this work. Hooray! |
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
As part of KSP-CKAN#129. Obviously these cause travis to fail without their corresponding code.
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
Updates the spec, the schema, and the code. Includes tests. Closes KSP-CKAN#113 (deprecate things). Closes KSP-CKAN#129 (add filter keywords). This will require an update to CKAN-meta, which I've already got ready.
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
They don't do anything yet. For KSP-CKAN#129.
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
As part of KSP-CKAN#129. Obviously these cause travis to fail without their corresponding code.
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
Updates the spec, the schema, and the code. Includes tests. Closes KSP-CKAN#113 (deprecate things). Closes KSP-CKAN#129 (add filter keywords). This will require an update to CKAN-meta, which I've already got ready.
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
They don't do anything yet. For KSP-CKAN#129.
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
As part of KSP-CKAN#129. Obviously these cause travis to fail without their corresponding code.
pjf
added a commit
to pjf/CKAN
that referenced
this issue
Oct 31, 2014
Updates the spec, the schema, and the code. Includes tests. Closes KSP-CKAN#113 (deprecate things). Closes KSP-CKAN#129 (add filter keywords). This will require an update to CKAN-meta, which I've already got ready.
Closed
RichardLake
pushed a commit
to RichardLake/CKAN
that referenced
this issue
May 30, 2015
They don't do anything yet. For KSP-CKAN#129.
RichardLake
pushed a commit
to RichardLake/CKAN
that referenced
this issue
May 30, 2015
Updates the spec, the schema, and the code. Includes tests. Closes KSP-CKAN#113 (deprecate things). Closes KSP-CKAN#129 (add filter keywords). This will require an update to CKAN-meta, which I've already got ready.
RichardLake
added a commit
to RichardLake/CKAN
that referenced
this issue
May 30, 2015
Actually save the changes when we update all repos.
RichardLake
pushed a commit
to RichardLake/CKAN
that referenced
this issue
May 30, 2015
Fixing incorrect metadata in tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Core (ckan.dll)
Issues affecting the core part of CKAN
Enhancement
New features or functionality
Spec
Issues affecting the spec
It seems to be pretty common that we want to install things, but with a filter. For example:
In particular, this would allow us to remove the need for #112, help with #127, and install Firespitter with the latest DLL at KSP-CKAN/CKAN-Meta#9.
The text was updated successfully, but these errors were encountered: