An error occurred fetching the project authors.
- 06 May, 2019 2 commits
-
-
Ezekiel Kigbo authored
Un-nest title variable output Update spec test names Rename sort_value_most_stars -> sort_value_stars_desc Rename sorted_by_stars -> sorted_by_stars_desc Renname sort_value_most_stars_asc -> sort_value_stars_asc Invert feature check, assign feature condition to a variable Inline conditional nav bar rendering Invert conditional label Added follow up task Fix filters returning 0 projects show the wrong view Move click action out of test expectation Use proper variable name for project in before block Rename projects_sort_admin_options_hash Renamed projects_sort_admin_options_has to old_projects_sort_options_hash as its not only used on the admin screen Fix extra whitespace errors Stub project_list_filter_bar in the projects_helper specs Added follow up task for `show_projects?` Removed url test expectations
-
Ezekiel Kigbo authored
-
- 02 May, 2019 1 commit
-
-
Dmitriy Zaporozhets authored
And remove Gitlab::Ci::Trace#deprecated_path as it relies on ci_id Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 30 Apr, 2019 1 commit
-
-
Heinrich Lee Yu authored
Prepares us for upgrade to Rails 5.2
-
- 26 Apr, 2019 1 commit
-
-
Reuben Pereira authored
This new table will be used to store the external_dashboard_url which allows users to add a link to their external dashboards (ex Grafana) to the Metrics dashboard.
-
- 23 Apr, 2019 1 commit
-
-
Jasper Maes authored
Model.new.attributes now also returns encrypted attributes.
-
- 20 Apr, 2019 1 commit
-
-
Jacob Vosmaer authored
-
- 12 Apr, 2019 1 commit
-
-
Martin Wortschack authored
- Update PO file
-
- 11 Apr, 2019 1 commit
-
-
Thong Kuah authored
Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement. Make use of the options attribute of the parent class ActiveModel::EachValidator. Add more options: allow_nil, allow_blank, message. Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
-
- 10 Apr, 2019 2 commits
-
-
Sean McGivern authored
This reverts commit a5378665.
-
Stan Hu authored
This reverts merge request !26481
-
- 09 Apr, 2019 1 commit
-
-
Imre Farkas authored
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
-
- 08 Apr, 2019 1 commit
-
-
Oswaldo Ferreira authored
Backports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10161 (code out of ee/ folder).
-
- 05 Apr, 2019 2 commits
-
-
Andreas Brandl authored
This reverts merge request !26823
-
Imre Farkas authored
Move Contribution Analytics related spec in spec/features/groups/group_page_with_external_authorization_service_spec to EE
-
- 02 Apr, 2019 1 commit
-
-
Jacob Vosmaer authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59777. In earlier iterations of our implementation of Git object deduplication we thought we would be making extensive use of Git remotes in pool repositories in the future, and that we should manage these remotes carefully from the start. We now expect we only care about one remote, namely the source project. The other remotes are there only for forensic purposes. Before this MR we tried to also remove pool remotes when member projects got deleted, with the UnlinkRepositoryFromObjectPool RPC. This is fragile when there are race conditions (see https://gitlab.com/gitlab-org/gitaly/issues/1568#note_153955926). We have spent some time making this RPC less fragile in https://gitlab.com/gitlab-org/gitaly/merge_requests/1151 but looking at this problem again, I think we should just stop calling it.
-
- 28 Mar, 2019 1 commit
-
-
Nick Thomas authored
-
- 27 Mar, 2019 2 commits
-
-
Stan Hu authored
If the requested visibility levels contains only public and/or internal, omitting private, then we can skip the EXISTS query to search for private projects for the user.
-
Stan Hu authored
Previously when a user requested a list of projects, `Project#public_or_visible_to_user` would search all authorized projects and public/internal projects as well. However, when a user requests a specific `visibility_level` (e.g. private), that should reduce the search space, and we shouldn't need to load public/internal projects. Improves https://gitlab.com/gitlab-org/gitlab-ce/issues/59329
-
- 26 Mar, 2019 1 commit
-
-
Bob Van Landuyt authored
This changes the repository type from a binary `wiki?` to a type. So we can have more than 2 repository types. Now everywhere we called `.wiki?` and expected a boolean, we check that type.
-
- 22 Mar, 2019 1 commit
-
-
Kamil Trzciński authored
-
- 18 Mar, 2019 1 commit
-
-
Kamil Trzciński authored
-
- 13 Mar, 2019 2 commits
-
-
Nick Thomas authored
-
Heinrich Lee Yu authored
We already check max boards in the create service. This is not used.
-
- 12 Mar, 2019 1 commit
-
-
Mayra Cabrera authored
- Includes instance methods on Group model to detect when a group has AutoDevOps explicitly/implicitly enabled/disabled. - Includes migration to add a new column to namespaces table - Add UI necessary modifications - Add service and controller to update auto devops related instances - Updates project and groups auto devops badges Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/52447
-
- 06 Mar, 2019 2 commits
-
-
Andrew Newdigate authored
This style change enforces `return if ...` instead of `return nil if ...` to save maintainers a few minor review points
-
Kamil Trzciński authored
This makes code to support encrypted runner tokens. This code also finished previously started encryption process.
-
- 01 Mar, 2019 2 commits
-
-
Gabriel Mazetto authored
Moved to HashedStorage namespace, and added them to the `:hashed_storage` queue namespace
-
Gabriel Mazetto authored
We are adding sidekiq workers and service classes to allow to rollback a hashed storage migration. There are some refactoring involved as well as part of the code can be reused by both the migration and the rollback logic.
-
- 27 Feb, 2019 1 commit
-
-
Jacopo authored
The API get projects/:id/traffic/fetches allows user with write access to the repository to get the number of clones for the last 30 days.
-
- 26 Feb, 2019 2 commits
-
-
Rémy Coutable authored
Fix misspellings in app/spec comments See merge request gitlab-org/gitlab-ce!25517
-
John Cai authored
-
- 25 Feb, 2019 4 commits
-
-
Michael Kozono authored
This reverts commit 9202bbd1, reversing changes made to 4b282e9c.
-
Oswaldo Ferreira authored
Adds the ground work for writing into the merge ref refs/merge-requests/:iid/merge the merge result between source and target branches of a MR, without further side-effects such as mailing, MR updates and target branch changes.
-
Scott Hampton authored
Pipeline status was showing failed on projects when CI was disabled. This checks to see if the feature is enabled before showing the status.
-
Takuya Noguchi authored
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
- 20 Feb, 2019 1 commit
-
-
Matija Čupić authored
-
- 18 Feb, 2019 1 commit
-
-
Yauhen Kotau authored
Fixes gitlab-org/gitlab-ce#42595
-
- 11 Feb, 2019 1 commit
-
-
John Cai authored
-
- 08 Feb, 2019 1 commit
-
-
Nick Thomas authored
-