Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce changes to doc/api/projects.mdproject_api | Nick Thomas | 2019-07-04 | 1 | -62/+69 |
| | |||||
* | Update json for "Get single project" doc | Mathieu Parent | 2019-07-03 | 1 | -69/+62 |
| | |||||
* | Fix API performance problem of auto_devops query | Mathieu Parent | 2019-07-03 | 1 | -0/+2 |
| | |||||
* | Add changelog entry | Mathieu Parent | 2019-07-03 | 1 | -0/+5 |
| | |||||
* | Add auto_devops_* to project API | Mathieu Parent | 2019-07-03 | 6 | -2/+67 |
| | | | | | The auto_devops object sometimes doesn't exists. We may need to create it. | ||||
* | Add auto_cancel_pending_pipelines to project API | Mathieu Parent | 2019-07-03 | 3 | -0/+6 |
| | |||||
* | Add build_coverage_regex to project API | Mathieu Parent | 2019-07-03 | 3 | -0/+6 |
| | |||||
* | Add build_timeout to project API | Mathieu Parent | 2019-07-03 | 3 | -0/+6 |
| | |||||
* | Add build_git_strategy attribute to project API | Mathieu Parent | 2019-07-03 | 7 | -0/+54 |
| | | | | | We map the boolean to the string 'fetch' or 'clone', to be more explicit. | ||||
* | Add *_access_level to project API | Mathieu Parent | 2019-07-03 | 7 | -35/+160 |
| | | | | | | | | | - issues_access_level - repository_access_level - merge_requests_access_level - builds_access_level - wiki_access_level - snippets_access_level | ||||
* | Merge branch '61797-error-tracking-jest' into 'master' | Kushal Pandya | 2019-07-03 | 8 | -7/+10 |
|\ | | | | | | | | | | | | | Move error_tracking_frontend specs to Jest Closes #61797 See merge request gitlab-org/gitlab-ce!30211 | ||||
| * | Move error_tracking_frontend specs to Jest | Simon Knox | 2019-07-03 | 8 | -7/+10 |
|/ | | | | Update TEST_HOST import paths. Tests all pass | ||||
* | Merge branch '55487-enable-group-terminals-button' into 'master' | Fatih Acet | 2019-07-03 | 3 | -37/+19 |
|\ | | | | | | | | | | | | | Enable terminals button for group clusters Closes #55487 See merge request gitlab-org/gitlab-ce!30255 | ||||
| * | Enable terminals button for group clusters55487-enable-group-terminals-button | Tiger | 2019-07-02 | 3 | -37/+19 |
| | | |||||
* | | Merge branch 'winh-jest-markdown-header' into 'master' | Paul Slaughter | 2019-07-03 | 2 | -9/+10 |
|\ \ | | | | | | | | | | | | | Migrate markdown header_spec.js to Jest See merge request gitlab-org/gitlab-ce!30228 | ||||
| * | | Migrate markdown header_spec.js to Jest | Winnie Hellmann | 2019-07-03 | 2 | -9/+10 |
|/ / | |||||
* | | Merge branch 'asciidoc-syntax-highlighting' into 'master' | Douwe Maan | 2019-07-03 | 6 | -3/+91 |
|\ \ | | | | | | | | | | | | | | | | | | | Enable AsciiDoc syntax highlighting (using Rouge) Closes #32635 See merge request gitlab-org/gitlab-ce!29835 | ||||
| * | | Enable AsciiDoc syntax highlighting (using Rouge) | Guillaume Grossetie | 2019-07-02 | 6 | -3/+91 |
| | | | |||||
* | | | Merge branch 'fix-todo-allow_collaboration' into 'master' | Dmitriy Zaporozhets | 2019-07-03 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | Update TODO: allow_collaboration column renaming See merge request gitlab-org/gitlab-ce!30291 | ||||
| * | | | Update TODO: allow_collaboration column renamingfix-todo-allow_collaboration | Mark Chao | 2019-07-03 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge branch 'issue/55953' into 'master' | Sean McGivern | 2019-07-03 | 33 | -240/+247 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rename `discussion` to `thread` Closes #55953 See merge request gitlab-org/gitlab-ce!29553 | ||||
| * | | | | Update locale.pot | Sean McGivern | 2019-07-03 | 1 | -9/+3 |
| | | | | | |||||
| * | | | | Merge branch 'master' into michel.engelen/gitlab-ce-issue/55953 | Sean McGivern | 2019-07-03 | 1083 | -24394/+6442 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge remote-tracking branch 'origin/issue/55953' into issue/55953 | Michel Engelen | 2019-07-02 | 1 | -0/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # locale/gitlab.pot # spec/features/discussion_comments/commit_spec.rb | ||||
| | * | | | | | updated locale | Michel Engelen | 2019-07-02 | 1 | -6/+0 |
| | | | | | | | |||||
| | * | | | | | replaced `discussion` with `thread` in comment button | Michel Engelen | 2019-07-02 | 1 | -4/+4 |
| | | | | | | | |||||
| | * | | | | | updated tests to comply with the corresponding EE branch | Michel Engelen | 2019-06-26 | 5 | -9/+9 |
| | | | | | | | |||||
| | * | | | | | updated locale | Michel Engelen | 2019-06-14 | 1 | -9/+9 |
| | | | | | | | |||||
| | * | | | | | prettified noteable_discussion spec file | Michel Engelen | 2019-06-14 | 1 | -6/+4 |
| | | | | | | | |||||
| | * | | | | | fixed remaining specs for !29553 | Michel Engelen | 2019-06-14 | 2 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | prettified js testfile for noteable_discussion component | Michel Engelen | 2019-06-14 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | updated test | Michel Engelen | 2019-06-14 | 1 | -8/+8 |
| | | | | | | | |||||
| | * | | | | | updated karma test for noteable_discussion component | Michel Engelen | 2019-06-14 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | prettified noteable_discussion component and updated tests | Michel Engelen | 2019-06-14 | 2 | -21/+19 |
| | | | | | | | |||||
| | * | | | | | updated tests for !29553 | Michel Engelen | 2019-06-14 | 2 | -10/+10 |
| | | | | | | | |||||
| | * | | | | | updated tests for !29553 | Michel Engelen | 2019-06-14 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | updated tests for !29553 | Michel Engelen | 2019-06-14 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | replaced string `discussion` with `thread` in issuable-form template | Michel Engelen | 2019-06-14 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | replaced string `discussion` wit `thread` in noteable-discussion component | Michel Engelen | 2019-06-14 | 1 | -6/+6 |
| | | | | | | | |||||
| | * | | | | | replaced string `discussion` wit `thread` in comment-button template | Michel Engelen | 2019-06-14 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | replaced string `discussion` wit `thread` in discussion template | Michel Engelen | 2019-06-14 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | replaced string `discussion` wit `thread` in note-form component | Michel Engelen | 2019-06-14 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | updated Karma test for changed strings in mr-widget state | Michel Engelen | 2019-06-13 | 1 | -4/+4 |
| | | | | | | | |||||
| | * | | | | | updated localization | Michel Engelen | 2019-06-13 | 1 | -4/+4 |
| | | | | | | | |||||
| | * | | | | | replaced string `discussion` with string `thread` in mr-widget component state | Michel Engelen | 2019-06-13 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | updated tests for !29553 | Michel Engelen | 2019-06-13 | 1 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | updated tests for !29553 | Michel Engelen | 2019-06-13 | 1 | -85/+85 |
| | | | | | | | |||||
| | * | | | | | replaced string `discussion` with string `thread` in thread header | Michel Engelen | 2019-06-13 | 2 | -2/+2 |
| | | | | | | | |||||
| | * | | | | | updated tests for !29553 | Michel Engelen | 2019-06-13 | 1 | -16/+16 |
| | | | | | | | |||||
| | * | | | | | updated tests for !29553 | Michel Engelen | 2019-06-13 | 1 | -18/+18 |
| | | | | | | |