Commit Graph

10 Commits

Author SHA1 Message Date
Annabel Dunstone Gray bd0248307d Simplify project page 2017-10-11 09:07:19 +00:00
Zeger-Jan van de Weg 3611b664a9
Fix blank button not resetting project template value
The button didn't override a value, so the old value was posted again.
2017-08-23 17:42:31 +02:00
Zeger-Jan van de Weg 87f082de45
Frontend to send template name instead of on/off
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-17 09:40:41 +02:00
Z.J. van de Weg 1b8fb79287
Fix HAML lint errors 2017-08-07 16:31:47 +02:00
Filipa Lacerda 3b9012871d Merge branch 'master' into zj-project-templates
* 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-07 11:09:50 +01:00
Filipa Lacerda a853d3e944 [ci skip] Adds svgs and css for all icons 2017-08-01 13:25:52 +01:00
Filipa Lacerda 74b58131d4 [ci skip] Removes dummy placeholders 2017-07-31 17:34:00 +01:00
Filipa Lacerda cb127785e0 Adds CSS for desktop and mobile 2017-07-31 17:33:10 +01:00
Filipa Lacerda e6ac171421 Styles html according to mockup 2017-07-30 11:56:40 +01:00
Z.J. van de Weg 1d3815f89b
Allow projects to be started from a template
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-28 11:32:46 +02:00