Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation has changes, which was causing a lot of noise in diffs. We decided in #17382 that it is better to get rid of the whole annotate gem, and instead let people look at schema.rb for the columns in a table. Fixes: #17382
2016-05-09Merge branch 'issue_15394' into 'master' Rémy Coutable
Sanitize milestones and labels titles fixes #15394 See merge request !4046
2016-05-09Make model sanitization methods one linersFelipe Artur
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-05-05Sanitize milestones and label titlesFelipe Artur
2016-04-20Label text color comes from JSONPhil Hughes
Created issuable singleton to house the filtering
2016-04-01Memoize reference_pattern/link_reference_patternYorick Peterse
These methods are called quite often in loops so by memoizing their output we can reduce timings a bit.
2016-03-22Fix issues count on labels pageDouglas Barbosa Alexandre
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
1. Allow subscribing (the current user) to a label - Refactor the `Subscription` coffeescript class - The main change is that it accepts a container, and conducts all DOM queries within its scope. We need this because the labels page has multiple instances of `Subscription` on the same page. 2. Creating an issue or MR with labels notifies users subscribed to those labels - Label `has_many` subscribers through subscriptions. 3. Adding a label to an issue or MR notifies users subscribed to those labels - This only applies to subscribers of the label that has just been added, not all labels for the issue.
2016-03-03Remove redundant code in cross project labels implementationGrzegorz Bizon
2016-03-03Mention cross-project labels in markdown documentationGrzegorz Bizon
2016-03-03Add additional text prefix in cross project labelsGrzegorz Bizon
2016-03-03Add support for cross project references for labelsGrzegorz Bizon
2016-03-03Add cross project references support for label modelGrzegorz Bizon
2016-03-03Add support for keyword arguments in label reference methodGrzegorz Bizon
2016-03-02Add open_merge_requests_count methodAlfredo Sumaran
2016-03-02Add association to merge requestsAlfredo Sumaran
2016-02-20Merge branch 'visibletrap/gitlab-ce-label'Douwe Maan
2016-02-17Label description and Label rowTap
- Add label description - Show label row when filtering issues or merge requests by label
2016-02-03Add labels tab to milestone detail view.Rubén Dávila
2015-12-08Add custom ColorValidatorRobert Speicher
2015-12-02Use "Any Label" and "Any Milestone" in selects rather than the ambiguous ↵Douwe Maan
"Any" option
2015-11-13Annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-09Restore placeholders in issue filters from "Any" to "Milestone" and "Label"Stan Hu
1f11096c included new filters but made it hard to determine which dropdown did what. This patch restores the original placeholders.
2015-10-07Support filtering by "Any" milestone or issue and fix "No Milestone" and "No ↵Stan Hu
Label" filters Closes #2619 Closes https://github.com/gitlabhq/gitlabhq/issues/9631
2015-09-03CRUD for admin labelsValery Sizov
2015-05-26Support only double quotes for multi-word label referencesRobert Speicher
2015-05-26Add `reference_pattern` to Referable modelsRobert Speicher
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
Now there is a single source of information for which attribute a model uses to be referenced, and its special character.
2015-04-20Remove duplicate ampersand from Label title format validatorRobert Speicher
2015-04-17Fix label color input.Douwe Maan
2015-02-06Apply default scope to labels and remove one for notesDmitriy Zaporozhets
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2014-08-25Annotate modelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-20Improve labels validation and expose error messagesjubianchi
2014-08-15Consistency: Capitalize hex values of sugested colorsRobert Schilling
2014-08-15Merge pull request #7479 from Razer6/feature/labels_apiDmitriy Zaporozhets
Implement complete labels API (create/delete/update)
2014-08-15Change default label colorDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-08-14Do label validation for issues/merge requests APIRobert Schilling
2014-08-13Validate label titel in project scopeRobert Schilling
2014-08-13Labels need to be valid on nameRobert Schilling
2014-08-13Add testcase for invalid colorRobert Schilling
2014-08-13Update labels via APIRobert Schilling
2014-08-13Add, delete labels via APIRobert Schilling
2014-07-30Order labels by nameDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-30Improve labelsDmitriy Zaporozhets
* allow developers to manage labels * add ability to remove label Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-30More strict validation for label titleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-29Migrate issue/mr labels from act_as_taggable to own labelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-29Label and LabelLink models for implementing own GitLab labelsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>