- 31 Jan, 2017 28 commits
-
-
Mike Greiling authored
* master: (83 commits) Fix small typo on new branch button spec Abillity to promote project labels to group labels Update and pin the `jwt` gem to ~> 1.5.6 refactor merge request build service Update index.md Clarify that Auto Deploy requires a public project. cop for gem fetched from a git source Add CHANGELOG entry Remove new branch button for confidential issues Remove flash warning from login page add complete changelog Add project ID index to `project_authorizations` table to optimize queries Fix disable storing of sensitive information when importing a new repo Fix notification when global=disabled, group=watch Ensure rake is called within the correct bundle context Fix 8.16.0 release date. Improve search within group logic Add changelog item about new attributes in group api Update group api doc with full_name and full_path attributes Add tests for nested groups in search service and search helper ...
-
Robert Speicher authored
Cop for gem fetched from a git source Closes #27311 See merge request !8856
-
Achilleas Pipinellis authored
Corrected docs href's See merge request !8527
-
Filipa Lacerda authored
Fix disable storing of sensitive information when importing a new repo Closes #23767 See merge request !8885
-
Sean McGivern authored
Fix notification when group set to watch Closes #395 See merge request !8883
-
Sean McGivern authored
Remove new branch button for confidential issues Closes #27479 See merge request !8894
-
Sean McGivern authored
Promote project labels to group labels Closes #24021 See merge request !7242
-
Douglas Barbosa Alexandre authored
-
Achilleas Pipinellis authored
Resolve "Document that auto deploy only works for public projects" Closes #27474 See merge request !8897
-
Achilleas Pipinellis authored
Remove outdated text and link to up-to-date documentation See merge request !8789
-
Kamil Trzciński authored
Update and pin the `jwt` gem to ~> 1.5.6 Closes #27488 See merge request !8900
-
Ritave authored
Fixes #24021
-
Kamil Trzciński authored
Convert pipeline action icons to svg to have them propperly positioned Closes #25910 See merge request !8766
-
Kamil Trzciński authored
Avoid repeated dashes in $CI_ENVIRONMENT_SLUG Closes #26852 See merge request !8638
-
Kamil Trzciński authored
Fix inconsistent return type Closes #27150 See merge request !8290
-
Sean McGivern authored
Refactor MergeRequest::BuildService Closes #24795 See merge request !8462
-
James Lopez authored
Services changed to Integrations See merge request !8686
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Remove flash warning from login page See merge request !8864
-
Rémy Coutable authored
Ensure rake is called within the correct bundle context See merge request !8882
-
Rémy Coutable authored
Expose pipelines API for commits and merge requests See merge request !8837
-
Rydkin Maxim authored
add changelog entry replace local variables `merge_request` with instance ones modify `MergeRequests::BuildService` to fix failed tests extract `assign_target_project` method remove unnecessary instance variables remove exclamation marks and rewrite conditionals to improve readability extract `params_does_not_contain_branches?` method, rename `unprepared_merge_request` method to `uncreatable_merge_request` replace instance variables `merge_request` and `error_messages` with getters and setters; divide `set_title_and_description` method on two separate ones refactor `execute` method return `set_title_and_description` method rename `branches_selected?` method to `branches_present?` to make it more different from `branches_specified?` fixes after discussion renamed method branches_valid? fix space return assigning methods into `execute` method simplify `find_target_branch` and `find_source_project` methods fix spec `merge request issuable record that supports slash commands in its description and notes`
-
Joshua Lambert authored
-
Joshua Lambert authored
-
Adam Pahlevi authored
code fix for aesthetic & conventions remove unused proc
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Padilla, Gerald authored
-
- 30 Jan, 2017 12 commits
-
-
Adam Pahlevi authored
-
Yorick Peterse authored
Add project ID index to `project_authorizations` table to optimize queries Closes #27443 See merge request !8890
-
Alfredo Sumaran authored
Resolve "ba-resize memory leak" Closes #26282 See merge request !8412
-
Stan Hu authored
As described in #27443, the `project_authorizations` table is often used to retrieve all team members of this project. This can lead to a number of slow queries impacting load times. This MR adds an index for just `project_id`. Closes #27443
-
Fatih Acet authored
Resets issue boards assignee dropdown Closes #26514 and #26814 See merge request !8540
-
Fatih Acet authored
Move todos empty state icons See merge request !7370
-
Robert Speicher authored
Fix build access policies when pipelines are public See merge request !8711
-
Clement Ho authored
-
amaia authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Fix 8.16.0 release date. See merge request !8881
-
Fatih Acet authored
Labels empty state Closes #24457 and #20852 See merge request !7443
-
Luke "Jared" Bennett authored
-