tagging Questions
4
Solved
I have created a specific Gradle task that should only be called in the Jenkins build system. I need to make this task depend on another one which should tag the HEAD of the master branch after a s...
5
Solved
I'm creating a bash script to provision multiple Azure resources via the Azure CLI. So far so good, however I'm having a problem tagging resources.
My goal is to store multiple tags in a variable ...
Illboding asked 17/11, 2018 at 9:7
2
Solved
Does the Maven Release Plugin perform lightweight or annotated tags in Git? (Also, does it support annotated tags if it is defaulting to lightweight tags?)
For instance, I can tag a project by han...
Selfappointed asked 19/1, 2017 at 20:0
5
Solved
I know how to revert to older commits in a Git branch, but how do I revert back to a branch's state dictated by a tag? I envision something like this:
git revert -bytag "Version 1.0 Revision 1.5"
...
8
Solved
I am using the standard jekyll installation to maintain a blog, everything is going fine. Except I would really like to tag my posts.
I can tag a post using the YAML front matter, but how do I ge...
7
Solved
I clone my source using git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git w/. Then I specify a specific branch/tag by doing git checkout <tag name> or git checkout origin/REL<r...
3
Solved
8
Solved
I am implementing a tagging system on my website similar to one stackoverflow uses, my question is - what is the most effective way to store tags so that they may be searched and filtered?
My idea...
Knawel asked 2/12, 2008 at 14:51
3
I am looking for easy way to store cache in Redis and mark pieces of cache with tags, so when I needed I could easily delete all the cache marked with specific tag.
Is there a good ready to use so...
0
Question
Is there some way to set per-label permissions in GitHub?
Background / Context
I'm working on CI/CD pipelines for a project, the code for which is hosted under a GitHub Enterprise account,...
Rawden asked 30/7, 2020 at 6:49
7
It appears as though I can only use tags at the bucket level in S3. That seems to make sense in a way, because you would likely only do billing at that kind of macro level. However, I can see a few...
Lida asked 4/10, 2012 at 16:32
1
The app I am building has comments and posts and I am wondering how I would be able to implement tagging in comments and posts similar to Instagram? I don't think there are any packages for this la...
5
Solved
I want to build a web application that lets users upload documents, videos, images, music, and then give them an ability to search them. Think of it as Dropbox + Semantic Search.
When user uploads...
Marcellmarcella asked 13/3, 2013 at 4:48
9
Solved
I need Git command to get/find last tag starting with 'v' to get last versioning commit (I am using tags with v letter at the beginning to tag next application version (example: v0.9.1beta).
Is th...
1
I'd like to be able to all users to connect to EC2 instances using the AWS SSM (Systems Manager) 'startsession' command, but restrict which ones they can connect to through tags on the EC2 instance...
Ceil asked 3/4, 2019 at 23:39
3
Solved
Is it possible in Redis to set TTL (time to live) not for a specific key, but for a member for a set?
I am using a structure for tags proposed by Redis documentation - the data are simple key-valu...
8
Solved
I am working with some really large databases of newspaper articles, I have them in a MySQL database, and I can query them all.
I am now searching for ways to help me tag these articles with somew...
2
Solved
I am trying to use awscli to add tags to my api gateway stage
https://docs.aws.amazon.com/cli/latest/reference/apigateway/tag-resource.html
I am required to supply the --resource-arn for the stage...
Spirelet asked 30/1, 2018 at 5:3
7
Solved
I was wondering what the best way is to implement a tag system, like the one used on SO. I was thinking of this but I can't come up with a good scalable solution.
I was thinking of having a basic ...
1
Solved
How are tags of an item stored in a database hassle-free?
Each item has multiple tags with it. I have read a few answers on an efficient way to do so :
What is the most efficient way to store t...
Uncanonical asked 11/6, 2018 at 8:15
3
Solved
Chapter 5 of the Python NLTK book gives this example of tagging words in a sentence:
>>> text = nltk.word_tokenize("And now for something completely different")
>>> nltk.pos_tag(...
2
Solved
I want to create a tagging system like seen here on Stack Overflow or on Quora. It'll be its own model, and I'm planning on using this autocomplete plugin to help users find tags. I have a couple o...
Buzzell asked 30/3, 2011 at 23:8
1
I am using ui-select library for "Tagging" feature.
I am using Array of objects, in which, each object has id and name. It is working correctly.
If I type non-existent tag it creates new one, whi...
Myotonia asked 8/10, 2016 at 16:29
1
I've got a database of hundreds of thousands of forum posts, and would like to tag them in an unsupervised way.
I noticed that StackOverflow's tag system suggests tags as I go. How does this algor...
Floaty asked 25/6, 2015 at 15:38
0
I have a Jekyll site with both Posts and Resource Pages, with the latter being a Jekyll collection of pages.
I've installed the jekyll-tagging extension, which generates list pages for all tags li...
Gnawing asked 13/2, 2017 at 10:57
1 Next >
© 2022 - 2024 — McMap. All rights reserved.