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
2016-11-10Fix project Visibility level selector not using default valuesFelipe Artur
2016-10-21Trim project_path whitespace on form submitLinus G Thiel
When the form is submitted, any leading and/or trailing whitespace is trimmed.
2016-10-20Fix GitLab project import when a user has access only to their default ↵Adam Niedzielski
namespace. Render a hidden field with namespace ID so it can be read by JavaScript and passed to "/import/gitlab_project/new" screen.
2016-10-03Enable import/export back for non-adminsJames Lopez
2016-09-02Fix GitLab import buttonZ.J. van de Weg
2016-08-25Remove gitoriousZ.J. van de Weg
2016-08-11Fix permissions check in controller, added relevant spec and updated docsJames Lopez
2016-08-10Remove duplicate link_to statementsZ.J. van de Weg
2016-08-08Use FA GitLab Icon for import project buttonZ.J. van de Weg
2016-07-20added spec, fixed wordingJames Lopez
2016-07-20fix JS - now tooltip and flash should showJames Lopez
2016-07-14udpated JS based on feedbackJames Lopez
2016-07-13some JS magic to fix empty URL bugJames Lopez
2016-07-11Update the help_page_path route to accept paths directly instead of using ↵Connor Shea
parameters.
2016-06-30Import from Github using Personal Access Tokens.Eric K Idema
This stands as an alternative to using OAuth to access a user's Github repositories. This is setup in such a way that it can be used without OAuth configuration. From a UI perspective, the how to import modal has been replaced by a full page, which includes a form for posting a personal access token back to the Import::GithubController. If the user has logged in via GitHub, skip the Personal Access Token and go directly to Github for an access token via OAuth.
2016-06-28Wiped old page and started on new UILuke "Jared" Bennett
Completed new project page Updated CHANGELOG Corrected 'Create project' button Made responsive Added gitlab export button Changed Spinach test to match updated UI reverted test changes and fixed UI Corrected 'Repo by URL' text Fixed static namespace style Added errors partial Added padding to bottom of page-with-sidebar
2016-06-17a few changes based on MR feedbackJames Lopez
2016-06-16fixed merge conflicts on UI branchJames Lopez
2016-06-15Move group creation text to below the 'Project owner' field.Connor Shea
2016-06-15Improve New Project page for mobile.Connor Shea
Separate the New Project page's "Project path" grouped fields into separate fields. Fixes #18599.
2016-06-15lots of refactoring again based on feedback. Changed the UI slightly and ↵James Lopez
also fixed a small bug
2016-06-13Merge branches 'feature/project-export-ui-experimental' and ↵James Lopez
'feature/project-import' of gitlab.com:gitlab-org/gitlab-ce into feature/project-export-ui-experimental # Conflicts: # Gemfile.lock # app/helpers/todos_helper.rb # app/models/todo.rb # app/views/projects/edit.html.haml # lib/gitlab/import_export/import_service.rb
2016-05-26Return header title for new project pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-26Remove header title from project pagesDmitriy Zaporozhets
With new navigation design it makes no sense to duplicate title in the header Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-02fixing issues with project members mapping. Also added some more JS magic to ↵James Lopez
the import page
2016-04-27some JS magic to pass namespace and path importing projectsJames Lopez
2016-04-26refactoring, mainly UI stuff to follow other import actionsJames Lopez
2016-04-22gitlab import UI - icon, file selector, etc... Also updated font-awesome and ↵James Lopez
modified import source settings.
2016-04-12hide help block when user is creating a new project inside a groupArinde Eniola
2015-12-04Merge branch 'ui/form-consistency' into 'master' Dmitriy Zaporozhets
UI: Improve form consistency Depends on !1953 See the commits for more details, the messages mostly speak for themselves. # Highlights ## Tag form Before: ![tag_before](/uploads/ee5ba6ef405749013f9e5717ebcf72f3/tag_before.png) After: ![tag_after](/uploads/71bb543553190d91c03fd706cce35923/tag_after.png) See merge request !1955
2015-12-02Only use input placeholders when they add valueDouwe Maan
2015-12-02Add cancel button to forms that didn't have one alreadyDouwe Maan
2015-12-02Use consistent casing for page titlesDouwe Maan
2015-12-02Move "Add Group" button higher up in new project formDouwe Maan
2015-12-02Unify new project namespace select and path inputDouwe Maan
2015-11-18Move import form to partial.Douwe Maan
2015-11-10Replace CoffeeScript block into JavaScript in Views.Jason Lee
For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
2015-10-13Small css cleanupDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-07Fixes to dropdown, font colors for new project and merge requestAndrey
2015-09-09FogBugz project importJared Szechy
2015-08-20Import sources: show only enabled sourcesArtem Sidorenko
2015-08-10Disable turbolinks when linking to Bitbucket import statusStan Hu
Turbolinks was causing issues with the Bitbucket Javascript/display because it was trying to intercept /import/bitbucket/status even when a 302 redirection occured. Closes #2241
2015-07-10Fix migrating from SVN document linkStan Hu
Closes #1959
2015-06-27Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher
These have been replaced by the "requiresInput" behavior.
2015-05-01Add helpers for header title and sidebar, and move setting those from ↵Douwe Maan
controllers to layouts.
2015-04-26Add new admin settingsVinnie Okada
Add new global application settings for default project and snippet visibility levels.
2015-04-03Allow projects to be imported from Google Code.Douwe Maan
2015-03-26Replace alerts with well where alert is not neededDmitriy Zaporozhets
2015-03-26Prevent unnecessary doubling of js events on import pages and user calendarDmitriy Zaporozhets
2015-03-22Fix "Import projects from" button to show the correct instructionsStan Hu
Closes #1267