Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-07Fix GPG status badge loading regressionsWinnie Hellmann
2018-07-11Merge branch '48934' into 'master'Mike Greiling
Fix #48934 - Focus on text input on danger confirmation Closes #48934 See merge request gitlab-org/gitlab-ce!20435
2018-07-11Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao
2018-07-06Fix #48934 - Focus on text input on danger confirmationJamie Schembri
2018-07-05Enable Capybara/FeatureMethods copWinnie Hellmann
2018-02-26Get rid of hard-coded user/project/group names that could clash with DB ↵Rémy Coutable
sequences Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-02-23Add Tip about Push to Create project on New Project pageAndré Luís
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-11-02target label instead of obscured input elementMike Greiling
2017-10-23Changed trigger click calls to click()Jose Ivan Vargas
2017-10-17Change project deletion message from alert to noticeWinnie Hellmann
2017-10-11Simplify project pageAnnabel Dunstone Gray
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
Replaces all the explicit include metadata syntax in the specs (tag: true) into the implicit one (:tag). Added a cop to prevent future errors and handle autocorrection.
2017-10-07Show fork information on the project panelBob Van Landuyt
2017-10-07Add a project forks spec helperBob Van Landuyt
The helper creates a fork of a project with all provided attributes, but skipping the creation of the repository on disk.
2017-09-05Remove spec as no longer necessarykushalpandya
2017-08-17Frontend to send template name instead of on/offZeger-Jan van de Weg
The params were not getting a value other than `project_templates:"on"` so the backend wasn't sure what template to use. Fixes gitlab-org/gitlab-ce#36492
2017-08-08Fixed activity not loading on project homepagePhil Hughes
2017-08-07Fix last feature test for project templatesZ.J. van de Weg
2017-08-07After merge cleanupZ.J. van de Weg
2017-08-07Merge branch 'master' into zj-project-templatesFilipa Lacerda
* master: (623 commits) Fix issues with pdf-js dependencies fix missing changelog entries for security release on 2017-01-23 Update top bar issues icon Fix pipeline icon in contextual nav for projects Since mysql is not a priority anymore, test it less Fix order of CI lint ace editor loading Add container registry and spam logs icons Fix different Markdown styles Backport to CE for: Make new dropdown dividers full width Fix spec Fix spec Fix spec Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs Add changelog Install yarn via apt in update guides Use long curl options fix Add a spec for concurrent process Remove monkey-patched Array.prototype.first() and last() methods ...
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Rename GitLabProjectImporterService and misc fixesZ.J. van de Weg
First round of review, main changes: - templates.title is human readable, #name will be passed around - GitLabProjectImporterService has been renamed
2017-07-28Allow projects to be started from a templateZ.J. van de Weg
Started implementation for the first iteration of gitlab-org/gitlab-ce#32420. This will allow users to select a template to start with, instead of an empty repository in the project just created. Internally this is basically a small extension of the ImportExport GitLab projects we already support. We just import a certain import tar archive. This commits includes the first one: Ruby on Rails. In the future more will be added.
2017-07-27Remove superfluous type defs in specsKeifer Furzland
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-06Auto-correct ProjectPathHelper violationsRobert Speicher
2017-06-29Change gitlab_sign_in to sign_in where possibleRobert Speicher
2017-06-20Change `login_with` uses to `gitlab_sign_in`Robert Speicher
Change single `login_via` use to `gitlab_sign_in_via`
2017-06-20Change `login_as` uses to `gitlab_sign_in`Robert Speicher
2017-04-24Merge branch 'jacopo-beschi/gitlab-ce-29712-unnecessary-wait-for-ajax'Rémy Coutable
See merge request !10567 Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs. Removed unnecessary usage of `api:true`
2017-04-21Use `:empty_project` where possible in top-level feature specsRobert Speicher
2017-03-15Display full project name with namespace upon deletionMark Fletcher
* Removes ambiguity when two projects exist with the same name
2017-03-06Use native unicode emojisEric Eastwood
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
2016-09-28Allow Member.add_user to handle access requestersRémy Coutable
Changes include: - Ensure Member.add_user is not called directly when not necessary - New GroupMember.add_users_to_group to have the same abstraction level as for Project - Refactor Member.add_user to take a source instead of an array of members - Fix Rubocop offenses - Always use Project#add_user instead of project.team.add_user - Factorize users addition as members in Member.add_users_to_source - Make access_level a keyword argument in GroupMember.add_users_to_group and ProjectMember.add_users_to_projects - Destroy any requester before adding them as a member - Improve the way we handle access requesters in Member.add_user Instead of removing the requester and creating a new member, we now simply accepts their access request. This way, they will receive a "access request granted" email. - Fix error that was previously silently ignored - Stop raising when access level is invalid in Member, let Rails validation do their work Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-14add test about flash alertubudzisz
add tests with dependent destroy add tests with dependent destroy add tests add tests to projects spec update it title and remove let update it title and remove let remove changes after rebase remove changes after rebase update changelog
2016-08-23Fix file links on project page Files viewSean McGivern
2016-08-09fixes part1 of files to start using active tensetiagonbotelho
2016-06-20Fix and remove duplicate specsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-26Project title dropdown testsPhil Hughes
Added a test for when on an issue page to check whether the project dropdown links will still work See !3870
2016-04-12Updated testsPhil Hughes
2016-01-30added feature testPhil Hughes
2016-01-04rempves tests for "you have master access" textJacob Schatz
2015-12-29adds proper `it` for multi line. adds `find` with correct id for button.Jacob Schatz
2015-12-28fixes tests failingJacob Schatz
2015-12-22Fix and test leave project displayDrew Blessing
2015-10-18Fix specDouwe Maan
2015-10-14Made suggested content changes based on MR ReviewHan Loong Liauw
Changed the authentication method for removing fork through API Reflected changes to new auth method in API specs
2015-10-13Adds ability to remove the forked relationshipHan Loong Liauw
This was previously possible through the API but can now be done through the project#edit settings screen if the current user is the owner of the project. Update changelog
2015-10-07Allow removing of project without confirmation when JavaScript is disabledStan Hu
Closes #2485