summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add a description to the changelogbugfix.notify-custom-participantshttp://jneen.net/2017-08-221-1/+1
|
* add a changeloghttp://jneen.net/2017-08-211-0/+5
|
* rm a comment that is a liehttp://jneen.net/2017-08-211-1/+0
|
* don't rely on order of notification levelshttp://jneen.net/2017-08-211-27/+26
| | | | | | | factor out #suitable_notification_level? and check manually by notification level. this makes the notification logic clear and actually reflect what is in the documentation as to what should happen with each setting.
* actually use the :participating notification typehttp://jneen.net/2017-08-211-1/+1
|
* add a spec for a participant with a :custom settinghttp://jneen.net/2017-08-211-2/+14
| | | | where that custom setting is not enabled.
* Merge branch 'gitaly-tree-entries-encoding' into 'master'36778-url-redirection-from-old-note-attachments-path-to-new-uploads-path-not-working36775-move-helm-chart-data-to-gitlab-ce-repo-instead-of-omnibus-docsRobert Speicher2017-08-212-2/+16
|\ | | | | | | | | | | | | Correctly encode string params for Gitaly's TreeEntries RPC Closes #36720 See merge request !13724
| * Correctly encode string params for Gitaly's TreeEntries RPCgitaly-tree-entries-encodingAlejandro Rodríguez2017-08-212-2/+16
| |
* | Merge branch ↵Clement Ho2017-08-2111-27/+69
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '36298-use-non-i18n-values-for-setting-new-group-level-issue-mr-button-text' into 'master' Use non-i18n values for setting new group-level issue/MR button text Closes #36298 See merge request !13570
| * | Use non-i18n values for setting new group-level issue/MR button textBryce Johnson2017-08-2111-27/+69
|/ /
* | Merge branch ↵Marcia Ramos2017-08-2110-8/+60
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '36533-add-docs-for-group-issues-page-and-group-merge-requests-page' into 'master' Add docs for group issues page and group merge requests page Closes #36533 See merge request !13678
| * | indexes external issue trackerMarcia Ramos2017-08-211-0/+6
| | |
| * | copyeditMarcia Ramos2017-08-214-21/+25
| | |
| * | indexes user/search/ from /user/indexMarcia Ramos2017-08-211-0/+4
| | |
| * | Wording36533-add-docs-for-group-issues-page-and-group-merge-requests-pageVictor Wu2017-08-211-5/+5
| | |
| * | Cross link to groups docsVictor Wu2017-08-211-0/+7
| | |
| * | Issue trackerVictor Wu2017-08-211-1/+1
| | |
| * | Merge requests search and filteringVictor Wu2017-08-181-0/+251
| | |
| * | Delete index.mdVictor Wu2017-08-181-251/+0
| | |
| * | Punctuation.Victor Wu2017-08-181-2/+2
| | |
| * | Search and filter results.Victor Wu2017-08-181-1/+3
| | |
| * | Update search and filter linksVictor Wu2017-08-181-1/+3
| | |
| * | Update search docsVictor Wu2017-08-181-0/+4
| | |
| * | Merge request list viewsVictor Wu2017-08-181-0/+16
| | |
| * | project_merge_requests_list_view.pngVictor Wu2017-08-181-0/+0
| | |
| * | group_merge_requests_list_view.pngVictor Wu2017-08-181-0/+0
| | |
| * | Update issue docsVictor Wu2017-08-181-6/+13
| | |
| * | project_issues_list_view.pngVictor Wu2017-08-181-0/+0
| | |
| * | group_issues_list_view.pngVictor Wu2017-08-181-0/+0
| | |
| * | Delete group_issues_list_view.pngVictor Wu2017-08-181-0/+0
| | |
| * | group_issues_list_view.pngVictor Wu2017-08-181-0/+0
| | |
| * | Delete issue_tracker.pngVictor Wu2017-08-181-0/+0
| | |
* | | Merge branch 'only-limit-fetch-when-requested' into 'master'Robert Speicher2017-08-215-19/+44
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Only require sidekiq-limit_fetch when enabled in settings Closes #36253 See merge request !13715
| * | Only require sidekiq-limit_fetch when enabled in settingsonly-limit-fetch-when-requestedSean McGivern2017-08-215-19/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | This gem allows Sidekiq jobs to be throttled. Unfortunately, it has a side-effect: when we haven't enabled job throttling, it will still hit Redis a lot (and miss, because nothing is configured). As this setting already required a restart, ensure that the library is only required when it's enabled.
* | | Merge branch 'sh-fix-atom-feeds' into 'master'Sean McGivern2017-08-212-0/+16
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix 500 errors in Atom feeds due to push events Closes #36705 See merge request !13695
| * | | Fix Error 500s when viewing user or group Atom feedsStan Hu2017-08-212-0/+16
| | | |
* | | | Merge branch 'winh-projects-select-dropdown' into 'master'Clement Ho2017-08-213-2/+40
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Make project selection dropdown consistent See merge request !13562
| * | | | Make project selection dropdown consistentwinh-projects-select-dropdownwinh2017-08-203-2/+40
| |/ / /
* | | | Make RuboCop happySean McGivern2017-08-211-1/+1
| | | |
* | | | Merge branch 'fix/gb/fix-head-pipeline-when-pipeline-has-errors' into 'master'Kamil Trzciński2017-08-213-15/+59
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix merge request head pipeline when pipeline has errors Closes #36657 See merge request !13664
| * | | | Add a changelog entry for merge request pipeline fixfix/gb/fix-head-pipeline-when-pipeline-has-errorsGrzegorz Bizon2017-08-191-0/+5
| | | | |
| * | | | Update merge request pipeline even if if has errorsGrzegorz Bizon2017-08-182-4/+27
| | | | |
| * | | | Make create pipeline service specs more readableGrzegorz Bizon2017-08-181-11/+27
| | | | |
* | | | | Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-2118-22/+478
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate CI/CD stages statuses Closes #33453 See merge request !12584
| * | | | | Add specs for stage status background migration classGrzegorz Bizon2017-08-171-0/+80
| | | | | |
| * | | | | Merge branch 'backstage/gb/migrations-tests-schema-version' into ↵Grzegorz Bizon2017-08-175-28/+33
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backstage/gb/migrate-stages-statuses * backstage/gb/migrations-tests-schema-version: Migrate down before each migration unit test Disable db_cleaner tables caching in migrations tests Extend migrations testing documentation Make it possible to provide schema version in tests Migrate db schema for context in :migration specs
| * | | | | | Use usual method to retrieve CI/CD stage statusesGrzegorz Bizon2017-08-164-6/+6
| | | | | | |
| * | | | | | Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-161948-20363/+31593
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1000 commits) Fix username autocomplete group name with no avatar alignment Fix 'Projected tags' typo in protected_tags_spec.rb Many Repo Fixes Repo Editor Fixes Docs: New index for permissions link article from CI index link tech articles from the landing page new articles come first fix relative link fix date format Fixed changed files dropdown not being shown Update publication date Remove deprecated field from workhorse API responses Fix API responses when dealing with txt files Make sure MySQL would not use CURRENT_TIMESTAMP Add two more project templates Allow usage of any_projects? with an Array Copyedit Artifactory and GitLab article Rename Artifactory and GitLab article file Display GPG status loading spinner only when Ajax request is made ...
| * | | | | | | Use update_column_in_batches helper in stages migrationGrzegorz Bizon2017-07-312-5/+1
| | | | | | | |
| * | | | | | | Add specs for stage update workerGrzegorz Bizon2017-07-311-0/+22
| | | | | | | |