Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support only double quotes for multi-word label references | Robert Speicher | 2015-05-26 | 1 | -6/+4 |
| | |||||
* | Add `reference_pattern` to Referable models | Robert Speicher | 2015-05-26 | 1 | -0/+16 |
| | |||||
* | Add `to_reference` for models that support references | Robert Speicher | 2015-05-26 | 1 | -0/+27 |
| | | | | | Now there is a single source of information for which attribute a model uses to be referenced, and its special character. | ||||
* | Remove duplicate ampersand from Label title format validator | Robert Speicher | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Fix label color input.fix-label-color-input | Douwe Maan | 2015-04-17 | 1 | -0/+2 |
| | |||||
* | Apply default scope to labels and remove one for notes | Dmitriy Zaporozhets | 2015-02-05 | 1 | -3/+1 |
| | |||||
* | Explicitly define ordering in models using default_scope | Dmitriy Zaporozhets | 2015-02-05 | 1 | -0/+2 |
| | |||||
* | Annotate models | Dmitriy Zaporozhets | 2014-08-25 | 1 | -0/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve labels validation and expose error messages | jubianchi | 2014-08-20 | 1 | -2/+2 |
| | |||||
* | Consistency: Capitalize hex values of sugested colors | Robert Schilling | 2014-08-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #7479 from Razer6/feature/labels_api | Dmitriy Zaporozhets | 2014-08-15 | 1 | -3/+1 |
|\ | | | | | Implement complete labels API (create/delete/update) | ||||
| * | Update labels via API | Robert Schilling | 2014-08-13 | 1 | -4/+1 |
| | | |||||
| * | Add, delete labels via API | Robert Schilling | 2014-08-13 | 1 | -4/+5 |
| | | |||||
* | | Change default label color | Dmitriy Zaporozhets | 2014-08-15 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | Do label validation for issues/merge requests API | Robert Schilling | 2014-08-14 | 1 | -0/+2 |
| | | |||||
* | | Validate label titel in project scope | Robert Schilling | 2014-08-13 | 1 | -1/+1 |
| | | |||||
* | | Labels need to be valid on name | Robert Schilling | 2014-08-13 | 1 | -1/+4 |
| | | |||||
* | | Add testcase for invalid color | Robert Schilling | 2014-08-13 | 1 | -2/+4 |
|/ | |||||
* | Order labels by name | Dmitriy Zaporozhets | 2014-07-30 | 1 | -0/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Improve labels | Dmitriy Zaporozhets | 2014-07-30 | 1 | -0/+5 |
| | | | | | | | * allow developers to manage labels * add ability to remove label Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | More strict validation for label title | Dmitriy Zaporozhets | 2014-07-30 | 1 | -2/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Migrate issue/mr labels from act_as_taggable to own labels | Dmitriy Zaporozhets | 2014-07-29 | 1 | -0/+5 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Label and LabelLink models for implementing own GitLab labels | Dmitriy Zaporozhets | 2014-07-29 | 1 | -0/+7 |
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> |