Questions tagged [profiles]
202 questions
4
votes
2 answers
spring profile groups
I have an application, for which I can specify the profiles I want to run it on.
but I also want to group these profiles into things like credentails, application performance, memory-print, application behaviour etc.
Ex. I can run the following…

user918953
- 173
- 1
- 2
- 9
4
votes
5 answers
Profiles installed by MDM service are showing as "Not Verified" after upgrading the device to iOS 6
Profiles installed by MDM service are showing as "Not Verified" after upgrading the device to iOS 6. These profiles were signed by a InCommon cert issued by AddTrust before being pushed to the devices. They were showing as "Verified" before the…

Yue Lu
- 85
- 1
- 8
3
votes
1 answer
Generating custom WAR archives with Maven profiles
I need to produce different WARs from a Maven project, according to values that vary between profiles.
For some files, I have default values that may be overwritten by configuration. For example, I might have an images folder with default images,…

smirne
- 65
- 2
- 9
3
votes
1 answer
What is the SonarQube Web API to retrieve all projects/resources which are using a specific quality profile?
What is the SonarQube Web API to retrieve all projects/resources which are using a specific quality profile ? I know we have API to get all profiles used for a project, But my requirement is just in contrast.
Resources:…

user2000223
- 81
- 2
- 4
3
votes
1 answer
Maven build for different profiles
We're trying to migrate from current Ant build to Maven. In the current project, we've different properites files for each of the env say
qa.properties, prod.properties & dev.properties.
The property values present in these files, are used to…

Prabhjot
- 695
- 3
- 8
- 21
3
votes
2 answers
clojure: profiles.clj not getting honored in some projects when using cider
I'm facing the same issue that is mentioned in the last comment in https://stackoverflow.com/a/25401281/4329629 (by Yu Shen)
I don't know why adding :plugins [[cider/cider-nrepl "0.7.0"]] at
~/.lein/profiles.clj does not work. But the same…

Pradnyesh Sawant
- 524
- 5
- 12
3
votes
4 answers
Django - how to write users and profiles handling in best way?
I am writing simple site that requires users and profiles to be handled. The first initial thought is to use django's build in user handling, but then the user model is too narrow and does not contain fields that I need. The documentation mentions…

SpankMe
- 836
- 1
- 8
- 23
3
votes
2 answers
iPhone App IDs and Provisioning... Does App ID get used instead of provisioning ID if I decide to use Push?
This is a question that has been bugging me for a while. I started my app (now submitted -- not yet approved) not wishing to get into the mess that is APNS (Push).
I did the following:
iPhone Developer Center: Provisioning…

Jann
- 2,214
- 3
- 28
- 45
3
votes
3 answers
How to separate between debug and release for connections etc in mvc4
So I am fairly new MVC4 and many patterns are new to me.
However the one thing I am curious about is best practice about release/debug modes.
There are a bunch of things for me that differ between live and debug mode and I would like for all of them…

Rickard Liljeberg
- 966
- 1
- 12
- 39
2
votes
1 answer
Confused that order matters when defining conditional profiles in maven
I have a configurable property line.ending that I used during the assembly phase of the building of my project to specify the line ending type of my application property files. For that I have created two profiles LF_DOS and LF_UNIX, so that when I…

Yanflea
- 3,876
- 1
- 14
- 14
2
votes
2 answers
Required fields in user profiles in Django
I'm following Beginning Django E-Commerce but I found a part regarding user profiles a bit perplexing. Basically, I have an abstract class like this:
class BaseOrderInfo(models.Model):
class Meta:
abstract = True
# a bunch of fields…

r_31415
- 8,752
- 17
- 74
- 121
2
votes
2 answers
How to show content only made by user in user profile? PHP / MySQL
I'm new in programming. I hope somebody will help me out with this one.
I have a website with user profiles. Users can simply write articles.
Currently all articles from every user are displayed in any profile page and I don't need this.
I want to…

Johnny
- 31
- 1
- 1
- 3
2
votes
1 answer
Mixing .NET assemblies (.NET 3.5 and .NET 4.0 Client profile)
We would like to deploy our application targeting the .NET 4.0 Client profile because I believe it is now deployed on most Windows 7 PCs. Some of the components we use do require .NET 4.0 so its not possible to use .NET 3.5 and we don't wish to…

user457588
- 331
- 5
- 11
2
votes
1 answer
I'm having difficulty working out how to do permissions for my Django models? (not admin)
I have a range of models for my Django project. Everyone with a login has a Profile. A Profile will have certain permission access to the different parts of the website... Be able to view or edit certain accounts in the Account model. Be able to…

littlejim84
- 9,071
- 15
- 54
- 77
2
votes
3 answers
Which Django/Pinax app should I use? There are so many, and I just want the simplest one
I want a "settings" page where the
user can submit his
hometown/biography/email settings and upload his avatar
We will be building a mobile app that uses HTTP Rest API to update the user's profile, so we must be able to do manual override of these…

TIMEX
- 259,804
- 351
- 777
- 1,080